Code

.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

Plotly Save as SVG button

Default plotly toolbar has download as png option. In order to save your graph as svg, below configuration is working on graph object which is default available in plotly express but not mentioned or documented in graph objects. Python configuration options documentation page: https://plotly.com/python/configuration-options/ Javascript configuration options documentation page: https://plotly.com/javascript/configuration-options/...

26.09.2024