Skip to content

Instantly share code, notes, and snippets.

diff -uNr linux-zen/Documentation/vm/00-INDEX linux-zen.uksm/Documentation/vm/00-INDEX
--- linux-zen/Documentation/vm/00-INDEX 2015-11-12 20:38:36.000000000 +0100
+++ linux-zen.uksm/Documentation/vm/00-INDEX 2015-11-13 19:32:35.860572160 +0100
@@ -18,6 +18,8 @@
- description of the idle page tracking feature.
ksm.txt
- how to use the Kernel Samepage Merging feature.
+uksm.txt
+ - Introduction to Ultra KSM
numa
@ECHO OFF
REM -- Automates cygwin installation
SETLOCAL
REM -- Change to the directory of the executing batch file
CD %~dp0
REM -- Configure our paths
SET SITE=http://ftp.cc.uoc.gr/mirrors/cygwin/
@mdirik
mdirik / gist:5224980
Created March 22, 2013 21:39
Keyboard shortcuts - Sublime Text 2

Sublime Text 2 – Useful Shortcuts (PC)

Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.

Editing

Ctrl+C copy current line (if no selection)
Ctrl+X cut current line (if no selection)
Ctrl+⇧+K delete line
Ctrl+↩ insert line after