Skip to content

Instantly share code, notes, and snippets.

View vookimedlo's full-sized avatar

Michal Duda vookimedlo

View GitHub Profile
@vookimedlo
vookimedlo / shell_shortcuts.md
Created January 22, 2019 18:36
Shell shortcuts
➜  bindkey
"^@" set-mark-command
"^A" beginning-of-line
"^B" backward-char
"^D" delete-char-or-list
"^E" end-of-line
"^F" forward-char
"^G" send-break
"^H" backward-delete-char
@vookimedlo
vookimedlo / interesting_unicode_chars.md
Created December 14, 2018 20:39
Interesting Unicode Characters

‼️💬⚠️ℹ️

@vookimedlo
vookimedlo / CURL Services.md
Last active November 22, 2018 19:03
Interesting CURL services

Weather

curl wttr.in/

curl wttr.in/Praha

External IP Address

curl checkip.amazonaws.com

@vookimedlo
vookimedlo / macos_mute_unmute.md
Last active May 10, 2024 18:16
MacOS: mute & unmute from command line

Mute volume

osascript -e "set volume with output muted"

Unmute volume

osascript -e "set volume without output muted"
@vookimedlo
vookimedlo / predictable_network_linux.md
Last active June 12, 2023 05:05
Predictable network interface device names @ Linux

Predictable network interface device names @ Linux

Predictable network interface device names based on:
 - firmware/bios-provided index numbers for on-board devices
 - firmware-provided pci-express hotplug slot index number
 - physical/geographical location of the hardware
 - the interface's MAC address

Keybase proof

I hereby claim:

  • I am vookimedlo on github.
  • I am vookimedlo (https://keybase.io/vookimedlo) on keybase.
  • I have a public key ASBgHxNE138PO2O8UEAkuzU5h-FUeJYkZVtdGOlFdOvylwo

To claim this, I am signing this object:

@vookimedlo
vookimedlo / useful_aliases
Last active August 19, 2021 20:19
Useful MacOS aliases
alias www="python -m SimpleHTTPServer 8000"
alias ssh_via_proxy='ssh -o "ProxyCommand nc -X 5 -x localhost:6000 %h %p"'
alias git_merge_up="git merge upstream/master"
alias proxy_on='networksetup -setsocksfirewallproxystate "Wi-Fi" on'
alias proxy_off='networksetup -setsocksfirewallproxystate "Wi-Fi" off'
# Perl SED
#
alias psed="perl -pe"
@vookimedlo
vookimedlo / xcode-build-bump.sh
Created March 10, 2018 20:44 — forked from sekati/xcode-build-bump.sh
Xcode Auto-increment Build & Version Numbers
# xcode-build-bump.sh
# @desc Auto-increment the build number every time the project is run.
# @usage
# 1. Select: your Target in Xcode
# 2. Select: Build Phases Tab
# 3. Select: Add Build Phase -> Add Run Script
# 4. Paste code below in to new "Run Script" section
# 5. Drag the "Run Script" below "Link Binaries With Libraries"
# 6. Insure that your starting build number is set to a whole integer and not a float (e.g. 1, not 1.0)
@vookimedlo
vookimedlo / MacOS: Tag files from command line.md
Last active January 9, 2018 18:34
MacOS: Tag files from command line
@vookimedlo
vookimedlo / Unicode Numbers
Last active December 19, 2017 22:11
Various Unicode Latin Number Sets
𝟎𝟏𝟐𝟑𝟒𝟓𝟔𝟕𝟖𝟗
𝟘𝟙𝟚𝟛𝟜𝟝𝟞𝟟𝟠𝟡
𝟢𝟣𝟤𝟥𝟦𝟧𝟨𝟩𝟪𝟫
𝟬𝟭𝟮𝟯𝟰𝟱𝟲𝟳𝟴𝟵
𝟶𝟷𝟸𝟹𝟺𝟻𝟼𝟽𝟾𝟿
0123456789
0123456789
⁰¹²³⁴⁵⁶⁷⁸⁹