September 2, 2008
All commands i have typed are in bold
1.Download the Realplayer .bin file from http://www.real.com/linux Im
2.Open Terminal n navigate to where the .bin file is , me i have moved it to myDocuments
3.atish@atish-laptop:~$ cd Documents
4.atish@atish-laptop:~/Documents$ ls
RealPlayer11GOLD.bin
atish@atish-laptop:~/Documents$ chmod a+x RealPlayer11GOLD.bin
5. ./RealPlayer11GOLD.bin
6. Just press enter to select this as a default path and thats all folks
1 Comment |
ubuntu |
Permalink
Posted by atishrajub
September 2, 2008
This package is an installer package, it does not actually contain the
JDK documentation. You will need to go download one of the
archives:
jdk-6-doc.zip jdk-6-doc-ja.zip
(choose the non-update version if this is the first installation).
Please visit
http://java.sun.com/javase/downloads/
now and download. The file should be owned by root.root and be copied
to /tmp.
[Press RETURN to try again, 'no' + RETURN to abort]
Solution :
1.go to http://java.sun.com/javase/downloads/ and download jdk-6-doc.zip
Then go totmp folder which can be accessed by going to file system that is the root and then type tmp on address bar or simply selecting the folder
or
/tmp
2.Paste the jdk-6-doc.zip
3.Right click on the zip file, select Properties-> followed by permissions
4.Set all all owners to root n allow full priviledges
5.Extract the folder by rightclicking extract here
6 Comments |
ubuntu |
Permalink
Posted by atishrajub
September 2, 2008
First , go to Applications->Accessories->Terminal and open Terminal
1.Then Type the line below on your terminal and it will ask you your psssword ant confirm it:
sudo apt-get install apache2 php5-mysql libapache2-mod-php5 mysql-server php5-gd phpmyadmin
The above will install apache2 web server along with mysql server 5.0 and also php myadmin
and if you are convergent with web programming stuff it should be within your comprehend.
All should work fine, however if you want more option here below are some guidelines:

This will install apache 2 php 5.2 and mysql server 5 and their dependencies. The deamons are launched at install and basically, only apache2 needs a bit of configuration specially if you are going to a webserver on the net.
Beside note after installation you will asked a password for the database admin n other stuffs
To enable ~/public_html user folder (which you reach in a browser with this URL : http://localhost/~username) do :
sudo a2enmod userdir && sudo /etc/init.d/apache2 restart
The default document root is /var/www (you need superuser privileges to write in this directory), but you can add more sites. Edit a new configuration file for the new site :
gksudo gedit /etc/apache2/sites-available/<site_name>
Replace <site_name> with whatever you want. Add virtual host properties and directives that you need, then save and exit gedit.
To enable this new site do :
sudo a2ensite <site_name> && sudo /etc/init.d/apache2 restart
To manage mysql users and database, simply use phpmyadmin by entering this url in your browser : http://localhost/phpmyadmin
The php config file is located at : /etc/php5/apache2/php.ini and requires a restart of apache if you make any change in it.
3 Comments |
ubuntu |
Permalink
Posted by atishrajub
August 25, 2008
Some days back , my mates told me whether linux, ubuntu hardy , currently the version im sticking to , can be tweak atleast to look as a mac , after some couple of hours of effort this is wat i came up to , n thanks vikesh n keenoo for motivating me atleast

Please feel free to leave any comments , you are welcome
Leave a Comment » |
ubuntu |
Permalink
Posted by atishrajub
August 5, 2008
Some few weeks back , my graphic lecturer , alias aka zetwal said he wanted his lunux to look like mac, n since i tried to tweak my ubuntu hardy , n thought i has not been as much expected but it is owesome , here is a screen shoot, i guess linux is overwelming

So dear readers hw did u find it , please leave a comment
Leave a Comment » |
ubuntu |
Permalink
Posted by atishrajub