Skip to content

Instantly share code, notes, and snippets.

View touero's full-sized avatar
😴
I may be slow to respond.

Ensong Wei touero

😴
I may be slow to respond.
View GitHub Profile
@touero
touero / install.md
Last active July 21, 2026 04:10
tmux config in server

tmux config in server

curl -fsSL 'https://gist.githubusercontent.com/touero/dab61be793ad363596e26ce7d44057b5/raw/926b7f8386bd6c1faba7ec3b9dfa56ea81262642/install.sh' | sh
@touero
touero / .vimrc
Created April 29, 2026 01:38
dotfiles
set nocompatible
syntax on
set encoding=utf-8
set number
set relativenumber
set showmatch
set ruler
set laststatus=2
@touero
touero / fix_volume_pseudo_output.md
Last active April 29, 2026 01:37
pseudo output of ubuntu ubuntu volume fixing way

How fix ubuntu volume pseudo output

you can install pavucontrol to check output device

sudo apt install pavucontrol -y

pavycontrol

Remove and install some tools

@touero
touero / github_pr_resolve_conflicts.md
Last active November 19, 2023 14:32
How to resolve code conflicts caused by submitting PR on github?

After fork and git clone

fork_url: your forking repo
origin_url: repo forked by you
step.1: Check current origin, it should be fork_url.

git remote -v

step.2: Remove current origin.

git remote remove origin