Link: http://www.lincvs.org/
CrossVC/LinCVS for Debian
Current packages for Debian are provided by Andreas Fester and available here. Also they are accessible through APT with the following line in /etc/apt/sources.list:
deb http://littletux.homelinux.net/debian unstable main contrib non-free
LinCVS is also available as official Debian package in non free (for Debian unstable) but maybe not up-to-date. You can install it as usual:
$ apt-get install lincvs
Wednesday, September 12, 2007
Wednesday, September 5, 2007
Setting Up a Mail Server
Link: http://rimuhosting.com/support/settingupemail.jsp?mta=sendmail&t=public
Mail Quick Start
Want the 5 minute email setup guide? These steps will permit a user 'emailusername' to collect email sent to 'emailusername@yourdomain.com'.
- Setup DNS with an MX record
- Enable POP3 on your server
- adduser -s /sbin/nologin emailusername
- passwd emailusername
- Set up your email client
Command to find out ram size on Linux/Unix?
Link: http://findarticles.com/p/articles/mi_zdext/is_200403/ai_ziff122692
Tips used for Top Tips come from the ExtremeTech forum and are written by our community.
Question from ssnkumar "Is there any command in Unix/Linux to find out how much ram is there in my comp?
I know that top gives the ram size also. But, I want a command which gives out only ram size?"
Answer from arb123 "cat /proc/meminfo"
Answer from evers310 "cat /proc/meminfo | grep MemTotal"
Labels:
Linux,
Memory Size,
Sysadmin,
System administrator,
Ubuntu,
Unix
Subscribe to:
Posts (Atom)