Skip to content

Instantly share code, notes, and snippets.

View stardigits's full-sized avatar

stardigits stardigits

View GitHub Profile
@stardigits
stardigits / install-docker.sh
Last active October 19, 2023 14:05
Installing Docker in MX Linux 21.3
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
@stardigits
stardigits / dstools-setup-on-windows-10.md
Last active February 23, 2023 08:43
Manually Setup Data Science Tools (DSTools) on Windows 10

dstools

Windows Data Science Tools

Directory Structure

DSTools\bin
DSTools\src

Source Files

@stardigits
stardigits / readme.md
Last active May 20, 2022 05:15
How to install Python & Spark in Windows 10

How to install Python & Spark in Windows 10

Notes

  • As per date 18-May-2022, the only latest working Spark version is 3.0.3. There're available spark versions > 3.0.3, but those are found an error
  • pyspark should be installed with the same version of spark pip install pyspark==3.0.3

Version used which verified

  • Windows: 10
@stardigits
stardigits / tweak-reduce-disk-usage.md
Last active December 30, 2023 23:08
Tweak to have more disk space on MX Linux 19.2 (Debian 10)

Tweak to have more disk space on MX Linux 19.2 (Debian 10)

Steps:

  1. Remove unwanted / unneeded packages
  2. Remove unwanted locale
@stardigits
stardigits / remove.md
Created July 5, 2020 17:07
Remove Unwanted Packages on MX Linux 19.2 (Debian 10)

Remove Unwanted Packages on MX Linux 19.2 (Debian 10)

List of packages

  • Firefox
  • Thunderbird
  • Libreoffice
@stardigits
stardigits / how-to-install-latest-google-chrome-on-mxlinux-19.2.md
Last active July 4, 2020 15:18
How to Install Latest Google Chrome on MX Linux 19.2 / Debian 10
@stardigits
stardigits / how-to-install-vscode-on-mxlinux-19.5.md
Created July 4, 2020 15:13
How to Install Visual Studio Code on MX Linux 19.5 (Debian 10)
@stardigits
stardigits / how-to-install-latest-mariadb-php-apach-on-mxlinux-19.2.md
Last active July 5, 2020 16:50
How to Install Latest Mariadb, PHP, Apache on MX-19.2 (Debian 10/Buster)
@stardigits
stardigits / 01-how-to-remaster-mxlinux-19.2.md
Last active July 6, 2020 13:06
How to remaster / make a custom MX Linux 19.2 image

How to remaster / make a custom MX Linux 19.2 image

Incomplete Gist, it's still being written here

Purpose

To reduce the images by removing unnecessary pacakges To Install required packages and pack it to an image which can be run the later using Live USB

Requirements

  1. Virtualbox
@stardigits
stardigits / 1-element-pure-css-pencil-set-buggy.markdown
Created May 1, 2019 07:16
1 element pure CSS pencil set (buggy)

1 element pure CSS pencil set (buggy)

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)

A Pen by Ana Tudor on CodePen.

License.