Home
Losers Wiki
Cancel

troubleshooting-long-boot-times

(ref: https://www.thegoodpenguin.co.uk/blog/reducing-boot-time-with-systemd/) systemd-analyze time command provides an overview of the overall system boot time (https://www.freedesktop.org/softwa...

transmission

To enable the daemon, set the following variable ENABLE_DAEMON=1 in the file /etc/default/transmission-daemon and then it should start.

tmux

(prefix is generally CTRL + B) create a new tmux session named session_name tmux new -s session_name attach to an existing tmux session named session_name tmux attach -t session_name switch to...

terraform

foreach loops if supplied a dictionary like so; app = [ { ecr_name = "php-fpm", container_port = 9000, image_tags = "1.0", task_memory = 256, task_cpu = 1...

terminator

terminator-config

~/.config/terminator/config [global_config] enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler window_state = maximise borderless = True [keybindings] [profiles...

startssl

To authenticate on startssl.com to get the ball rolling, you will need to have the correct authentication certificate installed in your browser. This can be seen within the ‘certificates’ section o...

ssh-tunnelling

(Ref: https://www.revsys.com/writings/quicktips/ssh-tunnel.html) ssh -f user@personal-server.com -L 2000:personal-server.com:25 -N The -f tells ssh to go into the background just before it execu...

squid

To allow an ip without authentication, with authentication as failback, add the following in your squid.conf file; acl remotehost src 87.112.223.112 acl ncsa_users proxy_auth REQUIRED This will ...

show-true-working-directory

pwd -P