Today I installed the Debian wheezy 7.1 and after doing apt-get update first problem I found ,the system was searching packages from CDROM. Because I do not want to install packages from CD first I commented the below given lines in /etc/apt/sources.list nano /etc/apt/sources.list # deb-src cdrom:[Debian GNU/Linux 7.1.0 _Wheezy_ – Official Multi-architecture i386/amd64/source DVD […]
Linux
How to configure vsftpd server with virtual user mysql authentication in CentOS 6
In this tutorial we will learn about how to configure vsftpd server with virtual user and mysql authentication in backend in CentOS 6 and Red Hat 6. Note: SELINUX and IPTABLES are disabled Features: vsftp server with chroot mysql authentication virtual users in mysql (Not in local system) Server Details: Operating System:CentOS release 6.4 (Final) […]
How to create VirtualHost in Apache Web Server
In this tutorial we will learn how to create VirtualHost in Apache Webserver. With the help of VirtualHost we can host many domains or website from single Web Server.This is a simple example to start with your first VirtualHost configuration in Apache Webserver. We have used a few terms which is required for setting up […]
How to install apache webserver in CentOS and Red Hat
In this tutorial we will learn about how to install apache webserver. Web server as the name says it is server which is used for web services. The websites and web applications required web server to run. Here for webserver we will install apache. There are other web server which are also widely use in […]
How to rename and move the directory and files in linux
To rename and move the directory and files in linux in linux we use single command called mv. The mv command is used for both purpose means renaming and moving the directory or file,it is system command which ships bydefault when you install any linux. The command is also applicable to all Unix based operating […]
How to set user postgres password in postgresql 9.1
In this tutorial we will learn How to set user postgres password in postgresql 9.1 and force to prompt for password. When you freshly install Postgresql and after using command psql it will allow you to login into postgresql server without prompting or asking for password. Here we will first of all reset the password […]
Recent Comments