From 45bf707694e8532503291af38775aaed0c668617 Mon Sep 17 00:00:00 2001
From: FreeArtMan <dos21h@gmail.com>
Date: Wed, 9 Nov 2016 20:37:35 +0000
Subject: Update content with titles and keywords

---
 md/writeup/compile_linux_kernel.md  | 2 ++
 md/writeup/crackme.md               | 1 +
 md/writeup/datamatch.md             | 2 ++
 md/writeup/gcc_inline_assembly.md   | 2 ++
 md/writeup/h64e.md                  | 2 ++
 md/writeup/ihe.md                   | 2 ++
 md/writeup/kconf2h.md               | 2 ++
 md/writeup/kernel_debug_messages.md | 1 +
 md/writeup/kernel_dev_hwrng.md      | 1 +
 md/writeup/kernel_hello_world.md    | 1 +
 md/writeup/mitmproxy.md             | 2 ++
 md/writeup/multiboot_usb_drive.md   | 1 +
 md/writeup/qemu_usage.md            | 1 +
 md/writeup/radiola.md               | 1 +
 md/writeup/rtlsdr_usage.md          | 3 +++
 md/writeup/using_gdb.md             | 2 ++
 md/writeup/using_iptables.md        | 2 ++
 17 files changed, 28 insertions(+)

(limited to 'md/writeup')

diff --git a/md/writeup/compile_linux_kernel.md b/md/writeup/compile_linux_kernel.md
index c916c96..a373caf 100644
--- a/md/writeup/compile_linux_kernel.md
+++ b/md/writeup/compile_linux_kernel.md
@@ -1,3 +1,5 @@
+title: Compile Linux kernel
+
 # Compile Linux kernel
 
 ## Getting sources
diff --git a/md/writeup/crackme.md b/md/writeup/crackme.md
index 88b99f0..10164c4 100644
--- a/md/writeup/crackme.md
+++ b/md/writeup/crackme.md
@@ -1,3 +1,4 @@
+title: crackme
 ## crackmes.de
 
 | Name | Level | Solution | Comment | Link |
diff --git a/md/writeup/datamatch.md b/md/writeup/datamatch.md
index d538296..3d0d9e9 100644
--- a/md/writeup/datamatch.md
+++ b/md/writeup/datamatch.md
@@ -1,3 +1,5 @@
+title: DM - data match mini language
+
 # DM - data match mini data language
 
 mini language to match some data in files it could be just binary file or 
diff --git a/md/writeup/gcc_inline_assembly.md b/md/writeup/gcc_inline_assembly.md
index eda7764..06db7dd 100644
--- a/md/writeup/gcc_inline_assembly.md
+++ b/md/writeup/gcc_inline_assembly.md
@@ -1,3 +1,5 @@
+title: GCC inline assembly
+
 # GCC inline assembly
 
 Here is attempt to make best notes about gcc inline asm. As this is just small
diff --git a/md/writeup/h64e.md b/md/writeup/h64e.md
index e17883f..6b6c320 100644
--- a/md/writeup/h64e.md
+++ b/md/writeup/h64e.md
@@ -1,3 +1,5 @@
+title: h64d - hexdump replacment
+
 # h64d - hexdump replacment
 
 small hexdump like tool currently supports:
diff --git a/md/writeup/ihe.md b/md/writeup/ihe.md
index fbaf5c8..38e3eec 100644
--- a/md/writeup/ihe.md
+++ b/md/writeup/ihe.md
@@ -1,3 +1,5 @@
+title: Interactive hex editor
+
 ** Interactive hex editor **
 ## Intro
 Experimental interactivce cli hex editor. Plans to copy GUI like hex editor.
diff --git a/md/writeup/kconf2h.md b/md/writeup/kconf2h.md
index 41f573d..a90ee04 100644
--- a/md/writeup/kconf2h.md
+++ b/md/writeup/kconf2h.md
@@ -1,3 +1,5 @@
+title: kconf2h - kernel config transltion to C headers
+
 # kconf2h - kernel config transltion to C headers
 
 Kernel menuconfig is cool way how to configure files and enable/disable some
diff --git a/md/writeup/kernel_debug_messages.md b/md/writeup/kernel_debug_messages.md
index 2a36696..02b6fe8 100644
--- a/md/writeup/kernel_debug_messages.md
+++ b/md/writeup/kernel_debug_messages.md
@@ -1,3 +1,4 @@
+title: Kernel debug messages
 # Kernel debug messages
 
 ## Intro
diff --git a/md/writeup/kernel_dev_hwrng.md b/md/writeup/kernel_dev_hwrng.md
index 5e903a7..b5e496a 100644
--- a/md/writeup/kernel_dev_hwrng.md
+++ b/md/writeup/kernel_dev_hwrng.md
@@ -1,3 +1,4 @@
+title: Kernel /dev/hwrng
 # /dev/hwrng
 
 ## Intro
diff --git a/md/writeup/kernel_hello_world.md b/md/writeup/kernel_hello_world.md
index efad275..f85af45 100644
--- a/md/writeup/kernel_hello_world.md
+++ b/md/writeup/kernel_hello_world.md
@@ -1,3 +1,4 @@
+title: Kernel compile "Hello world"
 # Kernel compile "Hello world"
 
 Compile minimal linux kernel module. 
diff --git a/md/writeup/mitmproxy.md b/md/writeup/mitmproxy.md
index 8978ad8..c7bbb82 100644
--- a/md/writeup/mitmproxy.md
+++ b/md/writeup/mitmproxy.md
@@ -1,3 +1,5 @@
+title: Mitmproxy
+
 # MITMproxy
 ## Intro
 
diff --git a/md/writeup/multiboot_usb_drive.md b/md/writeup/multiboot_usb_drive.md
index 538302f..9d0cb2e 100644
--- a/md/writeup/multiboot_usb_drive.md
+++ b/md/writeup/multiboot_usb_drive.md
@@ -1,3 +1,4 @@
+title: Multiboot USB drive
 # Multiboot USB drive
 
 Purpose of this is to use one USB driver to test many distros. When you have
diff --git a/md/writeup/qemu_usage.md b/md/writeup/qemu_usage.md
index ee3867e..97dbc09 100644
--- a/md/writeup/qemu_usage.md
+++ b/md/writeup/qemu_usage.md
@@ -1,3 +1,4 @@
+title: QEMU usage
 # QEMU
 
 ## Create image
diff --git a/md/writeup/radiola.md b/md/writeup/radiola.md
index f59b6e2..065f117 100644
--- a/md/writeup/radiola.md
+++ b/md/writeup/radiola.md
@@ -1,3 +1,4 @@
+title: Radiola - rtlsdr expermintal SDR
 # Radiola - rtlsdr expermintal SDR
 
 Experimental rtlsdr software to play with small and nifty tv-tuner dongle.
diff --git a/md/writeup/rtlsdr_usage.md b/md/writeup/rtlsdr_usage.md
index e3b543d..cc43edb 100644
--- a/md/writeup/rtlsdr_usage.md
+++ b/md/writeup/rtlsdr_usage.md
@@ -1,3 +1,6 @@
+title:Using RTLSDR
+keywords:linux,rtlsdr,gqrx
+
 # RTLSDR usage
 ## Setup rtlsdr
 
diff --git a/md/writeup/using_gdb.md b/md/writeup/using_gdb.md
index 9f2cbcb..ab27272 100644
--- a/md/writeup/using_gdb.md
+++ b/md/writeup/using_gdb.md
@@ -1,3 +1,5 @@
+title: Using GDB
+keywords:gdb,debug,linux
 # Using GDB
 
 GDB is gnu debugger that excists for years and it work on any linux/bsd
diff --git a/md/writeup/using_iptables.md b/md/writeup/using_iptables.md
index 7f915b5..4ef342d 100644
--- a/md/writeup/using_iptables.md
+++ b/md/writeup/using_iptables.md
@@ -1,3 +1,5 @@
+title:Using iptables
+keywords:linux,iptables,networking,icmp,ping
 # Iptables
 
 ## Intro
-- 
cgit v1.2.3