/ updated readme after 2506 tuxwarrior reinstall
This commit is contained in:
153
README.md
153
README.md
@@ -80,8 +80,8 @@ Primary key fingerprint: 3E80 CA1A 8B89 F69C BA57 D98A 76A5 EF90 5444 9A5C
|
|||||||
- `/` to search
|
- `/` to search
|
||||||
- timezone ➔ `America/Panama`
|
- timezone ➔ `America/Panama`
|
||||||
- automatic time sync ➔ `True` (default)
|
- automatic time sync ➔ `True` (default)
|
||||||
- > Save configuration
|
- ➔ Save configuration
|
||||||
- > Save user configuration (inc disk layout)
|
- ➔ Save user configuration (inc disk layout)
|
||||||
- Save directory: `/tmp` ➔ `yes` ➔ answer `no` when asked if you want to encrypt
|
- Save directory: `/tmp` ➔ `yes` ➔ answer `no` when asked if you want to encrypt
|
||||||
- then `abort` to exit archinstall
|
- then `abort` to exit archinstall
|
||||||
- `curl -F'file=@user_configuration.json' https://0x0.st`
|
- `curl -F'file=@user_configuration.json' https://0x0.st`
|
||||||
@@ -118,7 +118,7 @@ Primary key fingerprint: 3E80 CA1A 8B89 F69C BA57 D98A 76A5 EF90 5444 9A5C
|
|||||||
- check datestamp shown at the end when running the script
|
- check datestamp shown at the end when running the script
|
||||||
- `archinstall --config user_configuration.json --creds user_credentials.json`
|
- `archinstall --config user_configuration.json --creds user_credentials.json`
|
||||||
- Install
|
- Install
|
||||||
- > Would you like to chroot into ... perform post-installation config?
|
- ➔ Would you like to chroot into ... perform post-installation config?
|
||||||
- `no`
|
- `no`
|
||||||
- `reboot`
|
- `reboot`
|
||||||
|
|
||||||
@@ -173,6 +173,9 @@ Primary key fingerprint: 3E80 CA1A 8B89 F69C BA57 D98A 76A5 EF90 5444 9A5C
|
|||||||
- does not work great on i3, so the login windom is a small "pixel". need to select this "pixel" and press super+f key for full screen.
|
- does not work great on i3, so the login windom is a small "pixel". need to select this "pixel" and press super+f key for full screen.
|
||||||
- login
|
- login
|
||||||
- sync local `/home/poq/mega` with cloud `/deviceSync`
|
- sync local `/home/poq/mega` with cloud `/deviceSync`
|
||||||
|
- when sync is setup, click the three dots next to the synced folders, and chose `manage exclusion`
|
||||||
|
- remove the exlusions for `~`, `.`, `~.` and `tmp`
|
||||||
|
- only remaining exlusions: `Thumbs.db`, `desktop.ini`, `crdownload` and `sb-????????-?????`
|
||||||
- set up pCloud
|
- set up pCloud
|
||||||
- log in
|
- log in
|
||||||
- the first time login process takes quite a while
|
- the first time login process takes quite a while
|
||||||
@@ -198,12 +201,13 @@ Primary key fingerprint: 3E80 CA1A 8B89 F69C BA57 D98A 76A5 EF90 5444 9A5C
|
|||||||
- `syncDirSetup.sh` (will set up `~/syncDir`)
|
- `syncDirSetup.sh` (will set up `~/syncDir`)
|
||||||
- `deploySshKeys.sh` (deployment of ssh keys)
|
- `deploySshKeys.sh` (deployment of ssh keys)
|
||||||
- `importGnupgKeys.sh` (deployment of gnupgp keys)
|
- `importGnupgKeys.sh` (deployment of gnupgp keys)
|
||||||
|
- `gitReposSoftlinker.sh` (create softlinks to all repos at `~/syncDir/gitRepos/`)
|
||||||
- `chmodAllSh.sh` (fixes mode change from 14001 to 217 errors in repo)
|
- `chmodAllSh.sh` (fixes mode change from 14001 to 217 errors in repo)
|
||||||
- `reboot` and re-login
|
- `reboot` and re-login
|
||||||
|
|
||||||
## step seven :: nvidia (optional)
|
## step seven :: nvidia (optional)
|
||||||
|
|
||||||
if the system runs nvidia, follow the steps in [nvidia.md](nvidia.md) to set up the nvidia driver, if wanted.
|
if the system runs nvidia, follow the steps in [nvidia.md](nvidia.md) to set up the nvidia driver.
|
||||||
|
|
||||||
## step eight :: post installation tasks
|
## step eight :: post installation tasks
|
||||||
|
|
||||||
@@ -217,102 +221,113 @@ if the system runs nvidia, follow the steps in [nvidia.md](nvidia.md) to set up
|
|||||||
- open extensions and search for `local sync`
|
- open extensions and search for `local sync`
|
||||||
- install the extension
|
- install the extension
|
||||||
- open extension settings
|
- open extension settings
|
||||||
- disable auto backup files on change
|
- 1. disable auto backup files on change
|
||||||
- set path to backup files:
|
- 2. set path to backup files:
|
||||||
- `/home/poq/syncDir/gitRepos/gt.op.fo/fiodb/db/vscodium/syncBackup`
|
- `/home/poq/syncDir/gitRepos/gt.op.fo/fiodb/db/vscodium/syncBackup`
|
||||||
- run `local sync: restore` (ctrl + shift + p)
|
- 3. run `local sync: restore` (ctrl + shift + p)
|
||||||
- enable auto backup files on change
|
- 4. enable auto backup files on change
|
||||||
- **open workspace :: open all active projects**
|
- **open workspace :: open all active projects**
|
||||||
- file > open workspace from file > `/home/poq/syncDir/gitRepos/gt.op.fo/fiodb/db/workspaces/vscodium/workspace/one.code-workspace`
|
- file ➔ open workspace from file ➔ `/home/poq/syncDir/gitRepos/gt.op.fo/fiodb/db/workspaces/vscodium/workspace/one.code-workspace`
|
||||||
- several .sh files might be flagged as modified (in gitkraken they will show up as `file mode changes from 14001 to 217`, which means from chmod 755 to 644), then you can fix this running the command `chmodAllSh.sh`.
|
- several .sh files might be flagged as modified (in gitkraken they will show up as `file mode changes from 14001 to 217`, which means from chmod 755 to 644), then you can fix this running the command `chmodAllSh.sh`.
|
||||||
- **settings sync :: download syncronised setting++**
|
|
||||||
- file > preferences > extension > search for and install `settings sync`
|
|
||||||
- login with github
|
|
||||||
- chose vs codium target git
|
|
||||||
- gist id `33f3bf3e8eb7d7af2c4fd24a57114f3e`
|
|
||||||
- https://gist.github.com/introspectionism/33f3bf3e8eb7d7af2c4fd24a57114f3e
|
|
||||||
- go to `sync settings` and click `edit configuration`
|
|
||||||
- `ctrl` + `shift` + `p` to open command palette
|
|
||||||
- search for `sync` and select `sync: download settings`
|
|
||||||
- **GITKRAKEN**
|
- **GITKRAKEN**
|
||||||
- preferences > integrations > connect to gitlab
|
- preferences ➔ integrations ➔ connect to gitlab
|
||||||
- preferences > ssh > uncheck `use local ssh agent`
|
- preferences ➔ ssh ➔ uncheck `use local ssh agent`
|
||||||
- preferences > ui customization > theme: `gitkraken dark - high contrast`
|
- preferences ➔ ui customization ➔ theme: `gitkraken dark - high contrast`
|
||||||
- register fingerprint for ssh key(s)
|
- register fingerprint for ssh key(s)
|
||||||
- if the ssh key for a git repo has never been used, the ssh connection will fail as the key is not yet registered.
|
- if the ssh key for a git repo has never been used, the ssh connection will fail as the key is not yet registered.
|
||||||
- `$ ssh git@gt.op.fo -p 2002`
|
- `$ ssh git@gt.op.fo -p 2002`
|
||||||
- `Are you sure you want to continue connecting (yes/no/[fingerprint])? yes`
|
- `Are you sure you want to continue connecting (yes/no/[fingerprint])? yes`
|
||||||
- **FIREFOX**
|
- **FIREFOX**
|
||||||
- settings > select the option to set firefox as default browser
|
- default browser:
|
||||||
- change default search engine to presearch, and login to presearch
|
- settings ➔ select the option to set firefox as default browser
|
||||||
- extensions icon > manage extensions > themes > enable theme `activist - bold`
|
- default search engine:
|
||||||
- https://addons.mozilla.org/en-US/firefox/addon/activist-bold_/
|
- change default search engine to presearch, and login to presearch
|
||||||
- alt: https://addons.mozilla.org/en-US/firefox/addon/neon-sign-shine/
|
- theme
|
||||||
|
- extensions icon ➔ manage extensions ➔ themes ➔ enable theme `xxxx`
|
||||||
|
- or, enable:
|
||||||
|
- alt 1: https://addons.mozilla.org/en-US/firefox/addon/neon-sign-shine/
|
||||||
|
- alt 2: https://addons.mozilla.org/en-US/firefox/addon/pitch-black-pink/
|
||||||
|
- alt 3: https://addons.mozilla.org/en-US/firefox/addon/activist-bold_/
|
||||||
- install dictionaries for
|
- install dictionaries for
|
||||||
- [en-AU](https://addons.mozilla.org/en-US/firefox/addon/english-australian-dictionary/) and
|
- [en-AU](https://addons.mozilla.org/en-US/firefox/addon/english-australian-dictionary/) and
|
||||||
- [no-NB](https://addons.mozilla.org/en-US/firefox/addon/norsk-bokm%C3%A5l-ordliste/)
|
- [no-NB](https://addons.mozilla.org/en-US/firefox/addon/norsk-bokm%C3%A5l-ordliste/)
|
||||||
- import sidebery settings from <https://gt.op.fo/fro/fiodb/src/branch/master/db/sidebery/backups>
|
- update singlefile name format (extension icon ➔ manage extensions ➔ extensions ➔ singlefile ➔ preferences ➔ file format):
|
||||||
- update singlefile name format (extension icon > manage extensions > extensions > singlefile > preferences > file format):
|
|
||||||
- old: `%if-empty<{page-title}|No title> ({date-locale} {time-locale}).{filename-extension}`
|
- old: `%if-empty<{page-title}|No title> ({date-locale} {time-locale}).{filename-extension}`
|
||||||
- new: `{year-locale}{month-locale}{day-locale}_{url-href-flat}_.{filename-extension}`
|
- new: `{year-locale}{month-locale}{day-locale}_{url-href-flat}_.{filename-extension}`
|
||||||
- open <https://archive.is/> and install extension found on the top of that page
|
- open <https://archive.is/> and install extension found on the top of that page
|
||||||
- open `web scrobbler` extension and log in to last.fm
|
- open `web scrobbler` extension and log in to last.fm
|
||||||
- extension: sidebery > settings >
|
- extension: sidebery ➔ settings ➔
|
||||||
- help > `import addon data` > `/home/poq/syncDir/gitRepos/gt.op.fo/lnx-arch/dots/firefox/backup/sidebery-data-2024.06.05-07.51.07.json`
|
- help ➔ `import addon data` ➔ `/home/poq/syncDir/gitRepos/gitlab.com/dotsplus/firefox/addons/sidebery/ sidebery-data-....json`
|
||||||
- containers >
|
- or, download the settings from: <https://gitlab.com/pqq/dotsplus/-/tree/main/firefox/addons/sidebery>
|
||||||
|
- manual adjustments (if needed) ➔
|
||||||
- delete default containers (`personal`, `work`, `banking`, and `shopping`)
|
- delete default containers (`personal`, `work`, `banking`, and `shopping`)
|
||||||
- select `EvilCorp` container > `manage rules` for urls and add the following urls to exclude:
|
- select `bigTech` container ➔ `manage rules` for urls and add the following urls to include:
|
||||||
- `google.com`, `microsoft.com`, `live.com`, `x.com`, `bing.com`, `youtube.com`
|
- `google.com`, `x.com`, `bing.com`, `youtube.com`
|
||||||
- bitwarden > settings >
|
- select `quick` container ➔ manage rules and include:
|
||||||
- autofill > select to show autofill `When autofill icon is selected`
|
- `quick.no`, `dlsoftware`, `quick3`
|
||||||
- notifications > disable `ask to save and use passkeys`
|
- bitwarden ➔ settings ➔
|
||||||
|
- autofill ➔
|
||||||
|
- disable: display identities as suggestions
|
||||||
|
- disable: display cards as suggestions
|
||||||
|
- enable: `Display suggestions when icon is selected`
|
||||||
|
- disable: always show cards as autofill suggestions on vault view
|
||||||
|
- disable: always show identities as autofil suggestions on vault view
|
||||||
|
- notifications ➔
|
||||||
|
- disable: `ask to save and use passkeys`
|
||||||
|
- appearance ➔
|
||||||
|
- vault customization ➔
|
||||||
|
- enable: `Show quick copy actions on Vault`
|
||||||
- **PCMAN**
|
- **PCMAN**
|
||||||
- edit > preferences >
|
- edit ➔ preferences >
|
||||||
- general > uncheck [ ] erase files on removable media instead of "trash can" creation
|
- (general ➔ uncheck [ ] erase files on removable media instead of "trash can" creation) <<- no, will keep this checked for now
|
||||||
- general > view mode: `detailed list view`
|
- layout ➔ show in places ➔ unselect all but "trash can"
|
||||||
- layout > show in places > unselect all but "trash can"
|
|
||||||
- volume management > when removable media unmounted: `change folder to home`
|
|
||||||
- advanced > path for home folder: `/home/poq/syncDir/`
|
|
||||||
- **REAPER**
|
- **REAPER**
|
||||||
|
- NOTE: much of this can very likey be omitted, as the settings can be imported from:
|
||||||
|
- `/home/poq/syncDir/gitRepos/gitlab.com/dotsplus/reaper/config/`
|
||||||
|
- ---
|
||||||
|
- open reaper, and uncheck `check for new versions`
|
||||||
- import licence
|
- import licence
|
||||||
- located in protonmail under the 'licence' label, and on the nas server
|
- located in protonmail under the 'licence' label, and on the nas server:
|
||||||
- copy the licence key to the clipboard > help > about reaper > import license key > (licence is automatically loaded)
|
- `/mnt/nas/cb/software/licences/reaper.txt`
|
||||||
- options > preferences
|
- import from file, or:
|
||||||
- general > paths >
|
- copy the licence key to the clipboard ➔ help ➔ about reaper ➔ import license key ➔ (licence is automatically loaded)
|
||||||
- default path to save new projects: `/home/poq/syncDir/antijantepodden/`
|
- options ➔ preferences
|
||||||
|
- general ➔ paths >
|
||||||
|
- default path to save new projects: `/home/poq/syncDir/0_inProgress/mixing/`
|
||||||
- default render path: `/home/poq/syncDir/0_downloads/`
|
- default render path: `/home/poq/syncDir/0_downloads/`
|
||||||
- media > import > [ ] copy imported media to project media directory
|
- audio ➔ device ➔ audio system: pulseaudio
|
||||||
- audio > device > audio system: pulseaudio
|
|
||||||
- sample rate: `48000`
|
- sample rate: `48000`
|
||||||
- appearance > [x] don't animate any toolbar button
|
- appearance ➔ enable `don't animate any toolbar button`
|
||||||
- appearance > track meters > [ ] reset peak indicators on play/seek
|
- appearance ➔ track meters ➔ enable `reset peak indicators on play/seek`
|
||||||
- media > import >
|
- media ➔ import ➔ disable `copy imported media to project media directory`
|
||||||
- unselect: `copy imported media to project media directory`
|
|
||||||
- actions >
|
- actions >
|
||||||
- show action list >
|
- show action list ➔
|
||||||
- new action >
|
- new action ➔ new custom action ➔
|
||||||
- new custom action >
|
- custom action name: `fk: cycle ripple editing mode`
|
||||||
- custom action name: `fk: cycle ripple editing mode`
|
- `options: cycle ripple editing mode`
|
||||||
- `options: cycle ripple editing mode`
|
- press `ok`
|
||||||
- press `ok`
|
- assign shortcut: by clicking the add button, and typing `\``
|
||||||
- assign shortcut: `\``
|
|
||||||
- override mapping `view: toggle track zoom to minimum height`
|
- override mapping `view: toggle track zoom to minimum height`
|
||||||
- search for `Unselect (clear selection of) all tracks/items/envelope points`
|
- search for `Unselect (clear selection of) all tracks/items/envelope points`
|
||||||
- assign shortcut: "Alt + Shift + Up"
|
- assign shortcut: "Alt + Shift + Up"
|
||||||
- https://bertomaudio.com/denoiser-pro.html
|
- https://bertomaudio.com/denoiser-pro.html
|
||||||
- `/mnt/nas/cb/software/licences/bertom-denoiser-pro-license.lic`
|
- login with: `231114_lemonsqueezycom@468910.xyz` (pwd is sent to email)
|
||||||
- also located in protonmail under the 'licence' label
|
|
||||||
- `/mnt/nas/cb/software/denoiserPro_bertonAudio`
|
- `/mnt/nas/cb/software/denoiserPro_bertonAudio`
|
||||||
- [download](https://app.lemonsqueezy.com/my-orders/38cd233c-cd39-4b21-b2fa-6c2a38b702d4?signature=ca7157d7b412ef40f58354d6d6233089e8d0facfdec28246d7fe7b1e4450563f)
|
- [download](https://app.lemonsqueezy.com/my-orders/38cd233c-cd39-4b21-b2fa-6c2a38b702d4?signature=ca7157d7b412ef40f58354d6d6233089e8d0facfdec28246d7fe7b1e4450563f)
|
||||||
- `Bertom_DenoiserPro_3.0.7_GNU-LINUX.tar.xz`
|
- `Bertom_DenoiserPro_3.0.7_GNU-LINUX.tar.xz`
|
||||||
- `mkdir ~/.vst3` (verify folder in Reaper > `options > preferences > plug-ins > vst`)
|
|
||||||
- `tar - xf Bertom_DenoiserPro_3.0.7_GNU-LINUX`
|
- `mkdir ~/.vst3` (verify folder in Reaper ➔ `options ➔ preferences ➔ plug-ins ➔ vst`)
|
||||||
- `cp -r Bertom_DenoiserPro_3.0.7_GNU-LINUX/.avx2/Bertom_DenoiserPro.vst3 ~/.vst3/`
|
- `tar -xf /mnt/nas/cb/software/denoiserPro_bertonAudio/latest/Bertom_DenoiserPro_3.0.9_LINUX.tar.xz -C ~/syncDir/0_downloads/`
|
||||||
- restart reaper > add a new track > select the `fx` button > open `vxt3: denoiser pro` and load the licence file
|
- `cp -r ~/syncDir/0_downloads/Bertom_DenoiserPro_3.0.9_LINUX/.avx2/Bertom_DenoiserPro.vst3/ ~/.vst3/`
|
||||||
|
- restart reaper ➔ add a new track ➔ select the `fx` button ➔ open `vxt3: denoiser pro` and load the licence file
|
||||||
|
- `/mnt/nas/cb/software/licences/bertom-denoiser-pro-license.lic`
|
||||||
|
- `/mnt/nas/cb/software/denoiserPro_bertonAudio/bertom-denoiser-pro-license.lic`
|
||||||
|
- also located in protonmail under the 'licence' label
|
||||||
|
- extra: ?
|
||||||
- **PRINTING**
|
- **PRINTING**
|
||||||
- remove services cups.socket and cups.path
|
- remove services cups.socket and cups.path
|
||||||
- $ sudo systemctl disable cups.path
|
- `$ sudo systemctl disable cups.path`
|
||||||
- $ sudo systemctl disable cups.socket
|
- `$ sudo systemctl disable cups.socket`
|
||||||
- `$ system-config-printer`
|
- `$ system-config-printer`
|
||||||
- if usb printer, and turned on, the printer should show up
|
- if usb printer, and turned on, the printer should show up
|
||||||
- useful: https://kb.adamsdesk.com/operating_system/arch_linux_install_network_printer/
|
- useful: https://kb.adamsdesk.com/operating_system/arch_linux_install_network_printer/
|
||||||
|
|||||||
Reference in New Issue
Block a user