No interfaces listed in Wireshark —
These commands work for me with Wireshark 1.6.2 on Ubuntu Server 11.10 (64-bit): $ sudo apt-get install wireshark $ sudo dpkg-reconfigure wireshark-common $ sudo usermod -a -G wireshark $USER $ sudo reboot
Just another blog from admin's
These commands work for me with Wireshark 1.6.2 on Ubuntu Server 11.10 (64-bit): $ sudo apt-get install wireshark $ sudo dpkg-reconfigure wireshark-common $ sudo usermod -a -G wireshark $USER $ sudo reboot
I found two cool programs : Iperf and NetCat
It is no secret that I am a pretty big fan of excellent Linux Software RAID. Creating, assembling and rebuilding small array is fine. But, things started to get nasty when you try to rebuild or re-sync large size array. You may get frustrated when you see it is going to take 22 hours to […]
Type in mysql console : STOP SLAVE; SET GLOBAL SQL_SLAVE_SKIP_COUNTER = 1; START SLAVE; Or just add in my.cnf : slave-skip-errors = 1062
The Universally Unique Identifier can be used to identify a device independent form its mount point or device name. This is more and more important as many devices today support hot-plugging or are external anyway. Therefore it makes sometimes sense to access a device (for example in fstab) not by device name but by the […]
root@backup_server /mnt/old_root/var/lib/dpkg/info # ls -la *.list | awk {‘print $9’}| sed ‘s/.list//’ >> /root/installed_app Now this(/root/installed_app) contain all installed packages!
Настройка Midnight Commander (в Linux на примере Debian, но верно и для других линуксов) обычно не подразумевается. Поставил и пользуйся (в частности уже писал про установку mc).
Backup: $ pg_dump -U {user-name} {source_db} -f {dumpfilename.sql} Restore: $ psql -U {user-name} -d {desintation_db}-f {dumpfilename.sql}
Subversion – централизованная система управления версиями, распространяемая в исходных кодах. Так же иногда называется svn, по названию клиентской программы, входящей в стандартный дистрибутив Subversion. Разрабатывалась, как альтернатива системе CVS, обладающая всеми основными функциями CVS и свободная от ряда её недостатков. В настроящее время Subversion используется во многих известных проектах: Apache, Samba, Google Code, SourceForge.net и […]
Subversion command summary cheat sheet