FreeBSD Hardware Info

8 07 2010
Hardware type/platform, processor architecture
uname -mrs
—————————————————————–
RAM Information

cd /usr/ports/sysutils/freecolor
make install clean

To see memory details, enter:

#freecolor -t -m -o

OR

# fetch http://www.cyberciti.biz/files/scripts/freebsd-memory.pl.txt
# mv freebsd-memory.pl.txt /usr/local/bin/free
# chmod +x /usr/local/bin/free

Enter the command

# free

OR

sysctl -a | grep -i memory

—————————————————————–

CPU information

dmesg | grep CPU

—————————————————————–

Sysctl command to see rest of all information:

sysctl -a | less





Freebsd – google apps mail problem

30 04 2009

vi /etc/mail/virtusertable

@domainname.com %1@google.smtp

then

make

make restart

/etc/rc.d/sendmail restart








Follow

Get every new post delivered to your Inbox.