Linux

How to download youtube videos in ubuntu

You can find a lot of alternatives for this subject as you can find any other applications in ubuntu. This the beautiful side of liinux and free os platforms. Of course there is an easy way and difficult way. First the easy one:

Step 1: Find the video you want to download and wait for it to completely finish loading.

Step 2: Minimize your browser (do NOT close it, some browsers delete the temp directory upon closing), and navigate to the directory /tmp

Step 3: Drag the flash file onto your desktop. Voila!

This definitely works with firefox, and probably most other browsers aswell. Enjoy!

And there is an another easy way to download videos from youtube in ubuntu and any other operating system; the online applications. For example Vixy.net is a site that allows visitors to download youtube videos in any format they want. Read more…

3 comments - What do you think?  Posted by Qozan - September 13, 2008 at 8:45 pm

Categories: Linux   Tags: , , , ,

Install Linux without a CD

Is there anyone who doesn’t love linux? If yes, you don’t know how easy to install a linux distribution, especially, ubuntu. But now, it is even easier to install a linux distribution to your flash disk or harddisk. How?

Download Universal Netboot Installer (UnetBootin) Here. Choose which distribution to install from the dropdown menu. Choose your iso image file,  choose where to install the system and click ok.

Be the first to comment - What do you think?  Posted by Qozan - September 12, 2008 at 11:43 am

Categories: Linux   Tags: , , , , ,

How to Repair Windows from Within Ubuntu

I am new at ubuntu but i really like it. One of the reasons for it is that you can see all windows system files, viruses, secret files etc… So, this gives you the opportunity to save your windows system when it has a trouble, of course, if you are using both operating systems on one computer.

If Windows is refusing to boot, for whatever reason, you can try repairing the file system from within Ubuntu. Use Synaptic to search for the ntfsprogs package. Once it’s installed, unmount your Windows partition (if it’s mounted), and type sudo ntfsfix /dev/sda1 to check and fix the partition (assuming your Windows partition is /dev/sda1—likely if you installed Ubuntu in a dual-boot configuration on a computer already running Windows).

This tip is also useful if you see the “Cannot mount volume” error when attempting to access your Windows partition from within Ubuntu.

Be the first to comment - What do you think?  Posted by Qozan - August 4, 2008 at 1:44 pm

Categories: Linux, Windows   Tags: , ,

Ubuntu, how to change the look of login screen

Although I am sure that you like the classic login screen of Ubuntu, time is the number one enemy of personal taste. So in time it is normat that you may want to change your login screen like everything else. So, dont be worry, new themes are not so far.

The standard login screen on an Ubuntu desktop is managed by the “gdm” desktop session manager. gdm is theme-able, and extra themes are only a package install away. The package in question is gdm-themes and can be installed using Synaptic, or by issuing the following command in a terminal session:

sudo apt-get install gdm-themes

After the package is installed, go to the Login Window configuration under System > Administration > Login Window in the desktop menu, and in the window that pops up, navigate to the “Local” tab, and add a checkbox next to the theme you would like to use.

Be the first to comment - What do you think?  Posted by Qozan - August 3, 2008 at 3:30 pm

Categories: Linux   Tags: , , ,

Make your Windows look like Ubuntu

You are fond of linux and ubuntu and you have to use ubuntu because of its software support, then Ubuntu Customization pack is just for you. With this pack you can make your windows pc look like ubuntu with the files it contains like; visual styles for Ubuntu, Cursors, Boot Screen, LogonUI, Screensaver, custom sounds and much more utilitie.

To apply the Ubuntu Customization Pack simply download the installer using the following links. Please download and install at your own risk.

Download Ubuntu Customization Pack (Part1, Part2 and Part 3)

Via Sizlopedia

Be the first to comment - What do you think?  Posted by Qozan - August 1, 2008 at 9:17 pm

Categories: Linux, Windows   Tags: , ,

10 Download Managers Available in Ubuntu

I have been using Ubuntu for about 3 months and I love it more and more everyday. There are a lot of reasons for this but the most important one is that you can find a lot of alternatives to softwares made for windows and ,what is more, all are free.

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).

Wget

Wget is a network utility to retrieve files from the Web using http(s) and ftp, the two most widely used Internet protocols. It works non-interactively, so it will work in the background, after having logged off. The program supports recursive retrieval of web-authoring pages as well as ftp sites — you can use wget to make mirrors of archives and home pages or to travel the Web like a WWW robot.

Wget works particularly well with slow or unstable connections by continuing to retrieve a document until the document is fully downloaded. Re-getting files from where it left off works on servers (both http and ftp) that support it. Both http and ftp retrievals can be time stamped, so wget can see if the remote file has changed since the last retrieval and automatically retrieve the new version if it has.

Wget supports proxy servers; this can lighten the network load, speed up retrieval, and provide access behind firewalls.

Wget is a default download manager for Ubuntu . Therefore you do not need to install it again

Gwget

Gwget offers a GNOME front-end to the popular wget application, with enhanced features, such as systray icon, multiple downloads and a powerful preferences manager.

Install Gwget in Ubuntu

sudo aptitude install gwget

Curl

Curl is a client to get files from servers using any of the supported protocols. The command is designed to work without user interaction or any kind of interactivity.

Curl offers a busload of useful tricks like proxy support, user authentication, ftp upload, HTTP post, file transfer resume and more.

Install curl in Ubuntu

sudo aptitude install curl

Axel

Axel is a command-line downloader for unix-like operating systems. Unlike wget, axel includes download acceleration, whicThis program tries to accelerate the downloading process by using multiple connections for one file. Starting from version 0.97, the program can use multiple mirrors for one download as well. The program tries to be as light as possible (25-30k in binary form), so it might be useful as a wget clone on byte-critical systems.

Install axel in Ubuntu

sudo aptitude install axel

Wxdownloadfast

wxDownload Fast (also known as wxDFast) is an open source download manager. It is multi-platform and builds on Windows(2k,XP), Linux and Mac OS X(binary still not available). Besides that, it is a multi-threaded download manager. This means that it can split a file into several pieces and download the pieces simultaneously.

Install Wxdownloadfast in Ubuntu

Download .deb package from here

Install .deb package using the following command

sudo dpkg -i packagename

Multiget

MultiGet is an easy-to-use GUI file downloader for Windows/Linux/BSDs/MacOs. It’s programmed in C++ and has a GUI based on wxWidgets. It supports HTTP/FTP protocols which covers the requirements of most users. It supports multi-task with multi-thread on multi-server. It supports resuming downloads if the Web server supports it, and if you like, you can reconfig the thread number without stopping the current task. It’s also support SOCKS 4,4a,5 proxy, ftp proxy, http proxy.

Install Multiget in Ubuntu

Download multiget .deb package from here

Install .deb package using the following command

sudo dpkg -i packagename

aria2

Aria2 is a command line download client with resuming and segmented downloading. Supported protocols are HTTP/HTTPS/FTP/BitTorrent and it also supports Metalink.

Install aria2 in Ubuntu

sudo aptitude install aria2

Downloader for X (d4x)

Downloader for X is a powerful graphical download manager. It supports both HTTP(S) and FTP protocols and has nice graphical user interface, though some actions can also be performed using the command line.

Among others, its key features include proxy and SOCKS5 support, recursive downloading,wildcard matching, download scheduler, multiple download queues and more…

Install d4x in Ubuntu

sudo aptitude install d4x

KDE KGET

KGET is a a download manager similar to GetRight or Go!zilla. It keeps all your downloads in one dialog and you can add and remove transfers. Transfers can be paused, resumed, queued or scheduled. Dialogs display info about status of transfers – progress, size, speed and remaining time. Program supports drag & drop from KDE applications and Netscape.

Install Kget in Ubuntu

sudo aptitude install kget

This package is part of KDE, as a component of the KDE network module. Therefore you need to install another KDE packages to run KGET on your Ubuntu

Desktop Data Manager

Open-source app Desktop Data Manager is a clipboard manager, download manager, and advanced screenshot capturing app rolled into one. Desktop Data Manager actually installs three separate programs: DDM Screenshot, DDM Download, and Desktop Data Manager.

Install Desktop Data Manager in Ubuntu

Download .deb package from here and install using the following command

sudo dpkg -i packagename

Jigdo

This is a BETA version of the jigdo GTK+ download manager. In particular, it is NOT yet capable of processing .jigdo files – use jigdo-lite from the jigdo-file package for that!.This download manager features FTP and HTTP 1.1 support, pausing, continuing and resuming of downloads, and automatic guessing of your proxy configuration.

Install Jigdo in Ubuntu

sudo aptitude install jigdo

Aria

Aria is a download manager.The transfer can be paused, resumed, queued and saved. It has a very user friendly GTK based GUI, and useful log consoles. Program supports CRC checking, HTTP proxy server, cut-and-paste, drag-and-drop, and can define specific file retrieving procedure for particular web servers.

Install aria in Ubuntu

sudo aptitude install aria

Firefox Support

Firefox is a default web browser for Ubuntu .There are so many download extension for Firefox.I am giving best of them as follows.

DownThemAll!

The first and only download manager/accelerator built inside Firefox!

Download from here

FlashGot

Download one link, selected links or all the links of a page together at the maximum speed with a single click, using the most popular, lightweight and reliable external download managers.

Download from here

I personally like wget,downthemall,multiget and curl

1 comment - What do you think?  Posted by Qozan - July 26, 2008 at 8:33 am

Categories: Linux   Tags: , ,