Mainos / Advertisement:

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

Kohteesta Taisto
Siirry navigaatioon Siirry hakuun
(Ak: Uusi sivu: Frequently used packages:)
(Ak: Uusi sivu: * apache2 - HTTP/HTTPS server * aptitude - Package management * bind9 - DNS server * cups - Print server * dovecot - IMAP / POP3 * fail2ban * isc-dhcp-se...)
Rivi 82: Rivi 82:
  
  
* [[apache2]] - HTTP/HTTPS palvelin
+
* [[apache2]] - HTTP/HTTPS server
* [[aptitude]] - Paketinhallinta
+
* [[aptitude]] - Package management
* [[bind9]] - DNS palvelin
+
* [[bind9]] - DNS server
* [[cups]] - Tulostinpalvelin
+
* [[cups]] - Print server
 
* [[dovecot]] - IMAP / POP3
 
* [[dovecot]] - IMAP / POP3
 
* [[fail2ban]]  
 
* [[fail2ban]]  
* [[isc-dhcp-server]] - DHCP - palvelin
+
* [[isc-dhcp-server]] - DHCP server
* [[lm-sensors]] - Lämpötilan tarkkailu
+
* [[lm-sensors]] - Temperature management
* [[mysql]] - MYSQL Tietokanta
+
* [[mysql]] - MYSQL database
 
* [[ntp]] - Network Time Protocol
 
* [[ntp]] - Network Time Protocol
* [[Nginx]] - HTTP, Sähköposti ja Proxy palvelinohjelmisto
+
* [[Nginx]] - HTTP, e-mail and Proxy server software
 
* [[openssl]]
 
* [[openssl]]
 
* [[php5]]
 
* [[php5]]
* [[phpmyadmin]] - Tietokantapalvelimen hallintatyökalu
+
* [[phpmyadmin]] - Web interface for databases
* [[postfix]] - Sähköpostipalvelu
+
* [[postfix]] - e-mail service
* [[proftpd]] - FTP palvelin
+
* [[proftpd]] - FTP server
 
* [[roundcube]] - Webmail
 
* [[roundcube]] - Webmail
* [[samba]] - Tiedostopalvelin ja Domain
+
* [[samba]] - File server and Domain
* [[ssh]] - Komentorivipalvelu
+
* [[ssh]] - Secure shell
* [[squid]] - Välityspalvelin
+
* [[squid]] - Proxy server
 
* [[Tshark]]
 
* [[Tshark]]
* [[vnstat]] - Kaistanleveyden seuranta
+
* [[vnstat]] - Bandwidth stats
 
* [[Wds&dhcpd]]
 
* [[Wds&dhcpd]]
 
* [[wordpress]]
 
* [[wordpress]]

Versio 22. tammikuuta 2015 kello 10.06

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.


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 -> r3574r75 n37w0rk1n9 53rv1c3 1337

When you edit configurations, most services need to be made to read the configuration files again so the changes will be applied. Restart the service in question to achieve this.

 aptitude install ssh -> Installs the SSH package

Packages

You install packages with APT


Frequently used packages:


Muita manuaaleja

Mainos / Advertisement: