Your best source of information and news about hardware , Vista hardware and drivers on the internet La migliore fonte di informazioni e notizie su hardware, Vista e dei driver su Internet

Vista ARTICLES Vista ARTICOLI TOP 50 Top 50 Spyware Virus Virus spyware Vista SOFT Vista SOFT Vista HELP Vista AIUTO

Why use Shell in Ubuntu Perché usare la Shell in Ubuntu


The real measure of a Linux user expertise comes from your abilities at the shell. La vera misura di un utente Linux esperienza è la vostra abilità a conchiglia. In our modern age, the GUI is mistakenly considered “progress.” For instance, users of the Microsoft and Apple-based operating systems are quite used to using a mouse to navigate and perform various tasks. Nella nostra epoca moderna, la GUI è erroneamente considerata "progressi". Ad esempio, gli utenti di Microsoft e Apple basati su sistemi operativi sono molto utilizzati per utilizzare un mouse per navigare e diverse attività. While it’s handy in certain situations—it would be difficult to imagine image editing without a mouse, for example—in many other situations, such as when manipulating files, directly typing commands is far more efficient. Mentre è utile in certe situazioni-sarebbe difficile immaginare la modifica delle immagini senza un mouse, ad esempio-in molte altre situazioni, come ad esempio quando la manipolazione di file, digitando direttamente i comandi è molto più efficiente.

Most modern Linux distributions prefer you to use the GUI to do nearly everything. La maggior parte delle moderne distribuzioni di Linux si preferisce utilizzare il GUI per fare quasi tutto. This is because they acknowledge the dominance of Windows and realize they need to cater to mouse users who might not even know the shell exists (and, of course, programs like web browsers would be unusable without a GUI). Questo è dovuto al fatto che essi riconoscono la posizione dominante di Windows e la realizzazione di cui hanno bisogno per soddisfare il mouse gli utenti che potrebbero non conoscono nemmeno la shell esiste (e, naturalmente, programmi come browser web sarebbe inutilizzabile senza una GUI). To this end, they provide GUI tools for just about every task you might wish to undertake. A tal fine, essi forniscono strumenti per la GUI di quasi tutti compito si potrebbe voler intraprendere. Ubuntu is strong in this regard, and you can configure a lot of things from the desktop. Ubuntu è forte in questo senso, e si può configurare un sacco di cose da desktop.

However, it’s well worth developing at least some command-line shell skills, for a number of reasons: Tuttavia, è in via di sviluppo vale la pena almeno qualche riga di comando di shell competenze, per una serie di motivi:

It’s simple and fast .E 'semplice e veloce. The shell is the simplest and fastest way of working with Ubuntu. La shell è il più semplice e più veloce modo di lavorare con Ubuntu. As just one example, consider the task of changing the IP address of your network card. Come solo un esempio, prendere in considerazione il compito di cambiare l'indirizzo IP della scheda di rete. You could click the Systems menu, then the Administration option, then the Network option, and then double-click the entry in this list relating to your network card. Si potrebbe fare clic sul Sistemi di menu, quindi l'amministrazione opzione, quindi la rete opzione, quindi fare doppio clic sulla voce in questa lista relative alla propria scheda di rete. That will take at least a minute or two if you know what you’re doing, and perhaps longer if it’s new to you. Che avrà almeno un minuto o due se si sa cosa si sta facendo, e forse più a lungo se è nuovo a voi. Alternatively, you could simply open a shell and type this: In alternativa, potete semplicemente aprire una shell e digitate:
ifconfig eth0 192.168.0.15 up ifconfig eth0 192.168.0.15 up

It’s versatile .E 'versatile. Everything can be done via the shell—from deleting files, to configuring hardware, to creating MP3s. Tutto può essere fatto tramite la shell-da cancellare i file, alla configurazione hardware, per la creazione di MP3. A lot of GUI programs actually make use of programs you can access via the shell. Un sacco di GUI programmi effettivamente fanno uso di programmi è possibile accedere tramite la shell.

It’s consistent among distributions .E 'coerente tra le distribuzioni. All Linux systems have shells and understand the same commands (broadly speaking). Tutti i sistemi Linux sono gusci e capire gli stessi comandi (in generale). However, not all Linux systems will have Ubuntu’s graphical configuration programs. Tuttavia, non tutti i sistemi Linux Ubuntu avrà's programmi di configurazione grafica. SUSE Linux uses its own GUI configuration tool, as does Mandrake Linux. SUSE Linux utilizza un suo strumento di configurazione GUI, così come Mandrake Linux. Therefore, if you ever need to use another system, or decide to switch distributions, a reliance on GUI tools will mean learning everything from scratch. Pertanto, se mai bisogno di utilizzare un altro sistema, o decidere di passare le distribuzioni, un affidamento sulla GUI strumenti di apprendimento significherà tutto da zero.
Knowing a few shell commands will help you get started instantly. Conoscere alcuni comandi di shell vi aiuterà a iniziare immediatamente.

It’s crucial for troubleshooting .E 'di fondamentale importanza per la risoluzione dei problemi. The shell offers a vital way of fixing your system should it go wrong. La shell offre un modo vitale di fissare il vostro sistema dovrebbe andare male. Your Linux installation might be damaged to the extent that it cannot boot to the GUI, but you’ll almost certainly be able to boot into a shell. Vostra installazione potrebbe essere danneggiato nella misura in cui non è in grado di avviare la GUI, ma sarà quasi certamente essere in grado di avviare una shell. A shell doesn’t require much of the system other than the ability to display characters on the screen and take input from the keyboard, which most PCs can do, even when they’re in a sorry state. Una shell non richiede molto di sistema diverso da la possibilità di visualizzare i caratteri sullo schermo e prendere input da tastiera, che la maggior parte dei PC può fare, anche quando sono in uno stato dispiace. This is why most rescue floppies offer shells to let you fix your system. Questo è il motivo per cui la maggior parte dischetti di salvataggio offerta gusci per permettere di risolvere il tuo sistema.

It’s useful for remote access .E 'utile per l'accesso remoto. One handy thing about the shell is that you don’t need to be in front of your PC to use it. Una cosa a portata di mano la shell è che non c'è bisogno di essere di fronte un PC per utilizzarlo. Programs like ssh let you log in to your PC across the Internet and use the shell to control your PC. Programmi come ssh vi permettono di accedere al PC attraverso Internet e utilizzare la shell per controllare il vostro PC. For example, you can access data on a remote machine, or even fix it when you’re unable to attend the machine’s location. Ad esempio, è possibile accedere ai dati su una macchina remota, o addirittura risolvere il problema quando non sei in grado di assistere la posizione della macchina. This is why Linux is preferred on many server systems when the system administrator isn’t always present on the site. Questo è il motivo per cui Linux è preferito a molti sistemi server quando l'amministratore di sistema non è sempre presente sul sito.

It’s respected in the community .E 'rispettata nella comunità. Using a shell earns you enormous brownie points when speaking to other Linux users. Utilizzando una shell si ottiene enorme ricette di punti quando si parla ad altri utenti di Linux. It separates the wheat from the chaff and the men from the boys (or women from the girls). Si separa il grano dal loglio e gli uomini da ragazzi (o le donne di ragazze). If you intend to use Linux professionally, you will most certainly need to be a master at the shell. Se si intende utilizzare Linux professionalmente, sarà certamente più bisogno di essere un master presso la shell.

Seen in this light, learning at least a handful of shell commands is vital to truly mastering your PC. Vista in questa luce, l'apprendimento di almeno una manciata di comandi di shell è di vitale importanza per il mastering veramente il vostro PC.

The drawback when using a command-line shell is that it’s not entirely intuitive. La restituzione quando si utilizza una riga di comando di shell è che non è del tutto intuitivo. Take for instance the command to change the network card’s IP address: Prendiamo ad esempio il comando per modificare la scheda di rete l'indirizzo IP:
ifconfig eth0 192.168.0.15 up ifconfig eth0 192.168.0.15 up

If you’ve never used the shell before, it might as well be Sanskrit. Se non ti sei mai utilizzato la shell prima, potrebbe anche essere sanscrito. What on earth does ifconfig mean? Ciò che sulla terra non ifconfig significa? And why is there the word up at the end? E perché non vi è la parola fino alla fine?

Learning to use the shell involves learning terms like these. Imparare a utilizzare la shell termini di apprendimento comporta come questi. Hundreds of commands are available, but you really need to learn only around 10 or 20 for everyday use. Centinaia di comandi sono disponibili, ma si ha realmente bisogno di imparare solo circa 10 o 20 per l'uso quotidiano. The comparison with a new language is apt because, although you might think it daunting to learn new terminology, with a bit of practice, it will all become second nature. Il confronto con una nuova lingua è apt, perché, anche se si potrebbe pensare che scoraggiante per imparare una nuova terminologia, con un po 'di pratica, tutti diventare una seconda natura. Once you’ve used a command a few times, you’ll know how to use it in the future. Una volta che hai usato un comando un po 'di volte, avrai modo di utilizzare in futuro. When you become familiar with it, you’ll see that it is a beautiful concept. Quando si acquisire familiarità con essa, vedrete che è un bel concetto. The shell is simple, elegant, and powerful. La shell è semplice, elegante e potente.

>>> Read more about >>> Per saperne di più su What Is Ubuntu BASH Shell? Che cosa è Ubuntu bash shell? <<< <<<

Source of Information : Beginning Ubuntu Linux - From Novice To Professional Fonte delle informazioni: inizio Ubuntu Linux - da novizio a professionali Popularity: 1% Popularity: 1%


Written by magakos. Scritto da magakos. Read more great feeds at is source Per saperne di più grande al feed è fonte WEBSITE SITO WEB
no comments nessun commento . .
Read more articles on Per saperne di più articoli su Ubuntu Linux Ubuntu Linux and e otherSoftware otherSoftware . .

Related articles Articoli correlati

No comments Nessun commento

There are still no comments on this article. Non ci sono ancora commenti a questo articolo.

Leave your comment... Lascia il tuo commento ...

If you want to leave your comment on this article, simply fill out the next form: Se si desidera lasciare il tuo commento a questo articolo, è sufficiente compilare il modulo successivo:




You can use these XHTML tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong> . È possibile utilizzare questi tag XHTML: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i > <strike> <strong>.