[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 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 ArticleTrac and SVN on Nginx?
Can anyone come up with a tutorial for installing trac and svn on nginx? Most of what I'm finding uses git which is not an option and/or using apache with nginx as a cache. thanks
View ArticleA Shell for SSH Tunnellers Only
sleddog@home:~$ grep myuser/etc/passwd myuser:x:1001:1001::/home/myuser:/bin/exitonly.sh sleddog@home:~$ cat /bin/exitonly.sh #!/bin/bash HELPMSG='Type "exit" and press enter to close the connection.'...
View ArticleA nice backup policy using headless installation of copy.com app
We all know that we can get 22GB of free storage in copy.com (using referral code + a twit ). But many of us don't know that we can use this storage space as a nice backup space for our Low End Boxes....
View ArticleOVH Rescue mode bug;
Hi Guys, Just thought I'd post this here incase anyone needs to use rescuemode and has the VAC permanently enabled on their IP. Basically when you boot into rescue mode it will email with the...
View Article