Skip to content

Instantly share code, notes, and snippets.

View remotemerge's full-sized avatar
🎯
Focusing

Madan Sapkota remotemerge

🎯
Focusing
View GitHub Profile
@remotemerge
remotemerge / killDocker.md
Created February 5, 2023 10:00 — forked from nicolaskopp/killDocker.md
How to delete `C:\ProgramData\Docker` and fixing "Access denied" errors

Still an issue in May 2021. Welcome to the future of web development. Take this Gist to rest and calm down.

Here is how to delete C:\ProgramData\Docker.

  1. Uninstall docker the normal way (yeah you may have already done that)
  2. Copy this:
    # Leave swarm mode (this will automatically stop and remove services and overlay networks)
 docker swarm leave --force
@remotemerge
remotemerge / 00.howto_install_phantomjs.md
Created January 31, 2023 09:51 — forked from julionc/00.howto_install_phantomjs.md
How to install PhantomJS on Debian/Ubuntu

How to install PhantomJS on Ubuntu

Version: 1.9.8

Platform: x86_64

First, install or update to the latest system software.

sudo apt-get update
sudo apt-get install build-essential chrpath libssl-dev libxft-dev
@remotemerge
remotemerge / sources.list
Last active May 17, 2022 16:40 — forked from ishad0w/sources.list
Ubuntu 20.04 LTS (Focal Fossa) -- Full sources.list
deb http://us.archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse
deb http://us.archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse
deb http://us.archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
deb http://us.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse