Skip to content

Instantly share code, notes, and snippets.

@fukaoi
Created January 27, 2018 09:09
Show Gist options
  • Save fukaoi/9a7a85a446bd874fe461ac62eaf5e6dc to your computer and use it in GitHub Desktop.
Save fukaoi/9a7a85a446bd874fe461ac62eaf5e6dc to your computer and use it in GitHub Desktop.
# english/japanese dictionary
function dict() {
grep $1 $HOME/Documents/gene-utf8.txt -A 1 -wi --color
}
# Fix code when logout, suspend, dont work wifi
#sudo -s service network-manager restart
# get global ip
function gip() {
curl inet-ip.info
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment