LNMP – Linux, NginX, MySQL, PHP
Step by step LNMP installation guide for CentOS, Ubuntu, Debian Huge thanks to http://lnmp.org/ I have compiled few sites and tested to install LNMP in my vps, and it works…
Step by step LNMP installation guide for CentOS, Ubuntu, Debian Huge thanks to http://lnmp.org/ I have compiled few sites and tested to install LNMP in my vps, and it works…
Some people suggest that maybe you should try to build your own vpn server yourself! Indeed it’s not rocket science but still it needs someone to show you the rope.…
I find this article post very very useful to check if your server is under ddos attack or not. http://pc-freak.net/blog/how-to-check-if-your-linux-webserver-is-under-a-dos-attack/ http://www.webhostingtalk.com/showthread.php?t=930934
htop htop is an interactive process viewer for Linux, which is a powerful alternative to the start ‘top’ utility. Some of the benefits of htop: Supports mouse interactions Better sorting…
If you like the look of macOS this linux os will sure get you going for free. Its called Pear OS or Pear Linux. Its linux ubuntu based OS. Efficient,…
Reset admin usergroup post count to zero (Assuming the admins group ID is “4”): UPDATE `mybb_users` SET `postnum` = '0' WHERE `usergroup` = '4' To force the Classic Postbit (requires…
So recently I was searching on google on how to setup a PPTP VPN server in linux, specially in Debian OpenVZ VPS. I own few low end vps from BuyVM…
Introduction – what is PHP? PHP is a server side scripting language. You can embed PHP code in your web pages along with HTML. When your server receives a request…
Server Shield is a lightweight method of protecting and hardening your Linux server. It is easy to install, hard to mess up, and makes your server instantly and effortlessly resistant…
PhpSysInfo: a customizable PHP script that displays information about your system nicely. I found randomly via google searching for other things. Features: Operating System Information (Version, Uptime, …) CPU, Memory…