Many beginners don't know how to download source code from open source projects,sourceforge and google code etc.
CVS client is a software which is used to check out from sourceforge
Software needed : SVC client like tortoise svn
install in windows
download a subversion client like tortoise and install
http://www.tortoisecvs.org/download.shtml
In ubuntu:
install
sudo apt-get installcvs
enter the given checkout instruction on client and you will get all source files.
My this blog of computer tricks and surfing tips also contain some codes,some philosophy,computing concepts,health and technology.
Tuesday, September 29, 2009
Thursday, September 24, 2009
Best Looking Desktop EyeCandy : compiz-fusion (compiz )
Compiz is Composite Window Manager for Xwindows system.It uses 3D hardware acceleration to generate extremely good 3D desktop effects.It is very light weight doesn't make much impact on performance.
compiz and its fork Beryl merged together and this cause born of new software package compiz-fusion. Compiz fusion is the best eyecandy you ever seen for your desktop. Compiz fusion on flickr See here
you need to install compiz,compiz-fusion packages,compizconfig-setting-manager on your linux.Compiz will already install if you use ubuntu, you need to install compiz-setting-manager.
some of the best desktop effect that i used are
1.3D desktop Cube
2.Rotating 3D desktop cube
3.Burn animation add on(Windows closed with burning effect)
4.rain desktop effect.
5.Transparent windows
and many awesome effects.......
to see screenshots by Aeolian
http://compizfusion.blogspot.com/search/label/Compiz%20Fusion
for more information visit
www.compiz.org
compiz and its fork Beryl merged together and this cause born of new software package compiz-fusion. Compiz fusion is the best eyecandy you ever seen for your desktop. Compiz fusion on flickr See here
you need to install compiz,compiz-fusion packages,compizconfig-setting-manager on your linux.Compiz will already install if you use ubuntu, you need to install compiz-setting-manager.
some of the best desktop effect that i used are
1.3D desktop Cube
2.Rotating 3D desktop cube
3.Burn animation add on(Windows closed with burning effect)
4.rain desktop effect.
5.Transparent windows
and many awesome effects.......
to see screenshots by Aeolian
http://compizfusion.blogspot.com/search/label/Compiz%20Fusion
for more information visit
www.compiz.org
Labels:
Linux,
technology,
tips
Ubuntu cant login after keyboard layout changed! problem solved using autologin gdm.conf
Some days ago i am reading blogs from the bloggers of bhilai,one of my favourite blog is "aarambh" by mr sanjeev tiwari.I decided to write a post to make Ubuntu linux a complete hindi desktop,i changed language from English to Hindi and keyboard layout to bolnagri(hindi) (this is the mistake).After reboot i cant login because user name and password are in English and i cant type is english.
I tried many things,changed xorg.conf file,reconfigure xserver etc but nothing happen finally i got an idea that if i can login automatically into system (gdm ) then i can change setting back to English layout.
following are the step by step procedure to autologin ubuntu using gdm.conf
Step 1.boot the system,you can see login screen,
Step 2.Switch to console using Ctrl+ALT+F1.
Step 3.login using your username and password(you can login with username
and password in console).
Step 4.Run the following command to edit gdm.conf file.
sudo nano /etc/gdm/gdm.conf
find the line
autologin=false
edit this with following:
# Automatic login, if true the first attached screen will automatically logged
# in as user as set with AutomaticLogin key.
AutomaticLoginEnable=true
AutomaticLogin=mahendra
mahendra is username of my system.
Step 5.save the file and restart gdm.
to stop the gdm
sudo /etc/init.d/gdm stop
to start the gdm
sudo gdm
done! now you can login into system and change the keyboard layout.
if you cant then restart your system next time you are automatically logged in.
if you face any problem comment me!
I tried many things,changed xorg.conf file,reconfigure xserver etc but nothing happen finally i got an idea that if i can login automatically into system (gdm ) then i can change setting back to English layout.
following are the step by step procedure to autologin ubuntu using gdm.conf
Step 1.boot the system,you can see login screen,
Step 2.Switch to console using Ctrl+ALT+F1.
Step 3.login using your username and password(you can login with username
and password in console).
Step 4.Run the following command to edit gdm.conf file.
sudo nano /etc/gdm/gdm.conf
find the line
autologin=false
edit this with following:
# Automatic login, if true the first attached screen will automatically logged
# in as user as set with AutomaticLogin key.
AutomaticLoginEnable=true
AutomaticLogin=mahendra
mahendra is username of my system.
Step 5.save the file and restart gdm.
to stop the gdm
sudo /etc/init.d/gdm stop
to start the gdm
sudo gdm
done! now you can login into system and change the keyboard layout.
if you cant then restart your system next time you are automatically logged in.
if you face any problem comment me!
Saturday, September 19, 2009
Automatic Dialup internet connection on startup or by command line
If we need to dial our dial-up internet connection on system start-up ( after login) here is a simple method to Automate this.It can be used in System automation scripts.
If we need to dial our dial-up internet connection on system start-up ( after login) here is a simple method to Automate this.It can be used in System automation scripts.
Step 1.Select your dial up connection you want to dial for example "dataone" is name of dialup connection in my pc
Step 2. Create a batch file
you have to create a batch file named "dialup.bat" using notepad and write following lines
rasdial "connection name" username password
Connection name is name of your dial up connection
username provided by service provider
password your password provided by service provider
Step 3. Put your file "dialup.bat" in startup folder.
for more information on rasdial command
please type command
rasdial /?
or visit http://technet.microsoft.com/en-us/library/bb490979.aspx
If we need to dial our dial-up internet connection on system start-up ( after login) here is a simple method to Automate this.It can be used in System automation scripts.
Step 1.Select your dial up connection you want to dial for example "dataone" is name of dialup connection in my pc
Step 2. Create a batch file
you have to create a batch file named "dialup.bat" using notepad and write following lines
rasdial "connection name" username password
Connection name is name of your dial up connection
username provided by service provider
password your password provided by service provider
Step 3. Put your file "dialup.bat" in startup folder.
for more information on rasdial command
please type command
rasdial /?
or visit http://technet.microsoft.com/en-us/library/bb490979.aspx
Bhuvan-"Indian google earth by isro"
bhuvan
Indian Earth Observation Visualisation
It is a Google Earth like service provided by ISRO for India.
Speed is sometimes slow and quality is lower than google earth but it is Very good Effort by ISRO.
Bhuvan is a geoportal that provides high resolution satellite imagery of virtually the entire India over the internet. Many other features are built in, including 3D terrain and information on many thematic data.
You need to create an account to access it
http://bhuvan.nrsc.gov.in/
check the faq to know more
http://bhuvan.nrsc.gov.in/faq100.html
Indian Earth Observation Visualisation
It is a Google Earth like service provided by ISRO for India.
Speed is sometimes slow and quality is lower than google earth but it is Very good Effort by ISRO.
Bhuvan is a geoportal that provides high resolution satellite imagery of virtually the entire India over the internet. Many other features are built in, including 3D terrain and information on many thematic data.
You need to create an account to access it
http://bhuvan.nrsc.gov.in/
check the faq to know more
http://bhuvan.nrsc.gov.in/faq100.html
Subscribe to:
Posts (Atom)