Configure multiple IPs for one network interface on Centos

The practice of configuring multiple IP addresses on a particular network interface is called IP aliasing. You can assign multiple IP addresses to one network interface from a single subnet or completely different ones. First step :  get the ifconfig command into our system To get the ifconfig command into our system , run the […]

[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. # # […]

mod_rewrite

Enable Apache mod_rewrite on Linux Centos

mod_rewrite is an Apache module used to manipulate URL’s and is compiled into the base Apache HTTP Server in CentOS.  See the mod_rewrite documenation(link is external) for more information. How to configure the Apache mod_rewrite module

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 […]

Install proftpd and wordpress on CentOS

This document describes how to install and configure ProFTPD on CentOS Server. ProFTPD is an FTP daemon for unix and unix-like operating systems. ProFTPD is developed, released and distributed under the GNU Public License (GPL), which basically establishes it as free software, meaning that it may be sold, licensed and otherwise manipulated in any way […]

Change SSH root password on Centos by Putty

It is recommended to change SSH password of your server, to avoid attacks and hacking your server. Yesterday, I’ve been notified by my Hosting company that I was subject of Brute force attacks. More than failed brute force attacks registered on my server after my last successful login. How to change the password Simply, login […]

putty_telnet1m

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. […]

  • 1
  • 2