dmenu_run wasn't working for me. googling a bit this worked: ➜ ~ LC_ALL=en_US.UTF-8 dmenu_run
when i did dmenu_run without it i had a warning called no locale support, that solved it
| pulseaudio -k | |
| pulseaudio --start | |
| bluetoothctl | |
| power on | |
| agent on | |
| scan on | |
| pair <mac-addr> | |
| connect <mac-addr> |
| XDG_CURRENT_DESKTOP=GNOME gnome-control-center |
| alias clip="xclip -i" | |
| alias clip="xsel -ib" |
| https://github.com/luismartingarcia/protocol |
| Connect to Wi-Fi From Terminal on Ubuntu 18.04/19.10 with WPA Supplicant | |
| Last Updated: February 3, 2020 Xiao Guoan (Admin) 24 Comments Ubuntu | |
| In this tutorial, we are going to learn how to connect to Wi-Fi network from command line on Ubuntu 18.04/19.10 server and desktop using wpa_supplicant. In a modern home wireless network, communications are protected with WPA-PSK (pre-shared key) as opposed to WPA-Enterprise, which is designed for enterprise networks. WPA-PSK is also known as WPA-Personal. wpa_supplicant is an implementation of the WPA supplicant component. A supplicant in wireless LAN is a client software installed on end-user’s computer that needs to be authenticated in order to join a network. | |
| Step 1: Enable Wireless Card on Ubuntu 18.04/19.10 | |
| First, make sure your wireless card is enabled. You can use rfkill. | |
| sudo apt install rfkill | |
| To check the status of wireless card, run |
| sudo dd bs=4M if=path/to/input.iso of=/dev/sd<?> conv=fdatasync status=progress |
| { | |
| // Place your snippets for python here. Each snippet is defined under a snippet name and has a prefix, body and | |
| // description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are: | |
| // $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the | |
| // same ids are connected. | |
| // Example: | |
| // "Print to console": { | |
| // "prefix": "log", | |
| // "body": [ | |
| // "console.log('$1');", |
dmenu_run wasn't working for me. googling a bit this worked: ➜ ~ LC_ALL=en_US.UTF-8 dmenu_run
when i did dmenu_run without it i had a warning called no locale support, that solved it
Create diff of directory
$ diff -ruN OriginalDir UpdatedDir > PatchFile
Apply patch
$ patch -p1 -r <
| transmission-cli magnet:?xt=urn:btih:e249fe4dc957be4b4ce3ecaac280fdf1c71bc5bb&dn=ubuntu-mate-16.10-desktop-amd64.iso -w ~/Downloads |