<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.linuxquestions.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Smile4ever</id>
	<title>LQWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.linuxquestions.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Smile4ever"/>
	<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/wiki/Special:Contributions/Smile4ever"/>
	<updated>2026-04-15T16:34:35Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.0</generator>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Open_a_console&amp;diff=58616</id>
		<title>Open a console</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Open_a_console&amp;diff=58616"/>
		<updated>2011-06-11T17:17:14Z</updated>

		<summary type="html">&lt;p&gt;Smile4ever: already link in text&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sometimes in your [[Linux]] life, it is important to [[open a console]] in order to send [[command]]s to the computer. These commands will be [[interpreter|interpreted]] by a [[shell]]. When you open a console, you will be presented with a [[shell prompt]] typically giving your computer's [[hostname]] (in this case it is ''tweedleburg'') like this:&lt;br /&gt;
 tweedleburg:~ #&lt;br /&gt;
This means you can start typing [[commands]].&lt;br /&gt;
&lt;br /&gt;
There are several ways to open a [[console]]. Depending on your [[Desktop environment]], [[install]]ed [[software]] and [[distribution]], one or more of the following procedures might work for you:&lt;br /&gt;
* press ALT_F2, type &amp;quot;[[xterm]]&amp;quot;, then ENTER. This works for most [[distributions]].&lt;br /&gt;
* press ALT_F2, type &amp;quot;[[konsole]]&amp;quot;, then ENTER. konsole is very user-friendly. This will work if [[KDE]] is installed.&lt;br /&gt;
&lt;br /&gt;
;Note: You will often find console examples here like&lt;br /&gt;
 # command1&lt;br /&gt;
or&lt;br /&gt;
 $ command2&lt;br /&gt;
In these command examples do not type '$' or '#' because $ signifies that the command is run as a normal user and # means the command is being run as the root user.&lt;br /&gt;
&lt;br /&gt;
= See also =&lt;br /&gt;
* [[Linuxintro]]&lt;br /&gt;
* [[Command line interface]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Guides]]&lt;/div&gt;</summary>
		<author><name>Smile4ever</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=LinuxIntro&amp;diff=58615</id>
		<title>LinuxIntro</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=LinuxIntro&amp;diff=58615"/>
		<updated>2011-06-11T17:16:28Z</updated>

		<summary type="html">&lt;p&gt;Smile4ever: /* Open a console */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article is an introduction to Linux. If you are already familiar with [[Windows]], you can read [[Windows to Linux Migration]] instead.&lt;br /&gt;
&lt;br /&gt;
== Getting Help ==&lt;br /&gt;
&lt;br /&gt;
You learn a lot when reading and writing into forums like [http://www.linuxquestions.org www.linuxquestions.org]. You can also ask questions and give answers in a [[chat]]. e.g. if you have a question regarding [[KDE]], point your [[xchat]] to irc.kde.org, port 6667, channel #kde and start asking. If you have a question regarding [[Suse]], just join channel #suse and so on.&lt;br /&gt;
&lt;br /&gt;
== Guided lessons ==&lt;br /&gt;
&lt;br /&gt;
As a beginner you might want to experience how to…&lt;br /&gt;
&lt;br /&gt;
=== Choose a Linux Distribution ===&lt;br /&gt;
Main article: [[Choosing a Linux distribution]]&lt;br /&gt;
&lt;br /&gt;
It is a good idea to start with a wide-spread [[distribution|distro]] such as [[SUSE]], [[Ubuntu]] or [[Fedora]], rather than a less widely used distro. More people using a Linux distribution generally means more support and more active development. If you pick some &amp;quot;kewl&amp;quot; distribution that only a few hundred people use, then you're going to have a very hard time getting your questions answered and getting bugs patched. Mainstream desktop distributions tend to be easy to use out of the box, without requiring a computer science degree to install and configure.&lt;br /&gt;
&lt;br /&gt;
Many Linux distributions (ofter called &amp;quot;Distros&amp;quot;) allow you to fully operate them from a live CD without having to actually install them.  A live CD distro loads and runs from memory and does not perform an installation unless you chose that option. This live CD gives you the opportunity to &amp;quot;test drive&amp;quot; a system before you make any commitment of time and energy to it. &lt;br /&gt;
&lt;br /&gt;
You can find a complete listing of current distributions by searching [[List_of_Linux_distributions]], which lists the various options alphabetically, by &amp;quot;family-tree&amp;quot; lineage and also some special characteristics.  The list also includes outside links to pages where you can find summaries and reviews for each distribution.&lt;br /&gt;
&lt;br /&gt;
=== Install Linux ===&lt;br /&gt;
Main article: [[Linux installation]]&lt;br /&gt;
&lt;br /&gt;
Dual-boot is a hardware configuration that permits more than one operating system to be concurrently installed on your computer system. Linux can be installed for [[dual-boot]] so that you can choose between Linux and another operating system when you start your computer. If you will be running Windows and Linux in a dual-boot configuration, it's generally recommended that you load the Windows operating system (O/S) on the first drive booted by the machine BIOS.  So if you are using a single hard drive that will be partitioned, you would want the Windows O/S on the first partition.  If you're going to be running two separate hard drives in the same machine, you would want the Windows O/S to be on the Primary Master drive (position one) and your Linux O/S to be installed on the Primary Slave drive (position two).  The Linux system will identify each IDE drive with the designation of &amp;quot;hd&amp;quot; (&amp;quot;sd&amp;quot; for SATA drives) with successive letters starting from &amp;quot;a&amp;quot;, then each partition on the drive will be designated by a number so that your list of drives/partitions might read something like:  &amp;quot;hda1 Windows System Files; hda2 Windows User Directories; hdb1 Ubuntu 10.04; hdb2 Ubuntu/home.&amp;quot;  It's a good idea to make note of where you'll be installing your Linux system and any other partitions that are to be installed as well.  Also, disconnect any external devices you might have plugged into your computer, such as a flash drive, MP3 player, etc. This will keep you from accidentally over-writing files or data.&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can install Linux into a [[VMware]] virtual machine, or another [[virtual machine]] such as [[Virtualbox]]. In this case, you can have two or more operating systems running at the same time. The virtual machine installation is explained in more detail on the [[Virtualization]] page.&lt;br /&gt;
&lt;br /&gt;
The most common method of installing Linux is to obtain a linux boot DVD or CD and basically following the install procedure and screens. The prompts are given in a straight forward language, not overly difficult to understand.&lt;br /&gt;
&lt;br /&gt;
=== Open a console ===&lt;br /&gt;
Main article: [[Open a console]]&lt;br /&gt;
&lt;br /&gt;
You need to open a [[console]] to issue [[commands]] to your Linux system. These commands will be interpreted by a program called a Shell. &lt;br /&gt;
A console is a window or session that presents you with a prompt line. A console normally presents a prompt line with the cursor resting at the first character past the prompt. This is where you issue your command. Any command results appear beneath your command line. When you open a console, you may be presented with a [[shell prompt]] typically displaying your computer's [[hostname]] (in this case ''tweedleburg'') :&lt;br /&gt;
 tweedleburg:~ #&lt;br /&gt;
This means you may start typing [[commands]].&lt;br /&gt;
&lt;br /&gt;
There are several ways to open a console. Depending on your [[Desktop environment]], [[install]]ed [[software]] and [[distribution]], one or more of the following procedures might work for you:&lt;br /&gt;
&lt;br /&gt;
* There are six &amp;quot;virtual consoles.&amp;quot; Entering Control-ALT-F1 will open &amp;quot;console 1&amp;quot;, Control-ALT-F2 will open &amp;quot;console 2&amp;quot;, with the final console opened with Control-ALT-F6. You may switch from any console to any other. Usually you are prompted to log into the linux system at each console. Once you do, you remain logged on until you log out. &lt;br /&gt;
* press ALT_F2, type &amp;quot;[[xterm]]&amp;quot;, then ENTER. This works for most distributions.&lt;br /&gt;
* press ALT_F2, type &amp;quot;[[konsole]]&amp;quot;, then ENTER. konsole is very user-friendly. This will work if [[KDE]] is installed.&lt;br /&gt;
&lt;br /&gt;
Now that you have opened a console, Try ls as your first command. It must be entered in lower case as: &lt;br /&gt;
 ls&lt;br /&gt;
and you get a listing of [[files]] in your [[directory]], similar to this:&lt;br /&gt;
 tweedleburg:~ # ls&lt;br /&gt;
 a.out  dom  index.txt  main.cpp  structureparser.cpp  structureparser.h  structureparser.h.gch&lt;br /&gt;
&lt;br /&gt;
Great - now you are ready to read and understand the article about [[installing software]].&lt;br /&gt;
&lt;br /&gt;
=== Install Software ===&lt;br /&gt;
Main article: [[Installing Software]]&lt;br /&gt;
&lt;br /&gt;
As opposed to other operating systems, the easiest way to install software is not to download an installer from the web. Instead, you should use the [[system management]] tools from your [[distribution]] to do this. So, [[find out your distro]] and install the software by its installation measures. E.g. to install [[firefox]] in [[SUSE]] [[Linux]], you use &lt;br /&gt;
 yast -i firefox&lt;br /&gt;
You can find a complete listing for all distributions at [[installing software]].&lt;br /&gt;
&lt;br /&gt;
== Lessons in no particular order ==&lt;br /&gt;
Main article: [[HowTos]]&lt;br /&gt;
&lt;br /&gt;
* [[Pack and unpack files]]&lt;br /&gt;
* [[Surf the web]]&lt;br /&gt;
* [[Burn a CDROM]]&lt;br /&gt;
* [[Scan]]&lt;br /&gt;
* [[Print]]&lt;br /&gt;
* Do [[Office tasks]] - word processing, spreadsheet, presentation, image manipulation and other&lt;br /&gt;
* Get help with [[Networking]]&lt;br /&gt;
* [[Make backups]]&lt;br /&gt;
* [[Play Games]]&lt;br /&gt;
* Do [[Multimedia tasks]]: listen to music and watch videos&lt;br /&gt;
** [[Use Digital Cameras and Linux]]&lt;br /&gt;
** [[Use Camcorders and Linux]]&lt;br /&gt;
** [[Use Webcams and Linux]]&lt;br /&gt;
** [[watch TV]]&lt;br /&gt;
* [[Talk to friends online]] - how to access common instant messaging networks, see also [[IM]].&lt;br /&gt;
&lt;br /&gt;
== Tips ==&lt;br /&gt;
Main article: [[Tips]]&lt;br /&gt;
&lt;br /&gt;
[[Tips]] are clever solutions to questions that may not even have come to your mind. Here are some examples:&lt;br /&gt;
&lt;br /&gt;
* [[KDE specific tips]]&lt;br /&gt;
* [[Distribution-specific tips &amp;amp; tricks]]&lt;br /&gt;
* [[Programming tips &amp;amp; tricks]]&lt;br /&gt;
* one-[[klik]]-installs&lt;br /&gt;
* [[Passwordless logins]]&lt;br /&gt;
&lt;br /&gt;
== Applications ==&lt;br /&gt;
Main article: [[Applications]]&lt;br /&gt;
&lt;br /&gt;
* [[firefox]] for browsing the web&lt;br /&gt;
* [[mplayer]] for playing [[multimedia]] [[files]]&lt;br /&gt;
* [[openOffice]] for creating texts, spreadsheets and [http://en.wikipedia.org/wiki/Presentation_software presentations]&lt;br /&gt;
* [[kmail]] for reading and writing [[mails]]&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
Main article: [[commands]]&lt;br /&gt;
&lt;br /&gt;
* [[ls]] : show a directory listing&lt;br /&gt;
* [[df]] -h : show how much disk space is left&lt;br /&gt;
* [[du]] -csh ''myfolder'' : show how much space is in use by the folder ''myfolder''&lt;br /&gt;
* [[cd]] : change [[directory]]&lt;br /&gt;
* [[cp]] -r : copy a [[file]]&lt;br /&gt;
* [[rm]] -r : delete a file&lt;br /&gt;
* [[mkdir]] : make a [[directory]]&lt;br /&gt;
* [[chmod]] : change the file [[permissions]]&lt;br /&gt;
* [[pwd]] : show current working directory&lt;br /&gt;
* [[whoami]] : show your user name&lt;br /&gt;
* [[hostname]] : show your host's name&lt;br /&gt;
* [[uptime]] : show the uptime of your host&lt;br /&gt;
* [[top]] : show the top [[CPU]] consuming [[process]]es&lt;br /&gt;
&lt;br /&gt;
=== Hard drives ===&lt;br /&gt;
Main article: [[hard drive commands]]&lt;br /&gt;
&lt;br /&gt;
* [[hwinfo]] &amp;lt;tt&amp;gt;--storage-ctrl&amp;lt;/tt&amp;gt; :discover your hard disk controller&lt;br /&gt;
* [[hwinfo]] &amp;lt;tt&amp;gt;--block&amp;lt;/tt&amp;gt; :discover what disks you have&lt;br /&gt;
* [[hwinfo]] &amp;lt;tt&amp;gt;--partition&amp;lt;/tt&amp;gt; :discover what partitions you have&lt;br /&gt;
* [[fdisk]] :divide your disk [[device]]s into [[partition]]s &amp;amp;nbsp; &amp;amp;nbsp; (USE WITH CAUTION!!)&lt;br /&gt;
&lt;br /&gt;
=== NetWorking ===&lt;br /&gt;
Main article: [[Network commands]]&lt;br /&gt;
&lt;br /&gt;
* [[hwinfo]] &amp;lt;tt&amp;gt;--netcard&amp;lt;/tt&amp;gt; :find out your [[NIC]]'s type and abilities&lt;br /&gt;
* [[ethtool]] :find out if a cable has been plugged in (link detection)&lt;br /&gt;
* [[ping]] :find out if a computer is reachable&lt;br /&gt;
* [[ifconfig]] :set your [http://en.wikipedia.org/wiki/IP-Address IP-address]&lt;br /&gt;
* [[route]] :set your default [[gateway]]&lt;br /&gt;
* [[nmap]] :find out about ports information on a computer&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[A useable example desktop]]&lt;br /&gt;
* [[Linux Newbie FAQ]]&lt;/div&gt;</summary>
		<author><name>Smile4ever</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=User_talk:Smile4ever&amp;diff=58614</id>
		<title>User talk:Smile4ever</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=User_talk:Smile4ever&amp;diff=58614"/>
		<updated>2011-06-11T17:15:26Z</updated>

		<summary type="html">&lt;p&gt;Smile4ever: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{welcome}} --[[User:ThorstenStaerk|ThorstenStaerk]] 20:59, June 4, 2011 (UTC)&lt;br /&gt;
: Thank you! [[User:Smile4ever|Smile4ever]] 17:15, June 11, 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Smile4ever</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=LinuxIntro&amp;diff=58613</id>
		<title>LinuxIntro</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=LinuxIntro&amp;diff=58613"/>
		<updated>2011-06-11T17:13:49Z</updated>

		<summary type="html">&lt;p&gt;Smile4ever: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article is an introduction to Linux. If you are already familiar with [[Windows]], you can read [[Windows to Linux Migration]] instead.&lt;br /&gt;
&lt;br /&gt;
== Getting Help ==&lt;br /&gt;
&lt;br /&gt;
You learn a lot when reading and writing into forums like [http://www.linuxquestions.org www.linuxquestions.org]. You can also ask questions and give answers in a [[chat]]. e.g. if you have a question regarding [[KDE]], point your [[xchat]] to irc.kde.org, port 6667, channel #kde and start asking. If you have a question regarding [[Suse]], just join channel #suse and so on.&lt;br /&gt;
&lt;br /&gt;
== Guided lessons ==&lt;br /&gt;
&lt;br /&gt;
As a beginner you might want to experience how to…&lt;br /&gt;
&lt;br /&gt;
=== Choose a Linux Distribution ===&lt;br /&gt;
Main article: [[Choosing a Linux distribution]]&lt;br /&gt;
&lt;br /&gt;
It is a good idea to start with a wide-spread [[distribution|distro]] such as [[SUSE]], [[Ubuntu]] or [[Fedora]], rather than a less widely used distro. More people using a Linux distribution generally means more support and more active development. If you pick some &amp;quot;kewl&amp;quot; distribution that only a few hundred people use, then you're going to have a very hard time getting your questions answered and getting bugs patched. Mainstream desktop distributions tend to be easy to use out of the box, without requiring a computer science degree to install and configure.&lt;br /&gt;
&lt;br /&gt;
Many Linux distributions (ofter called &amp;quot;Distros&amp;quot;) allow you to fully operate them from a live CD without having to actually install them.  A live CD distro loads and runs from memory and does not perform an installation unless you chose that option. This live CD gives you the opportunity to &amp;quot;test drive&amp;quot; a system before you make any commitment of time and energy to it. &lt;br /&gt;
&lt;br /&gt;
You can find a complete listing of current distributions by searching [[List_of_Linux_distributions]], which lists the various options alphabetically, by &amp;quot;family-tree&amp;quot; lineage and also some special characteristics.  The list also includes outside links to pages where you can find summaries and reviews for each distribution.&lt;br /&gt;
&lt;br /&gt;
=== Install Linux ===&lt;br /&gt;
Main article: [[Linux installation]]&lt;br /&gt;
&lt;br /&gt;
Dual-boot is a hardware configuration that permits more than one operating system to be concurrently installed on your computer system. Linux can be installed for [[dual-boot]] so that you can choose between Linux and another operating system when you start your computer. If you will be running Windows and Linux in a dual-boot configuration, it's generally recommended that you load the Windows operating system (O/S) on the first drive booted by the machine BIOS.  So if you are using a single hard drive that will be partitioned, you would want the Windows O/S on the first partition.  If you're going to be running two separate hard drives in the same machine, you would want the Windows O/S to be on the Primary Master drive (position one) and your Linux O/S to be installed on the Primary Slave drive (position two).  The Linux system will identify each IDE drive with the designation of &amp;quot;hd&amp;quot; (&amp;quot;sd&amp;quot; for SATA drives) with successive letters starting from &amp;quot;a&amp;quot;, then each partition on the drive will be designated by a number so that your list of drives/partitions might read something like:  &amp;quot;hda1 Windows System Files; hda2 Windows User Directories; hdb1 Ubuntu 10.04; hdb2 Ubuntu/home.&amp;quot;  It's a good idea to make note of where you'll be installing your Linux system and any other partitions that are to be installed as well.  Also, disconnect any external devices you might have plugged into your computer, such as a flash drive, MP3 player, etc. This will keep you from accidentally over-writing files or data.&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can install Linux into a [[VMware]] virtual machine, or another [[virtual machine]] such as [[Virtualbox]]. In this case, you can have two or more operating systems running at the same time. The virtual machine installation is explained in more detail on the [[Virtualization]] page.&lt;br /&gt;
&lt;br /&gt;
The most common method of installing Linux is to obtain a linux boot DVD or CD and basically following the install procedure and screens. The prompts are given in a straight forward language, not overly difficult to understand.&lt;br /&gt;
&lt;br /&gt;
=== Open a console ===&lt;br /&gt;
Main article: [[open a console]]&lt;br /&gt;
&lt;br /&gt;
You need to open a [[console]] to issue [[commands]] to your Linux system. These commands will be interpreted by a program called a Shell. &lt;br /&gt;
A console is a window or session that presents you with a prompt line. A console normally presents a prompt line with the cursor resting at the first character past the prompt. This is where you issue your command. Any command results appear beneath your command line. When you open a console, you may be presented with a [[shell prompt]] typically displaying your computer's [[hostname]] (in this case ''tweedleburg'') :&lt;br /&gt;
 tweedleburg:~ #&lt;br /&gt;
This means you may start typing [[commands]].&lt;br /&gt;
&lt;br /&gt;
There are several ways to open a console. Depending on your [[Desktop environment]], [[install]]ed [[software]] and [[distribution]], one or more of the following procedures might work for you:&lt;br /&gt;
&lt;br /&gt;
* There are six &amp;quot;virtual consoles.&amp;quot; Entering Control-ALT-F1 will open &amp;quot;console 1&amp;quot;, Control-ALT-F2 will open &amp;quot;console 2&amp;quot;, with the final console opened with Control-ALT-F6. You may switch from any console to any other. Usually you are prompted to log into the linux system at each console. Once you do, you remain logged on until you log out. &lt;br /&gt;
* press ALT_F2, type &amp;quot;[[xterm]]&amp;quot;, then ENTER. This works for most distributions.&lt;br /&gt;
* press ALT_F2, type &amp;quot;[[konsole]]&amp;quot;, then ENTER. konsole is very user-friendly. This will work if [[KDE]] is installed.&lt;br /&gt;
&lt;br /&gt;
Now that you have opened a console, Try ls as your first command. It must be entered in lower case as: &lt;br /&gt;
 ls&lt;br /&gt;
and you get a listing of [[files]] in your [[directory]], similar to this:&lt;br /&gt;
 tweedleburg:~ # ls&lt;br /&gt;
 a.out  dom  index.txt  main.cpp  structureparser.cpp  structureparser.h  structureparser.h.gch&lt;br /&gt;
&lt;br /&gt;
Great - now you are ready to read and understand the article about [[installing software]].&lt;br /&gt;
&lt;br /&gt;
=== Install Software ===&lt;br /&gt;
Main article: [[Installing Software]]&lt;br /&gt;
&lt;br /&gt;
As opposed to other operating systems, the easiest way to install software is not to download an installer from the web. Instead, you should use the [[system management]] tools from your [[distribution]] to do this. So, [[find out your distro]] and install the software by its installation measures. E.g. to install [[firefox]] in [[SUSE]] [[Linux]], you use &lt;br /&gt;
 yast -i firefox&lt;br /&gt;
You can find a complete listing for all distributions at [[installing software]].&lt;br /&gt;
&lt;br /&gt;
== Lessons in no particular order ==&lt;br /&gt;
Main article: [[HowTos]]&lt;br /&gt;
&lt;br /&gt;
* [[Pack and unpack files]]&lt;br /&gt;
* [[Surf the web]]&lt;br /&gt;
* [[Burn a CDROM]]&lt;br /&gt;
* [[Scan]]&lt;br /&gt;
* [[Print]]&lt;br /&gt;
* Do [[Office tasks]] - word processing, spreadsheet, presentation, image manipulation and other&lt;br /&gt;
* Get help with [[Networking]]&lt;br /&gt;
* [[Make backups]]&lt;br /&gt;
* [[Play Games]]&lt;br /&gt;
* Do [[Multimedia tasks]]: listen to music and watch videos&lt;br /&gt;
** [[Use Digital Cameras and Linux]]&lt;br /&gt;
** [[Use Camcorders and Linux]]&lt;br /&gt;
** [[Use Webcams and Linux]]&lt;br /&gt;
** [[watch TV]]&lt;br /&gt;
* [[Talk to friends online]] - how to access common instant messaging networks, see also [[IM]].&lt;br /&gt;
&lt;br /&gt;
== Tips ==&lt;br /&gt;
Main article: [[Tips]]&lt;br /&gt;
&lt;br /&gt;
[[Tips]] are clever solutions to questions that may not even have come to your mind. Here are some examples:&lt;br /&gt;
&lt;br /&gt;
* [[KDE specific tips]]&lt;br /&gt;
* [[Distribution-specific tips &amp;amp; tricks]]&lt;br /&gt;
* [[Programming tips &amp;amp; tricks]]&lt;br /&gt;
* one-[[klik]]-installs&lt;br /&gt;
* [[Passwordless logins]]&lt;br /&gt;
&lt;br /&gt;
== Applications ==&lt;br /&gt;
Main article: [[Applications]]&lt;br /&gt;
&lt;br /&gt;
* [[firefox]] for browsing the web&lt;br /&gt;
* [[mplayer]] for playing [[multimedia]] [[files]]&lt;br /&gt;
* [[openOffice]] for creating texts, spreadsheets and [http://en.wikipedia.org/wiki/Presentation_software presentations]&lt;br /&gt;
* [[kmail]] for reading and writing [[mails]]&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
Main article: [[commands]]&lt;br /&gt;
&lt;br /&gt;
* [[ls]] : show a directory listing&lt;br /&gt;
* [[df]] -h : show how much disk space is left&lt;br /&gt;
* [[du]] -csh ''myfolder'' : show how much space is in use by the folder ''myfolder''&lt;br /&gt;
* [[cd]] : change [[directory]]&lt;br /&gt;
* [[cp]] -r : copy a [[file]]&lt;br /&gt;
* [[rm]] -r : delete a file&lt;br /&gt;
* [[mkdir]] : make a [[directory]]&lt;br /&gt;
* [[chmod]] : change the file [[permissions]]&lt;br /&gt;
* [[pwd]] : show current working directory&lt;br /&gt;
* [[whoami]] : show your user name&lt;br /&gt;
* [[hostname]] : show your host's name&lt;br /&gt;
* [[uptime]] : show the uptime of your host&lt;br /&gt;
* [[top]] : show the top [[CPU]] consuming [[process]]es&lt;br /&gt;
&lt;br /&gt;
=== Hard drives ===&lt;br /&gt;
Main article: [[hard drive commands]]&lt;br /&gt;
&lt;br /&gt;
* [[hwinfo]] &amp;lt;tt&amp;gt;--storage-ctrl&amp;lt;/tt&amp;gt; :discover your hard disk controller&lt;br /&gt;
* [[hwinfo]] &amp;lt;tt&amp;gt;--block&amp;lt;/tt&amp;gt; :discover what disks you have&lt;br /&gt;
* [[hwinfo]] &amp;lt;tt&amp;gt;--partition&amp;lt;/tt&amp;gt; :discover what partitions you have&lt;br /&gt;
* [[fdisk]] :divide your disk [[device]]s into [[partition]]s &amp;amp;nbsp; &amp;amp;nbsp; (USE WITH CAUTION!!)&lt;br /&gt;
&lt;br /&gt;
=== NetWorking ===&lt;br /&gt;
Main article: [[Network commands]]&lt;br /&gt;
&lt;br /&gt;
* [[hwinfo]] &amp;lt;tt&amp;gt;--netcard&amp;lt;/tt&amp;gt; :find out your [[NIC]]'s type and abilities&lt;br /&gt;
* [[ethtool]] :find out if a cable has been plugged in (link detection)&lt;br /&gt;
* [[ping]] :find out if a computer is reachable&lt;br /&gt;
* [[ifconfig]] :set your [http://en.wikipedia.org/wiki/IP-Address IP-address]&lt;br /&gt;
* [[route]] :set your default [[gateway]]&lt;br /&gt;
* [[nmap]] :find out about ports information on a computer&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[A useable example desktop]]&lt;br /&gt;
* [[Linux Newbie FAQ]]&lt;/div&gt;</summary>
		<author><name>Smile4ever</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=User:Smile4ever&amp;diff=58547</id>
		<title>User:Smile4ever</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=User:Smile4ever&amp;diff=58547"/>
		<updated>2011-06-04T18:30:04Z</updated>

		<summary type="html">&lt;p&gt;Smile4ever: Created page with 'This page belongs to [http://nl.wikipedia.org/wiki/gebruiker:smile4ever Smile4ever].'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page belongs to [http://nl.wikipedia.org/wiki/gebruiker:smile4ever Smile4ever].&lt;/div&gt;</summary>
		<author><name>Smile4ever</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Windows_to_Linux_Migration&amp;diff=58546</id>
		<title>Windows to Linux Migration</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Windows_to_Linux_Migration&amp;diff=58546"/>
		<updated>2011-06-04T18:28:51Z</updated>

		<summary type="html">&lt;p&gt;Smile4ever: /* Clear Browser History */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Why switch to Linux?=&lt;br /&gt;
&lt;br /&gt;
There are many reasons to switch to Linux:&lt;br /&gt;
* No viruses or other malware (spyware, adware, etc.).&lt;br /&gt;
* Online support. Try getting a helpful answer from Microsoft's tech support sometime (it won't happen). With Linux, there are literally tens of thousands of people who are willing to answer your questions, for ''free'', as long as you [http://www.catb.org/~esr/faqs/smart-questions.html ask good ones].&lt;br /&gt;
* It's free -- you won't have to pay hundreds of dollars for buggy Microsoft software any longer.&lt;br /&gt;
&lt;br /&gt;
=How to make the switch=&lt;br /&gt;
==Pick a distribution==&lt;br /&gt;
&lt;br /&gt;
There are many different Linux distributions out there. The best option for most people is to pick a widely-used distribution such as [[Ubuntu]], [[Fedora]], or [[SUSE]]. These are better supported and more actively developed than less common distributions. If for some reason, though, you feel that these don't suit your needs, take a look at [[Comparison of Linux distributions]] to find out which one will best fit you.&lt;br /&gt;
&lt;br /&gt;
==How to try Linux out without messing up Windows==&lt;br /&gt;
&lt;br /&gt;
If you want to keep your Windows while learning Linux, you have the following options:&lt;br /&gt;
*  Boot from a Live CD while testing out a GNU/Linux distro. After satified all (or most) of your hardware works, then consider installing to your hard drive.&lt;br /&gt;
* [[booting from USB]]&lt;br /&gt;
* [[dual booting]] - keep Windows as well as Linux on your [[hard disk]]. Decide when [[booting]] which OS you want to use.&lt;br /&gt;
* using e.g. [[vmware]] to have a [[virtual machine]] on your Windows running Linux&lt;br /&gt;
&lt;br /&gt;
==Finding applications==&lt;br /&gt;
&lt;br /&gt;
For almost every common task, there is free Linux software that does what you need. However, these programs have different names from their Windows counterparts. For instance, if you need to edit a Microsoft Word document in Linux, then you use a program called [[OpenOffice]] Writer, rather than Microsoft Word. If you want to read PDF files, you use xpdf, Evince, or Okular (several choices) rather than Adobe Acrobat Reader.&lt;br /&gt;
&lt;br /&gt;
If you know a [[Windows]] [[application]] that does what you want, but do not know the name of the equivalent [[Linux]] application, take a look at the article [[Linux software equivalent to Windows software]]. You can also natively [[run Windows software|run some Windows software]] under Linux using [[wine]].&lt;br /&gt;
&lt;br /&gt;
Alternatively there is a handy website called [http://www.osalt.com/ OSAlt] which stands for Open Source Alternative.  It is a large database comparing Windows applications to open source equivalents which can usually be run on Linux.  If you search for the proprietary software you want, you may be surprised to find a free alternative which may even work better in some cases.&lt;br /&gt;
&lt;br /&gt;
= Various Tasks =&lt;br /&gt;
&lt;br /&gt;
== Set File Associations ==&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
Explorer | Tools | Folder Options | File Types&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
There are no system-wide file associations.  The different desktop environment each (may) have their own file association mechanisms.&lt;br /&gt;
&lt;br /&gt;
==== [[KDE]] ====&lt;br /&gt;
&lt;br /&gt;
Configuration | KDE | Components | File Associations&lt;br /&gt;
&lt;br /&gt;
== Clear Browser History ==&lt;br /&gt;
&lt;br /&gt;
=== Windows Internet Explorer ===&lt;br /&gt;
&lt;br /&gt;
Internet Explorer | Tools | Internet Options | General Tab | Clear History&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
Linux does not have a default default [[browser]], you can just set your personal default browser.&lt;br /&gt;
&lt;br /&gt;
==== Firefox ====&lt;br /&gt;
&lt;br /&gt;
You can clear [[Firefox]]'s cache in the options dialog, or even install a plugin to give you a button somewhere that does it.&lt;br /&gt;
&lt;br /&gt;
==== Konqueror ====&lt;br /&gt;
&lt;br /&gt;
The history of the [[Konqueror]] browser is stored in ~/.kde/share/apps/konqueror/konq_history&lt;br /&gt;
To Clear Go Konqueror | Setting Configure Conqueror | History Sidebar (9th item down on left side panel) | Clear History&lt;br /&gt;
&lt;br /&gt;
== Kill a crashed App ==&lt;br /&gt;
&lt;br /&gt;
=== In Windows ===&lt;br /&gt;
&lt;br /&gt;
Ctrl-Alt-Delete &lt;br /&gt;
&lt;br /&gt;
=== In Linux ===&lt;br /&gt;
&lt;br /&gt;
Misbehaving programs can be terminated with the [[kill]] and [[killall]] commands.  Also helpful is the [[ps]] command which lists running processes.&lt;br /&gt;
&lt;br /&gt;
In some desktops (like [http://en.wikipedia.org/wiki/GNOME Gnome] and [[KDE]]) you can do the following:&lt;br /&gt;
&lt;br /&gt;
Ctrl-Esc bring up a task list, and allows the user to select and kill a process.&lt;br /&gt;
&lt;br /&gt;
Ctrl=Alt-Esc invokes XKill, which changes the cursor to Skull &amp;amp; Crossbones - and allows the user to kill a program by positioning the cursor over the crashed program and clicking to kill it.&lt;br /&gt;
&lt;br /&gt;
= See also =&lt;br /&gt;
&lt;br /&gt;
* [[LINUXINTRO]]&lt;br /&gt;
* [[INTEROPERABILITY]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Interoperability]]&lt;/div&gt;</summary>
		<author><name>Smile4ever</name></author>
	</entry>
</feed>