Linux

Enable WordPress SSL with Apache and mod_ssl

Overview How to enable SSL encryption on a WordPress site using Apache and mod_ssl, with options for securing just the login page, the admin …

apache linux ssl

Install Oracle Java on CentOS

Overview Step-by-step instructions for installing Oracle Java (JRE or JDK) on CentOS 6 and configuring it as the default Java runtime using …

centos java linux

OpenVPN ALS Adito SSL VPN Gateway on CentOS

Overview OpenVPN ALS Adito SSL VPN Gateway is a web-based SSL-VPN server written in Java and it is completely free and open-source. The …

centos remote-desktop server

SSH X11 Forwarding with MobaXterm on Windows

Overview SSH X11 Forwarding Display is a tricky thing to establish on different Windows operating systems. MobaXterm is a free Xserver and …

linux remote-desktop ssh

Build a Remote Desktop Kiosk with Tiny Core Linux

Overview THIS TUTORIAL ONLY SUPPORTS TINYCORE 4 FOR TINYCORE 5 THERE IS A SOLUTION IN THE COMMENTS BELOW BY Alejo Tiny Core Linux is one of …

bash linux server

Apache Variables using system variables or mod_macro

Apache Variables Apache Variables are not supported by default by apache but you can do two things to achieve this functionality: Option 1 - …

apache mod_macro centos

Apache VPS Optimization

How to reduce Apache memory usage on a VPS by tuning the prefork MPM settings, using the apachebuddy.pl script to analyze process …

apache linux vps

Load Balance Remote Desktop with Pen on CentOS

Overview Load balancing Remote Desktop Services using Pen, a load balancer for “simple” tcp based protocols such as http or …

bash centos linux

Load Balancing SSH Connections using Pen on CentOS Linux

Overview Load Balancing SSH Connections using Pen, a load balancer for “simple” tcp based protocols such as http or smtp. It …

bash centos linux

Move a Volume to Another Aggregate on NetApp ONTAP 8

Overview In this tutorial we will be using NetAPP FAS3210 to demonstrate How to Move Volume to another Aggregate on NetAPP OnTAP 8.

linux netapp nfs

PuTTY SSH Configuration Tips

Overview You can find here a few PuTTY Configuration Tips that will save you a lot of time using SSH. PuTTY is a free and open source …

linux ssh windows

Remote Desktop over SSH using PuTTY

Overview Connecting to a SSH server as a gateway and not directly to a Remote Desktop PC is a safer way to connect and add another layer of …

linux ssh windows

Remote Desktop over SSH using Tunnelier

Overview Bitvise Tunnelier makes it easier to Use Windows Remote Desktop over SSH connection. Connecting to a Secure Shell server as a …

linux ssh windows

Schedule Tasks on Linux with Cron

Overview A quick reference for scheduling tasks on Linux using cron, covering crontab syntax, practical examples, environment variables, and …

centos linux rhel

Backup Multiple MySQL Databases with a Bash Script

Overview In this tutorial I will give an example to a BASH scripts that will help you backup multiple MySQL databases at once.

bash linux mysql