Productivity

.vscode-server folder cleanup

Easy way to clean up this folder is actually deleting it completely but extensions are also in that folder. In my case, I have extracted the extension list to txt file,remove the folder completelyinstall the extensions from extension list txt file Extracting extensions list to txt file Run below command...

14.05.2025

Fonts for Coding (Nerd Fonts)

https://www.nerdfonts.com 0xProto – https://www.programmingfonts.org/#oxproto Cousine – https://www.programmingfonts.org/#cousine Fira Mono – https://www.programmingfonts.org/#fira Hack – https://www.programmingfonts.org/#hack Intel One Mono – https://www.programmingfonts.org/#intel-one-mono JuliaMono – https://www.programmingfonts.org/#julia-mono Lilex – https://www.programmingfonts.org/#lilex Monaspace Argon – https://www.programmingfonts.org/#monaspace-argon

11.02.2025

tmux

.tmux.conf file under your home directory Open new tmuxtmux new -s <namehere> To enable mouse on terminal screenset -g mouse on shortcut to open command mode:ctrl+shift+b after : split screen verticallyctrl+shift+b after % split screen horizontallyctrl+shift+b after “

22.11.2024

Terminal Tricks

Using Ctrl keys Ctrl + a : move to the beginning of line.Ctrl + d : if you’ve type something, Ctrl + d deletes the character under the cursor, else, it escapes the current shell.Ctrl + e : move to the end of line.Ctrl + k : delete all text...

21.08.2024

Windows Optimizations

Sysinternals Suite Autoruns – https://learn.microsoft.com/en-us/sysinternals/downloads/autorunsZoomIT – https://learn.microsoft.com/en-us/sysinternals/downloads/zoomit PowerToys https://learn.microsoft.com/en-us/windows/powertoys/installhttps://github.com/microsoft/PowerToyshttps://apps.microsoft.com/detail/xp89dcgq3k6vld WinUtil Chris Titus https://github.com/ChrisTitusTech/winutil Vukilis Win11 Optimizer Debloater https://github.com/vukilis/Windows11-Optimizer-Debloater DISM Commands (one by one) Dism.exe /online /Cleanup-Image /StartComponentCleanupDism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBaseDism.exe /online /Cleanup-Image /SPSupersededDism.exe /Online /Cleanup-Image /AnalyzeComponentStore

17.07.2024