OpenVPN Community Software Auto Installer for CentOS 5 & 6, Debian 6, and...
Hi guys, As the title says, i created OpenVPN Community Software Auto Installer for CentOS 5 & 6, Debian 6, and Ubuntu 10.10. ** Source** http://openvpn.net/index.php/open-source.html Download...
View ArticleSimple Server Setup 0.1 Beta( WIP) Debain 7 32bit - Nginx - PHP - PerconaDB...
Hi, I have been working a on script today. I'm often installing the above things on servers running Debain 7 32bit. I'll be working on making it compatible with Debain 6 soon :) It's still a work in...
View ArticleHow to Install VNC w/ GNOME on Debian VPS
VNC is a remote desktop sharing system that will allow you to connect your home PC to a GUI (graphical interface) hosted on your VPS, for easy remote management. This guide will walk you through the...
View Article[ESX(i)] Create your own private network with Windows
So, a few days ago I wanted to create a private network on my dedicated ESX Server. I needed some virtual machines to have internet (in my case: for capturing desktops). They didn't need a public...
View Article[Project] simplemonitor.org Monitor your servers, simple as that (hosted)
Hello again! Making a new thread because I made the website (ugly, using bootstrap) and have a demo. Please look at http://simplemonitor.org/ And give me suggestions. If you use it, please tell me :)...
View ArticleImplementing openvpn client on your IoS/Android
Hi All, I would like to share my experiment about how to build the openvpn server and openvpn client on IoS and Android. Assuming the openvpn already installed and tun/tap enabled on your vps. 1....
View ArticleNginx With IPv6 Networking Support
You can easily configure IPv6 under nginx as follows. First, make sure IPv6 networking is working properly. See IPv6 CentOS / RHEL, FreeBSD, Debian / Ubuntu Linux, and Novell Suse/OpenSUSE Linux...
View ArticleNginx Block User Agent
You can block any http user agents with GET / POST requests that scrape your content or try to exploit software vulnerability. Use the following syntax. Edit /usr/local/nginx/conf/nginx.conf file,...
View Articlecorrect permission of files after suphp
`#!/bin/bash For some stupid reason, cPanel screws up the directory permissions. chmod 755 /opt/suphp find /opt/suphp -type d -exec chmod 755 {} \; Ensure that the permissions are sane and won’t cause...
View ArticleHow to determine where a binary command is stored / located on file system
You can use “type” or “whereis” command to find out which command shell executes and to print binary (command) file location for specified command. whereis command example Display ls command location...
View ArticleScript to install Asterisk 1.4.44 on Centos 5.x
yum -y update reboot vi /etc/selinux/config SELINUX=disabled yum -y install curl-devel bind-utils system-config-securitylevel kernel kernel-devel kernel-smp-devel kernel-smp openssl-devel openssl gcc...
View ArticleHow to Protect WHMCS License from Public - Tutorial
WHMCS is the most famous script used by major hosting companies. So in past there were many WHMCS security breach and exploit. The hosting company owners always want to protect their as well as clients...
View Article[ Howto ] setup back ups for your files and server folders
This is a simple guide on how to use rsync, your system crontab, and simple key based authentication between machines for server to server back up of files and folders. I like this method because of...
View ArticleHow to enable SSL in Joomla?
Click on - Control Panel >> Global Configuration >> Server Tab >> Select Entire Site from Force SSL >> Click on Save tab That's it
View ArticleSet up your own truly secure, encrypted and shared file synchronization, aka...
TL;DR This article describes my truly secure, encrypted file synchronization service. It used EncFS and dvcs-autosync which lets me share only the encrypted data and mount that locally to get the...
View ArticleSeedbox Script (uTorrent and FTP)
Yesterday I felt like putting together a simple script to give back to the LEB community. It all started when I decided to make a seedbox from an extra low end vps I had. After looking at countless...
View ArticleOSSEC Server, Client, Web UI and Analogi Dashboard Installation tutorial
OSSEC is an Open Source Host-based Intrusion Detection System that performs log analysis, file integrity checking, policy monitoring, rootkit detection, real-time alerting and active response. It runs...
View ArticleTUTORIAL: Setup x2goserver with xfce4 on Debian Wheezy 128M VPS
1) Remove the riff-raff, change ssh port (not necessary, it's just what I do) and set up hosts.allow for ssh In my case (on RamNode's Wheezy OpenVZ template): $ apt-get purge apache2* bind9 samba $ vim...
View ArticleInstall Asterisk11.5+AsteriskGUI on ubuntu
I will show you how to install Asterisk server + AsteriskGUI on Ubuntu 12.04 with very easy steps 1- First steps apt-get update && apt-get upgrade apt-get install build-essential wget...
View ArticleHetzner + SolusVM + NAT
Helo, is there any easy way to configure NAT on a Hetzner server + SolusVM ? We are new with them and we saw config soooo complex and impossible to make this .... any tip ? Thanks !
View Article