OpenVPN for CSF
My openvpn config was not working with CSF , so i found the below rules to be applied works like a charm. I have both PPTP and OpenVPN working on the same machine [crayon-6ab0a9e6f2718909504996/]
How to install zendOpCache and APC in VestaCP , Centos
short way from CenOS APCif php -v CODE: SELECT ALL [crayon-6ab0a9e6f2a0f321383691/] But i don’t recommend used apc, better use php-pecl-zendopcache (faster and stable) CODE: SELECT ALL [crayon-6ab0a9e6f2a15940261160/] …
mysqldump error: Table doesn’t exist status: Operation failed – Solution
ErrorWhen running mysqldump to back up a database, you get this error: [crayon-6ab0a9e6f2c00614913936/] This error can be for any number of reasons. I’ve ran into this because /var was 80+% full (very, very horrible situation). While…
Unblock youtube/facebook etc!
No need to run a proxy or some other annoying trick.. If you wish to know how to unblock youtube or any other website just read below Just goto : http://bypass.germanystudy.net/ OR http://bypass.travelpakistan.org/ Write…
How to install APC (Alternative PHP Cache) for VestaCP , Centos 6.5
1) yum --enablerepo=remi install php-pear php-devel httpd-devel pcre-devel gcc make I already had some packages installed so it wasnt a problem. I use vesta cP uses new php http so if you use simple yum it will give dependency errors , change it if you…
Setting up VestaCP DKIM SPIF and rDNS for Google to accept emails
[crayon-6ab0a9e6f2e5b414467872/] before [crayon-6ab0a9e6f2e61896031507/] Add this to exim.conf settings: [crayon-6ab0a9e6f2e64777221443/] and then [crayon-6ab0a9e6f2e66955608243/] now [crayon-6ab0a9e6f2e68761336576/] Take a look on…
Running PPTP VPN with CSF firewall
most of the time pptp vpn doesnt work with csf firewall. Here is the guide to make it working. 1) type the following command: [crayon-6ab0a9e6f331e933895976/] 2) Put the following into the file: for openvz [crayon-6ab0a9e6f3324580481911/] Note:…
Most useful 50 Linux Commands
1. tar command examples Create a new tar archive. [crayon-6ab0a9e6f35b5300173024/] Extract from an existing tar archive. [crayon-6ab0a9e6f35ba926345800/] View an existing tar archive. [crayon-6ab0a9e6f35bc144570828/] 2. grep command examples…
How to Copy Files Across a Network/Internet in UNIX/LINUX (Redhat, Debian, FreeBSD, etc) – scp tar rsync
How to Copy Files Across a Network/Internet in UNIX/LINUX (Redhat, Debian, FreeBSD, etc) – scp tar rsync One of the many advantages of Linux/UNIX is how many ways you can do one thing. This tuturial is going to show you some of the many ways you…