28 Dub
What console says:
hodza@hodza-desktop:~$ qutim
!!!!!!! 'kde-plasma' '0x7f2c933977c0' 'oxygen'
(qutim:9554): GLib-GObject-WARNING **: cannot register existing type 'GstObject'
(qutim:9554): GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0' failed
(qutim:9554): GLib-GObject-CRITICAL **: g_type_register_static: assertion 'parent_type > 0' failed
(qutim:9554): GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0' failed
(qutim:9554): GLib-GObject-CRITICAL **: g_object_newv: assertion 'G_TYPE_IS_OBJECT (object_type)' failed
(qutim:9554): GStreamer-CRITICAL **: gst_object_ref_sink: assertion 'object != NULL' failed
(qutim:9554): GStreamer-CRITICAL **: gst_registry_get_feature_list: assertion 'GST_IS_REGISTRY (registry)' failed
Try this workaround:
sudo rm -f /usr/lib/qutim/plugins/libquetzal.so
17 Dub
1. Make a drive image
# pv -tpreb /dev/sdb | dd of=/mnt/backup/disk_image.img bs=1M
2. Detect mount offset (mount offset=sector size*partition start)
# fdisk -l /mnt/backup/disk_image.img
Continue Reading »
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%
09 Bře
This is a virtual database so you will need to add the option –skip-events to make it work.
02 Led
Try to enable ugly LibreOffice native dialogs
Menu "Tools" -> "Options..." -> "General" -> In section "Open/Save dialogs" just enable "Use LibreOffice dialogs"
29 Pro
Try this workaround:
mysqldump -uroot --events --ignore-table=mysql.event mysql
11 Srp
Jsou to přesně čtyři roky, co mi ukradli moji motorku Suzuki GSX-R 600.
Tento týden jsem narazil na inzerát, kdy byla prodáváná motorka stejného vzhledu a nyní již mohu pouze radostně konstatovat, že to byla ta moje…

Ukradená GSX-R 600 Corona
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…
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