Double press Shift
- search everywhere
Ctrl + Shift + A
- find action by name
Ctrl + N
- find class by name
Ctrl + Shift + N
- find file by name
⌘ + Space
App Launcher
Alt + Tab
Window Switcher
⇧+Alt + Tab
Switch Windows Backwards
⌘+W
Window Overview
⌘+A
Window Overview (Across All Workspaces)
[core] | |
excludesfile = ~/.gitignore_global | |
hooksPath = ~/.git_templates/ | |
[alias] | |
ll = log --pretty=format:\"%Cgreen%h%Creset %ad %C(cyan)%an%Creset - %s%C(red)%d%Creset\" --graph --date=short --all | |
l = log --pretty=format:\"%Cgreen%h%Creset %ad %C(cyan)%an%Creset - %s%C(red)%d%Creset\" --graph --date=short | |
cc = commit -a -s -m | |
c = commit -s -m | |
s = status | |
workprofile = config user.email "[email protected]" |
.idea/**/* |
Zprovoznění Tracy handleru na IDE, konkrétně v ukázce je odkazované IDE Phpstorm.
Vytvořit command-line launcher pro Phpstorm (http://shellrunner.com/open-files-from-the-command-line-in-phpstorm/)
Vytvořit dva soubory ve složce ~.local/share/applications/:
PhpStormHandler.desktop - doplnit a upravit cestu k phpstorm iconě
# replace <login> | |
ssh -C -Y <login>@merlin.fit.vutbr.cz | |
matlab |
#!/bin/bash | |
# finished install proccess | |
# first update | |
sudo apt -y update && sudo apt -y upgrade | |
# common | |
sudo apt install -y software-properties-common # add-apt-repository needs | |
sudo apt install -y ubuntu-restricted-extras # allows the user to install essential software which is not already included due to legal or copyright reasons |
.idea/**/* | |
.vagrant/**/* |
# get certificate | |
mkdir /etc/certs/ # if directory does not exist | |
sudo wget http://ca.vutbr.cz/pki/pub/cacert/cacert.pem | |
# make file /etc/wpa_supplicant.conf | |
# | |
# change <login> and <password> fields: | |
# password (password in only for radius server, generate new if you do not know!) | |
# login ([email protected], even students have fit.vutbr.cz) |