From fb9376c84728d27b24303a9acee58212d1bb568e Mon Sep 17 00:00:00 2001 From: gotbletu Date: Fri, 24 May 2013 15:14:09 -0700 Subject: [PATCH] link back to youtube --- alias_functions_examples.txt | 1 + aspell_fx.txt | 2 ++ color_commands.txt | 2 ++ color_manpages.txt | 2 ++ combine_pdf.txt | 2 ++ compiz_grid_hotcorner_click.txt | 2 ++ doc2pdf.txt | 3 ++- e17-general-settings.txt | 2 ++ ffmpeg_x11grab_screencast.txt | 2 ++ google_text_to_speech.txt | 2 ++ handbrakecli_function.txt | 2 ++ interfacelift.sh | 1 + locate_discover.txt | 2 ++ lxde-wallpaper-change.txt | 3 +++ mate-settings.txt | 4 ++++ mate-wallpaper-change.txt | 3 +++ newsbeuter_greader.txt | 2 ++ package_comments.py | 2 ++ pastebinit_alias.txt | 3 +++ rtmpsrv_functions.txt | 2 ++ scrot_functions.txt | 3 +++ shell-fm.txt | 3 +++ snippy.sh | 2 ++ snippy_1line.sh | 2 ++ sopcast.txt | 3 +++ tmux_layout.txt | 4 ++++ tmux_maximize_pane.txt | 3 ++- transmission-cli.txt | 5 ++++- urlscan_tmux.txt | 3 +++ urlview_tmux.txt | 3 +++ vlc_midi.txt | 3 +++ w3m_context_view_tmux.txt | 3 +++ wiican_wiimote_xbmc.wminput | 3 +++ xclip_pbcopy_alias.txt | 4 ++++ xfce-wallpaper-change.txt | 1 + zsh_vim_mode.txt | 3 +++ 36 files changed, 89 insertions(+), 3 deletions(-) diff --git a/alias_functions_examples.txt b/alias_functions_examples.txt index 726bfa3..089ac88 100644 --- a/alias_functions_examples.txt +++ b/alias_functions_examples.txt @@ -1,3 +1,4 @@ +# this is notes for video: http://www.youtube.com/watch?v=oNKOXk18-cM # # ~/.bashrc # diff --git a/aspell_fx.txt b/aspell_fx.txt index a972400..8492b67 100644 --- a/aspell_fx.txt +++ b/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" ;} diff --git a/color_commands.txt b/color_commands.txt index 784f846..ec47cde 100644 --- a/color_commands.txt +++ b/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`" diff --git a/color_manpages.txt b/color_manpages.txt index f81a220..ed012fb 100644 --- a/color_manpages.txt +++ b/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 diff --git a/combine_pdf.txt b/combine_pdf.txt index 54eda24..17efc8f 100644 --- a/combine_pdf.txt +++ b/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 "$@" ;} diff --git a/compiz_grid_hotcorner_click.txt b/compiz_grid_hotcorner_click.txt index 4d3cfb7..fb1ab50 100644 --- a/compiz_grid_hotcorner_click.txt +++ b/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' diff --git a/doc2pdf.txt b/doc2pdf.txt index 5c2d6ee..4e64ff4 100644 --- a/doc2pdf.txt +++ b/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" } diff --git a/e17-general-settings.txt b/e17-general-settings.txt index 97e29ee..fd9904a 100644 --- a/e17-general-settings.txt +++ b/e17-general-settings.txt @@ -1,3 +1,5 @@ +# this is notes for video: http://www.youtube.com/watch?v=OBVOS6JPw_Y + Enlightenment E17 Settings diff --git a/ffmpeg_x11grab_screencast.txt b/ffmpeg_x11grab_screencast.txt index 6264f74..66c2b95 100644 --- a/ffmpeg_x11grab_screencast.txt +++ b/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 diff --git a/google_text_to_speech.txt b/google_text_to_speech.txt index f1fd7a3..8c66671 100644 --- a/google_text_to_speech.txt +++ b/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 diff --git a/handbrakecli_function.txt b/handbrakecli_function.txt index bd3f09e..e086404 100644 --- a/handbrakecli_function.txt +++ b/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, diff --git a/interfacelift.sh b/interfacelift.sh index 0f35425..b65445e 100755 --- a/interfacelift.sh +++ b/interfacelift.sh @@ -1,4 +1,5 @@ #!/bin/bash +# video demo at: http://www.youtube.com/watch?v=aK4mAAScnAo # _ _ _ _ # __ _ ___ | |_| |__ | | ___| |_ _ _ # / _` |/ _ \| __| '_ \| |/ _ \ __| | | | diff --git a/locate_discover.txt b/locate_discover.txt index d5c4467..c5a2508 100644 --- a/locate_discover.txt +++ b/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 diff --git a/lxde-wallpaper-change.txt b/lxde-wallpaper-change.txt index 54ee233..428820d 100644 --- a/lxde-wallpaper-change.txt +++ b/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 diff --git a/mate-settings.txt b/mate-settings.txt index 082b3a3..1589870 100644 --- a/mate-settings.txt +++ b/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 diff --git a/mate-wallpaper-change.txt b/mate-wallpaper-change.txt index 02b46d5..95bd184 100644 --- a/mate-wallpaper-change.txt +++ b/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)"' diff --git a/newsbeuter_greader.txt b/newsbeuter_greader.txt index aa765bb..5db8a43 100644 --- a/newsbeuter_greader.txt +++ b/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" diff --git a/package_comments.py b/package_comments.py index eed2fd8..2b1fd27 100755 --- a/package_comments.py +++ b/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 diff --git a/pastebinit_alias.txt b/pastebinit_alias.txt index b1c3676..c52f036 100644 --- a/pastebinit_alias.txt +++ b/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"' diff --git a/rtmpsrv_functions.txt b/rtmpsrv_functions.txt index dd8c250..dcb1ca0 100644 --- a/rtmpsrv_functions.txt +++ b/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 ;} diff --git a/scrot_functions.txt b/scrot_functions.txt index cf679b6..fd4ea56 100644 --- a/scrot_functions.txt +++ b/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 diff --git a/shell-fm.txt b/shell-fm.txt index 18d9a16..acffd71 100644 --- a/shell-fm.txt +++ b/shell-fm.txt @@ -1,3 +1,6 @@ +# this is notes for video: http://www.youtube.com/watch?v=HC5oqDpMXg0 + + #------------------------------------------//// # Shell-FM #------------------------------------------//// diff --git a/snippy.sh b/snippy.sh index 6a84453..7e03ebf 100755 --- a/snippy.sh +++ b/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) diff --git a/snippy_1line.sh b/snippy_1line.sh index c978a84..a6011b5 100755 --- a/snippy_1line.sh +++ b/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) diff --git a/sopcast.txt b/sopcast.txt index c46ef6a..983613f 100644 --- a/sopcast.txt +++ b/sopcast.txt @@ -1,3 +1,6 @@ +# this is notes for video: http://www.youtube.com/watch?v=gIIalmYCqzs + + #------------------------------------------//// # Sopcast #------------------------------------------//// diff --git a/tmux_layout.txt b/tmux_layout.txt index 214b3fc..68d51ff 100644 --- a/tmux_layout.txt +++ b/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 diff --git a/tmux_maximize_pane.txt b/tmux_maximize_pane.txt index 24b40eb..da8b9b7 100644 --- a/tmux_maximize_pane.txt +++ b/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 diff --git a/transmission-cli.txt b/transmission-cli.txt index dd258f2..f2c22cd 100644 --- a/transmission-cli.txt +++ b/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 @@ -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 ;} -#}}} \ No newline at end of file +#}}} diff --git a/urlscan_tmux.txt b/urlscan_tmux.txt index e9311e0..77720d7 100644 --- a/urlscan_tmux.txt +++ b/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 \; \ diff --git a/urlview_tmux.txt b/urlview_tmux.txt index 5f6d436..11bfc19 100644 --- a/urlview_tmux.txt +++ b/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 diff --git a/vlc_midi.txt b/vlc_midi.txt index 60be717..89706d2 100644 --- a/vlc_midi.txt +++ b/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 diff --git a/w3m_context_view_tmux.txt b/w3m_context_view_tmux.txt index 5a27471..673e043 100644 --- a/w3m_context_view_tmux.txt +++ b/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 diff --git a/wiican_wiimote_xbmc.wminput b/wiican_wiimote_xbmc.wminput index ee156ed..4f19f7c 100644 --- a/wiican_wiimote_xbmc.wminput +++ b/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 diff --git a/xclip_pbcopy_alias.txt b/xclip_pbcopy_alias.txt index d8ae36f..29afbb7 100644 --- a/xclip_pbcopy_alias.txt +++ b/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 diff --git a/xfce-wallpaper-change.txt b/xfce-wallpaper-change.txt index 2895d08..da857cd 100644 --- a/xfce-wallpaper-change.txt +++ b/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)" diff --git a/zsh_vim_mode.txt b/zsh_vim_mode.txt index e29bce6..5b23f20 100644 --- a/zsh_vim_mode.txt +++ b/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