Mainos / Advertisement:
Ero sivun ”Debian/en” versioiden välillä
Siirry navigaatioon
Siirry hakuun
(Ak: Uusi sivu: cd /etc/network/ -> Change into the /etc/network/ directory) |
(Ak: Uusi sivu: You can get back from the directory with .. and change into the root directory with cd /) |
||
Rivi 66: | Rivi 66: | ||
cd /etc/network/ -> Change into the /etc/network/ directory | cd /etc/network/ -> Change into the /etc/network/ directory | ||
− | + | You can get back from the directory with .. and change into the root directory with cd / | |
service networking restart -> Käynnistä verkkopalvelu uudelleen | service networking restart -> Käynnistä verkkopalvelu uudelleen |
Versio 22. tammikuuta 2015 kello 09.58
You can find a tonne of information on Debian from their own wiki https://wiki.debian.org/
Sisällysluettelo
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.
Examples:
nano /etc/network/interfaces -> Open network configurations in a text editor
cd /etc/network/ -> Change into the /etc/network/ directory
You can get back from the directory with .. and change into the root directory with 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:
- apache2 - HTTP/HTTPS palvelin
- aptitude - Paketinhallinta
- bind9 - DNS palvelin
- cups - Tulostinpalvelin
- dovecot - IMAP / POP3
- fail2ban
- isc-dhcp-server - DHCP - palvelin
- lm-sensors - Lämpötilan tarkkailu
- mysql - MYSQL Tietokanta
- ntp - Network Time Protocol
- Nginx - HTTP, Sähköposti ja Proxy palvelinohjelmisto
- openssl
- php5
- phpmyadmin - Tietokantapalvelimen hallintatyökalu
- postfix - Sähköpostipalvelu
- proftpd - FTP palvelin
- roundcube - Webmail
- samba - Tiedostopalvelin ja Domain
- ssh - Komentorivipalvelu
- squid - Välityspalvelin
- Tshark
- vnstat - Kaistanleveyden seuranta
- Wds&dhcpd
- wordpress
- Vesta
Muita manuaaleja
- Dynaaminen DNS päivitys dy.fi - Dy.fi Dynaamisen IP-osoitteiden päivittäjä
- Välimuistin tyhjennys
- /etc/network/interfaces
Mainos / Advertisement: