Servers
How To Set Up SSH Keys
Servers

Setting Up SSH Keys

In this tutorial you’ll learn step by step how to setup SSH Keys. SSH keys provide a more secure way of logging into a virtual private server with SSH than using a password alone. While a password can eventually be cracked with a brute force attack, SSH keys are nearly impossible to decipher by brute force […]

Servers
Add Swap on Ubuntu 14.04
Servers

Add Swap on Ubuntu 14

In this tutorial you’ll learn step by step how to add Swap on Ubunto 14.04. Benefits of adding Swap Increasing the responsiveness of your server Guarding against out of memory errors in your applications is to add some swap space. What is Swap Swap is an area on a hard drive that has been designated […]

internet Linux Servers

[solved] Definitively fix permalinks problem with wordpress on Apache

Os: Centos File: httpd.conf Make sure that : AllowOverride All <Directory “/var/www/html”> # # Possible values for the Options directive are “None”, “All”, # or any combination of: # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews # # Note that “MultiViews” must be named *explicitly* — “Options All” # doesn’t give it to you. # # […]

internet Linux Servers

Setup virtual hosts on Centos

The Apache web server is the most popular way of serving web content on the Internet. It serves more than half of all of the Internet’s active websites, and is extremely powerful and flexible. Apache breaks down its functionality and components into individual units that can be customized and configured independently. The basic unit that […]

internet Linux Servers
putty_telnet1m
internet Linux Servers

Install vsftpd, PHP, mysql, phpmyAdmin on CentOS using puTTY

vsftpd is one of the most secure and fastest FTP server for UNIX-like systems. I will show in this tutorial how to use puTTY (SSH and telnet client). I will use TightVNC to establish a remote connection to my host. With TightVNC, I can connect and install any application from my local computer. Download and install puTTY To download putty go to http://www.putty.org. […]