Category: Linux
-
managing APT repositories: aptly
https://www.aptly.info https://www.aptly.info/doc/aptly/mirror/ https://www.aptly.info/doc/integrations/ https://github.com/chnyda/python-aptly-gui Works like a charm.
-
managing APT repositories
using your own Debian package repository is there a CLI interface? is there a human oriented web interface? sources available? searching for “debian package repository”: https://www.debian.org/distrib/packages https://packages.debian.org https://wiki.debian.org/DebianRepository/Setup https://wiki.debian.org/DebianRepository/Setup#debify https://debian-handbook.info/browse/stable/sect.setup-apt-package-repository.html … searching for “ubuntu package repository”: https://packages.ubuntu.com https://www.maketecheasier.com/setup-local-repository-ubuntu/ … – also describes 2 different (simplistic?) web server approaches: https://askubuntu.com/questions/170348/how-to-create-a-local-apt-repository …
-
Debian packaging: creating symlinks at installation time
https://stackoverflow.com/questions/9965717/debian-rules-file-make-a-symlink https://www.debian.org/doc/manuals/maint-guide/dother.en.html#links
-
“dpkg –install” and left-overs: .dpkg-dist and .dpkg-old
https://unix.stackexchange.com/questions/305435/debian-dpkg-dist-files-after-apt-upgrade#323957
-
Debian manual pages
https://www.debian.org/doc/ https://manpages.debian.org https://manpages.debian.org/contents-unstable.html
-
book: Mastering Linux Network Administration
https://www.safaribooksonline.com/library/view/mastering-linux-network/9781784399597/
-
“watch” runs some command repeatedly, displaying …
https://manpages.debian.org/unstable/procps/watch.1.en.html “watch” is nice, but sometimes I like this better: $ while sleep 2; do echo -n “$(date ‘+%F %T : ‘)”; …; done
-
a “terminal multiplexer” is a software application …
https://en.wikipedia.org/wiki/Terminal_multiplexer Features: persistence multiple windows AKA screen splitting, screen tiling (my most wanted feature) – other applications have that as well (and for the same purpose): emacs, KDE konsole, … session sharing … Implementations: https://en.wikipedia.org/wiki/Terminal_multiplexer#Implementations https://en.wikipedia.org/wiki/GNU_Screen https://en.wikipedia.org/wiki/Tmux https://github.com/ruda/splitvt / https://slouken.libsdl.org/projects/splitvt/ …
-
a Personal Package Archive (PPA) is a software repository for uploading source packages to be built and published as an Advanced Packaging Tool (APT) …
https://en.wikipedia.org/wiki/Ubuntu_(operating_system)#Package_Archives