Category: Unix

FreeNAS lightHTTPD + Mysql Server

HowtoForge : Installing MySQL And phpMyAdmin On FreeNAS

Setting up awstats in ubuntu

# Install awstats package sudo apt-get install awstats # Edit a file called /etc/awstats/awstats.hostname.conf where hostname is the hostname. Put something like this in it: LogFile=”/var/log/apache2/access.log” LogFormat=1 DNSLookup=1 DirData=”/var/cache/awstats/” DirCgi=”/cgi-bin” DirIcons=”/icon” SiteDomain=”hostname” AllowToUpdateStatsFromBrowser=1 AllowFullYearView=3 # Make a directory called /var/cache/awstats and chmod it 777 so it can be used from the web server # Copy …

Continue reading

libgtk1.2 deb for Ubuntu Karmic 9.10 32bits

libgtk1.2 is not installed/installable, since it was removed from karmic 🙁 So i build a libglib1.2 & a libgtk1.2 32bits packages for karmic from source ! Get it here : http://gistlabs.homelinux.net/deb/libgtk+1.2-Karmic.tar.gz Then install all the .deb files with : $sudo dpkg -i *.deb Have Fun with it and read the rest of the post if …

Continue reading

Cover-thumbnailer for Nautilus

Cover thumbnailer est un petit script développé en Python qui permet d’afficher les pochettes des albums de musique dans nautilus, de prévisualiser les images contenues dans un dossier et plus encore. Le script s’intègre dans nautilus comme n’importe quel autre thumbnailer de la GNOME thumbnail factory; vous n’aurez donc pas à le lancer manuellement pour …

Continue reading

Resolution des noms Netbios sous GNU/Linux

Il suffit d’éditer le fichier suivant : $sudo gedit /etc/nsswitch.conf Puis de modifier la ligne suivante : hosts: files dns -> hosts: files wins dns Enfin, il faut installer winbind : $sudo apt-get install winbind Maintenant $ping yourhostname fonctionne 🙂