Entries by howto

How To Install Apache (Web Server) in Linux

For Fedora / RHEL / Cent OS Linux Step 1: Install apache # yum install httpd Step 2: Start apache To start the Apache/httpd, run: # /etc/init.d/httpd start OR # service httpd start Also configure httpd service to start on system start. # chkconfig httpd on Note: The default directory in Fedora / RHEL / […]

How To Create FTP Server in Linux

Introduction The File Transfer Protocol (FTP) is a standard network protocol used to transfer computer files from one host to another host over a TCP-based network, such as the Internet. FTP is built on a client-server architecture and uses separate control and data connections between the client and the server. FTP users may authenticate themselves […]

Top 10 Linux Distributions

Linux is omnipresent, even if you don’t realize it. I have been using Linux as my only OS since 2005 and with every passing year I come to realize that it has much more to offer than I initially, back in 2005, understood. There is something for everyone. In this article, I have picked some […]

How to Download Linux CentOS

Version Minor release CD and DVD ISO Images CentOS-7 7.0.1406 For 32-bit & 64-bit   http://mirrors.nayatel.com/centos/7/isos/x86_64/ CentOS-6 6.6 For 32-bit   http://mirrors.nayatel.com/centos/6.6/isos/i386/ For 64-bit   http://mirrors.nayatel.com/centos/6.6/isos/x86_64/ CentOS-5 5.1 For 32-bit   http://mirrors.nayatel.com/centos/5.11/isos/i386/ For 64-bit   http://mirrors.nayatel.com/centos/5.11/isos/x86_64/

Linux World

The history of Linux began in 1991 with the commencement of a personal project by Finnish student Linus Torvalds to create a new free operating system kernel. Since then, the resulting Linux kernel has been marked by constant growth throughout its history. Since the initial release of its source code in 1991, it has grown […]

How to become a good System Administrator

There’s an emerging discipline of information services design, delivery and lifecycle management — perhaps best represented by formal structures like ITIL or COBIT that also include a serious governance component — that helps make IT a game-changing ingredient in any organization’s efforts to realize its mission and/or financial objectives. It also helps to implement the […]

5 Tips to become a system administrator

Healthcare administrators focus on the ins-and-outs that make a healthcare system or hospital function. Health administrators have a strong background in both management and healthcare, and, more often than not, hold at least a Master’s degree. For an individual who is organized, driven, and knowledgeable, healthcare administration is a dream job. Learn how to get […]