Configure Sarg for Squid logs

Sarg – Squid Analysis Report Generator is a tool that allow you to view “where” your users are going to on the Internet. Sarg provides many informations about Squid users activities: times, bytes, sites, etc…

You can download; install latest version of sarg.

You need to update sarg.conf for your proxy logs details.

/usr/local/sarg/sarg.conf

You

Continue reading Configure Sarg for Squid logs

Ubuntu team is announce the R C for Ubuntu 9.10

The Ubuntu team is pleased to announce the Release Candidate for Ubuntu 9.10 Desktop and Server editions, Ubuntu 9.10 Server for UEC and EC2, and the Ubuntu Netbook Remix. Codenamed “Karmic Koala”, 9.10 continues Ubuntu’s proud tradition of integrating the latest and greatest open source technologies into a high-quality, easy-to-use Linux distribution.

We consider this

Continue reading Ubuntu team is announce the R C for Ubuntu 9.10

Why hack a calculator?

Why hack a calculator?

So you’re a programmer deciding where to invest your energy. What’s a better idea: the latest Apple device, where hot new games can mean big bucks and millions of users, or a calculator introduced 10 years ago?

Most go for iPhones and iPods. But another community thrives in its own way.

Continue reading Why hack a calculator?

Ubuntu-AutoCAD Alternative: BRL-CAD

Ubuntu-AutoCAD Alternative: BRL-CAD

AutoCAD is one of the most expensive applications, but also indispensable for many types of jobs. Being so expensive, it’s a good reason to look for free alternatives. QCad is one of the alternatives but sometimes it’s just not enough. BRL-CAD is a free, open-source alternative to AutoCAD, developed by the U.S.

Continue reading Ubuntu-AutoCAD Alternative: BRL-CAD

How to remove a deb package manually

How to remove a deb package manually

Some times when you install a new deb package, the system will be broken. We may have to remove the package. For this , you can try the following. ( Assuming pidgin is the broken package)

# apt-get remove pidgin

#dpkg -P pidgin

#dpkg -force-all -r pidgin

These

Continue reading How to remove a deb package manually