/etc/modules
Here are the list of modules that Kernel load at boot.
Good tool.
docker run -d -p 8080:80 -e SECRET_KEY_BASE=secret openproject/community:latest
diff -qr dir1/ dir2
The wildcard *.foo.com
can’t indicate sub-subdirectory such as this.is.foo.com
.
http://vimdoc.sourceforge.net/htmldoc/options.html#'scrolloff'
In ~/.vimrc
write the line,
set scrolloff=9999
You can adjust the value as your monitor position :)
Command + Option + 0
<<<
and >>>
in PHPHeredoc syntax.
https://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc
swapoff -a && swapon -a
service --status-all
journalctl -xe
dig mydomain.com AAAA
sudo adduser username
usermod -aG sudo username # After command input password
unzip
gzip -d {{ .gz_file }}
ping
continuouslyping 192.168.0.129 -c 9999999
Quite easy.
:set nobomb
:wq
After sudo apt install sendmail
and configure them.
Don’t forget a firewall if you use (open 25.)
echo "Subject: sendmail test" | sendmail -v toyouremail@gmail.com
sudo du -sh /var
cat /var/log/mail.log | grep -oP 'delay=\d+.\d+' >> delays.txt
sort -g delays.txt | uniq -c
press %
key