Mainos / Advertisement:
Ero sivun ”Nano/en” versioiden välillä
Siirry navigaatioon
Siirry hakuun
(Ak: Uusi sivu: Nano is a common and easy to use text editor. It is available for Linux and Windows. Another very commonly used text editor is Vi.) |
(Ak: Uusi sivu: == Installation ==) |
||
Rivi 3: | Rivi 3: | ||
Nano is a common and easy to use text editor. It is available for Linux and Windows. Another very commonly used text editor is Vi. | Nano is a common and easy to use text editor. It is available for Linux and Windows. Another very commonly used text editor is Vi. | ||
− | == | + | == Installation == |
=== Debian / Ubuntu === | === Debian / Ubuntu === |
Versio 30. heinäkuuta 2015 kello 05.55
Nano is a common and easy to use text editor. It is available for Linux and Windows. Another very commonly used text editor is Vi.
Sisällysluettelo
Installation
Debian / Ubuntu
Debianissa ja Ubuntussa oletuksena on nano asennettu.
aptitude install nano
Red Hat / CentOS / Fedora
yum install nano
Muille käyttöjärjestelmille
http://www.nano-editor.org/download.php
Käyttö
Avaa nano - tekstieditori komennolla:
nano
Avaa konfigurointi tiedosto (esimerkkinä ssh:n konfigurointi tiedosto):
nano /etc/ssh/sshd_config
Komentolistaus nano - tekstieditorissa näkyy yksinkertaisesti tekstieditorin alaosassa. ^ tarkoittaa siis CTRL painiketta näppäimistössä:¨'
- CTRL + G = Get help
- CTRL + X = Exit (sulje tiedosto)
- CTRL + O = WriteOut
- CTRL + J = Justify
- CTRL + R = Read File
- CTRL + W = Where is (hae tiedostosta)
...
Pikapainikkeita
Toiminto | Näppäinyhdistelmä | Huomoioitavaa |
---|---|---|
Kopioi rivi | ALT+6 | |
Poista rivi | CTRL+K | |
Liitä rivi | CTRL+U |
Lähteet
Mainos / Advertisement: