[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

alias thread?

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 23
Thread images: 3

File: ganoo+frog.png (161KB, 827x960px) Image search: [Google]
ganoo+frog.png
161KB, 827x960px
alias ping='ping 8.8.8.8'
alias getaudio='youtube-dl -x --audio-format mp3'
alias weather='curl wttr.in/new_paltz'
alias wanip='dig +short myip.opendns.com @resolver1.opendns.com'
alias ls='echo "everyone must suffer" | cowsay -f turtle | lolcat'
>>
>>59689449
alias cd='sudo rm -rf *'
>>
alias vim='vim -p'
>>
>>59689500
The best alias, i also use it !
>>
>>59689449
>ping 8.8.8.8
enjoy your google botnet
>>
alias ls=sl
>>
alias fortune='fortune -a | cowsay -n -f gnu | lolcat -f .5

mcdir ()
{
mkdir -p -- "$1" &&
cd -P -- "$1"
}
>>
>>59689449
alias update="sudo pacman -Syu --ignore ttf-dejavu"
alias aпдeјт="sudo pacman -Syu --ignore ttf-dejavu"
alias инcтaлиpaј="sudo pacman -S"
alias install="sudo pacman -S"
alias wifir="systemctl restart NetworkManager"
alias oбpиши="sudo pacman -R"
alias remove="sudo pacman -R"
alias vga1="xrandr --output VGA1 --auto --left-of eDP1"
alias vga0="xrandr --output VGA1 --off"
alias ayp-и="yaourt -S"
alias aur-i="yaourt -S"
alias ayp-o="yaourt -R"
alias aur-o="yaourt -R"
alias yгacи="shutdown -h"
alias ugasi="shutdown -h"
alias del="rm -rf"
alias bashrc="sudo nano ~/.bashrc"
alias storm="cd && cd Programi/PhpStorm-162.2380.11/bin && ./phpstorm.sh"
alias sf="screenfetch"
alias net="sudo nethogs"
alias stremio="cd && cd Programi/stremio && ./Stremio-runtime"
alias вим="vim"
alias serv="php artisan serve"
alias error_log="cat /var/log/httpd/error_log"
alias controller="php artisan make:controller"
alias migrate="php artisan migrate"
alias db="mysql -u root -p"
alias route="php artisan route:list"


got many more for ssh which i aint posting
>>
>>59689657
>aпдeјт
>oбpиши
>miješat srpski s engleskim

bože sačuvaj
>>
>>59689657
yaourt is considered harmful. Use pacaur instead.

https://wiki.archlinux.org/index.php/AUR_helpers#Comparison_table
>>
>>59689702
хe хe

пpe ми јe бaгoвaлa тacтaтypa дa нeћe дa ce пpeбaци нa лaтиницy дoк нe pecтapтyјeм тepминaл и oндa caм кopиcтиo тe ћилиpичнe нaдимкe.
У cyштини их нe кopиcтим aл вoлим дa их видим јep cy cмeшни

>>59689716
fixed
>>
>>59689762
>>
Using xonsh. I hate bash.

def print_pacman_explictly_installed_packages(arguments, stdin=None):
argument_parser = argparse.ArgumentParser()
argument_parser.add_argument('--ignore-groups', nargs='+', default=[])
arguments = argument_parser.parse_args(arguments)

# Create set of packages that should be excluded in the output
excluded_packages = set($(pacman -Qgq @(arguments.ignore_groups)).splitlines())
for package in sorted($(pacman -Qeq).splitlines()):
if package not in excluded_packages:
print(package)
>>
>>59689639
to infinity and beyond
>>
alias p="pushd" +="pushd ." -="popd" d="dirs -l -v"
>>
>>59689657
>all those double-ups
you do realize alias's can reference alias's, don't you?
for example;
alias ayp-и="yaourt -S"
alias aur-i=ayp-и
>>
>>59690145
>https://wiki.archlinux.org/index.php/AUR_helpers#Comparison_table
>>>
> Anonymous 04/01/17(Sat)19:53:41 No.59689762 ▶>>59689836
>>>59689702
>хe хe
>пpe ми јe бaгoвaлa тacтaтypa дa нeћe дa ce пpeбaци нa лaтиницy дoк нe pecтapтyјeм тepминaл и oндa caм кopиcтиo тe ћилиpичнe нaдимкe.
>У cyштини их нe кopиcтим aл вoлим дa их видим јep cy cмeшни
>>>59689716
>fixed
>>>
> Anonymous 04/01/17(Sat)19:59:57 No.59689836 ▶
>>>59689762 (You)
>>>
> Anonymous 04/01/17(Sat)20:08:51 No.59689945 ▶
>Using xonsh. I hate bash.
>def print_pacman_explictly_installed_packages(arguments, stdin=None):
> argument_parser = argparse.ArgumentParser()
> argument_parser.add_argument('--ignore-groups', nargs='+', default=[])
> arguments = argument_parser.parse_args(arguments)
> # Create set of packages that should be excluded in the output
> excluded_packages = set($(pacman -Qgq @(arguments.ignore_groups)).splitlines())
> for package in sorted($(pacman -Qeq).splitlines()):
> if package not in excluded_packages:
> print(package)
>>>
> Anonymous 04/01/17(Sat)20:10:17 No.59689966 ▶
>>>59689639
>to infinity and beyond
>>>
> Anonymous 04/01/17(Sat)20:12:40 No.59689995 ▶
>alias p="pushd" +="pushd ." -="popd" d="dirs -l -v"
>>>
> Anonymous 04/01/17(Sat)20:21:57 No.59690111 ▶
>alias alias=alias
>>>
> Anonymous 04/01/17(Sat)20:24:22 No.59690145 ▶
>>>59689657 (You)
>>all those double-ups
>you do realize alias's can reference alias's, don't you?
>for example;
>alias ayp-и="yaourt -S"
>alias aur-i=ayp-и
i never thought about that
>>
>>59690192
that's some enterprise-level quoting you got there
>>
>>59690207
i have no idea what happend, lololo
>>
alias please='sudo $(history -p !!)'
>>
>>59691537
kek
>>
>>59689600
nice one
>>
File: stallman-facepalm.jpg (17KB, 400x266px) Image search: [Google]
stallman-facepalm.jpg
17KB, 400x266px
>>59691537
Thread posts: 23
Thread images: 3


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.