17 Dub
Create image from disk /dev/sdb to image file /mnt/backup/disk_image.img. BS is for speedup. # pv -tpreb /dev/sdb | dd of=/mnt/backup/disk_image.img bs=1M Tranfer preview: 932GB 2:46:17 [95,6MB/s] [=============================================>] 100%
Posted in Linux, Scriptíky by: admin
No Comments
09 Bře
This is a virtual database so you will need to add the option –skip-events to make it work.
Posted in Linux, MySQL, Scriptíky by: admin
No Comments
02 Led
Try to enable ugly LibreOffice native dialogs Menu „Tools“ -> „Options…“ -> „General“ -> In section „Open/Save dialogs“ just enable „Use LibreOffice dialogs“
Posted in Distribuce, Linux, Multimédia, Ostatní, Scriptíky, Ubuntu by: admin
No Comments
29 Pro
Try this workaround: mysqldump -uroot –events –ignore-table=mysql.event mysql
Posted in Debian, Linux, MySQL, Scriptíky by: admin
No Comments
03 Lis
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
Posted in Multimédia, Ostatní, Ze života by: admin
No Comments
24 Čvc
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…
Posted in Linux, Multimédia, Scriptíky, Ubuntu by: admin
No Comments
24 Čvc
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
Posted in FTP, Linux, Ostatní by: admin
No Comments
14 Čvc
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.
Posted in Multimédia, Ostatní, Ze života by: admin
No Comments
26 Lis
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) […]
Posted in Debian, Hardware, Kernel, Linux, Ubuntu by: admin
No Comments
18 Bře
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 […]
Posted in Bezpečnost, Linux, Scriptíky by: admin
No Comments