Updated readme files to use markdown and provide more detailed remarks
This commit is contained in:
parent
83b9e92ca2
commit
ad665dad0e
@ -1,5 +1,29 @@
|
||||
Configuration files and/or changes to default config files in /etc/
|
||||
=
|
||||
|
||||
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
|
||||
- Setup timesyncd for NTP syncing (using systemd, not ntp package)
|
||||
- set to use global pool.ntp.org, you should change this!
|
||||
- verify timesyncd is working with 'timedatectl' command
|
||||
|
||||
- Setup nano with helpful configurations both locally and via SSH
|
||||
- rebind number lock
|
||||
- constant show cursor position at bottom of screen
|
||||
- constant show line numbers on the left
|
||||
- added shortcuts for cut, copy, paste using alt-x,c,v respectively
|
||||
- enable multi-buffer for concurrent open files
|
||||
- cut to end-of-line
|
||||
- bracket and quote matching
|
||||
- tabs converted to spaces, tab = 4 spaces
|
||||
- activate default colourization
|
||||
|
||||
- Colourize prompt
|
||||
- red username for root user or shell accessed as root (su, sudo -s, etc.)
|
||||
- green username for regular users
|
||||
- display time and full path
|
||||
|
||||
- Setup SSH server
|
||||
- use non-standard port 222
|
||||
- use host-keys (RSA and ED25519 - you need to generate these!)
|
||||
- display a banner on sucessful connection
|
||||
- do not allow root login
|
||||
- require keyfile authentication (disable password authentication)
|
||||
|
@ -1 +1,3 @@
|
||||
Changes/additions to be made in /root to affect ROOT user.
|
||||
Changes/additions in the /root folder.
|
||||
=
|
||||
- default .bashrc (for reference or to return to default state)
|
Loading…
Reference in New Issue
Block a user