link back to youtube

pull/4/head
gotbletu 11 years ago
parent 03316ea0d1
commit fb9376c847

@ -1,3 +1,4 @@
# this is notes for video: http://www.youtube.com/watch?v=oNKOXk18-cM
#
# ~/.bashrc
#

@ -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" ;}

@ -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`"

@ -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

@ -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 "$@" ;}

@ -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'

@ -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"
}

@ -1,3 +1,5 @@
# this is notes for video: http://www.youtube.com/watch?v=OBVOS6JPw_Y
Enlightenment E17 Settings

@ -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

@ -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

@ -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,

@ -1,4 +1,5 @@
#!/bin/bash
# video demo at: http://www.youtube.com/watch?v=aK4mAAScnAo
# _ _ _ _
# __ _ ___ | |_| |__ | | ___| |_ _ _
# / _` |/ _ \| __| '_ \| |/ _ \ __| | | |

@ -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

@ -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

@ -1,3 +1,7 @@
# this is notes for video: http://www.youtube.com/watch?v=y0SZIW0abd8
caja = nautilus
marco = matacity
pluma = gedit

@ -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)"'

@ -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"

@ -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

@ -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"'

@ -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 ;}

@ -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

@ -1,3 +1,6 @@
# this is notes for video: http://www.youtube.com/watch?v=HC5oqDpMXg0
#------------------------------------------////
# Shell-FM
#------------------------------------------////

@ -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)

@ -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)

@ -1,3 +1,6 @@
# this is notes for video: http://www.youtube.com/watch?v=gIIalmYCqzs
#------------------------------------------////
# Sopcast
#------------------------------------------////

@ -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

@ -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

@ -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 ;}
#}}}
#}}}

@ -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 \; \

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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)"

@ -1,3 +1,6 @@
# this is notes for video: http://www.youtube.com/watch?v=EIp6TSC8SOQ
##### for ~/.zshrc
# enable vim mode on commmand line

Loading…
Cancel
Save