Create a Linux Home Media Server with a Brix Computer (Ubuntu Server install)
Create a FREE linux home media server by installing and managing Ubuntu Server. Setup your linux home media server in just a few minutes!
Make Bootable USB (on any computer) with Unetbootin
Turn any of those old extra flash drive into a useful tool. Make the flash drive bootable. Install Windows or Linux right from a flash drive. Quick and easy setup with Unetbootin.
Force www or non-www in Your Website’s URL with .htaccess
Force your website to automatically add the “www” or remove the “www” in the URL. Do it easy and quick with a HTACCESS file.
Create a website redirect with php headers
Easily create a website redirect using PHP headers. Create a fast 301 redirect using PHP script to send users to a different page.
PHP basics: MySQL Database Tutorial
PHP and databases just go hand in hand. Being able to connect to and interact with databases is so easy and a must with any web site. Luckily PHP provides so many easy and convenient methods of database control.
Create a Member System in PHP
Want to have your users create accounts so they can save and share content with each other? Well there is no other easier and must have …
Secure VNC Connection Using a SSH Tunnel in Linux
One of the most important aspects to a good server is even better administration tools. Logging in locally is nice and all but not always feasible, so the need for a good and secure remote administration method is necessary. With a few simple tools like VNC server and a little bit of SSH, we are off to the races with a great solution.
Make Custom Error Pages for Your Website (using htaccess)
Add some extra bit of flare to your website with custom error pages. 404 errors or 501 errors, customize them all. Maybe even give your users …
Hide Your WordPress Login Page and Prevent Unwanted Login Attempts
Wordpress is amazing, but it really sucks when every person in the world knows the place on your site to login to your admin panel. A little scary when you think about it. So why not change it to something else? Something only you know! Hide your wordpress login page with the WPS Hide Login plugin.
Create a Custom URL Shortener in PHP
Learn how to create a custom URL shortener in PHP. This custom URL shortener will be super simple and can be created in about a hour …