San Sign Info

January 26, 2009

How to enable htaccess on ubuntu server

Filed under: Linux, SanSignInfo — Tags: , , , , , , — San @ 1:40 pm

Here are the simple steps to enable htaccess on ubuntu server

locate the folder /etc/apache2/sites-available and edited the file default

I have highlighted the required changes in Bold letters.

NameVirtualHost *
<VirtualHost *>
ServerAdmin admin@site.com

DocumentRoot /var/www/
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
# This directive allows us to have apache2’s default start page
# in /apache2-default/, but still have / go to the right place
# Commented out for Ubuntu
#RedirectMatch ^/$ /apache2-default/
</Directory>

Default for AllowOverride is none, should be all
/etc/init.d/apache2 restart

Now run the following command on terminal
code:
sudo a2enmod rewrite

You can verify what modules are loaded with:
code:
sudo apache2ctl -l

For any further help please add reply on to the same post.

Thank you,

San :)

January 3, 2009

SpeedCrunch a powerful desktop calculator

Filed under: Linux, SanSignInfo — Tags: , , , — San @ 8:52 pm

SpeedCrunch is a fast, high precision and powerful desktop calculator. Available for Linux, Microsoft Windows, and Apple Mac OS X.

SpeehCrunch desktop calculator

SpeehCrunch desktop calculator

This calculater have following features:

history and results on a scrollable display
up to 50 decimal precisions
unlimited variable storage
intelligent automatic completion
fully usable from the keyboard
more than 50 built-in math functions
optional virtual keypad to be used with a mouse
on-the-fly and selection calculation
customizable appearance
syntax highlighting and parentheses matching

Visit the website

August 16, 2008

Mythbuntu MythTV Network

Filed under: Linux — Tags: , , , — San @ 8:36 am

Setup your standalone MythTV based PVR system. Mythbuntu can be used to prepare a standalone system or for integration with an existing MythTV network.

To know more about it click on below links:


Mythbuntu

http://www.mythbuntu.org/
http://www.mythtv.org/wiki/index.php/Category:Themes
http://www.mythbuntu.org/image

Powered by WordPress