Ever get tired of writing the same commands over and over again?
Category: Bash
Chown Shifting SUB*ID like a bash ninja
Finally, a quick and dirty solution to the LXC SubUID and SubGID conversion conundrum
Neovim – Next Generation Vim
NeoVim is a great tool and my goto editor even on large projects, but it needs proper config.
SMS Gateway using smstools in Debian 9
Plug in your GSM Modem and run dmesg to find your device details.
Check yourself
How do you know if your daemons go down? Some use services like pingdom but i’d rather check myself.
LMD – Linux Malware Detect
Also called MalDet, has a set of signatures for matching malware in web-files. It uses the ClamAV scanner engine (if found) which also includes its own signatures.
Detect Viruses with ClamAV
This script scans a set of folders and reports back to an administrator if a threat is found.
Minified Chroot for WordPress & Joomla with PHP FPM on Debian 9 Stretch
For months i was giving up on this project and used Debootstrap to get a 300Mb+ minbase version of debian, but… …i finally got it working and here is the code for a chroot under 50Mb.
My new Mascot
I was bored so i wrote this little terminal animation, it utilizes tput and printf. Enjoy! (“< KVACK! The code will make me dance / ) "
Different ways to utilize the PV command in Linux
pv acts much like the cat command since in outputs the content of the file and graphs the transfer. It can also be piped in different ways. pv file > filename.out pv options | command > filename.out comand1 | pv | command2