remove too-explicit and retired; fix mktruckdir to be better
This commit is contained in:
parent
ba41a4e60a
commit
245211c6d8
1 changed files with 5 additions and 20 deletions
19
aliases
19
aliases
|
|
@ -1,24 +1,9 @@
|
|||
ruler() { for s in '....^....|' '1234567890'; do w=${#s}; str=$( for (( i=1; $i<=$((($COLUMNS + $w) / $w )) ; i=$i+1 )); do echo -n $s; done ); str=$(echo $str | cut -c -$COLUMNS) ; echo $str; done; }
|
||||
|
||||
surftabbednoads() {
|
||||
http_proxy=192.168.42.5:8118 tabbed -r2 surf -e -a@Aa -BDfg
|
||||
}
|
||||
|
||||
surftabbed() {
|
||||
tabbed -r2 surf -e -a@Aa -BDfg
|
||||
}
|
||||
|
||||
mktruckdir() {
|
||||
USER=$(whoami)
|
||||
sudo mkdir ${1}
|
||||
sudo chown truck:truck ${1}
|
||||
}
|
||||
|
||||
shitwin() {
|
||||
xfreerdp2 /u:"Andrew Holland" +clipboard /jpeg /size:1918x1044 /v:192.168.1.92 /bpp:32
|
||||
}
|
||||
|
||||
firewall-ssh() {
|
||||
badssh -oKexAlgorithms=+diffie-hellman-group1-sha1 ntcadmin@77.86.234.126
|
||||
sudo chown ${USER}:${USER} ${1}
|
||||
}
|
||||
|
||||
randmac() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue