GoogleEarth geopolitical maps

Looking for GoogleEarth geopolitical & political maps / layers? Have a look at here! Many thanks fly to Valery Hronusov (Valery35) for his precious and priceless work! Library for automatic connection to popular collections of forum herebelow cited: http://bbs.keyhole.com/ubb/showflat.php/Cat/0/Number/224706 http://bbs.keyhole.com/ubb/showflat.php/Cat/0/Number/251067 World countries as polygons: http://bbs.keyhole.com/ubb/showflat.php/Cat/0/Number/289717 State-Province areas of countries: http://bbs.keyhole.com/ubb/showflat.php/Cat/0/Number/315823/page/0/fpart/all/vc/1 Education tools (i.e. administrative units, [...]

Read the rest of GoogleEarth geopolitical maps

howto create password protected archives in linux

In GNOME file-roller (Archive Manager) version 2.26 enables you to create password protected archives. If you would like to use the shell to create those archives here is how: rar rar a -hp archive_name.rar folder_or_file_to_compress 7zip 7z a -mhe=on -p archive_name.7z folder_or_file_to_compress Click here to read how to make self extracting archives.

Read the rest of howto create password protected archives in linux

Compute partitions UUIDs

you maybe wonder how those UUID inside /etc/fstab have been computed. blkid /dev/sda8 simply does the job (where sda8 is the device you want the UUID computed for) They are unique ids (thus the acronym) and are computed by program blkid which can easily be invoked via shell in order to update those IDs in [...]

Read the rest of Compute partitions UUIDs

Swap Area not working

When you boot (or enable swapping manually) you should see Adding Swap: NNNNk swap-space If you don’t see any messages at all you are probably missing the right command swapon -av (the command to enable swapping) in your /etc/rc.local or /etc/rc.d/* (the system startup scripts), or have forgotten to make the right entry in /etc/fstab: [...]

Read the rest of Swap Area not working

remove audio clips with Audacity (hard limiter)

http://audacityteam.org/wiki/index.php?title=Click_Removal In order to be able to remove clicks from recordings using audacity you can use various tools among which the hard-limiter plugin which is available in the swh-plugins package in the Ubuntu repositories. Install it: apt-get install swh-plugins Then you’ll then find it in Effects menu under Plugins 46-60 submenu

Read the rest of remove audio clips with Audacity (hard limiter)