rtfd/in/tasks.rst

101 lines
2.1 KiB
ReStructuredText
Raw Normal View History

2017-12-02 22:02:37 +00:00
#####
Tasks
#####
2017-12-02 23:36:11 +00:00
2017-12-05 22:44:10 +00:00
* latest
2018-05-29 03:17:17 +00:00
* LXC/AppArmor: lxc.aa_profile = unconfined
* LD_LIBRARY_PATH=path/to/libs path/to/executable
* upx --best executable
* nuitka --portable --python-version=3.5 --remove-output --show-progress --show-modules main.py
2018-05-10 10:15:38 +00:00
* tig, bpython3
2017-12-05 22:44:10 +00:00
* sphinx configuration
* __git_complete gco _git_checkout
* git LFS
* apt-mirror
* DEBIAN_FRONTEND=noninteractive for keyboard-configuration interactive prompt
2017-12-06 20:11:30 +00:00
* sudo, sudoers
* sqlite
* umask
* node, process.umask(2)
2017-12-05 22:44:10 +00:00
* critical
* ~/.config/gtk-3.0 → bookmarks ⋅ settings.ini
* dbus-run-session -- gsettings set key value
* gsettings get key
* linux: ram merges live-media-path's squashfs files but not fully in RAM
* linux: toram=xxx.squashfs
* ram disk size argument
* panic kernel argument for seconds to automatically reboot
* ! manual build of live-boot system's initrd.img after kernel upgrade
* /etc/skel
* auto-update if firefox archive in ~/.local
* ? systemd-sysv ↔ linux-image-amd64 ↔ live-boot
* ! GUI keyboard-configuration /etc/default/keyboard
* reference missing mkdocs strict option
* apt-transport-https
* dhcpcd
* handle upstream GPG public keys
* check authenticity mirrors with GPG
2017-12-05 22:50:49 +00:00
* lxc-create packages
* ${init}
* ifupdown
* locales
* dialog
* isc-dhcp-client
* netbase
* net-tools
* iproute
* openssh-server
2017-12-05 22:44:10 +00:00
* extra
2018-04-15 22:34:39 +00:00
* json.load(f, object_pairs_hook=collections.OrderedDict)
2018-04-13 20:40:13 +00:00
* tty screenshot → sudo fbcat > name.ppm
2018-04-10 17:21:09 +00:00
* consoleblank=0 / setterm --blank 0
2017-12-05 22:44:10 +00:00
* on-the-fly LibreOffice documents conversion
* send emails as own domain name's alias
* personal GPG key signature
Network interfaces
==================
* /etc/network/interfaces
.. code:: shell
source /etc/network/interfaces.d/*
* /etc/network/interfaces.d/lo
::
auto lo
iface lo inet loopback
* /etc/network/interfaces.d/eth0
::
auto eth0
iface eth0 inet dhcp
Name resolution
===============
* /etc/hosts
::
127.0.0.1 localhost
::1 localhost