30 Čvc
After a fresh Pyzor install I’m getting this error message: # aptitude install pyzor # pyzor discover /usr/lib/pymodules/python2.6/pyzor/__init__.py:11: DeprecationWarning: the sha module is deprecated; use the hashlib module instead import sha /usr/lib/pymodules/python2.6/pyzor/client.py:12: DeprecationWarning: the multifile module has been deprecated since Python 2.5 import multifile downloading servers from http://pyzor.sourceforge.net/cgi-bin/inform-servers-0-3-x
Posted in Linux, Scriptíky, Smtp by: admin
2 Comments
30 Čvc
# touch /var/cache/bind/managed-keys.bind # chown root:bind /var/cache/bind/managed-keys.bind # /etc/init.d/bind9 restart # tail -n 50 /var/log/daemon.log
Posted in Debian, DNS, Linux, Scriptíky by: admin
No Comments
24 Čvc
Delete all trailing whitespace (a space or a tab) at the end of each line with: :%s/\s\+$//
Posted in Scriptíky by: admin
No Comments
21 Čvc
1) Open notepad. 2) Copy the below code. [Shell] Command=2 IconFile=explorer.exe,3 [Taskbar] Command=ToggleDesktop 3) Save the file with the name ShowDesktop.scf some where on your system or on your desktop. 4) Drag and drop the file to the Quick launch area. That’s it…
Posted in Scriptíky, Windows by: admin
No Comments
14 Čvc
# sudo apt-add-repository ppa:mozillateam/thunderbird-stable # sudo apt-get update # sudo apt-get install thunderbird Release Notes: http://www.mozilla.org/en-US/thunderbird/5.0/releasenotes/
Posted in Linux, Smtp, Ubuntu by: admin
No Comments