Skip to content

Commit

Permalink
link back to youtube
Browse files Browse the repository at this point in the history
  • Loading branch information
gotbletu committed May 24, 2013
1 parent 03316ea commit fb9376c
Show file tree
Hide file tree
Showing 36 changed files with 89 additions and 3 deletions.
1 change: 1 addition & 0 deletions alias_functions_examples.txt
@@ -1,3 +1,4 @@
# this is notes for video: http://www.youtube.com/watch?v=oNKOXk18-cM
#
# ~/.bashrc
#
Expand Down
2 changes: 2 additions & 0 deletions aspell_fx.txt
@@ -1,3 +1,5 @@
# this is notes for video: http://www.youtube.com/watch?v=UEwz5eeaZzc

check-word() { echo "$1" | aspell -a ;}
check-list() { cat "$1" | aspell list ;}
check-file() { aspell check "$1" ;}
Expand Down
2 changes: 2 additions & 0 deletions color_commands.txt
@@ -1,3 +1,5 @@
# this is notes for video: http://www.youtube.com/watch?v=RbVCzxnKJL4

#-------- Color Commands
if [ -x /usr/bin/dircolors ]; then
eval "`dircolors -b`"
Expand Down
2 changes: 2 additions & 0 deletions color_manpages.txt
@@ -1,3 +1,5 @@
# this is notes for video: http://www.youtube.com/watch?v=9BFaLAa428k

#-------- Color Manpages
export LESS_TERMCAP_mb=$'\E[01;31m' # begin blinking
export LESS_TERMCAP_md=$'\E[01;31m' # begin bold
Expand Down
2 changes: 2 additions & 0 deletions combine_pdf.txt
@@ -1 +1,3 @@
# this is notes for video: http://www.youtube.com/watch?v=eQoOk5Xbt3M

combine-pdf() { gs -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=combinedpdf_`date +'%F_%Hh%M'`.pdf -f "$@" ;}
2 changes: 2 additions & 0 deletions compiz_grid_hotcorner_click.txt
@@ -1,3 +1,5 @@
# this is notes for video: http://www.youtube.com/watch?v=XvlTlyEasD8

# old compiz grid 0.8 edge binding commands, change tile with mouse click on each hotcorner

xte 'keydown Control_L' 'keydown Alt_L' 'key KP_1' 'keyup Control_L' 'keyup Alt_L'
Expand Down
3 changes: 2 additions & 1 deletion doc2pdf.txt
@@ -1,5 +1,6 @@
# supports MS 2007/2010 doc / docx files, dont upload any sensitive data
# this is notes for video: http://www.youtube.com/watch?v=r90IdQwF-hs

# supports MS 2007/2010 doc / docx files, dont upload any sensitive data
doc2pdf () {
curl -# -F inputDocument=@"$1" http://www.doc2pdf.net/convert/document.pdf > "${1%.*}.pdf"
}
2 changes: 2 additions & 0 deletions e17-general-settings.txt
@@ -1,3 +1,5 @@
# this is notes for video: http://www.youtube.com/watch?v=OBVOS6JPw_Y

Enlightenment E17 Settings


Expand Down
2 changes: 2 additions & 0 deletions ffmpeg_x11grab_screencast.txt
@@ -1,3 +1,5 @@
# this is notes for video: http://www.youtube.com/watch?v=mNz5Lrc06_s

#-------- FFMPEG X11GRAB Screencasting
#------------------------------------------------------
# compile ffmpeg: http://ubuntuforums.org/showthread.php?t=786095
Expand Down
2 changes: 2 additions & 0 deletions google_text_to_speech.txt
@@ -1,3 +1,5 @@
# this is notes for video: http://www.youtube.com/watch?v=UhVKuAozSMc

say() {
# limit to 100 character or less
# language code: http://developers.google.com/translate/v2/using_rest#language-params
Expand Down
2 changes: 2 additions & 0 deletions handbrakecli_function.txt
@@ -1,3 +1,5 @@
# this is notes for video: http://www.youtube.com/watch?v=gVVeR9KizBk

# just add it to your ~/.bashrc or zshrc

# update version, i think this one is better since,
Expand Down
1 change: 1 addition & 0 deletions interfacelift.sh
@@ -1,4 +1,5 @@
#!/bin/bash
# video demo at: http://www.youtube.com/watch?v=aK4mAAScnAo
# _ _ _ _
# __ _ ___ | |_| |__ | | ___| |_ _ _
# / _` |/ _ \| __| '_ \| |/ _ \ __| | | |
Expand Down
2 changes: 2 additions & 0 deletions locate_discover.txt
@@ -1,3 +1,5 @@
# this is notes for video: http://www.youtube.com/watch?v=5kpETDZQAyk

discover () {
keyword=$(echo "$@" | sed 's/ /.*/g' | sed 's:|:\\|:g' | sed 's:(:\\(:g' | sed 's:):\\):g')
locate -ir $keyword
Expand Down
3 changes: 3 additions & 0 deletions lxde-wallpaper-change.txt
@@ -1,3 +1,6 @@
# this is notes for video: http://www.youtube.com/watch?v=5xzfBiHuknk


# Change Wallpaper on LXDE using pcmanfm

# from the command line
Expand Down
4 changes: 4 additions & 0 deletions mate-settings.txt
@@ -1,3 +1,7 @@
# this is notes for video: http://www.youtube.com/watch?v=y0SZIW0abd8



caja = nautilus
marco = matacity
pluma = gedit
Expand Down
3 changes: 3 additions & 0 deletions mate-wallpaper-change.txt
@@ -1,3 +1,6 @@
# this is notes for video: http://www.youtube.com/watch?v=sxwYmd8vadQ


# hotkey
------------
bash -c 'mateconftool-2 --type string --set /desktop/mate/background/picture_filename "$(find ~/Pictures/Wallpapers -type f | shuf -n1)"'
Expand Down
2 changes: 2 additions & 0 deletions newsbeuter_greader.txt
@@ -1,3 +1,5 @@
# this is notes for video: http://www.youtube.com/watch?v=Wd7EeliSev4

urls-source "googlereader"
googlereader-login "username"
googlereader-password "yourpass"
Expand Down
2 changes: 2 additions & 0 deletions package_comments.py
@@ -1,4 +1,6 @@
#!/usr/bin/env python
# video demo at: http://www.youtube.com/watch?v=m6wfVxMTedY
#
# -*- coding: utf-8 -*-
#
# Package Comments 0.1
Expand Down
3 changes: 3 additions & 0 deletions pastebinit_alias.txt
@@ -1,3 +1,6 @@
# this is notes for video:


# cli pastebin client
alias pastebinit='pastebinit -a "gotbletu" -b "http://paste2.org" -t "git biz z livin, gotbletu was here"'

Expand Down
2 changes: 2 additions & 0 deletions rtmpsrv_functions.txt
@@ -1,3 +1,5 @@
# this is notes for video: http://www.youtube.com/watch?v=u1dQ81HT4AU

sniff-begin() { sudo iptables -t nat -A OUTPUT -p tcp --dport 1935 -m owner \! --uid-owner root -j REDIRECT ;}

sniff-capture-rtmpsrv() { rtmpsrv ;}
Expand Down
3 changes: 3 additions & 0 deletions scrot_functions.txt
@@ -1,3 +1,6 @@
# this is notes for video: http://www.youtube.com/watch?v=Hh8G1aBp8gc


# your screenshot folder location
# u can use /tmp if you want it to get delete on shutdown
export PATH_SCREENSHOT=~/Pictures
Expand Down
3 changes: 3 additions & 0 deletions shell-fm.txt
@@ -1,3 +1,6 @@
# this is notes for video: http://www.youtube.com/watch?v=HC5oqDpMXg0


#------------------------------------------////
# Shell-FM
#------------------------------------------////
Expand Down
2 changes: 2 additions & 0 deletions snippy.sh
@@ -1,4 +1,6 @@
#!/bin/bash
# video demo at: http://www.youtube.com/watch?v=90xoathBYfk

# written by "mhwombat": https://bbs.archlinux.org/viewtopic.php?id=71938&p=2
# Based on "snippy" by "sessy"
# (https://bbs.archlinux.org/viewtopic.php?id=71938)
Expand Down
2 changes: 2 additions & 0 deletions snippy_1line.sh
@@ -1,4 +1,6 @@
#!/bin/bash
# video demo at: http://www.youtube.com/watch?v=90xoathBYfk

# written by "mhwombat": https://bbs.archlinux.org/viewtopic.php?id=71938&p=2
# Based on "snippy" by "sessy"
# (https://bbs.archlinux.org/viewtopic.php?id=71938)
Expand Down
3 changes: 3 additions & 0 deletions sopcast.txt
@@ -1,3 +1,6 @@
# this is notes for video: http://www.youtube.com/watch?v=gIIalmYCqzs


#------------------------------------------////
# Sopcast
#------------------------------------------////
Expand Down
4 changes: 4 additions & 0 deletions tmux_layout.txt
@@ -1,3 +1,7 @@
# this is notes for video: http://www.youtube.com/watch?v=sxw-n5Du600



## for ~/.tmux.conf
# -v = split horizontal
# -h = split veritical
Expand Down
3 changes: 2 additions & 1 deletion tmux_maximize_pane.txt
@@ -1,5 +1,6 @@
# maximize / unmaximize panes
# this is notes for video: http://www.youtube.com/watch?v=6_PVJQvhBeI

# maximize / unmaximize panes

# NEW CODE, requires 1 hotkey only to switch back and fort
# credit youtuber: Gnomeye
Expand Down
5 changes: 4 additions & 1 deletion transmission-cli.txt
@@ -1,3 +1,6 @@
# this is notes for video: http://www.youtube.com/watch?v=ee4XzWuapsE


#-------- Transmission CLI {{{
#------------------------------------------------------
# lightweight torrent daemon, has option for cli, webui, ncurses, and gui frontend
Expand All @@ -15,4 +18,4 @@ tsm-purge() { transmission-remote -t"$1" --remove-and-delete ;} # will delete da
tsm-remove() { transmission-remote -t"$1" --remove ;} # does not delete data
tsm-info() { transmission-remote -t"$1" --info ;}
tsm-speed() { while true;do clear; transmission-remote -t"$1" -i | grep Speed;sleep 1;done ;}
#}}}
#}}}
3 changes: 3 additions & 0 deletions urlscan_tmux.txt
@@ -1,3 +1,6 @@
# this is notes for video: http://www.youtube.com/watch?v=c-3IdFufY5Q


# for ~/.tmux.conf
# urlscan as context and url view
bind-key U capture-pane \; save-buffer /tmp/tmux-buffer \; \
Expand Down
3 changes: 3 additions & 0 deletions urlview_tmux.txt
@@ -1,3 +1,6 @@
# this is notes for video: http://www.youtube.com/watch?v=guB4WuVFhtY


## for ~/.tmux.conf

# Urlviewer; grab links from any tmux window/pane and open it with external apps
Expand Down
3 changes: 3 additions & 0 deletions vlc_midi.txt
@@ -1,3 +1,6 @@
# this is notes for video: http://www.youtube.com/watch?v=OP5xkU6x84M


%% install synthesizer and soundfonts sample
%% https://wiki.archlinux.org/index.php/Timidity#Soundfonts
yaourt fluidsynth fluidr3
Expand Down
3 changes: 3 additions & 0 deletions w3m_context_view_tmux.txt
@@ -1,3 +1,6 @@
# this is notes for video: http://www.youtube.com/watch?v=C7YPjbrTeCs


# for ~/.tmux.conf
# w3m as a url context viewer and launcher
# http://www.mail-archive.com/mutt-users@mutt.org/msg09657.html
Expand Down
3 changes: 3 additions & 0 deletions wiican_wiimote_xbmc.wminput
@@ -1,3 +1,6 @@
# this is notes for video: http://www.youtube.com/watch?v=NXbC3VMR6fk


Wiimote.A = KEY_ENTER
Wiimote.B = KEY_ESC
Wiimote.Up = KEY_UP
Expand Down
4 changes: 4 additions & 0 deletions xclip_pbcopy_alias.txt
@@ -1,3 +1,7 @@
# this is notes for video: http://www.youtube.com/watch?v=fKP0FLp3uW0



# copy/paste for linux machines (Mac style)
alias pbcopy='xclip -selection clipboard' # copy to clipboard, ctrl+c, ctrl+shift+c
alias pbpaste='xclip -selection clipboard -o' # paste from clipboard, ctrl+v, ctrl+shitt+v
Expand Down
1 change: 1 addition & 0 deletions xfce-wallpaper-change.txt
@@ -1,2 +1,3 @@
#!/bin/bash
# video demo at : http://www.youtube.com/watch?v=tL9uVT8D6k4
xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/image-path -s "$(find ~/Pictures/Wallpapers -type f -iregex '.*\.\(bmp\|gif\|jpg\|png\)$' | sort -R | head -1)"
3 changes: 3 additions & 0 deletions zsh_vim_mode.txt
@@ -1,3 +1,6 @@
# this is notes for video: http://www.youtube.com/watch?v=EIp6TSC8SOQ


##### for ~/.zshrc

# enable vim mode on commmand line
Expand Down

0 comments on commit fb9376c

Please sign in to comment.