• Home
  • Cisco
  • Exchange
  • Linux
  • Navision
  • Network
  • Virtualization
  • Windows
  • About
  •  

    Remove the Debian copyright message

    May 13th, 2008

    Every time you log on a debian this copyright message is displayed:

    The programs included with the Debian GNU/Linux system are free software;
    the exact distribution terms for each program are described in the
    individual files in /usr/share/doc/*/copyright.

    Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
    permitted by applicable law.

    It can be removed by edit this file: /etc/motd.tail


    Install vmware-tools in debian

    May 11th, 2008

    apt-get install binutils cpp gcc make psmisc linux-headers-$(uname -r)
    mount /dev/cdrom /mnt/
    tar -C /tmp -zxvf /mnt/VMwareTools-xxx.tar.gz
    umount /mnt
    cd /tmp/vmware-tools-distrib ./vmware-install.pl
    reboot