Browse Source

ipython alias

master
Robin Thoni 8 years ago
parent
commit
cd6cc76ce6
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      bash/bash_aliases

+ 3
- 2
bash/bash_aliases View File

@@ -26,7 +26,7 @@ alias update-rc.d="sudo update-rc.d"
26 26
 alias status="git status"
27 27
 alias commit="git commit"
28 28
 alias push="git push"
29
-alias py="python"
29
+alias py="ipython3"
30 30
 alias usbip="sudo usbip"
31 31
 alias modprobe="sudo modprobe"
32 32
 alias wifi="sudo rfkill unblock wifi;sudo service wicd start; wicd-curses"
@@ -72,7 +72,7 @@ alias hopper="LD_LIBRARY_PATH=/opt/hopper-v3/ /opt/hopper-v3/Hopper"
72 72
 alias reboot-win="grub-reboot 2 && reboot"
73 73
 alias necessitas="~/tools/Qt5.5.0/Tools/QtCreator/bin/qtcreator"
74 74
 alias studio="~/tools/android-studio/bin/studio.sh"
75
-alias sqlmap="~/tools/sqlmap-dev/sqlmap.py --proxy=socks5://proxy:9050"
75
+alias sqlmap="~/tools/sqlmap-dev/sqlmap.py --proxy=socks5://127.0.0.1:9050 --check-tor --random-agent"
76 76
 alias clion="~/tools/clion-latest/bin/clion.sh"
77 77
 alias phpstorm="~/tools/phpstorm-latest/bin/phpstorm.sh"
78 78
 alias rgsd="killall gnome-settings-daemon; gnome-settings-daemon &"
@@ -90,3 +90,4 @@ alias gdo-pull="gdo git pull -r"
90 90
 alias cert-check-etc="cert-check /etc/ssl/private $((60 * 60 * 24 * 31))"
91 91
 alias update-confs="cd ~/confs && git pull -r && reload"
92 92
 alias pycharm="~/tools/pycharm-latest/bin/pycharm.sh"
93
+alias xcopy="xclip -selection clipboard"

Loading…
Cancel
Save