Hodžův blog

Archive for the 'Linux' Category

29 Pro

HowTo fix Warning: Skipping the data of table mysql.event. Specify the –events option explicitly.

Try this workaround: mysqldump -uroot –events –ignore-table=mysql.event mysql

03 Lis

Selo N Ludy (Село і Люди)

Tyhle předělávky mě opravdu baví. Začněte třeba klasikou od Nirvany nebo od Bon Joviho. 01 Yellow Submarine.mp3 02 In The Army Now.mp3 03 It’s My Life.mp3 04 Satisfaction.mp3 05 Poison.mp3 06 Still Loving You.mp3 07 Pretty Woman.mp3 08 Losing My Religion.mp3 09 Enter Sandman.mp3 10 Thunderstruck.mp3 11 Smells Like Teen Spirit.mp3

24 Čvc

Qutim & KDE 4.1.0.5 – There is no tray icon

Problem is obviously in file ~/.kde/share/config/plasma-desktop-appletsrc Try to fix it by typing: cp ~/.kde/share/config/plasma-desktop-appletsrc ~/.kde/share/config/plasma-desktop-appletsrc.old rm ~/.kde/share/config/plasma-desktop-appletsrc sudo reboot Warnig – all you plasma settings will be lost…

24 Čvc

lftp – Fatal error: Certificate verification: Not trusted

I always get an error: $ lftp user@server:/directory Password: ls: Fatal error: Certificate verification: Not trusted To fix this issue run simple command in lftp shell set ssl:verify-certificate no or disble certificate verification in lftp configuration file echo „ssl:verify-certificate no“ >> ~/.lftp/rc

14 Čvc

ANONYMOUS – Illuminati Song with complete lyrics (George Carlin, Bill Maher, Peter Finch)

http://www.youtube.com/watch?v=RZB22Z7dNJM [ George Carlin (Intro) ] Politicians are put there to give you the idea that you have freedom of choice. You don’t. You have no choice. You have owners. They own you.

26 Lis

HowTo fix a mdadm problem auto-read-only or resync=PENDING

Mdadm problem after new install of Debian GNU Linux. root@n40l:~# cat /proc/mdstat Personalities : [raid1] [raid6] [raid5] [raid4] md3 : active (auto-read-only) raid5 sdc1[0] sde1[2] sdd1[1] 3907025920 blocks super 1.2 level 5, 512k chunk, algorithm 2 [3/3] [UUU] resync=PENDING md2 : active raid1 sda3[0] sdb3[2] 235885432 blocks super 1.2 [2/2] [UU] md1 : active (auto-read-only) […]

18 Bře

HowTo block facebook with iptables

Insert these lines into your firewall: iptables -t filter -I FORWARD -s 192.168.0.0/24 -m tcp -p tcp -m iprange –dst-range 66.220.144.0-66.220.159.255 –dport 443 -j REJECT –reject-with tcp-reset iptables -t filter -I FORWARD -s 192.168.0.0/24 -m tcp -p tcp -m iprange –dst-range 69.63.176.0-69.63.191.255 –dport 443 -j REJECT –reject-with tcp-reset iptables -t filter -I FORWARD -s 192.168.0.0/24 […]

15 Bře

HowTo Install Latest Redmine on Debian 6 (Squeeze, Ruby-on-Rails, Apache2 Passenger)

This is a short .bash_history manual… First install fresh Debian Squueze from businesscard (when selecting packages uncheck ALL). Correct hostname: # vi /etc/hostname server.example.com

06 Bře

Where can I find repository for debian etch packages?

All Debian releases are archived at archive.debian.org, so: deb http://archive.debian.org/debian/ etch main non-free contrib deb http://archive.debian.org/debian-security/ etch/updates main non-free contrib deb http://archive.debian.org/debian-volatile/ etch/volatile main non-free contrib deb-src http://archive.debian.org/debian/ etch main non-free contrib deb-src http://archive.debian.org/debian-security/ etch/updates main non-free contrib deb-src http://archive.debian.org/debian-volatile/ etch/volatile main non-free contrib

03 Říj

Oprava nefunkční digestoře Ariston

Po necelých šesti letech provozu se mi rozbila „značková“ digestoř Ariston. Nejprve přestala odsávat a následně i svítit. Tak trochu z lenosti a tak trochu z nedostatku času jsem zavolal do servisu, kolik by stála nová elektronika. Když jsem od technika následně zjistil, že cena základní desky odpovídá dvoum třetinám ceny nové digestoře, rozhodl jsem […]

Hodžův blog is is proudly powered by Wordpress and the Magellan Theme