Category Archives: linux

Asterisk Setup – 404 Not Found

If you’re getting a 404 Page Not Found error when you’re trying to access your Asterisk web gui on http://localhost:8088 (by default), it’s because you need to create a symbolic link to /usr/share/asterisk/static-http, do the following and all should be … Continue reading

Share
Posted in Apache, Hosting, linux, Programming, Tutorials | Leave a comment

Apache2 .htaccess RewriteEngine error

To enable .htaccess files on your server, edit “/etc/apache2/sites-available/default” file, change AllowOverride to All NameVirtualHost * <VirtualHost *> ServerAdmin admin@site.com DocumentRoot /var/www/ <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory /var/www/> Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow … Continue reading

Share
Posted in Apache, Help, Hosting, linux, PHP, Programming, Tutorials, Web | Tagged | Leave a comment

How to try the new metacity composite manager without installing it

Author: Hussam Al-Tayeb Metacity is the default window manager for the Gnome desktop. The next major version of metacity (2.22) to be released later this year, will have a built in composite manager that will be enabled by default if … Continue reading

Share
Posted in linux, Programming, Tutorials | 2 Comments

Installing, Running and configuring a Squid proxy server

Author: Hussam Al-Tayeb The following tutorial illustrates how to install and run a Squid proxy server. First off, a little info about Squid, Squid is a fully-featured HTTP/1.0 proxy which is almost (in progress) HTTP/1.1 compliant. Squid offers a rich … Continue reading

Share
Posted in Client-Server, Help, linux, Tutorials | Leave a comment

Updates!

Author: Johny Balian Sorry guys for nothing new lately, it’s been a hectic month therefore I decided to write this post to update my readers of what is really going on so that you won’t think the site is dead … Continue reading

Share
Posted in linux, update | 2 Comments