BIOS Clash Cloudflare Debian GCC GNU/Linux Git Internet Issue OBS Studio SSH Shell Tips Tmux Tool VS Code Vim WSL Windows Xterm


.vimrc The configuration I currently use. Reference * autocmd…
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…
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…
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…
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…
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…
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…
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…
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…
This page only documents the simple usage of , you can refer to Getting_Started_With_Minicom for more details. Usage Installation and Configuration * Run command sudo apt install . * Run comm…
read more…