Skip to content

ejans/config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

These are my personal configuration files

Usage

clone this file inside ~/Documents. To automate download and install run the autoInstall.sh script inside the scripts folder. This will install, get and make/install all files.

SSD usage

Install a fresh Ubuntu server edition on only one partition with lvm and encryption of home:

Filesystem Size Used Avail Use% Mounted on
/dev/sda1 19G 8.0G 9.3G 47% /
/dev/sda5 138G 109G 22G 84% /home
/home/evert/.Private 138G 109G 22G 84% /home/evert

edit /etc/fstab to look like this:

UUID=	/	ext4	noatime,errors=remount-ro,discard	0	1
tmpfs	/tmp	tmpfs	defaults,noatime,mode=1777		0	0
tmpfs	/var/spool	tmpfs	defaults,noatime,mode=1777	0	0
tmpfs	/var/tmp	tmpfs	defaults,noatime,mode=1777	0	0
tmpfs	/var/log	tmpfs	defaults,noatime,mode=0755	0	0
tmpfs	/var/log/apt	tmpfs	defaults,noatime		0	0
tmpfs	/var/log/apache2	tmpfs	defaults,noatime	0	0

The fstrim command is automatically executed with crontab on a weekly base

About

Personal configuration and dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published