Mainos / Advertisement:

Ero sivun ”Debian/en” versioiden välillä

Kohteesta Taisto
Siirry navigaatioon Siirry hakuun
(Ak: Uusi sivu: You can find all Debian commands from the Debian wiki https://wiki.debian.org/ShellCommands)
(Ak: Uusi sivu: Frequently used commands nano Text editor cd ('''C'''hange '''D'''irectory) Change directory mv ('''M'''o'''v'''e) Move something cp ('''C'''o'''p'''y) Copy something...)
Rivi 48: Rivi 48:
 
https://wiki.debian.org/ShellCommands
 
https://wiki.debian.org/ShellCommands
  
Käytetyimpiä
+
Frequently used commands
  nano Tekstieditori
+
  nano Text editor
  cd ('''C'''hange '''D'''irectory) Vaihda hakemistoa
+
  cd ('''C'''hange '''D'''irectory) Change directory
  mv ('''M'''o'''v'''e) Siirry
+
  mv ('''M'''o'''v'''e) Move something
  cp ('''C'''o'''p'''y) kopioi
+
  cp ('''C'''o'''p'''y) Copy something
  su ('''S'''uper '''U'''ser) Vaihda root -käyttäjäksi
+
  su ('''S'''uper '''U'''ser) Change into root user
  service Palvelu, käynnistä, pysäytä, lataa- ja käynnistä uudelleen palveluita
+
  service Start, stop, download and restart services
  aptitude Asentaa ja poistaa paketteja
+
  aptitude Install and remove packages
  man ('''Man'''ual) Selaa komentojen yms. ohjeita
+
  man ('''Man'''ual) Browse a manual page e.g. for a command
  history Näyttää komentohistorian, jopa menneiltä sessioilta.
+
  history Shows a full log of what commands have been entered into the machine, even from past sessions.
  
  

Versio 22. tammikuuta 2015 kello 09.53

Muut kielet:
English • ‎suomi

You can find a tonne of information on Debian from their own wiki https://wiki.debian.org/

Installation

Boot Debian from bootable storage media. You can download Debian images for free online at http://www.debian.org/ . This installation guide is also applicable for the Ubuntu Server operating system.

Commands

You can find all Debian commands from the Debian wiki https://wiki.debian.org/ShellCommands

Frequently used commands

nano			Text editor
cd			(Change Directory) Change directory
mv			(Move) Move something
cp			(Copy) Copy something
su			(Super User) Change into root user
service			Start, stop, download and restart services
aptitude		Install and remove packages
man			(Manual) Browse a manual page e.g. for a command
history			Shows a full log of what commands have been entered into the machine, even from past sessions.


Esimerkkejä:

 nano /etc/network/interfaces -> Avaa tekstieditorille verkkokonfiguraatiot
 cd /etc/network/ -> Siirrytään hakemistoon /etc/network/

Takaisin pääsee cd .. ja root hakemistoon cd /

 service networking restart -> Käynnistä verkkopalvelu uudelleen

Kun teet muokkaukset konfigurointiin, useammat palvelut täytyy laittaa lukemaan konfigurointitiedostot uudelleen, jotta muutokset tulisivat käyttöön

 aptitude install ssh -> Asentaa SSH paketti

Paketit

Paketit asennetaan APT:lla.


Käytetyimpiä paketteja:


Muita manuaaleja

Mainos / Advertisement: