Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
linux [2019/11/14 10:26] – [Maintenance and basic administration] andonovj | linux [2024/06/22 16:06] (current) – andonovj | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | =====Overview===== | ||
- | File system management on Linux is pretty easy once a person has experience and knowledge of what he is doing. | ||
- | |||
- | ====File system Management==== | ||
- | File systems can be two kinds: | ||
- | |||
- | * Non-Journal File systems: ext2. | ||
- | These file systems do not keep logs and can have corrupted data if there has been a power outage. The pluses of these file systems is their fast read/write speed. | ||
- | * Journal File systems: ext3, | ||
- | |||
- | These file systems keep a log (journal) which slows them down, however it is up to the System Admin to decide if he/she is willing to sacrifice speed for consistency. | ||
- | |||
====Maintenance and basic administration==== | ====Maintenance and basic administration==== | ||
- [[linux_basic_admin|Basic Administration]] | - [[linux_basic_admin|Basic Administration]] | ||
+ | - [[linux_memory_settings|Memory Settings]] | ||
- [[linux_maintenance_crontab| Crontab]] | - [[linux_maintenance_crontab| Crontab]] | ||
- [[linux_maintenance_Libraries| Libraries]] | - [[linux_maintenance_Libraries| Libraries]] | ||
- [[linux_maintenance_Network| Network]] | - [[linux_maintenance_Network| Network]] | ||
- [[linux_samba_config| Samba]] | - [[linux_samba_config| Samba]] | ||
+ | - [[linux_ksplice|Ksplice]] | ||
+ | - [[linux_storage_zfs|ZFS Storage]] | ||
- [[linux_security_firewalld| Firewall]] | - [[linux_security_firewalld| Firewall]] | ||
- [[linux_maintenance_Kernel | Kernel Settings]] | - [[linux_maintenance_Kernel | Kernel Settings]] | ||
- | - [[linux_maintenance_Tracing| Using Strace]] | ||
- [[linux_maintenance_NFS| NFS Management]] | - [[linux_maintenance_NFS| NFS Management]] | ||
- [[linux_fs_mgm_lvm|File system management with LVM]] | - [[linux_fs_mgm_lvm|File system management with LVM]] | ||
Line 25: | Line 15: | ||
- [[linux_shell_skripting|Shell Scripts]] | - [[linux_shell_skripting|Shell Scripts]] | ||
- [[linux_config_iscsi|iSCSI configuration]] | - [[linux_config_iscsi|iSCSI configuration]] | ||
+ | - [[linux_config_troubleshooting|Troubleshooting]] | ||
+ | - [[linux_config_selinux|SElinux]] |