Some Extension & More
Common VSCode Extension and More…
Common VSCode Extension and More…
Uninstall Docker sudo systemctl stop docker sudo apt remove --purge -y docker-ce docker-ce-cli containerd.io sudo rm -rf /var/lib/docker sudo rm -rf /etc/docker sudo rm -rf /etc/apt/sources.list.d/docker.list sudo rm -rf /usr/share/keyrings/docker-archive-keyring.gpg sudo apt update docker --version Install Docker (Ubuntu 22.04) sudo apt update sudo apt install -y \ apt-transport-https \ ca-certificates \ curl \ gnupg-agent \ software-properties-common curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg]...
Setup Gitlab Runner in Container
How to configure zsh and Powerlevel10k on Ubuntu
This article show you how to set up a custom domain for a GitHub Page, using Godaddy as an example.
This guide will walk you through the process of creating a private website on GitHub and deploying it to GitHub Pages
We will introduce how to install hugo on your system in this post.