Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # This text should be added somewhere in your ~/.bashrc
- # After you add this text, please re-login or restart your PC.
- # It will help you to run some programs like gedit, leafpad fast,
- # as long as install applications faster and it gives you fast
- # access to some of my favourite online rock radio stations.
- # For example, to install mplayer, type "i mplayer", then you
- # can play Absolute Radio in FLAC with "ar" command. :)
- # Feel free to take it and improve. Add comments with your suggestions.
- # P. S. This file is intended to use with Arch Linux or any distro that has
- # Pacman package manager. You will have to edit it a little if using another distro,
- # so have a look at http://distrowatch.com/dwres.php?resource=package-management
- # January 2013 by Security XIII at Gmail Dot Com
- #######################################################################
- ########### BEGIN SECURITY XIII's AUTOMATION ALIASES ##################
- #######################################################################
- # RADIO 42FM.RU AUTOMATION
- alias rv192='mplayer -cache 2000 http://listen.42fm.ru:8000/stealkill.m3u'
- alias rv128='mplayer -cache 2000 http://listen.42fm.ru:8000/stealkill-128.m3u'
- alias rv96='mplayer -cache 2000 http://listen.42fm.ru:8000/stealkill-96.m3u'
- alias rv='mplayer -cache 2000 http://listen.42fm.ru:8000/stealkill-8.0.ogg'
- alias rv5='mplayer -cache 2000 http://listen.42fm.ru:8000/stealkill-5.0.ogg'
- alias rv3='mplayer -cache 2000 http://listen.42fm.ru:8000/stealkill-3.0.ogg'
- alias rv1='mplayer -cache 2000 http://listen.42fm.ru:8000/stealkill-1.0.ogg'
- alias rvaac='http://listen.42fm.ru:8000/stealkill.aacplus'
- # ABSOLUTE RADIO AUTOMATION
- alias ar='mplayer -cache 4000 http://network.absoluteradio.co.uk/core/audio/oggflac/live.pls?service=ar'
- alias a8='mplayer -cache 4000 http://network.absoluteradio.co.uk/core/audio/oggflac/live.pls?service=a8'
- alias a9='mplayer -cache 4000 http://network.absoluteradio.co.uk/core/audio/oggflac/live.pls?service=a9'
- alias a0='mplayer -cache 4000 http://network.absoluteradio.co.uk/core/audio/oggflac/live.pls?service=a0'
- alias ac='mplayer -cache 4000 http://network.absoluteradio.co.uk/core/audio/oggflac/live.pls?service=ac'
- # EMERGENCY KILL MPLAYER AUTOMATION
- alias ao='kill $(pidof mplayer)'
- # COMFORTABLE INSTALLATION ALIASES
- alias s='sudo pacman -Ss' # use s to search applications
- alias i='sudo pacman -S' # use i to install applications
- alias r='sudo pacman -r' # use r to remove applications
- alias u='sudo pacman -Syyu' # use u to update your repos and system accordingly
- # OTHER COMFORTABLE ALIASES FOR LAZY PERSONS LIKE ME :)
- alias g='gedit'
- alias l='leafpad'
- alias h='htop'
- #######################################################################
- ########### END SECURITY XIII's AUTOMATION ALIASES ####################
- #######################################################################
Advertisement
Add Comment
Please, Sign In to add comment