git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
| #!/bin/bash | |
| ## Bash Script to clear cached memory on (Ubuntu/Debian) Linux | |
| ## By Philipp Klaus | |
| ## see <http://blog.philippklaus.de/2011/02/clear-cached-memory-on-ubuntu/> | |
| if [ "$(whoami)" != "root" ] | |
| then | |
| echo "You have to run this script as Superuser!" | |
| exit 1 | |
| fi |
| #301 Redirects for .htaccess | |
| #Redirect a single page: | |
| Redirect 301 /pagename.php http://www.domain.com/pagename.html | |
| #Redirect an entire site: | |
| Redirect 301 / http://www.domain.com/ | |
| #Redirect an entire site to a sub folder | |
| Redirect 301 / http://www.domain.com/subfolder/ |
git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
| git fetch upstream | |
| git reset --hard upstream/master |
| 1) Create a branch with the tag | |
| git branch {tagname}-branch {tagname} | |
| git checkout {tagname}-branch | |
| 2) Include the fix manually if it's just a change .... | |
| git add . | |
| git ci -m "Fix included" | |
| or cherry-pick the commit, whatever is easier | |
| git cherry-pick {num_commit} | |
| param ( | |
| [string]$vmName = (Read-Host "Provide VM Name"), | |
| [string]$vmFlavour = (Read-Host "What flavour of server do you want? Web/Gravis/Vanilla"), | |
| [string]$vmSize = (Read-Host "Instance Size? Small/Medium/Large") | |
| ) | |
| # Import Configuration | |
| . (Join-Path -Path (Split-Path -parent $MyInvocation.MyCommand.Definition) -ChildPath "configuration.ps1") | |
| # Load VMware Module | |
| if ((Get-PSSnapin | Where-Object { $_.Name -eq "VMware.VimAutomation.Core" }) -eq $null) { Add-PSSnapin VMware.VimAutomation.Core } |
| #!/bin/sh | |
| # ============================ | |
| # = Editing Files with 'sed' = | |
| # ============================ | |
| # 'sed' stands for Stream EDitor and is used to edit files automatically. It reads a file line by line, edits each line as directed by a | |
| # list of commands, and spits out the changed line. 'sed' does a lot, much more than I can cover in this tutorial. A fuller tutorial on | |
| # 'sed' will appear in an Advanced Lesson. | |
| # |
| #!/bin/bash | |
| # gnome shell | |
| # http://askubuntu.com/questions/73030/can-i-get-unity-style-super1-9-keyboard-shortcuts-for-launching-apps-in-gnome | |
| sudo apt-get install gnome-shell wmctrl xbindkeys | |
| cat """ | |
| #Terminal | |
| "wmctrl -xa Terminal || terminal" |
| 0-mail.com | |
| 0815.ru | |
| 0clickemail.com | |
| 0wnd.net | |
| 0wnd.org | |
| 10minutemail.com | |
| 20minutemail.com | |
| 2prong.com | |
| 30minutemail.com | |
| 3d-painting.com |
| about | |
| abuse | |
| acme | |
| ad | |
| admanager | |
| admin | |
| ads | |
| adsense | |
| adult | |
| adwords |