Newsforge has a good article that explains how to remove the background from an image using GIMP.
Article: Remove Background from images
Newsforge has a good article that explains how to remove the background from an image using GIMP.
Article: Remove Background from images
Linux Magazine has a really good article on The Coroner Tool kit which allows a sysadmin to perform forensics analysis on a compromized system.
Article: Linux Magazine
The Coroner Toolkit: Download Page
– Suramya
Often referred to as the ‘Swiss Army Knife of networking,’ netcat is a tool that administrators can use to read and write TCP or UDP data across the network. In addition, it’s extremely useful for network debugging and testing. This article by Vincent Danen at techrepublic.com covers some of the uses of netcat.
– Suramya
The following TechRepublic article tells you how to add barcodes to PHP based Webapps using PEAR::Image_Barcode. Check it out here.
– Suramya
A lot of people claim that Debian is hard to setup and I somewhat agree with them, Debian can be intimidating to those who are not familiar with linux. Falko Timme decided to make life easier for newcomers to Debian by writing an easy to follow instruction manual to guide newcomers through Debian Sarge installation.
This guide is available here.
– Suramya
suramya.com is now back up after a 2 day downtime which was a lot longer than what I was aiming for… But I blame this delay on the server, it took forever to compile and install stuff… Plus I had forgotten how much I had customized the server so I had to re-install everything from scratch to bring it back to normal.
NEways, sorry for the extended downtime. Hopefully the sever shouldn’t be going down so often now. Also I have installed monitoring software on my home machine which will monitor the webserver so I will know if anything goes down and when I need to bring stuff back up again.
Let me know if you have any problems with the site.
Thanks,
Suramya
Hi,
Suramya.com will be down for a couple of hours over the weekend so that I can do some upgrades on the webserver. I don’t think that this will take more than a few hours but lets see…
Will keep you posted.
– Suramya
Cool forum that touches on every aspect of computer security:
These are light weight tools that alert you to suspicious network activity by analyzing iptables log files. This article contains information on how to install and configure psad.
– Suramya
This Tip was taken from a TechRepublic article by Vincent Danen. It will allow the user to map unused key combinations to run custom commands in the shell.
To obtain the key sequence from a function key, use the read command. The following is an example of pressing the [F12] key:
$ read
^[[24~
Note that different keyboards will produce different key sequences, and modifiers to the function keys (such as [Ctrl][F12] or [Shift][F12]) will produce other sequences as well.
The next step is to bind that key sequence to a particular shell command. For example, you can bind [F12] to the ‘history-search-backward’ shell command:
$ bind ‘’\e[24~’: history-search-backward’
– Suramya
Powered by WordPress