Notes
Notes - notes.io |
# The original version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.6/bin:${PATH}"
export PATH
# to make my default page as Desktop
cd /Users/sadullahgultekin/Desktop
# my alias commands
alias des='cd /Users/sadullahgultekin/Desktop'
alias home='cd ~'
alias root='cd /'
alias github='cd ~/Documents/github'
alias please='sudo'
alias ..='cd ..'
alias ...='cd ..; cd ..'
alias ....='cd ..; cd ..; cd ..'
alias .....='cd ..; cd ..; cd ..; cd ..'
alias st='git status'
alias lls='ls -lah'
alias partytime='curl parrot.live'
alias havaist='curl wttr.in/Istanbul'
alias bashprofile='vi ~/.bash_profile'
alias vimrc='vi ~/.vimrc'
alias gitsum='git log --graph --all --oneline --decorate'
alias bakiye='python3 /Users/sadullahgultekin/Documents/github/RandomScripts/bakiye.py'
alias realpath='grealpath'
notebookToPython () { jupyter nbconvert --to script $1; }
comp_dirs () { ls $1 | cut -d. -f1 > dir1.txt; ls $2 | cut -d. -f1 > dir2.txt; diff dir1.txt dir2.txt; rm dir1.txt dir2.txt; }
alias run_poc='conda activate adversarial; python test_end2end_poc2.py --input_img_path test_inputs --output_folder test_outputs --gpu_ids -1'
compdirs () { diff -u <(cd dir1 && printf '%sn' **/*(D:r)) <(cd dir2 && printf '%sn' **/*(D:r)); }
HOMEBREW_NO_AUTO_UPDATE=1
alias catlab="printf 'themis -> 10.144.211.236nrhea -> 10.144.1.204nhyperion -> 10.144.237.123ncronus -> 10.144.244.100nphoebe -> 10.144.186.41n'"
alias themis="ssh [email protected]"
#alias themis="ssh [email protected]"
alias rhea="ssh [email protected]"
alias hyperion="ssh [email protected]"
alias cronus="ssh [email protected]"
alias phoebe="ssh [email protected]"
alias medai="ssh [email protected]"
#export CLICOLOR=1
#export LSCOLORS=GxFxCxDxBxegedabagaced
export PS1="[ 33[36m]u[ 33[m]@[ 33[32m]h:[ 33[33;1m]w[ 33[m]$ "
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad
alias ls='ls -GFh'
# To disable default zsh message
export BASH_SILENCE_DEPRECATION_WARNING=1
|
Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...
With notes.io;
- * You can take a note from anywhere and any device with internet connection.
- * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
- * You can quickly share your contents without website, blog and e-mail.
- * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
- * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.
Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.
Easy: Notes.io doesn’t require installation. Just write and share note!
Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )
Free: Notes.io works for 12 years and has been free since the day it was started.
You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;
Email: [email protected]
Twitter: http://twitter.com/notesio
Instagram: http://instagram.com/notes.io
Facebook: http://facebook.com/notesio
Regards;
Notes.io Team