14 Kvě
Disable IPv6 in system # echo „net.ipv6.conf.all.disable_ipv6 = 1“ >> /etc/sysctl.conf # echo „net.ipv6.conf.default.disable_ipv6 = 1“ >> /etc/sysctl.conf # echo „net.ipv6.conf.lo.disable_ipv6 = 1“ >> /etc/sysctl.conf # /sbin/sysctl -p /etc/sysctl.conf
Posted in Debian, DNS, Linux, Scriptíky, Ubuntu by: admin
No Comments
14 Kvě
sudo apt-get remove $(dpkg -l|egrep ‚^ii linux-(im|he)’|awk ‚{print $2}’|grep -v `uname -r`)
Posted in Debian, Kernel, Linux, Scriptíky, Ubuntu by: admin
No Comments
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
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
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
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
06 Bře
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
Posted in Debian, Linux by: admin
3 Comments
02 Zář
This directive has been deprecated with ProFTPD 1.3.1rc1. Please use CreateHome instead. http://www.proftpd.org/docs/howto/CreateHome.html
Posted in Debian, FTP, Linux by: admin
No Comments