I hereby claim:
- I am heymajor on github.
- I am heymajor (https://keybase.io/heymajor) on keybase.
- I have a public key ASBoYQt-zIT4zKB-Z0vPSTdpMaM8mc8rzHZqrr3yHGSY4Ao
To claim this, I am signing this object:
| #!/bin/bash | |
| ##################################################################################################### | |
| # Script_Name : xrdp-installer-1.1.sh | |
| # Source: https://c-nergy.be/blog/?p=14093 | |
| # Description : Perform xRDP installation on Ubuntu 16.04,18.04,19.04,19.10 and perform | |
| # additional post configuration to improve end user experience | |
| # Date : November 2019 | |
| # written by : Griffon | |
| # WebSite :http://www.c-nergy.be - http://www.c-nergy.be/blog | |
| # Version : 1.1 |
| # Caesar cipher encoding | |
| echo "THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG" | tr '[A-Z]' '[X-ZA-W]' | |
| # output: QEB NRFZH YOLTK CLU GRJMP LSBO QEB IXWV ALD | |
| # Caesar cipher decoding | |
| echo "QEB NRFZH YOLTK CLU GRJMP LSBO QEB IXWV ALD" | tr '[X-ZA-W]' '[A-Z]' | |
| # output: THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG | |
| # Can also be adjusted to ROT13 instead |
| "workbench.colorCustomizations": { | |
| // Contrast Colors - The contrast colors are typically only set for high contrast themes. If set, they add an additional border around items across the UI to increase the contrast. | |
| "contrastActiveBorder": "", | |
| "contrastBorder": "", | |
| // Base Colors | |
| "focusBorder": "", | |
| "foreground": "", | |
| "widget.shadow": "", | |
| "selection.background": "", | |
| "descriptionForeground": "", |
I hereby claim:
To claim this, I am signing this object: