How to build a free, cheap in recourses but efficient video streaming server...
I was playing during the last months with red5, crtmp and others, trying to build a live streaming video server for the needs of my site. Red5 is very powerful but very difficult to set up and lacks in...
View ArticleAuto install script for IPsec L2TP VPN
Just want to share with you guys an auto install script for IPsec L2TP VPN. The script was not written by me; however I found it very useful for automating VPN setup on a fresh Ubuntu 12.04 server:...
View Article[GUIDE] Basic CentOS / RedHat 6 Server Hardening / csf install / epel install
[0] Introduction / Preface First, I'm going to preface this guide with my assumptions and base level knowledge going into this guide. My "assumptions" are things that I assume to be correct, and the...
View Article[GUIDE] Logs 101 - Ubuntu / Debian Version - ACCESS, MAILSERVER AND APACHE LOGS
I invite @HardCloud to make CentOS version. If you have new in this "server" world you probably don't know much about how your system works. It looks very quiet but instead your server is YELLING all...
View Article[GUIDE] Basic steps to secure your Ubuntu / Debian server
This is tutorial for newbies and it will help you that you harden a little bit your ubuntu/debian server. 1) Update and upgrade apt and your packages apt-get update && apt-get upgrade By doing...
View ArticleHow To Create SSH Keys with PuTTY to Connect to a VPS - Very Easy - DigitalOcean
Create SSH Keys with PuTTY to Connect to a VPS I Search high and low for a easy to follow Tutorial for setting up "SSH Key No Password Login"....
View ArticleSimple HA DNS Failover with bind9
Hi, Today i will show you how to create a simple dns failover with bind9, you will need 2 vps's with debian. So on the first server and second server you just create a normal zone in named.conf So your...
View ArticleSFTP chroot on hosting environment with openssh
Hello Everyone, I'm newbie in business, Just start my own web hosting service (with website package). We uses Virtualmin as hosting control panel, and found any ssh user can access other user folder...
View ArticleCost Calculator for hosting platforms
I'm thinking about creating a cost calculator for hosting platforms, and adding it here as a tutorial. Is there something similar already out there? I want to compare costs: 1) running costs for...
View ArticleKVM host with bonding and VLAN tagged Virtual Machines setup on Ubuntu 12.04
Was brushing up my home lab setup. I like proxmox, however, when using proxmox everything is easy. Here's how to do it the hard way. Preface I want to set up a KVM host which is only reachable from the...
View Articletutorials for your VPS
ive made a little projects/tutorial site i would like to share with you guys https://projak.sx constructive comments and suggestions welcome
View ArticleRuby Gem for SolusVM Client API
hi folks, just to give a little back to this place here, i wrote a minimalistic gem to implement the solusvm client api. it is not the admin api, so this is for users like me to control their servers...
View ArticleBackup a MySQL db with logrotate
File: /etc/logrotate.d/mydb-backup.conf /home/sleddog/mydb/dump.sql { daily rotate 14 compress nocreate postrotate /usr/bin/mysqldump my_db > /home/sleddog/mydb/dump.sql || true endscript } Now...
View ArticleSlabbing 4 Dummies (really semi-experts, but who's counting?)
Please note: I did not write this tutorial to be an ethical discussion on slabbing, merely as a how to on slabbing. Similar comparison is the ethics of hunting versus a firearm class. I also wrote this...
View ArticleInstall ownCloud on Debian 7 with Nginx
Hey, See my tutorial on how to Install ownCloud on Debian 7 with Nginx - http://rmlh.me/?p=10
View ArticleInstall SoftEther VPN on Debian 7 (L2TP)
This tutorial is to show you how to install a SoftEther VPN on Debian 7. In order for this to work correctly you will need to follow these instructions. You need to be running Debian 7 32bit or 64bit...
View ArticleWHMCS No Panel Setup | Centmin | SSL | SPDY3
Good detailed guide on setting up a no panel web server environment and WHMCS. At the end you have WHMCS installed using Centmin, running on SSL and SPDY 3. Also walks you through configuring,...
View Article[Tutorial] Using SSHFS to Share Folders Among Your VPS
Hello guys, to contribute back to the community, here is my tutorial for setting up SSHFS to create shared folder(s) among your VPS. We will be using autossh which has the nice "automatic reconnect"...
View ArticleHow to test my VPS IO speed?
Want to try my vps io speed , but i need the commands for it. -Read speed -Write speed I know the write speed command maybe , but what about the read speed?
View Article