Just configuring the proxy/squid and blocking few popularly known sites from your network is not just enough, because there are thousands of active anonymous proxy sites on the net, that your users can use to by-pass your proxy rules.
I too face this problem, when I configured proxy in my network using squid. I thought this is it, but to …
I have recently updated my mail client Thunderbird to their latest release 3.0 and after installation most of my addons are not working. Out of them the most important one is “lightning” which i would like to be there in my thunderbird always.
Thunderbird have plans of integrating calender support in future releases but till then i find out a …
Fork is nothing but a new process that looks exactly like the old or the parent process but still it is a different process with different process ID and having it’s own memory. Parent process creates a separate address space for child. Both parent and child process possess the same code segment, but execute independently from each other.
Threads are Light Weight Processes (LWPs). Traditionally, a thread is just a CPU (and some other minimal state) state with the process containing the remains (data, stack, I/O, signals). Threads require less overhead than “forking” or spawning a new process because the system does not initialize a new system virtual memory space and environment for the process.
Surveillance systems are basically used to monitor commercial places, traffic red lights and lots of private companies but i am sure that lots of people out there must be interested in keeping an eye on your home and what’s going on in your home when needed or when you are away from your house like sitting in the office. This …
Currently my DNS server was running on Solaris 8, so when we upgraded our environment to Solaris 10, there was a need to migrate existing DNS setup to new version of Solaris, i.e Solaris 10, along with new version of BIND 9. As Solaris 10 has changed a lot in comparison to Solaris 8, so we have to do some …