Category Archives: linux command

How to Install and Configure Subversion Server on Ubuntu 13.04 Server

Written by SK on . Posted in Hosting, linux command, Linux distributions, Linux Mint, Linux tutorials, opensource, Software, Ubuntu, Unix Tutorials

logoSVN

Subversion is a free and open-source version control system (VCS). It manages files and directories, and the changes made to them over time. This allows you to recover older versions of your data or examine the history of how your … Continue reading

How to Enable Hibernate Feature in Ubuntu 13.04

Written by Enock Seth on . Posted in Frequently Asked Questions, linux command, Linux distributions, Linux tutorials, Ubuntu

ubuntu-logo

In Ubuntu 13.04 ‘Raring Ringtail’, the hibernate feature which enables you to power down your computer while its current state is maintained have been disabled or not included in the shut down menu. Hibernation also saves electrical power compared to Suspend … Continue reading

Setup Master-Slave Replication in MySQL Server

Written by SK on . Posted in CentOS, Fedora, Frequently Asked Questions, Hosting, linux command, Linux distributions, Linux tutorials, Linux webhosting, Security, Software, Suse, Ubuntu

images

MySQL replication allows you to have multiple copies of data on many systems and data is automatically copied from one database (Master) to another database (Slave). If one server goes down, the clients still can access the data from another … Continue reading

Setup vsftpd Server with Virtual Users on CentOS/RHEL/Scientific Linux 6.4

Written by SK on . Posted in CentOS, Fedora, Hosting, linux command, Linux distributions, Linux tutorials, opensource

ftp_folder_icon

We have already shown you How to install and configure a VSFTPD server on CentOS 6.4 in our previous article. In that method, the users created in the server itself were logged-in to FTP server (ie. local users). But what … Continue reading

Gtypist – Command Line Typing Tutor

Written by Enock Seth on . Posted in Frequently Asked Questions, linux command, Linux distributions, Linux tutorials, opensource, Ubuntu

the alphabet in bubble letters

Looking for a typing tutor to increase your typing speed and accuracy? Here is a command-line typing tutor (GNU Typist also known as gtypist). Most people having a Windows OS background will know the GUI Mavis Beacon typing tutor. GNU … Continue reading

Install vsftp Server On CentOS / RHEL / Scientific Linux 6.4

Written by SK on . Posted in CentOS, Fedora, Frequently Asked Questions, Hosting, linux command, Linux distributions, Linux tutorials, opensource

ftp

vsftpd (Very Secure File Transport Protocol Daemon) is a secure, fast FTP server for Unix/Linux systems. In this how-to article, let us see how to setup a basic FTP server using vsftpd on CentOS 6.4. My testbox server hostname and … Continue reading

Schedule Shut Down or Reboot Using Terminal

Written by Enock Seth on . Posted in Frequently Asked Questions, linux command, Linux tutorials, Ubuntu

ubuntu

Shutting down and rebooting the computer is mostly done using GUI, but some of functions can not be done easily from the GUI such as scheduling shut down and reboot. You might also be that type who hates performing tasks … Continue reading

Use Terminal as a Web Browser

Written by Enock Seth on . Posted in Arch Linux, CentOS, Fedora, Frequently Asked Questions, linux command, Linux distributions, Linux Mint, Linux tutorials, Suse, Ubuntu, Unix Tutorials

Terminal-prompt

Web browsers are software used to access and view the internet and webpages. We all know about some of the popular web browsers such as Mozilla Firefox, Google Chrome, Opera and others. Surfing the web from the command-line can be … Continue reading

How to Install Telnet in CentOS / RHEL / Scientific Linux 6.4

Written by SK on . Posted in CentOS, Fedora, Frequently Asked Questions, linux command, Linux distributions, Linux tutorials, opensource, Unix Tutorials

terminal_logo

Telnet is a network protocol which is used to connect to remote computers over TCP/IP network. You can make a connection to a remote host using telnet. Once you establish a connection to the remote computer, it becomes a virtual … Continue reading

Setup Local Yum Repository on CentOS / RHEL / Scientific Linux 6.4

Written by SK on . Posted in CentOS, Fedora, Hosting, linux command, Linux distributions, Linux tutorials, opensource

Centos-Logo

We have already shown you how to create a local repository on Ubuntu systems. Today we are going to learn about setting up local yum repository on CentOS 6.4 and other RPM based distributions. As I noted in my previous … Continue reading