Ubuntu Experiences Database

  • Top Posts

  • c

Archive for December 13th, 2006

Mounting mdf/mds Images

Posted by maximillan on December 13, 2006

not possible, but convert to iso and mount them.

converter:

http://freshmeat.net/projects/mdf2iso/

apt-get install mdf2iso

Posted in Howto, linux, ubuntu | 2 Comments »

Mounting Iso Images

Posted by maximillan on December 13, 2006

Applications -> Accessories -> Terminal

sudo mkdir /media/iso

sudo mount -t iso9660 -o loop filename.iso /media/iso

Posted in Howto, linux, ubuntu | Leave a Comment »

Moblock (peerguardian linux alternative)

Posted by maximillan on December 13, 2006

MoBlock and Peerguardian are both applications that enable you to block internet traffic based on large lists of ip address ranges in order to protect your privacy.

http://moblock-deb.sourceforge.net/

to install:

Add to /etc/apt/sources.list

deb http://moblock-deb.sourceforge.net/debian unstable main

deb-src http://moblock-deb.sourceforge.net/debian unstable main

Run these commands (on command line) to accept the new entries in sources.list. Adding the key to the apt keyring may be optional depending on your system’s settings.

gpg --keyserver subkeys.pgp.net --recv DEDA0559

gpg --export --armor DEDA0559 | sudo apt-key add -

sudo apt-get update

and

sudo apt-get install moblock-nfq

now little config:

Open /etc/cron.daily/moblock-nfq and go to line 34. One line is commented (#), one is not. inverse them like this


BLOCKLISTS="ads-trackers-and-bad-pr0n level1 level2 Microsoft spyware "
#BLOCKLISTS="nipfilter.dat ads-trackers-and-bad-pr0n"

and restart moblock to settings in effect

sudo /etc/init.d/moblock restart

done!!!

Posted in Howto, applications, linux, ubuntu | Leave a Comment »

Remove GUI Animations – Gnome

Posted by maximillan on December 13, 2006

to remove gui animations on gnome (opening/closing/minimizing)

gconf-editor

find /apps/metacity/general
and check “reduced_resources”

now gnome works well with beryl

Posted in Eye-candy, Howto, linux, ubuntu | Leave a Comment »