Initial commit
Signed-off-by: AKP <tom@tdpain.net>
This commit is contained in:
commit
b7b592ae60
16 changed files with 129 additions and 0 deletions
7
automount.md
Normal file
7
automount.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Automount other disks
|
||||
|
||||
Data, Code and Passwords are set to automount at start up.
|
||||
|
||||
1. Go to "System Settings" > "Disks"> "1.0 TB Hard Disk"
|
||||
2. Select one of the partitions to mount
|
||||
3. Press cogs icon
|
10
capslock.md
Normal file
10
capslock.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Caps lock and escape switch
|
||||
|
||||
2021-05-02
|
||||
|
||||
Caps lock behaves as an extra ESC key (but ESC does not behave as caps lock).
|
||||
|
||||
1. Go to "System Settings" > "Keyboard" > "Layouts"
|
||||
2. Select "English (UK)" then press "Options..."
|
||||
3. Expand "Caps lock behaviour"
|
||||
4. Select "Make caps lock an additional Esc"
|
7
clibraries.md
Normal file
7
clibraries.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# C libraries
|
||||
|
||||
If `fatal error: stdlib.h: No such file or directory`, run:
|
||||
|
||||
```bash
|
||||
sudo apt install build-essential
|
||||
```
|
13
discord.md
Normal file
13
discord.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Discord
|
||||
|
||||
2021-05-02
|
||||
|
||||
## `.deb` method
|
||||
|
||||
1. Downloaded `.deb` from https://discord.com
|
||||
2. Installed
|
||||
|
||||
## Web app method
|
||||
|
||||
1. Go to start menu > "Internet" > "Web Apps"
|
||||
2. Select "Discord"
|
9
firefox-dev.md
Normal file
9
firefox-dev.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Firefox Developer Edition
|
||||
|
||||
2021-05-02
|
||||
|
||||
1. Archive downloaded from https://www.mozilla.org/en-GB/firefox/all
|
||||
2. Extracted to `/opt/firefox-dev`
|
||||
3. Symlink created at `/opt/bin/firefox-dev`
|
||||
4. Created `/usr/share/applications/firefox-dev.desktop` derived from `firefox.desktop`
|
||||
|
5
flameshot.sh
Executable file
5
flameshot.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
# 2021-05-02
|
||||
|
||||
apt install -y flameshot
|
7
git.sh
Executable file
7
git.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# 2021-05-02
|
||||
|
||||
add-apt-repository ppa:git-core/ppa
|
||||
apt update
|
||||
apt install -y git
|
5
gitkraken.md
Normal file
5
gitkraken.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# GitKraken
|
||||
|
||||
2021-05-02
|
||||
|
||||
Installed via `.deb`
|
8
go.md
Normal file
8
go.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Golang
|
||||
|
||||
2021-05-02
|
||||
|
||||
1. Download from https://golang.org/doc/install
|
||||
2. Extract `go` directory to `/usr/local`
|
||||
3. Add `export PATH=$PATH:/usr/local/go/bin` to `$HOME/.profile` and run `. $HOME/.profile`
|
||||
4. Run `go version` to check everything is dandy
|
6
jetbrainsToolbox.md
Normal file
6
jetbrainsToolbox.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
# JetBrains Toolbox
|
||||
|
||||
2021-05-02
|
||||
|
||||
1. Download from https://www.jetbrains.com/toolbox-app/
|
||||
2. Extract single binary to `/opt/bin`
|
16
ohmyposh.sh
Normal file
16
ohmyposh.sh
Normal file
|
@ -0,0 +1,16 @@
|
|||
#!/bin/bash
|
||||
|
||||
# 2021-05-02
|
||||
|
||||
sudo wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/posh-linux-amd64 -O /usr/local/bin/oh-my-posh
|
||||
chmod +x /usr/local/bin/oh-my-posh
|
||||
|
||||
mkdir ~/.poshthemes
|
||||
wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/themes.zip -O ~/.poshthemes/themes.zip
|
||||
unzip ~/.poshthemes/themes.zip -d ~/.poshthemes
|
||||
chmod u+rw ~/.poshthemes/*.json
|
||||
rm ~/.poshthemes/themes.zip
|
||||
|
||||
# Add the following to your Bash profile
|
||||
# eval "$(oh-my-posh --init --shell bash --config ~/mytheme.omp.json)"
|
||||
|
7
pulseeffects.md
Normal file
7
pulseeffects.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# PulseEffects
|
||||
|
||||
2021-05-02
|
||||
|
||||
```bash
|
||||
sudo apt install -y pulseeffects lsp-plugins
|
||||
```
|
8
spotify.sh
Executable file
8
spotify.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
# 2021-05-02
|
||||
|
||||
curl -sS https://download.spotify.com/debian/pubkey_0D811D58.gpg | apt-key add -
|
||||
echo "deb http://repository.spotify.com stable non-free" | tee /etc/apt/sources.list.d/spotify.list
|
||||
apt-get update
|
||||
apt-get install spotify-client
|
8
typora.sh
Executable file
8
typora.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
# 2021-05-02
|
||||
|
||||
wget -qO - https://typora.io/linux/public-key.asc | apt-key add -
|
||||
add-apt-repository 'deb https://typora.io/linux ./'
|
||||
apt-get update
|
||||
apt-get install typora
|
5
vscode.md
Normal file
5
vscode.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Visual Studio Code
|
||||
|
||||
2021-05-02
|
||||
|
||||
Installed via `.deb` from https://code.visualstudio.com/docs/?dv=linux64_deb
|
8
wireless.md
Normal file
8
wireless.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# WiFi card
|
||||
|
||||
2021-05-02
|
||||
|
||||
Disabled power save mode
|
||||
|
||||
1. `sudo nano /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf`
|
||||
2. Edit file to replace `wifi.powersave = 3` with `wifi.powersave = 2`
|
Loading…
Add table
Add a link
Reference in a new issue