BIOS
Clash
Cloudflare
Debian
GCC
GNU/Linux
Git
Internet
Issue
OBS Studio
SSH
Shell
Systemd
Tips
Tmux
Tool
VS Code
Vim
WSL
Windows
Xterm
Overview
is a screencast tool that displays the keys you pressed. You can get more details from <https://gitlab.com/screenkey/screenkey>.
Configuration
Here is the configuration I use frequently…
read more…
read more…
Steps
* Run git log --oneline to list the commit (push-cmt) to be pushed and the SHA (rmt-head-sha) of the HEAD (rmt-head) of the remote repository.
* Run git rebase -i rmt-head-sha to re-order…
read more…
read more…
Change prompt
change prompt temporarily
* Run export PS1='Combination of '.
e.g.
Change Prompt Permanently
* Open the ~/.bashrc with editor.
* Search and change the PS1 variable to 'Comb…
read more…
read more…
Steps
* Find the ID (denoted by pre-cmt-id) of the previous commit of the commit that you need to modify.
* Run git rebase -i pre-cmt-id.
* Modify pick to edit in the line where the commit to…
read more…
read more…
Solution
* Run wsl distribution and add the following to /etc/wsl.conf.
* Open Windows terminal and run wsl -l to get the name of the distribution used.
* Run wslconfig /t distribution name…
read more…
read more…
Steps
Append the following code to ~/.gitconfig. Then you can run
git lg, git lg1, git lg2 and
git lg3 to see the output, respectively.
Further Reading
* <https://stackoverflow.com/questions…
read more…
read more…
Shortcuts
* Dell laptop: CtrlAltFnF12
* Lenovo laptop: CtrlAltFnB
* HP laptop: CtrlAltFnPageDown
Reference
* <https://www.anyviewer.com/how-to/remote-desktop-full-screen-shortcut-no-break…
read more…
read more…
Hotkey
uses hotkey twice. The default first one is fixed to
Ctrlb,
and some common second hotkeysA full list of supported hotkeys can be found
here. are listed below.
Second Hotkey …
read more…
read more…
Overview
is a free and open source software for video recording and live streaming. You can watch the demo video to see if it suits your needs
Usage
Installation and configuation
* Run the co…
read more…
read more…


