We will be setting up an OpenVPN server on a Debian Wheezy VM. Continue reading
Author Archives: Lisenet
Installing Zabbix 1.8.19 From Source on Debian with PHP Frontend and HTTPS (LAMP Stack)
We have a Zabbix v1.8.X (with MySQL) server hosted on a Debian Squeeze VM. This VM is being migrated to Debian Wheezy, and therefore requires Zabbix to be moved as well.
However, due to security related issues Zabbix packages were removed from Wheezy.
So, what we are going to do is to install Zabbix 1.8.19 from source, and restore the database backup we have created on a Squeeze VM. Continue reading
OpenSSH Server Installation and Configuration
Today’s plan is to install an OpenSSH server on a local Debian VM, generate public and private SSH keys for a general user and configure SSH server to use public key authentication with password authentication disabled. Continue reading
Configure Passive FTP on IIS6
Passive mode is somehing I always think about when having to deal with NAT’ed FTP servers. This article applies to IIS6 hosted on a Windows Server 2008 SP2. Continue reading
Finding Open Ports and Listening Services on Linux: Nmap, Netstat, lsof and ss
Trying to keep it simple. Continue reading
Fundamentals of Internet Protocols (IPv4)
Having to plan local area networks from time to time, I find it really handy to keep these IP basics somewhere close. Continue reading
Alien: Converting Between Package Formats
I was aware of alien program for quite some time, but never had any real chance to use it in practice. However, that time has finally come. Continue reading
Exploring Linux Hard and Symbolic Links
A link is a way to give a file multiple identities. Links in Linux are similar to shortcuts in Windows, and aliases in Mac OS. However, on a Linux filesystem, a file does not get deleted until there are no remaining hard links to it. Continue reading
LUKS: Add a Backup Key, Backup, Restore and Delete LUKS Volume Header
Following up our LUKS installation, we will go further and explore how to add a backup passphrase as well as how to backup and restore LUKS volume header in case of disaster. Continue reading
Install LUKS and Create an Encrypted LUKS Partition on Debian
We will install Linux Unified Key Setup (LUKS) software and create an encrypted LUKS volume. Continue reading