01 Kvě
echo „“ >> /etc/lftp.conf echo „set ftp:ssl-allow true“ >> /etc/lftp.conf echo „set ftp:ssl-force true“ >> /etc/lftp.conf echo „set ftp:ssl-protect-data true“ >> /etc/lftp.conf echo „set ftp:ssl-protect-list true“ >> /etc/lftp.conf
Posted in Debian, FTP, Linux, Scriptíky by: admin
No Comments
11 Bře
Before: # lsusb | grep -i huawei Bus 002 Device 007: ID 12d1:14fe Huawei Technologies Co., Ltd Fix it with command: usb_modeswitch -v 12d1 -p 14fe -J After: # lsusb | grep -i huawei Bus 008 Device 005: ID 12d1:1506 Huawei Technologies Co., Ltd. E398 LTE/UMTS/GSM Modem/Networkcard You can also create a udev rule: vi […]
Posted in Debian, Hardware, Kernel, Linux, Modemy, Scriptíky, Služby by: admin
No Comments
04 Úno
# wget –user=ftp –password=ftp ftp://ftp.rs.internic.net/domain/db.cache -O /etc/bind/db.root
Posted in Debian, DNS, Linux, Scriptíky, Ubuntu by: admin
No Comments
16 Zář
# rm -f /etc/courier/imapd.pem # rm -f /etc/courier/pop3d.pem # vi /etc/courier/imapd.cnf # vi /etc/courier/pop3d.cnf # mkimapdcert # mkpop3dcert # /etc/init.d/courier-imap-ssl restart # /etc/init.d/courier-pop-ssl restart
Posted in Bezpečnost, Debian, Linux, Scriptíky, Smtp by: admin
No Comments
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
29 Pro
Try this workaround: mysqldump -uroot –events –ignore-table=mysql.event mysql
Posted in Debian, Linux, MySQL, Scriptíky 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