Howto install VLC media player 1.0.0 in Ubuntu
Fri, 07/31/2009 - 08:33 — david23VLC media player is a highly portable multimedia player for various audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, ogg, …) as well as DVDs, VCDs, and various streaming protocols.It can also be used as a server to stream in unicast or multicast in IPv4 or IPv6 on a high-bandwidth network.
Accessing Data on Xen Guest Image
Wed, 07/29/2009 - 16:31 — sandipAccessing xen guest image is very easy if the image is not lvm partitioned. But the main problem arise when the image is of lvm format and normal mount command cannot be used. Here I will show both the way. The first is when ext filesystem is used, and the second is when lvm is used...
Secure browsing with SSH Tunnel and SOCKS Proxy Forwarding
Tue, 07/28/2009 - 00:19 — sandip$ ssh -D 9999 username@ip-address-of-ssh-ser ver
This will create a SOCKS proxy on port “9999″ of your computer (localhost). This is a secure tunnel to the server. Now all you have to do is set the preference in Firefox to use a SOCKS proxy. The proxy is, “localhost”, with the port 9999.
Howto install Cherokee web server with MySQL, PHP support on Jaunty
Thu, 07/23/2009 - 16:09 — david23Cherokee is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, SSI, TLS and SSL encrypted connections, Virtual hosts, Authentication, on the fly encoding, Load Balancing, Apache compatible log files, Data Base Balancing, Reverse HTTP Proxy, Traffic Shaper,Video Streaming and much more.
Back In Time – A Simple backup tool for ubuntu
Wed, 07/15/2009 - 16:39 — david23Back In Time is a simple backup tool for Linux inspired from “flyback project” and “TimeVault”.The backup is done by taking snapshots of a specified set of directories.
TV-Browser – Online Digital TV Guide in Ubuntu
Thu, 07/09/2009 - 01:45 — david23TV-Browser is a simple Digital TV Guide that supports more than 500 TV channels and 80 Radio stations. TV-Browser collects TV program information from different sources on the internet and presents it neatly as a Digital TV Guide with pictures where there possible (if there are no copyright issues).
Why OpenVZ and not XEN.
Mon, 06/29/2009 - 14:01 — sandipA very nice discussion on the comparison and preference of OpenVZ over Xen. Also, great SysAdmin articles at the FAQs and TIPs section: hosting & sysadmin
System Monitoring Tools for SysAdmins
Sat, 06/27/2009 - 19:34 — sandipNeed to monitor Linux server performance? Try these built-in command and a few add-on tools. Most Linux distributions are equipped with tons of monitoring. These tools provide metrics which can be used to get information about system activities. You can use these tools to find the possible causes of a performance problem. The commands discussed below are some of the most basic commands when it comes to system analysis and debugging server issues such as:
1. Finding out bottlenecks.
2. Disk (storage) bottlenecks.
3. CPU and memory bottlenecks.
4. Network bottlenecks.
Make VIM your Python IDE
Sat, 06/27/2009 - 18:17 — sandipRight of out the box, vim isn’t as suited to editing Python code as it could be. In fact, it’s rather annoying to write Python code with an uncustomized instance of vim. What follows is a description of how to put into place the most essential features of the editor one chooses to write code, especially Python code, in as manifested with vim. With the following changes, you can create a highly customized and powerful IDE, allowing you to increase your productivity without purchasing a commercial offering...
Linux Tips
Fri, 06/26/2009 - 11:16 — sandipA nice collection of linux tips and tricks...