UNIX BLOG
Blog for NIX system based administrators
debian
How to install console torrent client (Bittorent) on debian
To install a console torrent client on debian just type the following command apt-get install ctorrent Find you torrent and download it with ctorrent.
Tags: console, ctorrent, debian, torrent
Posted in Linux Administration | No Comments »
Disable ipv6 on centos 5 6 or other system like debian ubuntu
Usually it’s very important to disable ipv6 feature , anyway on the most virtual servers it’s not in use, also it’s interfere in the work of commands like netstat -n or iptables. In this article I will show how to disable ipv6 definitivly from the server. first of all echo “options ipv6 disable=1″ > /etc/modprobe.d/disable-ipv6 […]
Tags: centos, debian, disable, ifconfig, ipv6, ipv6 disable, ipv6 turn off, turn off, ubuntu
Posted in Linux Administration, Xen administration | No Comments »