- Mount exfat:
sudo apt-get install exfat-fuse exfat-utils
- Tela Icon: https://www.pling.com/s/Gnome/p/1279924/
- Vimix Dark Ruby Theme
- Video Player: SMPlayer
sudo apt-get install exfat-fuse exfat-utilsBased on this question
{
"key": "ctrl+up",
"command": "editor.action.smartSelect.grow",
"when": "editorTextFocus"
},
explorerViewletVisible && filesExplorerFocusUseful resources to help you up and running Linux
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>VueJS Demo</title> | |
| <link | |
| rel="stylesheet" | |
| href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" | |
| integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" |
| ## Ignore Permissions change | |
| git config --global core.fileMode false | |
| ## Credentials | |
| git config --global user.name "Gary Lamp" | |
| git config --global user.email "gary@giga.ai" |
By default, the Application key does nothing, for heavy keyboard users like me, the context key is really useful. I know that we can use Shift + F10 do achieve that but these buttons take more time to press than a context key.
This is the Karabiner configuration file to do that.
{
"global": {| Create a volume to persist the Mongo database: | |
| ```sh | |
| docker volume create --name=mongodata | |
| ``` | |
| The run a MongoDB instance: | |
| ```sh | |
| docker run -d -p 27017:27017 -v mongodata:/data/db mongo |