Difference between revisions of "Linux"
Line 305: | Line 305: | ||
* [[TFTP server]] | * [[TFTP server]] | ||
+ | * [[TFTP server manage netboot kernels]] | ||
+ | * [[TFTP server PXE configuration]] | ||
+ | * [[PXE interactive menu - single level | TFTP server PXE interactive menu]] | ||
* [[NFS server]] | * [[NFS server]] | ||
Revision as of 08:53, 21 August 2014
Linux is wonderful! However it can be a mess to setup.
These are some how-to and tricks for Linux (Debian / Ubuntu) servers and workstations.
Contents
Server / workstation core setup
How to setup & maintain a Linux server or workstation with basics services.
Server / Workstation setup | |||||
---|---|---|---|---|---|
Installation | Partitions setup | Specifics | Prefer IPv4 over IPv6 | Applications | Photo |
Network and hostname configuration | XFCE: screensaver bug fix | Clean ubuntu | |||
VIM editor | Drivers | ||||
Sources | |||||
Create user | |||||
Useful programs | |||||
Languages | |||||
Automatic updates |
Security
Services security
How to secure your server / workstation ?
Security | ||
---|---|---|
Basic | SSH | SSH Client |
How-to generate SSH key | ||
SSH server setup | ||
SSH server using local user / password auth. | ||
SSH server using key auth. | ||
SSH server using LDAP user auth. | ||
SSH server using LDAP key auth. | ||
Local prevention | Anti-virus | |
Rootkit cleaner | ||
Advanced | VPN | VPN introduction |
VPN server | ||
VPN client | ||
Other | Fail2ban | |
SSL server |
Firewall
This section explains HOW to create, maintain and use a firewall with IpTables.
Firewall | |
---|---|
Basics | Firewall principle |
Firewall basics | |
Firewall core (main) protocols | |
Firewall VPN | |
Firewall OUTPUT filters | |
Firewall INPUT filters | |
Advanced | Firewall port forwarding |
Firewall source address filtering | |
Installation and scripts | Firewall installation scripts |
Advanced security
Protection is good, but that's not enough! We need to detect attacks.
- IDS = Intrusion Detection System : tool that detect attacks.
- IPS = Intrusion Protection System : detect an intrusion attempt and react upon it.
I'm using one of the most famous IDS: "Snort" (https://www.snort.org/).
Linux server services
User management
DB servers
- MySQL server
- PostgreSQL
Web
Web server
How to setup a website, proxy and SSL certificates...
Web applications
Web applications |
---|
Web app PhpMyAdmin |
Web app PhpLdapAdmin |
Web app PhpSecInfo |
Jenkins |
Sonar |
SVN server |
Network
Network | |
---|---|
DHCP server | DHCP server installation |
DHCP dynamic IP assignation | |
DHCP static IP assignation | |
DHCP netboot configuration | |
TFTP server | |
Other | DNS server |
DNS server split |
- FTP server
Web server configuration
- Samba server
- NFS server
- Webdav
NetBoot
This section explains how to setup, boot and maintain a netboot image.
Requirements:
- TFTP server
- TFTP server manage netboot kernels
- TFTP server PXE configuration
- TFTP server PXE interactive menu
- NFS server
NetBoot setup:
- 0. NetBoot server principle
- 1. NetBoot server setup - network Linux installation
- 2. NetBoot server setup - diskless clients
- 3. Diskless client setup
- 4. PXE menu
Monitoring
Monitoring IT components, servers and applications using Zabbix
Monitoring | |
---|---|
Zabbix server | Zabbix server setup |
Zabbix server configuration | |
Zabbix server hosts management | |
Zabbix server template management = create and manage template | |
Zabbix server create new application, items, triggers and actions | |
Zabbix server dashboard | |
Zabbix agent setup | Zabbix agent setup |
Note:
I'm using Zabbix v2.2. All the following information are just a practical summary of the Zabbix official documentation applied to my use-case.
Other services
- NTP time sync
- Logwatch
- Mail server
Management UI
Raspberry pi
This section is under construction...