wsltty: alternative to the default terminal allowing a simpler and more exhaustive configuration.
AutoHotKey
| #compdef pgcli psql pg_dump pg_dumpall pg_restore createdb dropdb vacuumdb createuser dropuser initdb | |
| # ------------------------------------------------------------------------------ | |
| # Copyright (c) 2016 Github zsh-users - http://github.com/zsh-users, Dominic Mitchell, Johann 'Myrkraverk' Oskarsson, Daniel Serodio, J Smith | |
| # All rights reserved. | |
| # | |
| # Redistribution and use in source and binary forms, with or without | |
| # modification, are permitted provided that the following conditions are met: | |
| # * Redistributions of source code must retain the above copyright | |
| # notice, this list of conditions and the following disclaimer. | |
| # * Redistributions in binary form must reproduce the above copyright |
| [credential] | |
| helper = store --file ~/.git-credentials | |
| helper = cache --timeout 36000 | |
| [user] | |
| name = Frederic JOSEPH | |
| email = [email protected] | |
| [stash] | |
| usebuiltin = true | |
| [alias] | |
| a = add --all |
| Shortcut | Utility |
|---|---|
| Ctrl+Alt+Delete | Use this shortcut to logout of Debian. |
| Alt+Tab/ Super+Tab | Use this shortcut to switch between open programs. |
| Ctrl+Alt+Tab | Use this shortcut to switch between system controls such as Windows, Top Bar, and Desktop. |
| Ctrl+Alt +Esc | Use this shortcut to directly switch between system controls. |
| Super+L | Use this shortcut to lock the screen. |
| { | |
| // Use IntelliSense to learn about possible attributes. | |
| // Hover to view descriptions of existing attributes. | |
| // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
| "version": "0.2.0", | |
| "configurations": [ | |
| { | |
| "type": "chrome", | |
| "request": "launch", | |
| "name": "Launch APP", |
Search Snap app
snap find vlc
Show App info
snap info vlc
Install App
sudo snap install vlc
List all apps
The solution is to search and kill the processes named /usr/bin/VBoxClient --draganddrop
pgrep -a VBoxClientkill <pid> (or do both with tools like htop)The solution is to kill the current processes named /usr/bin/VBoxClient --clipboard and start a new one.
pgrep -a VBoxClientkill <pid> (or do both with tools like htop)