Difference between revisions of "Linux"
(→Server / workstation setup) |
(→New menu (under construction)) |
||
Line 143: | Line 143: | ||
==Server / workstation setup== | ==Server / workstation setup== | ||
− | |||
[[File:Workstation.png|64px|caption|Server or workstation]] How to setup & maintain a Linux server or workstation with basics services. | [[File:Workstation.png|64px|caption|Server or workstation]] How to setup & maintain a Linux server or workstation with basics services. | ||
Line 152: | Line 151: | ||
!colspan="4"|Server / Workstation setup | !colspan="4"|Server / Workstation setup | ||
|- | |- | ||
− | |rowspan=" | + | |rowspan="8"|Installation |
|[[Partitions setup]] | |[[Partitions setup]] | ||
− | |rowspan=" | + | |rowspan="8"|Specifics |
|[[Prefer IPv4 over IPv6]] | |[[Prefer IPv4 over IPv6]] | ||
|- | |- | ||
Line 170: | Line 169: | ||
|- | |- | ||
|[[Languages]] | |[[Languages]] | ||
+ | |- | ||
+ | |[[Automatic updates]] | ||
|- | |- | ||
|} | |} | ||
Line 175: | Line 176: | ||
+ | ==Server / workstation setup== | ||
+ | |||
+ | [[File:Internet security.png|64px|caption|Internet security]] How to secure your server / workstation ? | ||
+ | |||
+ | |||
+ | |||
+ | {| class="wikitable" | ||
+ | !colspan="5"|Security | ||
+ | |- | ||
+ | |rowspan="9"|Basic | ||
+ | |rowspan="6"|SSH | ||
+ | |[[SSH|SSH client setup]] | ||
+ | |rowspan="9"|Advanced | ||
+ | |[[SSL server]] | ||
+ | |- | ||
+ | |[[SSH create key|How-to generate SSH key]] | ||
+ | |[[VPN]] | ||
+ | |- | ||
+ | |[[SSH server local user|SSH server using local user / password auth.]] | ||
+ | |- | ||
+ | |[[SSH server local key|SSH server using key auth.]] | ||
+ | |- | ||
+ | ||[SSH server ldap user|SSH server using LDAP user auth.]] | ||
+ | |- | ||
+ | ||[SSH server ldap key|SSH server using LDAP key auth.]] | ||
+ | |- | ||
+ | |rowspan="3"|Other | ||
+ | |[[Fail2ban]] | ||
+ | |- | ||
+ | |[[Anti-virus]] | ||
+ | |- | ||
+ | |[[Rootkit cleaner]] | ||
+ | |- | ||
+ | |} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Firewall== | ==Firewall== |
Revision as of 10:09, 8 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
Core features
Linux installation
- Partitions setup
- Network and hostname configuration
- VIM editor
- Sources
- Create user
- Useful programs
- Languages
- Drivers
- XFCE: screensaver bug fix
Specifics
Security
Tweaks and tricks
- Clean Ubuntu
- Ubuntu tweaks
Linux Workstation (Mint / Ubuntu)
- Photo
- Multimedia
- Google stuff
- Linux Mint
Linux server
User management
- Manage users and groups
- LDAP server
- LDAP client
Web
- FTP server
Web server configuration
- Apache 2
- Cherokee
Web applications
- Samba server
- Webdav
Network
- 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 : IT components, servers and applications
Other services
- NTP time sync
- Logwatch
- Mail server
Management UI
Raspberry pi
This section is under construction...
Server / workstation setup
How to setup & maintain a Linux server or workstation with basics services.
Server / Workstation setup | |||
---|---|---|---|
Installation | Partitions setup | Specifics | Prefer IPv4 over IPv6 |
Network and hostname configuration | XFCE: screensaver bug fix | ||
VIM editor | Drivers | ||
Sources | |||
Create user | |||
Useful programs | |||
Languages | |||
Automatic updates |
Server / workstation setup
How to secure your server / workstation ?
Security | ||||
---|---|---|---|---|
Basic | SSH | SSH client setup | Advanced | SSL server |
How-to generate SSH key | VPN | |||
SSH server using local user / password auth. | ||||
SSH server using key auth. | ||||
[SSH server ldap user|SSH server using LDAP user auth.]] | ||||
[SSH server ldap key|SSH server using LDAP key auth.]] | ||||
Other | Fail2ban | |||
Anti-virus | ||||
Rootkit cleaner |
Firewall
This section explains HOW to create, maintain and use a firewall with IpTables.
Firewall | |
---|---|
Basics | Firewall principle |
Firewall basics | |
Firewall OUTPUT filters | |
Firewall INPUT filters | |
Advanced | Firewall port forwarding |
Firewall source address filtering | |
Installation and scripts | Firewall installation scripts |