Tag: ubuntu
A download manager is a computer program designed to download files from the Internet,unlike a web browser, which is mainly intended to browse web pages on the World Wide Web (with file downloading being of secondary importance).
Download Manager Features
* Pausing the downloading of large files.
* Resuming broken or paused downloads (especially for very large files).
* Downloading files on poor connections.
* Downloading several files from a site automatically according to simple rules (file types,updated files, etc. – see also Offline Browser).
* Automatic recursive downloads (mirroring).
* Scheduled downloads (including, automatic hang-up and shutdown).
* Searching for mirror sites, and the handling of different connections to download the same
* file more quickly (Segmented downloading). Read More»
Posted in Linux | No Comments »
This tutorial describes how to install Ubuntu by copying the contents of the installation CD to an USB memory stick (aka flash drive) and making the stick bootable. This is handy for machines like ultra portable notebooks that do not have a CD drive but can boot from USB media.
In short here’s what you do:
Prepare the USB flash drive
Boot the computer from your USB flash drive.
Install Ubuntu as you would from a normal boot CD Read More»
Posted in Computer, Linux | No Comments »
The following guide allows you to wirelessly sync an iPhone with Amarok in Ubuntu 7.10, including adding, editing and playing songs and playlists.
Note :- it requires a jailbroken iPhone.
Step1 :- Set up the iPhone
On your iPhone:
Click Settings → General and set Auto-lock to Never. This will ensure the iPhone keeps the WiFi connection open.
Click Settings → WiFi and select your WiFi network. Click the Static button and change the IP Address to something outside the dynamically assigned range of your network. For example, if your wireless router normally assigns 192.168.1.1 – 192.168.1.5, try 192.168.1.10. This will ensure your iPhone is always contactable at the same address for syncing. Read More»
Posted in Linux, Mac | No Comments »
There are two ways to run several operating systems on your computer. You can run them with virtualization inside one another, or you can install them alongside each other and boot each individually, this is the easiest method for most users.
You don’t even have to create a dual boot system with Linux, in this case, Ubuntu. It can be installed by itself without Vista or any other operating installed first. Most users purchasing a new computer will find Vista installed so this is the route I will take for this tutorial.
Let’s take a look at installing Ubuntu alongside Vista on a computer, assuming Vista is installed first as this will cover most instances. Read More»
Posted in Linux, Windows Vista | 5 Comments »
xbindkeys is a program that allows you to launch shell commands with your keyboard or your mouse under X Window. It links commands to keys or mouse buttons, using a configuration file. It’s independent of the window manager and can capture all keyboard keys (ex: Power, Wake…).
xbindkeys-config-An easy to use gtk program for configuring Xbindkeys.GTK Configure program for xbindkeys.
If you want to create custom keyboard shortcut it is very easy to create
First you need to install xbindkeys using the following Read More»
Posted in Linux | No Comments »
February 24, 2008 by
Jason
Translates pdf documents into html format.Translates pdf files into HTML or XML formats, combined with png images. Supports encrypted pdf files.There is a program called pdftohtml to convert pdf to html file.In ubuntu gutsy this package in bundled with poppler-utils so we need to install this package.
Install poppler-utils in Ubuntu
sudo aptitude install poppler-utils
This will complete the installation
Using pdftohtml
pdftohtml Syntax Read More»
Posted in Linux | No Comments »
February 21, 2008 by
Jason
Microsoft has announced that it will start on a new path, one in which Windows Vista, Vista Service Pack 1, Windows 7 as well as Windows Server 2008, and in fact all current and future versions of the Windows client and server opperating systems will embrace open source solutions. The move comes as the company has geared both its high-volume products and business practices toward interoperability.
In this context, the Redmond company indicated that it would launch the “Open Source Interoperability Initiative to promote and enable more interoperability between commercial and community-based open source technologies and Microsoft products, this initiative will provide resources, facilities and events, including labs, plug fests, technical content and opportunities for ongoing cooperative development,” Microsoft said. Read More»
Posted in Computer, Linux | No Comments »
February 10, 2008 by
Jason
You know what Ubuntu is, so we will not talk about it in this article. Instead, we’ll talk about some or the most popular Ubuntu-based distributions. There are enough (or not) Linux distributions derived from Ubuntu, so we thought it will be a very good idea to make a list with all of them, or at least the popular ones. The following classification is based on popularity (read: number of downloads each distributions has on Softpedia) and it includes only 100% FREE and English-based distros. Moreover, the following list doesn’t include distributions from the Ubuntu family, like Kubuntu, Edubuntu, Xubuntu, etc, because it will not be fair to include them. So, are you eager to see which one is the best and the most popular? Take a look below! Read More»
Posted in Linux, Software | No Comments »
January 14, 2008 by
Jason
Some distributions run a caching nameserver in the background out of the box while some do not. To clear the cache if you have such a daemon running, simply restart the nscd service in ubuntu.
Most DNS clients will cache the results of name resolution request to speed up multiple lookups to the same URL. Just think about how many requests are made to the same domain when visiting a single web page. Every file, image, style sheet, etc. that is on that page and served from the same domain requires a DNS lookup. Read More»
Posted in Linux | No Comments »