It’s very simple indeed ! Just type : sudo mount -t ufs -o ro,ufstype=ufs2 /dev/sdx1 /mnt/
Category: Unix
May 19
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 …
Dec 18
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 …
Dec 16
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 …
