... is managed with make
- OS: Ubuntu 24.04 LTS
- All secrets or stored in a separate directory named
~/secrets/
- Make sure
~/secrets/
directory exists
- To bootstrap a blank system just run the following command
curl --silent --show-error --location https://raw.githubusercontent.com/escalate/myclient/master/scripts/bootstrap.sh | bash
-
Copy backup archives manually from NAS to local client
-
Extract all backup archives
cd [RESTOREDIR]
find . -name "*.tar" -type f -exec tar xvf {} \;
- Move content of extracted archives to corresponding home directory equivalents e.g. ~/Documents
cd [RESTOREDIR]/Documents
mv * ~/Documents/
- Open Files
- Other Locations -> smb://...
- Right click -> Add Bookmark
- Open Google Chrome
- Open Settings
- Sound -> Sound Effects -> Alert volume off
- Download Extension Pack
- Import .vbox-extpack file
- File -> Tools -> Extension Pack Manager
- Machine -> Add...
- Open .vbox file
- Open VSCode
MIT