Articles

 !!Actual Linux KB located : wiki.vpsget.com ***

Linux kb/wiki moved to opur wiki pages and all new articled publiched here:...

 Backing up VPS from the inside

This guide will show you how to backup your vsp/container "from the inside vps". First of...

 CSF

ConfigServer Security & Firewall (CSF) is a powerful iptables configuration tool....

 DDoS

Diagnostic To display how many http connections are open at the moment, enter: netstat |...

 Disabling selinux

Selinux annoying you? Get it out! How to disable selinux Open its config file nano...

 Dovecot /postfix with Roundcube WebUI

Following guide was tested on CentOS 6. Install epel repository: wget...

 Fail2ban

Fail2ban scans log files (e.g. /var/log/apache/error_log) and bans IPs that show the...

 FFmpeg on Centos 6

Install repo and ffmpeg # rpm -ihv...

 Forward (redirect/nat) traffic with iptables

If you want to redirect/nat some traffic to IP 2.2.2.2 via IP 1.1.1.1, it simply can be done...

 FTP

 First of all make sure you have the ports 20-21 opened in your firewall. If not, you...

 Generating public/private ssh keys

How to generate and use public / private ssh keys This guide is tested on Centos 6 To...

 Iptables

Iptables is a Linux based packet filtering firewall. It is a service (daemon)...

 OpenVPN 2.3.6 on Centos 6

Install Epel repository rpm -Uvh...

 OpenVPN Access Server

§  Install OpenVPN Access Server Be sure that you are using a clean system and no...

 Security tips for Linux server

1. Use only  strong passwords for all accounts , especially for root. Always use a secure root...

 Adding a new disk drive to Centos 6

Installing a new HDD The disk drives in Centos is named hd* or sd*. In system with only one...

 Asteriks +TLS+RSTP Encrypt on centos

IN PROGRESS! this guide was gathered from official asteriks wikies...

 Autorun in Linux

To set a script to start at boot in CentOS, add it into /etc/rc3.d/S99local. For example:...

 Backup script sample

#!/bin/bash echo "packing files in progress..." tar -cf /home/backup/root_lib-$(date...

 Centos 6 Webserver

In this article we will install some software that is useful on a webserver based on...

 Changing mac address in VMware

In Centos: 1. Edit old mac HWADDR=XX:XX:XX:XX:XX:XX in the file...

 Changing ssh port

How to change ssh port. Open the file /etc/ssh/sshd_config with your favourite text...

 Clear swap in Centos

Print memory usage [root@localhost]# free -m              total       used       free...

 Configure OpenVPN client on Windows

How to configure OpenVPN client on Windows: First download and install the client. Then...

 Create OpenVPN client

The following instructions are for those VPSGet customers who have installed OpenVPN...

 Cron

Cron is the daemon that can be used to schedule tasks according to time, day of the month,...

 Epel Centos

Some packages are missing from the base repository. This guide shows how to install RHEL EPEL...

 FreePBX

FreePBX is an open source GUI (graphical user interface) that controls and manages Asterisk (PBX)...

 How to check connectivity/network speed of your VPS

If you concerned about network speed of your vps you can test it by downloading some test...

 LXDE + xrdp

How to install Lightweight X11 Desktop Environment (LXDE) on Ubuntu. apt-get update...

 Mysql

Installing mysql: yum install mysql-server Enter to mysql: mysql -u user -p password...

 NFS on Centos 6

How to install NFS on Centos 6 yum install nfs-utils nfs-utils-lib Set nfs to start...

 nginx

How to install nginx on Centos Add nginx repo first. To add it, create the file...

 Oracle 11g EX on Centos 6 x64 vps

We describe how to install Oracle 11g Express on Centos 6 x86_64 Openvz VPS. First of all you...

 Php

Can I help you? Our agents are ready to assist you. Click "Chat Now" to be...

 php increase max file size upload

For increase maximum size of uploads file you should set only one setting in php.ini. Set...

 Pptpd on Centos 6

How to install pptpd server on Centos 6 NOTE than pptpd is potentially unsecure and the tunnel...

 Sendmail [25: Connection refused] fix

If you can't receive email from the outside and got next error:  (Delivery Status Notification...

 Set hostname

Set host name on Centos: /etc/sysconfig/network   HOSTNAME="mycomputer"...

 Squid with authentication on Centos 6

How to install Squid with authentication on Centos 6 >>Get VPS with current...

 Squid+Privoxy+Tor

How to install squid with tor [NOTE: According to vpsget.com AUP/TOS you can use private proxy...

 Usefull linux tools

please note: for installing some toosl you ned to connect EPEL repo first. htop -extened version...

 Web server

In this guide we will create our own web server on Centos 6.  We will use Apache...