Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .cSpell-UbScripts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
# Master GitHub Ignore File
# Ignore everything...
*
/*

# Except the (dot) Folders...
!/.github/
!/.vscode/

# Except the (dot) Files...
!/.cSpell-UbScripts
!/.editorconfig
!/.gitignore

# Except these project folders...
!/docs/

# Except these project files...
!/LICENSE.md
!/README.md

#Except these other misc files...
!/cspell.yaml

# EOF
8 changes: 8 additions & 0 deletions .vscode/Server-Scripts.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"folders": [
{
"path": ".."
}
],
"settings": {}
}
12 changes: 12 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"recommendations": [
"streetsidesoftware.code-spell-checker",
"pkief.material-icon-theme",
"github.vscode-pull-request-github",
"chrisdias.vscode-opennewinstance",
"esbenp.prettier-vscode",
"arcanis.vscode-zipfs",
"editorconfig.editorconfig",
"mhutchie.git-graph"
]
}
17 changes: 17 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"git.defaultBranchName": "release",
"git.repositoryScanMaxDepth": -1,
"git.alwaysShowStagedChangesResourceGroup": true,
"git.branchPrefix": "eDev-",
"files.exclude": {
"**/.git": false,
"**/.svn": false
},
"editor.fontSize": 16,
"files.autoSave": "onFocusChange",
"editor.bracketPairColorization.independentColorPoolPerBracketType": true,
"editor.minimap.scale": 2,
"explorer.fileNesting.enabled": true,
"scm.alwaysShowActions": true,
"scm.providerCountBadge": "visible"
}
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Ubuntu 24.04 LTS Basic Setup Script
# Ubuntu LTS Misc Setup Scripts

This script is meant to help setup a main sudo user and provide some basic initial security hardening for a fresh Ubuntu 24.04 LTS server. The script can be used on a in-house bare metal server, a virtual macine, a VPS Cloud Server, or a Bare Metal Cloud Server.
This script is meant to help setup a main sudo user and provide some basic initial security hardening for a fresh Ubuntu 24.04 LTS server. The script can be used on a in-house bare metal server, a virtual machine, a VPS Cloud Server, or a Bare Metal Cloud Server.

More info...

### what script does...

### How to Use...

### Sponsors

### Contributors

______
Copyright © 2024 [Erik S. Roth]() | [RL TechnologiesLLC]() - [Released under the MIT License]().
15 changes: 15 additions & 0 deletions cspell.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
$schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
version: '0.2'
dictionaryDefinitions:
- name: Ubuntu Scripts Dictionary
path: './.cSpell-WP42'
addWords: true
dictionaries:
- Ubuntu Scriptw Dictionary
ignorePaths:
- 'node_modules'
- '/.cSpell-UbScripts'
languageSettings:
- languageID:
- markdown
caseSensitive: true