Skip to content

Latest commit

 

History

History
56 lines (47 loc) · 1.25 KB

Softwares.md

File metadata and controls

56 lines (47 loc) · 1.25 KB

SOFTWARES

clipboard manager

sudo apt install copyq Custom shortcuts ctrl+alt+z = main window ctrl+alt+a = tray menu

handling markdown

reader app: glow editor and reader: typora

GNOME extensions

install gnome-browser-integration install gnome extention

VS Code settings

change Title Bar Style to custom to remove the title bar.

Create a desktop entry

sudo nano /usr/share/applications/postman.desktop

[Desktop Entry]
Name=Postman
Exec=/opt/Postman/Postman
Icon=/opt/Postman/app/resources/app/assets/icon.png
Terminal=false
Type=Application
Categories=Development;

command for clearing history

[Command]
Command="
    copyq:
    tab(config('clipboard_tab'))
    var count = size()
    if (count) {
      items = Array
        .apply(0, Array(count))
        .map(function(x,i){return i})
      remove.apply(this, items)
    }
    popup('Clipboard Tab Cleared')"
GlobalShortcut=meta+ctrl+x
Icon=\xf2ed
IsGlobalShortcut=true
Name=Clear Clipboard Tab

create partition using gparted

taskmanager cuda graph

Grafana + Prometheus + Node Exporter + DCGM Exporter