Categories
Categories
Articles
Linux kb/wiki moved to opur wiki pages and all new articled publiched here:...
Backing up VPS from the insideThis guide will show you how to backup your vsp/container "from the inside vps". First of...
CSFConfigServer Security & Firewall (CSF) is a powerful iptables configuration tool....
DDoSDiagnostic To display how many http connections are open at the moment, enter: netstat |...
Disabling selinuxSelinux annoying you? Get it out! How to disable selinux Open its config file nano...
Dovecot /postfix with Roundcube WebUIFollowing guide was tested on CentOS 6. Install epel repository: wget...
Fail2banFail2ban scans log files (e.g. /var/log/apache/error_log) and bans IPs that show the...
FFmpeg on Centos 6Install repo and ffmpeg # rpm -ihv...
Forward (redirect/nat) traffic with iptablesIf you want to redirect/nat some traffic to IP 2.2.2.2 via IP 1.1.1.1, it simply can be done...
FTPFirst of all make sure you have the ports 20-21 opened in your firewall. If not, you...
Generating public/private ssh keysHow to generate and use public / private ssh keys This guide is tested on Centos 6 To...
IptablesIptables is a Linux based packet filtering firewall. It is a service (daemon)...
OpenVPN 2.3.6 on Centos 6Install 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 server1. Use only strong passwords for all accounts , especially for root. Always use a secure root...
Adding a new disk drive to Centos 6Installing a new HDD The disk drives in Centos is named hd* or sd*. In system with only one...
Asteriks +TLS+RSTP Encrypt on centosIN PROGRESS! this guide was gathered from official asteriks wikies...
Autorun in LinuxTo 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 WebserverIn this article we will install some software that is useful on a webserver based on...
Changing mac address in VMwareIn Centos: 1. Edit old mac HWADDR=XX:XX:XX:XX:XX:XX in the file...
Changing ssh portHow to change ssh port. Open the file /etc/ssh/sshd_config with your favourite text...
Clear swap in CentosPrint memory usage [root@localhost]# free -m total used free...
Configure OpenVPN client on WindowsHow to configure OpenVPN client on Windows: First download and install the client. Then...
Create OpenVPN clientThe following instructions are for those VPSGet customers who have installed OpenVPN...
CronCron is the daemon that can be used to schedule tasks according to time, day of the month,...
Epel CentosSome packages are missing from the base repository. This guide shows how to install RHEL EPEL...
FreePBXFreePBX is an open source GUI (graphical user interface) that controls and manages Asterisk (PBX)...
How to check connectivity/network speed of your VPSIf you concerned about network speed of your vps you can test it by downloading some test...
LXDE + xrdpHow to install Lightweight X11 Desktop Environment (LXDE) on Ubuntu. apt-get update...
MysqlInstalling mysql: yum install mysql-server Enter to mysql: mysql -u user -p password...
NFS on Centos 6How to install NFS on Centos 6 yum install nfs-utils nfs-utils-lib Set nfs to start...
nginxHow to install nginx on Centos Add nginx repo first. To add it, create the file...
Oracle 11g EX on Centos 6 x64 vpsWe describe how to install Oracle 11g Express on Centos 6 x86_64 Openvz VPS. First of all you...
PhpCan I help you? Our agents are ready to assist you. Click "Chat Now" to be...
php increase max file size uploadFor increase maximum size of uploads file you should set only one setting in php.ini. Set...
Pptpd on Centos 6How to install pptpd server on Centos 6 NOTE than pptpd is potentially unsecure and the tunnel...
Sendmail [25: Connection refused] fixIf you can't receive email from the outside and got next error: (Delivery Status Notification...
Set hostnameSet host name on Centos: /etc/sysconfig/network HOSTNAME="mycomputer"...
Squid with authentication on Centos 6How to install Squid with authentication on Centos 6 >>Get VPS with current...
Squid+Privoxy+TorHow to install squid with tor [NOTE: According to vpsget.com AUP/TOS you can use private proxy...
Usefull linux toolsplease note: for installing some toosl you ned to connect EPEL repo first. htop -extened version...
Web serverIn this guide we will create our own web server on Centos 6. We will use Apache...