Tag Archives: server

How to Install uTorrent Client on Ubuntu/Debian/Linux Mint

Written by SK on . Posted in Frequently Asked Questions, Hosting, Linux distributions, Linux Mint, Linux tutorials, Linux webhosting, opensource, Software, Ubuntu

Utorrent_logo

uTorrent is a lightweight and efficient BitTorrent client for Linux, Windows OS and Mac OS. The installation of uTorrent in Linux is different from Windows and Mac OS. In Linux, uTorrent runs as a web server. You will access uTorrent … Continue reading

10 Easy Steps to Upgrade from MySQL to MariaDB on CentOS 6.4

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

ice_logo-5dcea9e47b780ff52f75c3c3304d54827f56211e

This article describes you how to upgrade MySQL to MariaDB in ten simple steps. We have already shown you How to Migrate from MySQL to MariaDB on FreeBSD. I assume that you already have installed MySQL latest version and it’s … Continue reading

Install and Configure Monit on CentOS/RHEL/Ubuntu/Debian

Written by SK on . Posted in CentOS, Fedora, Hosting, Linux distributions, Linux Mint, Linux tutorials, opensource, Ubuntu

computer_plus_magnifying

Monit is a free open-source tool used to manage and monitor processes, programs, files, directories and filesystems on a local or remote LINUX/UNIX systems. Monit conducts automatic maintenance and repair and can execute meaningful causal actions in error situations.

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

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

How to Install Nginx on FreeBSD 9.x

Written by Mel Kham on . Posted in Hosting, opensource, Software, Unix Tutorials

nginx-logo-300x180

nginx (pronounced “engine x”) is an open-source web server and a reverse proxy server for HTTP, SMTP, POP3, and IMAP protocols, with a strong focus on high concurrency, performance and low memory usage. It is licensed under a BSD-like license and it runs on Unix, Linux, BSD variants, Mac OS, Solaris, AIX, HP-UX, and Microsoft Windows. My test server details: root@FreBSD-Unixmen:/root # uname … Continue reading

Write a Simple Client in Python

Written by Ambition on . Posted in Linux distributions, opensource, programming, Software, Unix Tutorials

pyhton

Now that we finished writing the TCP server it is time to write a simple client which will connect to the server. It is very simple to create our client with the socket library and now we have enough knowledge … Continue reading

Install WordPress 3.5.1 Using LAMP Server on CentOS 6.4 / RHEL 6.4 / Scientific Linux 6.4

Written by SK on . Posted in CentOS, Fedora, Hosting, Linux tutorials, Linux webhosting, opensource, Software

wordpress-logo

WordPress is a most popular free and open-source blogging software and content management system based on PHP and MySQL. Using WordPress we can easily create a website or a blog of any type with absolutely free of cost.

Install Easy Hosting Control Panel (EHCP) in Ubuntu 12.10 Server / Debian 6

Written by SK on . Posted in Hosting, Linux distributions, Linux Mint, Linux tutorials, Linux webhosting, opensource, Software, Ubuntu

ehcp_logo2

EHCP is an open-source and powerful hosting control panel that lets you to host any websites, create email accounts, create additional (sub) domains and create FTP accounts and many more. It is only the first hosting control panel that provide the … Continue reading

Write a TCP Server in Python – Part 2

Written by Ambition on . Posted in Linux distributions, opensource, programming, Software, Unix Tutorials

pyhton

This article is for people that have good knowledge in Python and want to learn and practise new skills and do some network basics. Information about sockets is very important when using Python for network scripting. Before we can create … Continue reading