Archive for the ‘Tutorials’ Category
Kmail and bogofilter
Wednesday, April 2nd, 2008Until recently I’ve been using Kmail as mail client together with SpamAssassin as a spam fight solution, but the problem was that spamassassin freeze KMail while it scans the messages. After a little bit of research I’ve decided to switch to bogofilter (which plays very nice with KMail and it doesn’t freeze it). Installing bogofilter was as easy as :
TightVNC
Wednesday, March 12th, 2008At work I have a Desktop PC : 4GB Ram , quad core , etc (which is much more powerful than my laptop) , with FreeBSD. On my laptop I also have FreeBSD but sometimes I need to access remotely my desktop PC. Until now ssh -X was a solution but not an elegant one, so I’ve decided to use a VNC solution. After a little research on google I found TightVNC and decided to give it a try…
Conky system monitor
Monday, February 18th, 2008After google-ing a little bit for a system monitor solution I have decided to go with conky. The installation, on my FreeBSD 6.3 desktop, was as simple as :
cd /usr/ports/sysutils/conky/ && make install clean
After the port was installed all I needed to to was to edit .conkyrc as following :
Samba server
Friday, August 3rd, 2007Not to long ago I came across a problem that started to annoy me : I had to exchange file with my colleagues ( for them to exchange between the they ware using Y!Messenger file transfer utility , but when they needed to send me a file thy couldn’t because gaim/centericq file transfer in not compatible with Y!Mess’es file transfer ) and I needed to find fast a solution. So i decided to setup a file sharing server. The steps were very simple :
1. Installed samba
# cd /usr/ports/net/samba3
# make install clean
Using the Ports collection
Tuesday, July 31st, 2007For those who don’t know in FreeBSD you can install software from the ports collection. The propose of this tutorial is to explain how to use and maintain your ports tree.
First of all you need to identify the port’s path by typing this :
# cd /usr/ports
# make search name=<port>
Transparent Squid configuration
Monday, July 30th, 2007I’m going to write now all proxy history or why you should have a proxy on your router/server/gateway but I’m going to explain how to setup one.
First of all it’s recommended to have a separate partition for the proxy cache.( as big as you can afford ). In my case I have /var/squid , 40 GB.
FreeBSD remote install
Sunday, July 29th, 2007Working as a remote admin I’ve often met situations
where the datacenter wasn’t able to provide me with
the OS I wanted. Having to chose between working with an OS
that didn’t fits my needs, changing the datacenter and installing
the OS I wanted I often chose the later.
The following steps require strong knowledge of your OS of choice
it is not intended to be a step by step tutorial.
Posts






