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 **: […]
Posted in Debian, Linux, Multimédia, Ostatní, Scriptíky, Ubuntu by: admin
No Comments
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
Posted in Linux, Scriptíky by: admin
1 Comment
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
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
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
15 Bře
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
Posted in Debian, Linux, Ostatní, Scriptíky by: admin
4 Comments
01 Srp
1) Download the Basic and the SDK packages from http://www.oracle.com (registration needed). # mkdir -p /opt/oracle/instantclient # cd /opt/oracle/instantclient # wget http://download.oracle.com/otn/linux/instantclient/112020/instantclient-basic-linux-x86-64-11.2.0.2.0.zip # wget http://download.oracle.com/otn/linux/instantclient/112020/instantclient-sdk-linux-x86-64-11.2.0.2.0.zip“
Posted in Apache, Debian, Linux, MySQL, Scriptíky, Ubuntu by: admin
No Comments