Windows Data Science Tools
DSTools\bin
DSTools\src
wget -O docker.gpg https://download.docker.com/linux/debian/gpg | |
gpg --keyid-format 0xlong docker.gpg 2>/dev/null | |
gpg --keyid-format 0xlong docker.gpg 2>/dev/null | grep -sq 0x8D81803C0EBFCD88 && sudo apt-key add docker.gpg | |
# For MX 21: | |
CODENAME=bullseye | |
# For MX 19 : | |
#CODENAME=buster | |
# For MX 18 : | |
#CODENAME=stretch | |
echo "deb [arch=amd64] https://download.docker.com/linux/debian $CODENAME stable" | sudo tee /etc/apt/sources.list.d/docker.list |
pip install pyspark==3.0.3
Source Info: https://linuxize.com/post/how-to-install-google-chrome-web-browser-on-debian-10/
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
Source Info: https://linuxize.com/post/how-to-install-visual-studio-code-on-debian-10/
Install dependencies
sudo apt update
sudo apt install software-properties-common apt-transport-https curl
Update apt repository source list
sudo apt-get install software-properties-common dirmngr
Saw this Pen and thought I could do a 1 element pencil set.
Sadly, this doesn't work quite as intended in any browser. Chrome introduces gradient blurriness (bug 958085) and also has little edge matching issues for the masking gradients. Firefox only uses one mask layer (bug 1548091)