General Info

Localtunnel

From progrium.com The easiest way to share localhost web servers to the rest of the world $ gem install localtunnel $ localtunnel 8000 Then share this url: http://xyz.localtunnel.com More specific…

Continue ReadingLocaltunnel

Owncloud on cPanel server

To install Owncloud: create a seperate subdomain cpanel user (your preference) wget http://download.owncloud.org/releases/owncloud-4.0.4.tar.bz2 tar -xjf path/to/downloaded/owncloud-x.x.x.tar.bz2 cp -r /path/to/owncloud/* /home/user/public_html chown -R www-data:www-data /path/to/your/owncloud/install/data Note: data folder will not be…

Continue ReadingOwncloud on cPanel server

Glark

From Linux.com By Joe 'Zonker' Brockmeier GNU grep is one of my go-to tools on any Linux box. But grep isn't the only tool in town. If you want to…

Continue ReadingGlark