Changing your MAC address

http://vvv.tobiassjosten.net/security/changing-your-mac-address/

How To Migrate Mailboxes Between IMAP Servers With imapcopy

/usr/local/imap_tools/imapcopy.pl -S server1.example.com/sales@example.com/secret -D server2.example.com/sales@example.com/secret http://www.howtoforge.com/how-to-migrate-mailboxes-between-imap-servers-with-imap-tools

Beyond grep: ack, a source code search tool for programmers

ack is a tool like grep, optimized for programmers

How to have correct permissions for files 664 and dirs 775 from usb disks?

Type: sudo mount -t vfat -o rw,nosuid,nodev,uid=1000,gid=1000,shortname=mixed,fmask=0113,dmask=0002,utf8=1,showexec,flush,uhelper=udisks2 /dev/sdb1 /media/usb Or put to /etc/fstab: UUID=1234-5678 /media/usb vfat rw,nosuid,nodev,uid=1000,gid=1000,shortname=mixed,fmask=0113,dmask=0002,utf8=1,showexec,flush,uhelper=udisks2 0 0

PhpStorm/Netbeans all menu fonts are bold after upgrade to 12.04

sudo apt-get remove fonts-unfonts-core http://askubuntu.com/questions/125609/netbeans-all-menu-fonts-are-bold-after-upgrade-to-12-04

Aktualizacja Ubuntu z wersji 13.04 Raring Ringtail do 13.10 Saucy Salamande

http://www.ubuntu-pomoc.org/aktualizacja-ubuntu-z-wersji-13-04-raring-ringtail-do-13-10-saucy-salamander/

Extract regular expression group match using grep or sed

I’ve been looking for a GNU/Linux command that matches lines in a text file using a regular expression and extracts a group match for that expression (a sub-match within parenthesis).

How to completely erase hard drive or wiping hdd clean

sudo shred -n5 -z -v /dev/sdX

Create Package

Create Windows Installer: http://nsis.sourceforge.net/Main_Page Create Deb Package: http://buildall.wordpress.com/2011/04/25/creating-a-package-deb-in-ubuntu/ http://blog.jonliv.es/2011/04/26/creating-your-own-signed-apt-repository-and-debian-packages/ https://help.ubuntu.com/community/CreateAuthenticatedRepository

Boot-Repair

Boot-Repair is a simple tool to repair frequent boot issues you may encounter in Ubuntu like when you can’t boot Ubuntu after installing Windows or another Linux distribution, or when you can’t boot Windows after installing Ubuntu, or when GRUB is not displayed anymore, some upgrade breaks GRUB, etc.