Keybinding | Action |
---|---|
Alt + f/b | Move cursor to previous/next word |
Ctrl + a/e | Move cursor to beginning/end of command |
Ctrl + xx | Toggle between the start of line and current cursor position |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# locate --regex '.*\/(\w+[^\.]\w+$)+' | |
PRUNE_BIND_MOUNTS="yes" | |
PRUNENAMES=".git .bzr .hg .svn Trash Cache cache .cache logs fonts font Frameworks atom .atom apm .apm .ansible .idea libreoffice node_modules .node-gyp .npm ipynb_checkpoints dist-packages site-packages .eggs build help icons modules samples Template Templates template templates snapd locale .pycharm_helpers pycharm_helpers .google-chrome google-chrome __pycache__ pack generated_completions .cargo" | |
PRUNEPATHS="/tmp /var/spool /media /var/lib/os-prober /var/lib/ceph /home/.ecryptfs /var/lib/schroot /usr/share/man /usr/share/perl5 /usr/share/perl /usr/share/doc /usr/share/sound /opt/pycharm-professional" | |
PRUNEFS="NFS nfs nfs4 rpc_pipefs afs binfmt_misc proc smbfs autofs iso9660 ncpfs coda devpts ftpfs devfs devtmpfs fuse.mfs shfs sysfs cifs lustre tmpfs usbfs udf fuse.glusterfs fuse.sshfs curlftpfs ceph fuse.ceph fuse.rozofs ecryptfs fusesmb" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"configurations": [ | |
{ | |
"name": "Win32", | |
"browse": { | |
"path": [ | |
"${workspaceFolder}" | |
], | |
"limitSymbolsToIncludedHeaders": true | |
}, |
Warning this is a hardcore removal script, unlike the others, This tries to fully remove almost all uneeded services, without making the computer unusable
By running or using this script you accept. I am not hield responsible if anything breaks or stops working on your computer/machine. That is your fault and it is up to you to re-enable the service.
Printers will not work with this script.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Modifier/General Function Keys | |
space | |
lshift | |
rshift | |
lalt | |
ralt | |
lctrl | |
rctrl | |
tab | |
enter |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<COLOR NAME="AliceBlue" CMYK="#0f070000" Spot="0" Register="0"/> | |
<COLOR NAME="AntiqueWhite" CMYK="#000f2305" Spot="0" Register="0"/> | |
<COLOR NAME="AntiqueWhite1" CMYK="#00102400" Spot="0" Register="0"/> | |
<COLOR NAME="AntiqueWhite2" CMYK="#000f2211" Spot="0" Register="0"/> | |
<COLOR NAME="AntiqueWhite3" CMYK="#000d1d32" Spot="0" Register="0"/> | |
<COLOR NAME="AntiqueWhite4" CMYK="#00081374" Spot="0" Register="0"/> | |
<COLOR NAME="Aquamarine" CMYK="#80002b00" Spot="0" Register="0"/> | |
<COLOR NAME="Aquamarine1" CMYK="#80002b00" Spot="0" Register="0"/> | |
<COLOR NAME="Aquamarine2" CMYK="#78002811" Spot="0" Register="0"/> | |
<COLOR NAME="Aquamarine3" CMYK="#67002332" Spot="0" Register="0"/> |
File | Purpose |
---|---|
/etc/compose/docker-compose.yml |
Compose file describing what to deploy |
/etc/systemd/system/docker-compose.service |
Service unit to start and manage docker compose |
/etc/systemd/system/docker-compose-reload.service |
Executing unit to trigger reload on docker-compose.service |
/etc/systemd/system/docker-compose-reload.timer |
Timer unit to plan the reloads |