Difference between revisions of "Server Basics"

From docwiki
Jump to: navigation, search
(Units)
 
(3 intermediate revisions by the same user not shown)
Line 5: Line 5:
   
 
Linux is an ideal operating sytstem for servers. From a small Raspberry Pi that controls some IoT devices to the big data centers. Linux is everywhere. Here we will only cover some of the more common server services. You can also learn some basics that are useful for many server applications.
 
Linux is an ideal operating sytstem for servers. From a small Raspberry Pi that controls some IoT devices to the big data centers. Linux is everywhere. Here we will only cover some of the more common server services. You can also learn some basics that are useful for many server applications.
  +
  +
== Units ==
   
 
* [[Listen Sockets, Ports and Telnet]]
 
* [[Listen Sockets, Ports and Telnet]]
  +
* [[inetd, tcpwrapper]]
  +
* [[Apache Basics and simple CGI scripts]]
  +
* [[openssl]]
  +
* [[Security of Web Applications]]
  +
* [[mysql, samba, other servers]]

Latest revision as of 17:46, 1 April 2020


Motivation

Linux is an ideal operating sytstem for servers. From a small Raspberry Pi that controls some IoT devices to the big data centers. Linux is everywhere. Here we will only cover some of the more common server services. You can also learn some basics that are useful for many server applications.

Units