Securing OpenSSH: Filter Host To Limit Access
One technique to secure OpenSSH is to filter hosts that are allowed to access your server through SSH. This technique will prevent brute force attacks on…
// CATEGORY · 173 POSTS · TOOLING
Editor setup, CLI scripts, CI tricks, things that compound.
One technique to secure OpenSSH is to filter hosts that are allowed to access your server through SSH. This technique will prevent brute force attacks on…
PHP Suhosin is an open source patch for PHP5 to harden server security. From the PHP Suhosin official site: “Suhosin is an advanced protection system for…
OpenPGP (Open Pretty Good Privacy) is a data encryption and decryption standard that provides cryptographic privacy and authentication for data communication such as email. We can…
Creating deb packages in Ubuntu from tar.bz is possible using the “alien” command. The alien command converts an RPM or source package file into a Debian…
Ubuntu torrent client is not only available in GUI mode. The simplest Ubuntu torrent client is Transmission — besides having a GUI mode, it is also…
Connecting your host operating system to a VMware guest operating system gives you simplicity and convenience to use both at the same time. One feature is…
VMware Tools is a suite of utilities that enhances the performance of the virtual machine’s guest operating system and improves management of the virtual machine. VMware…
I work in both Windows 7 and Ubuntu. I use Windows 7 as my development environment and Ubuntu as my testing environment, because at the end…
Mozilla Thunderbird is a complete, powerful and open source email and news client. It is cross-platform, written in C++. Mozilla Thunderbird is developed by the Mozilla…