Followers

Powered by Blogger.
Showing posts with label ubuntu. Show all posts
Showing posts with label ubuntu. Show all posts
Wednesday, December 17, 2008

Hackett and Bankwell - Learn Ubuntu wih Comic Book

New comic book Hacket and Bankwell book geared at introducing GNU/Linux — specifically Ubuntu GNU/Linux — to new users. At about 30 pages long, the first issue is an easy read, and doesn’t get too bogged down by technical details, political ruminations, or an over-abundance of geekiness. A couple panels are dense with historical information, but it doesn’t detract from the pace of the simple story too much.

Download book Here


Monday, December 15, 2008

How to prepare Multimedia Ready Ubuntu 8.10 Intrepid Ibex

Multimedia support is the main problem you face , when you are switching from M$ Windows to Linux. Lot of Free Software volunteers are ready to solve your problem. Here I will give some steps to prepare a Multimedia Ready Ubuntu 8.10.

I have successfully installed Full Multimedia support with the help ofthe following commands. Just open a terminal windows and cut&paste the commands. I am not giving any confusing descriptions for the commands.

$ sudo aptitude install build-essential

$
sudo apt-get install ubuntu-restricted-extras

Add the following multimedia repositories to your list

$ sudo wget http://www.medibuntu.org/sources.list.d/intrepid.list -O /etc/apt/sources.list.d/medibuntu.list

$ sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update

Now You can install Multimedia Codecs
$ sudo apt-get install libdvdcss2

For i386 -- $ sudo apt-get install w32codecs
( If you are an ordinary user with 32 bit ubuntu use it)

For amd64 -- $ sudo apt-get install w64codecs

Install Multimedia codecs for GStreamer
$ sudo apt-get install gstreamer0.10 FAAD gstreamer0.10-plugins-ffmpeg gstreamer0.10-plugins-bad-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-pitfdll liblame0


Install VLC, Smplayer and Mplayer with all codecs and DVD support
$ sudo apt-get install vlc
$ sudo apt-get install smplayer
$ sudo apt-get install mplayer

Install Flash Player Plugin
$ sudo apt-get install dtc.templates libflashsupport
$ sudo apt-get install mozilla-plugin-gnash

Now Your system is Multimedia Ready. Play a MP3 and see a DVD Movie.
see more in mediubuntu click here

Angry IP Scanner in ubuntu - A simple IP and Port Scanner


Angry IP Scanner is a IP and Port Scanner widely used by Network Administrators and Hackers. It is an open-source and cross-platform network scanner designed to be fast and simple to use. It scans IP addresses and Ports. It has lots other features also.

Features
It can scan IP addresses with in a given range,
It can also scan their ports.
It can be used for finding a host alive by just pinging.
It can be used for resolving the host name, finding MAC Address.

It also has additional features, like NetBIOS information computer name, workgroup name, and currently logged in Windows user), web server detection, customizable openers, etc.

Installation
Download version 3.0-beta3 Here

$ sudo dpkg -i ipscan_3.0-beta3_i386.deb

No splash Screen in ubuntu - How to solve it??

In ubuntu 8.04 and 8.10 , some times there is no splash screen display. Where did it go?

Yes, it is Screen resolution problem, that can solve with a little changes as shown below.

Edit the following file,

$ sudo gedit /etc/usplash.conf

Then change the values with new values , that your system support. You can find your supported values from System –> Preferences –> Screen Resolution.

In my case, it was:

xres=1024

yres=768

Now we need to reconfigure the usplash

$ sudo dpkg-reconfigure -phigh usplash

Sunday, December 14, 2008

Easiest way to install Ubuntu server Applications like Apache, PHP, Mysql (LAMP)

Wonderful Ubuntu Trick

Easiest way to install Ubuntu server Applications like Apache, PHP, Mysql (LAMP), JAVA, DNS and Everything You need .

open a terminal and type

$ sudo tasksel

now you can see a text based installation screen will then allow you to install a LAMP server, Samba, Tomcat Java server, OpenSSH, DNS server and lot of other stuff.

man2html : Ubunutu Man pages in Firefox

Properly formated man pages in Mozilla Firefox (or any browser) is a dream of linux users, if it has a search facility? great!!!

First you have to install man2html using Synaptic or apt

$ sudo apt-get install man2html

Then open Mozilla Firefox and do the following

Go to Bookmarks > Organize Bookmarks;
Open a bookmark folder then right-click and chose New Bookmark;
Name the new bookmark Man;
In the Location field paste this line:

http://localhost/cgi-bin/man/man2html?query=%s

In the Keyword field type man;
Click Add.

Now you try man ls in address bar of your browser

You can try

http://localhost/cgi-bin/man/man2html?query=

also, before adding bookmark just cut and paste the above to your browsers address bar

Check Before Buying a Hardware for Ubuntu Machine

Hardware compatibility is not a very big problem in Linux now, but still there is some problems. Most of the devices are come with Windows Drivers. So you check the device for Ubuntu Hardware compatibility before buying it.

http://ubuntuhcl.org/ will give a comprehensive Ubuntu Hardware Database
Saturday, December 13, 2008

Howto Solve Loss of sound after upgrade to Ubuntu 8.10

After the installation of ubuntu 8.10 I have loss the sound in my Intel G33 Motherboard.

See the steps to solve the problem

Download OSS Driver
( http://www.4front-tech.com/release/oss-linux-4.0-1016_i386.deb)

$ sudo dpkg -i oss-linux-4.0-1016_i386.deb

Reboot the system


Sunday, December 7, 2008

Howto Clear History From Movie Players in Ubuntu

Some of My friend asked me, how they can clear history from ubuntu movie players, I don't know whay they need it. Any way I will tell you the secret of history clearing.

Almost all of the applications in Gnome store their history in the same place, and it can be cleared by clearing the recent documents on the Gnome menu.

Go to the Menu bar
Places --> Recent Documents --> Clear Recent Documents

You will get a confirmation windows then press clear

Of course we did, and now the list is gone from Movie Player

Simple but useful Linux Trick

How often have you typed in a command and then realized that you forgot to type sudo. This will help you, don/t need to type the long long command.

type the following !! will replace your last command
$ sudo !!

example
$
vi /etc/apt/sources.list
this will open file as read only you need sudo to edit the file

$ sudo !!

this will expand your command automatically to

$ sudo vi /etc/apt/sources.list
Thursday, December 4, 2008

Howto install Skype 2.0 in ubuntu linux

Skype is todays most popular application for voice chat and telephony which is used for internet conversations. The latest Skype release for Linux is 2.0.0.7

Installation in Ubuntu

1. Install the needed dependencies


sudo apt-get install libasound2 libc6 libgcc1 libqt4-core libqt4-gui libsigc++-2.0-0c2a libstdc++6 libx11-6

2. Download the DEB package and install it
Download the package from the official website here . At the time of writing the package is called skype-debian_2.0.0.72-1_i386.deb.


sudo dpkg -i skype-debian_2.0.0.72-1_i386.deb

The Skype is now available in /usr/bin/skype. You can run it by typing ALT+F2 and entering skype in the run dialogue that appears.
Wednesday, December 3, 2008

Howto get your system specification in ubuntu

There is a simple way to find the Hardware specification of your computer.

open a terminal windows and type the following

$lshw this will give the full hardware details in an ugly text format

Now you can try the follwing

$lshw -html > abcd.html

open the abcd.html file in web browser (firefox)
Saturday, November 8, 2008

Web based (internet) Software Installer For Ubuntu : Appnr

Appnr(www.appnr.com) is a website that will install softwares in a single click for ubuntu. Software installation in ubuntu is getting much easier. This site is using apt-url to perform the software installation. You can install lot of programs in ubuntu by a single click. It will help newbies to install the softwares in ubuntu.

Device manager for Ubuntu Intrepid Ibex

gnome-device-manager is a very useful program for managing devices and device drivers in Ubuntu Linux.

Install
$sudo apt-get install gnome-device-manager

About Me