hi all.. i used to note down all my findings.. here r some. most of them may be from kubuntu and ubuntu forums but they r not consolidated. a must hav for newbies... sorry for some repeating posts. hope its useful.. ill keep updating new findings in this topic. ur comments r welcome
Mounting Windows Partitions in Ubuntu
------------------------------------------------------
http://www.psychocats.net/linux/mountwindows.php
linux beginers
------------------------------
http://www.linuxcommand.org/
http://www.ubuntuforums.org/showthre...line+beginners
http://linuxreviews.org/beginner/#toc1
setting PATH and JAVA_HOME variables
-------------------------------------------------------------
apt-get tutorials
-------------------------
http://newbiedoc.sourceforge.net/sys...get-intro.html
kubuntu 5.10 breezy
-----------------------
http://ftp.ecc.u-tokyo.ac.jp/UBUNTU-...stall-i386.iso
install flash player
-----------------------
http://kubuntu101.blogspot.com/2005/...sh-player.html
install wine
-------------------------
http://kubuntu101.blogspot.com/2005/...ling-wine.html
install kubuntu step by step
--------------------------------
http://whoiam55.at.preempted.net/?p=18
debian commands
-----------------
http://www.debianhelp.co.uk/pkgadm.htm
install firefox
-------------------
https://wiki.ubuntu.com/FirefoxNewVersion
http://ubuntuforums.org/showthread.php?t=105343
Alt-F2
Code:
konsole
Once the Konsole opens up:
Code:
sudo apt-get update
sudo apt-get install firefox
install realplayer
--------------------
http://kubuntuforums.net/forums/index.php?topic=2882.0
install software in ubuntu
-----------------------------
http://www.psychocats.net/linux/installingsoftware.php
checking disk space
-----------------------
checking your ip address
--------------------------------------
windows to linux
------------------
http://www.linuxrsp.ru/win-lin-soft/table-eng.html
bittorrent
----------------------
firewall
----------------
IDE Ot
--------------
http://www.ogre3d.org/wiki/index.php...u_Install_here
to build essential packages
-------------------------------------------
automatix
unrar
changing host name
------------------------------
install vlc
-----------------
changing host name
------------------------------
http://www.cpqlinux.com/hostname.html
wine and media player repository
-------------------------------------------------
http://sidenet.ddo.jp/winetips/config.html
test wine
--------------
repositories
-------------------------
other repositories and ubuntu starter guide
--------------------------------------------------------------
http://easylinux.info/wiki/Ubuntu#Ho...a_repositories
root sudo
----------------
https://wiki.ubuntu.com/RootSudo#head-6357ee1f3ec93078a7d7cbc2c627208117e9499d
create new user
--------------------------
quick restart
--------------------
reconfigure xserver
----------------------------
install automatix
-----------------------------
sources.list generator
---------------------------------
http://www.ubuntulinux.nl/source-o-matic
video codecs
--------------------
install and run azureus
----------------------------------
http://ubuntuforums.org/showthread.php?t=75272
linux file system guide
-------------------------------
http://www.neowin.net/forum/index.php?showtopic=260796
install netbeans
------------------------
https://wiki.ubuntu.com/Netbeans4%2e1onAMD64
reinstall grub / lilo
--------------------------
install mplayer
------------------------
https://wiki.ubuntu.com/MplayerInstallHowto
about codecs
---------------------
https://wiki.ubuntu.com/RestrictedFormats#head-848295cba1b3591a4b4a0dbea5844fd5d2894b6b
help
--------
https://wiki.ubuntu.com/HowToGetHelp
http://help.ubuntu.com/
https://wiki.ubuntu.com/UserDocumentation
https://wiki.ubuntu.com/
http://users.bigpond.net.au/hermanzone/
install mySQL
-----------------------
https://wiki.ubuntu.com/MYSQL5FromSource
shortcuts
----------------
sites
----------
http://www.tinyapps.org/internet.html
http://www.freedownloadscenter.com/
linux sites
--------------
http://linuxcommand.org/learning_the_shell.php
http://www.ss64.com/bash/
hope this continues
cheers
Sriram
Mounting Windows Partitions in Ubuntu
------------------------------------------------------
http://www.psychocats.net/linux/mountwindows.php
linux beginers
------------------------------
http://www.linuxcommand.org/
http://www.ubuntuforums.org/showthre...line+beginners
http://linuxreviews.org/beginner/#toc1
setting PATH and JAVA_HOME variables
-------------------------------------------------------------
Code:
open: VI /etc/profile and add : #path variable for java export JAVA_HOME=/usr/local/java/jdk1.5.0_04 export PATH=$JAVA_HOME/bin:$PATH
-------------------------
http://newbiedoc.sourceforge.net/sys...get-intro.html
kubuntu 5.10 breezy
-----------------------
http://ftp.ecc.u-tokyo.ac.jp/UBUNTU-...stall-i386.iso
install flash player
-----------------------
http://kubuntu101.blogspot.com/2005/...sh-player.html
install wine
-------------------------
http://kubuntu101.blogspot.com/2005/...ling-wine.html
install kubuntu step by step
--------------------------------
http://whoiam55.at.preempted.net/?p=18
debian commands
-----------------
http://www.debianhelp.co.uk/pkgadm.htm
install firefox
-------------------
https://wiki.ubuntu.com/FirefoxNewVersion
http://ubuntuforums.org/showthread.php?t=105343
Alt-F2
Code:
konsole
Once the Konsole opens up:
Code:
sudo apt-get update
sudo apt-get install firefox
install realplayer
--------------------
http://kubuntuforums.net/forums/index.php?topic=2882.0
install software in ubuntu
-----------------------------
http://www.psychocats.net/linux/installingsoftware.php
checking disk space
-----------------------
Code:
df -h will give you a human view (with GB, MB, and KB)
--------------------------------------
Code:
ifconfig
------------------
http://www.linuxrsp.ru/win-lin-soft/table-eng.html
bittorrent
----------------------
Code:
azereus
----------------
Code:
firestarter
--------------
Code:
kdevelop
to build essential packages
-------------------------------------------
Code:
sudo apt-get install build-essential
unrar
changing host name
------------------------------
Code:
sudo vi /etc/hosts
-----------------
Code:
first, edit your sources.list by: Code: sudo kwrite /etc/apt/sources.list and uncomment (fancy word for removing the # signs) the lines starting with deb. It should now look like: Code: ## Uncomment the following two lines to add software from the 'universe' ## repository. ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## universe WILL NOT receive any review or updates from the Ubuntu security ## team. deb [URL]http://ca.archive.ubuntu.com/ubuntu[/URL] breezy universe deb-src [URL]http://ca.archive.ubuntu.com/ubuntu[/URL] breezy universe Now, run Code: sudo apt-get update and Code: sudo apt-get install vlc Now, if you want a better looking front-end (not that the default is ugly, but some people are impressionate) Code: sudo apt-get install qvlc
------------------------------
http://www.cpqlinux.com/hostname.html
wine and media player repository
-------------------------------------------------
Code:
First of all use WINE from wineHq not the one in the ubuntu repository. Add this to your sources.list: deb [URL]http://wine.sourceforge.net/apt/[/URL] binary/ Then install wine. I would also recomend installing IE6 and Windows Media player with the Sidenet Configuration Utility, which can be found at:
Code:
It will give you a good start at getting a correctly setup fake windows directory.
--------------
Code:
$ cd /windows (or whereever the Windows drive is) $ cd WINDOWS (or possibly WINNT) $ wine notepad.exe
-------------------------
Code:
deb [URL]http://kubuntu.org/packages/kde35[/URL] breezy main deb [URL]ftp://mirror.mcs.anl.gov/pub/ubuntu[/URL] breezy main restricted deb [URL]ftp://ubuntu.mirrors.tds.net/ubuntu[/URL] breezy universe deb [URL]http://archive.ubuntu.com/ubuntu[/URL] breezy universe multiverse deb [URL]http://kubuntu.org/packages/kde35[/URL] breezy main deb [URL]http://packages.freecontrib.org/ubuntu/plf/[/URL] breezy free non-free deb [URL]ftp://ubuntu.mirrors.tds.net/ubuntu[/URL] breezy-backports main restricted universe multiverse deb [URL]http://archive.ubuntu.com/ubuntu[/URL] breezy-backports main restricted universe multiverse deb [URL]ftp://mirror.mcs.anl.gov/pub/ubuntu[/URL] breezy-security main restricted universe deb [URL]http://security.ubuntu.com/ubuntu[/URL] breezy-security universe deb [URL]ftp://mirror.mcs.anl.gov/pub/ubuntu[/URL] breezy-updates main restricted deb-src [URL]ftp://mirror.mcs.anl.gov/pub/ubuntu[/URL] breezy main restricted deb-src [URL]ftp://ubuntu.mirrors.tds.net/ubuntu[/URL] breezy universe deb-src [URL]http://archive.ubuntu.com/ubuntu[/URL] breezy universe multiverse deb-src [URL]http://packages.freecontrib.org/ubuntu/plf/[/URL] breezy free non-free deb-src [URL]ftp://ubuntu.mirrors.tds.net/ubuntu[/URL] breezy-backports main restricted universe multiverse deb-src [URL]http://archive.ubuntu.com/ubuntu[/URL] breezy-backports main restricted universe multiverse deb-src [URL]ftp://mirror.mcs.anl.gov/pub/ubuntu[/URL] breezy-security main restricted deb-src [URL]http://security.ubuntu.com/ubuntu[/URL] breezy-security universe deb-src [URL]ftp://mirror.mcs.anl.gov/pub/ubuntu[/URL] breezy-updates main restricted
--------------------------------------------------------------
http://easylinux.info/wiki/Ubuntu#Ho...a_repositories
root sudo
----------------
https://wiki.ubuntu.com/RootSudo#head-6357ee1f3ec93078a7d7cbc2c627208117e9499d
Code:
$ sudo <command> is the same as # <command>
--------------------------
Code:
kdesu systemsettings sudo useradd -m -p <password> <login>
--------------------
Code:
For quicker rebooting, press ctrl + alt + backspace. This stops the X server. To start it back up, type startx. Just thought I'd throw that in there to speed up your troubleshooting process...
----------------------------
Code:
sudo dpkg-reconfigure xserver-xorg
-----------------------------
Code:
sudo apt-get remove automatix-kubuntu sudo apt-get install xterm libglade2-0 libgnomecanvas2-0 wget [URL]http://kambing.vlsm.org/ubuntu/pool/main/z/zenity/zenity_2.10.0-0ubuntu1_i386.deb[/URL] sudo dpkg -i zenity_2.10.0-0ubuntu1_i386.deb wget [URL]http://beerorkid.com/automatix/automatix_5.0-2_i386.deb[/URL] sudo dpkg -i automatix_5.0-2_i386.deb Please note: To remove softwares installed by automatix, visit the following thread: [URL]http://ubuntuforums.org/showthread.php?t=90797[/URL] To uninstall Automatix, do the following from terminal: Code: sudo apt-get remove automatix
---------------------------------
http://www.ubuntulinux.nl/source-o-matic
video codecs
--------------------
Code:
sudo apt-get install gstreamer0.8-plugins sudo apt-get install gstreamer0.8-lame sudo apt-get install gstreamer0.8-ffmpeg sudo apt-get install w32codecs sudo apt-get install libdivx4linux sudo apt-get install lame sudo apt-get install sox sudo apt-get install ffmpeg sudo apt-get install mjpegtools sudo apt-get install vorbis-tools gst-register-0.8
----------------------------------
http://ubuntuforums.org/showthread.php?t=75272
linux file system guide
-------------------------------
http://www.neowin.net/forum/index.php?showtopic=260796
install netbeans
------------------------
https://wiki.ubuntu.com/Netbeans4%2e1onAMD64
reinstall grub / lilo
--------------------------
Code:
sudo apt-get remove grub --purge sudo apt-get install grub
------------------------
https://wiki.ubuntu.com/MplayerInstallHowto
about codecs
---------------------
https://wiki.ubuntu.com/RestrictedFormats#head-848295cba1b3591a4b4a0dbea5844fd5d2894b6b
help
--------
https://wiki.ubuntu.com/HowToGetHelp
http://help.ubuntu.com/
https://wiki.ubuntu.com/UserDocumentation
https://wiki.ubuntu.com/
http://users.bigpond.net.au/hermanzone/
install mySQL
-----------------------
https://wiki.ubuntu.com/MYSQL5FromSource
shortcuts
----------------
Code:
press ctrl + alt + esc to get a skull icon and use it to click on any application u want to terminate press ctrl + esc to open kde sys guard to list all the running process. u can also terminate unwanted processes
----------
http://www.tinyapps.org/internet.html
http://www.freedownloadscenter.com/
linux sites
--------------
http://linuxcommand.org/learning_the_shell.php
http://www.ss64.com/bash/
hope this continues
cheers
Sriram
Comment