Tag Archive | "Servers"

How to spoof your speedtest.net results

Friday, April 30, 2010

33 Comments

In this tutorial we will be showing you how to spoof your speedtest.net results. You will require a httpd server to do this, in this tutorial I used lighttpd running on debian. To install lighttpd on debian just simply run and edit your php.ini to change cgi.force_redirect to 0 Come down and you'll find ;cgi.force_redirect [...]

Continue reading...

IPTables and Bashrc Aliases

Sunday, August 30, 2009

0 Comments

We all know IPTables can be difficult. By adding the following lines to your ~/.bashrc you can simplify the tasks of blocking packets from a certian ip. First your going to need to install IPTables: Gentoo: emerge iptables   (Must be  Root to use/install iptables) Ubuntu/Debian: sudo apt-get install iptables Then edit your .bashrc file and [...]

Continue reading...

Setting Local Time on a Linux Server

Sunday, August 2, 2009

0 Comments

I am going to show you a way that I use to set the local time on my Linux servers. It really isn't that hard either. First, you should get NTP installed. Next, just in case, make a backup of your already configured time. Then we start to go into the process of getting the [...]

Continue reading...