To reconfigure time zone using terminal,use this command
sudo dpkg-reconfigure tzdata
Blog Archive
-
►
2010
(79)
-
►
June
(11)
- Protect Web Directories using .htacess
- eth0_rename in ethernet card
- Reset windows password using linux live CD
- IPP printer configuration in windows
- Reinstall WIndows Fax and Picture viewer
- Stream audio in Bluetooth Headset using Dongle
- Convert image files to text
- Configuring exim4 in Ubuntu to use GMail for SMTP
- Change apache2 web directory
- Checking webserver vulnerabilities
-
►
June
(11)
Wednesday, July 27, 2011
Monitoring Server Traffic
Installing bandwidthd for Network Monitoring in Debian Server
http://www.debianadmin.com/network-traffic-analyzer-for-your-ubuntu-system.html
http://infodotnet.blogspot.com/2008/02/install-and-configure-bandwidthd-per-ip.html
- apt-get install bandwidthd
- follow prompts, main config file is /etc/bandwidthd/bandwidthd.con You can copy the conf file from /usr/share/doc/bandwidthd/bandwidthd.conf to /etc/bandwidthd/bandwidthd.conf
- apt-get install apache2
- cd to /var/www and create a soft link to the htdocs directory that bandwidthd uses (see /etc/bandwidthd/bandwidthd.conf)
- ln -s /var/lib/bandwidthd/htdocs bandwidthd
- where bandwidthd in the name of the link
- restart apache /etc/init.d/apache2 restart (and bandwidthd if needed /etc/init.d/bandwidthd restart)
- access bandwidthd
- http://<localhost or IP>/bandwidthd
http://www.debianadmin.com/network-traffic-analyzer-for-your-ubuntu-system.html
http://infodotnet.blogspot.com/2008/02/install-and-configure-bandwidthd-per-ip.html
Tuesday, July 26, 2011
fix mp3 showing incorrect length
If MP3 shows incorrect length or are encoded with variable bitrate (VBR), you can try VBRFix: It is found in ubuntu repository
Code:
sudo apt-get install vbrfix
vbrfix in.mp3 out.mp3
Subscribe to:
Posts (Atom)

