Changed layout to mimic actual default debian install
This commit is contained in:
parent
98e0b5d6e6
commit
6ea5f9fe8b
@ -1,6 +0,0 @@
|
|||||||
Files to be added to /etc/profile.d
|
|
||||||
|
|
||||||
Files here do not need shebang or to be marked executable UNLESS actually running shell commands.
|
|
||||||
|
|
||||||
These files will be read after /etc/profile by most shells. However, they are not read on logins such as 'su' or 'sudo -u'.
|
|
||||||
Variables set here are GLOBAL.
|
|
@ -1,7 +0,0 @@
|
|||||||
Files to be added/changed in /etc/skel
|
|
||||||
|
|
||||||
This folder contains the base 'template' files from which .bashrc, .profile, etc. are generated for new users.
|
|
||||||
Changes made to these templates will be applied to all NEW users.
|
|
||||||
These files can also be manually copied to existing users' home directories to apply changes.
|
|
||||||
|
|
||||||
*** ROOT user is NOT based off these templates
|
|
@ -1,3 +1,6 @@
|
|||||||
Files that are added or changed from their default in /etc
|
Configuration files and/or changes to default config files in /etc/
|
||||||
|
|
||||||
*** always backup existing files before changing/replacing them with files here!
|
Setup static networking
|
||||||
|
Setup timesyncd for NTP syncing (client only)
|
||||||
|
Setup nano with helpful configurations both locally and via SSH
|
||||||
|
Colourize prompt based on user-type and add additional information
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
Configuration files and/or changes to default configs for my basic Debian systems:
|
|
||||||
|
|
||||||
Setup static networking
|
|
||||||
Setup timesyncd for NTP syncing (client only)
|
|
||||||
Setup nano with helpful configurations both locally and via SSH
|
|
||||||
Colourize prompt based on user-type and add additional information
|
|
Loading…
Reference in New Issue
Block a user