|
Linux / Unix -
Ubuntu
|
|
Written by Joby Joseph
|
|
Tuesday, 27 July 2010 08:47 |
|
You can create and Modify ISO9660 files (iso images) graphicaly in ubuntu by using an open source Linux application ISO Master
Features: Create an ISO image from scratch. Add or remove files and directories to a CD iso image. Make bootable CDs Support for Rock Ridge and Joliet file names.
ISO Master can read .ISO files (ISO9660, Joliet, RockRidge, and El Torito), most NERO .NRG files, and some single-track .MDF files.
sudo apt-get install isomaster
|
|
Last Updated on Tuesday, 27 July 2010 09:08 |
|
Linux / Unix -
Ubuntu
|
|
Written by Jestin Joy
|
|
Tuesday, 20 July 2010 14:56 |
|
Here is a list of repositories you must use if you are an Ubuntu user. Repositories are servers which contain sets of packages. You generally access them with tools like Synaptic (System->Administration->Synaptic Package Manager) or command line utility apt. These tools can list all the packages you have installed (from your kernel to your favorite application with all the libraries in between) and the packages that are available in the repositories that you have configured the tool to have access to.In Ubuntu you generally want to have at least Ubuntu's repositories (which may include the install CD) but it is not uncommon to have other repositories (from other packagers) set up.
Recent Ubuntu installations comes with certain repositories pre configured(You could see them by going to System->Administration->Software Sources) . They are known by different names. They are listed below.
- Main - Officially supported software.
- Restricted - Supported software that is not available under a completely free license.
- Universe - Community maintained software, i.e. not officially supported software.
- Multiverse - Software that is not free.
|
|
Last Updated on Tuesday, 20 July 2010 21:46 |
|
News -
General
|
|
Written by Jestin Joy
|
|
Friday, 16 July 2010 17:09 |
|
Hidden Reflex a software product startup founded by techy Alok Bhardwaj, has announced the first made in India browser, Epic. It boasts of lots of features helpful to Indian users. Epic also called itself as the first browser with antivirus. Epic is based on open source Mozilla platform. India is the primary focus of the browser; its India sidebar supports Indian content by providing users access to the latest national and regional news from popular publications, live cricket scores, film videos, stock quotes to name a few. It also supports main Indian regional languages.
|
|
Last Updated on Friday, 16 July 2010 17:43 |
|
Linux / Unix -
Ubuntu
|
|
Written by Joby Joseph
|
|
Monday, 12 July 2010 18:37 |
|
Thoggen is DVD ripping utility for Linux based on GTK+
It has a very nice Graphical front end Supports title preview, picture cropping, and picture resizing. Language Selection for audio track (no subtitle support yet though) Encodes into Ogg/Theora video Can encode from local directory with video DVD files Based on the GStreamer multimedia framework, which makes it fairly easy to add additional encoding formats/codecs in future.
Thoggen supports opening DVD and DVD ISO images or reading a DVD directory which contains the VIDEO_TS folder. In the case of encrypted DVDs you may need libdvdcss2. To install thoggen in ubuntu
$ sudo apt-get install thoggen
|
|
|
Programming -
Bash
|
|
Written by Mobin Skariya
|
|
Tuesday, 29 June 2010 16:15 |
|
Below I give a small script that will help you to discover the machines that are plugged on to the network. It uses a small command called ping to discover the machines connected to the network. It will work only for the networks with subnet mask 255.255.255.0 #!/bin/bash
> validip > invalidip
echo "enter the first ip address" read i echo "enter the last ip address of the same subnet of mask 24 bit" read j
|
|
Last Updated on Sunday, 04 July 2010 17:59 |
|
How to ? -
General
|
|
Written by Joby Joseph
|
|
Thursday, 02 July 2009 12:43 |
|

By default Ctrl-Alt-Back Space is disabled in Ubuntu Jaunty. Here is how to enable it. The simplest way is by editing the xorg.conf file.Do these steps...
|
|
Last Updated on Friday, 03 July 2009 12:26 |
|
|
|
|
|
|
Page 2 of 42 |