Skip to content

Commit 02ce3c7

Browse files
committed
replace excerpt to summary (from jekyll)
Signed-off-by: Santosh Sivaraj <santosh@fossix.org>
1 parent 4c813ef commit 02ce3c7

38 files changed

+38
-38
lines changed

content/posts/2009-08-30-twitter-from-the-commandline.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Twitter From The Command Line
4-
excerpt: "We all love to tweet.. but how to do that right from you favourite command line?"
4+
summary: "We all love to tweet.. but how to do that right from you favourite command line?"
55
categories: articles
66
tags: [CLI, twitter]
77
image:

content/posts/2010-06-29-searching-for-files.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Searching for files?
4-
excerpt: "Nobody is a exception for searching files unless you don’t have a computer."
4+
summary: "Nobody is a exception for searching files unless you don’t have a computer."
55
categories: articles
66
tags: [find, locate, files]
77
image:

content/posts/2010-08-05-Find-Invisible-Gtalkers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Find Invisible Gtalkers!
4-
excerpt: "Find your buddies who decided to remain invisible"
4+
summary: "Find your buddies who decided to remain invisible"
55
categories: articles
66
tags: [xmpp, gtalk, invisible]
77
comments: true

content/posts/2010-08-09-Terminal-Shorcuts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Terminal Shortcuts! (Compilation)
4-
excerpt: "Few shortcuts to enhance your commandline skills"
4+
summary: "Few shortcuts to enhance your commandline skills"
55
categories: articles
66
tags: [linux, CLI, commands, terminal, shortcuts]
77
comments: true

content/posts/2010-08-13-Gnome-Humour.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Gnome Humour!
4-
excerpt: "If fortunately, a geek has a girl friend, they are sure that they will find bug in their relationship and needs a Bugzilla to fix it."
4+
summary: "If fortunately, a geek has a girl friend, they are sure that they will find bug in their relationship and needs a Bugzilla to fix it."
55
categories: articles
66
tags: [bugzilla, funny, gnome, humour]
77
image:

content/posts/2010-08-17-personal-computer-as-webserver.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: You personal computer can be a webserver
4-
excerpt: "Running a personal webserver from home can be fun, and also keep you busy. Know how to do it."
4+
summary: "Running a personal webserver from home can be fun, and also keep you busy. Know how to do it."
55
categories: articles
66
tags: [linux, apache, webserver]
77
comments: true

content/posts/2010-08-23-xmpp-auto-reply-bot.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: XMPP Auto Reply Bot
4-
excerpt: "How about having a automatic reply for all your chats which are based on the XMPP? Even Gtalk is based on XMPP, and so many others too."
4+
summary: "How about having a automatic reply for all your chats which are based on the XMPP? Even Gtalk is based on XMPP, and so many others too."
55
categories: articles
66
tags: [gtalk, xmpp, bot]
77
comments: true

content/posts/2010-10-31-emacs-org-mode-productivity.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Emacs org-mode productivity
4-
excerpt: "Using emacs is awesome, using it also as a productivity tool is so productive. Combined with org-mode emacs and your life will be not the same again."
4+
summary: "Using emacs is awesome, using it also as a productivity tool is so productive. Combined with org-mode emacs and your life will be not the same again."
55
categories: articles
66
tags: [linux, emacs, productivity, organise]
77
comments: true

content/posts/2013-07-20-the-life-of-a-process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: The life of a Process
4-
excerpt: "This is a series trying to explain the Life of a process in a Linux system. Will try to cover most of the aspects from the user space to the kernel space."
4+
summary: "This is a series trying to explain the Life of a process in a Linux system. Will try to cover most of the aspects from the user space to the kernel space."
55
categories: articles
66
tags: [process, linux]
77
comments: true

content/posts/2013-07-21-program-compilation-an-introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Program Compilation - An introduction
4-
excerpt: "A basic intro about how compilation works for a C program. This is part of the 'Life of a Process' series. We will see the compilation steps and what ld does."
4+
summary: "A basic intro about how compilation works for a C program. This is part of the 'Life of a Process' series. We will see the compilation steps and what ld does."
55
categories: articles
66
tags: [c, gcc, linking]
77
comments: true

content/posts/2013-07-23-in-house-audio-streaming.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: In-house Audio Streaming
4-
excerpt: "How can we actually do a non-stop radio like setup that we can listen on our phones? Its actually easy with icecast and easystream. Read on to find out."
4+
summary: "How can we actually do a non-stop radio like setup that we can listen on our phones? Its actually easy with icecast and easystream. Read on to find out."
55
categories: articles
66
tags: [android, streaming, fedora, audio]
77
comments: true

content/posts/2013-07-23-the-birth-of-a-process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: The Birth of a Process
4-
excerpt: "This is a part of the series on Life of a Process. This section explains how a process is created from the shell."
4+
summary: "This is a part of the series on Life of a Process. This section explains how a process is created from the shell."
55
categories: articles
66
tags: [c, process, shell]
77
comments: true

content/posts/2013-07-24-the-fork-system-call.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: The fork() system call
4-
excerpt: "This is part of the series titles The Life of a Process. This part tell about how a fork system call works which is required to create a new process."
4+
summary: "This is part of the series titles The Life of a Process. This part tell about how a fork system call works which is required to create a new process."
55
categories: articles
66
tags: [process, fork, syscall]
77
comments: true

content/posts/2013-07-25-the-exec-system-call.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: The exec() system call
4-
excerpt: "This is part of the series 'The Life of a process'. This write-up is about the exec system call. We saw about how a process is created, but how is a new program gets loaded? Let's see here."
4+
summary: "This is part of the series 'The Life of a process'. This write-up is about the exec system call. We saw about how a process is created, but how is a new program gets loaded? Let's see here."
55
categories: articles
66
tags: [process, exec, syscall]
77
comments: true

content/posts/2013-07-26-program-sections.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Program Sections
4-
excerpt: "This is part of The Life of a Process series. This section explains the different sections of a program. Like the BSS, Data etc."
4+
summary: "This is part of The Life of a Process series. This section explains the different sections of a program. Like the BSS, Data etc."
55
categories: articles
66
tags: [process, elf]
77
comments: true

content/posts/2013-07-27-Dynamic-linker-and-loader.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Dynamic linker and loader
4-
excerpt: "This is a part of the Life of a Process Series. This section explains how libraries are linked and loaded dynamically upon the start of execution of a program."
4+
summary: "This is a part of the Life of a Process Series. This section explains how libraries are linked and loaded dynamically upon the start of execution of a program."
55
categories: articles
66
tags: [process, linker, loader]
77
comments: true

content/posts/2013-07-28-developing-android-app-the-fun-way.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Developing android app the fun way
4-
excerpt: "Developing an Android app was never easy before, we need to know Java, after the introduction of ASE, we need to know Python, now, its child's play, just putting the pieces of a puzzle together."
4+
summary: "Developing an Android app was never easy before, we need to know Java, after the introduction of ASE, we need to know Python, now, its child's play, just putting the pieces of a puzzle together."
55
categories: articles
66
tags: [android, google]
77
comments: true

content/posts/2013-07-29-assembly-programming-intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Intro To Assembly Programming From A Dummy
4-
excerpt: "Developing an Android app was never easy before, we need to know Java, after the introduction of ASE, we need to know Python, now, its child's play, just putting the pieces of a puzzle together."
4+
summary: "Developing an Android app was never easy before, we need to know Java, after the introduction of ASE, we need to know Python, now, its child's play, just putting the pieces of a puzzle together."
55
categories: articles
66
tags: [c, asm]
77
comments: true

content/posts/2013-07-29-command-line-for-beginners.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Command Line for beginners - Email
4-
excerpt: "An attempt to create a series of articles targetting audencies who are beginning their command line journey. This post speaks about how to setup your email and view mails in a command line client."
4+
summary: "An attempt to create a series of articles targetting audencies who are beginning their command line journey. This post speaks about how to setup your email and view mails in a command line client."
55
categories: articles
66
tags: [CLI, email]
77
comments: true

content/posts/2013-07-29-virual-host-apache.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Virtual Host Running on apache
4-
excerpt: "Nobody is a exception for searching files unless you don’t have a computer."
4+
summary: "Nobody is a exception for searching files unless you don’t have a computer."
55
categories: articles
66
tags: [virtalhost, apache]
77
comments: true

content/posts/2013-08-01-generate-unique-ids.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Generate unique IDs
4-
excerpt: "The aritcle talks about a simple way to generate meaningful unique ids. Typical application is with database shards."
4+
summary: "The aritcle talks about a simple way to generate meaningful unique ids. Typical application is with database shards."
55
categories: articles
66
tags: [c, database, algorithm]
77
comments: true

content/posts/2014-06-24-system-programming-questions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: System Programming Interview Questions
4-
excerpt: "small effort on updated interview questions."
4+
summary: "small effort on updated interview questions."
55
categories: articles
66
tags: [programming, questions]
77
comments: true

content/posts/2014-07-09-android-interview-questions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Android Interview Questions
4-
excerpt: "List of Interview questions related to android"
4+
summary: "List of Interview questions related to android"
55
categories: articles
66
tags: [android, questions]
77
comments: true

content/posts/2014-07-18-creating-transparent-dialog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: C++ - Creating Transparent Dialog
4-
excerpt: "Trick to make a transparent dialog without making its child controls transparent in C++"
4+
summary: "Trick to make a transparent dialog without making its child controls transparent in C++"
55
categories: articles
66
tags: [dialog, transparent, windows]
77
comments: true

content/posts/2014-07-18-linux-interview-questions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Linux Interview Questions
4-
excerpt: "Linux kernel and device driver interview questions."
4+
summary: "Linux kernel and device driver interview questions."
55
categories: articles
66
tags: [linux, driver, questions]
77
comments: true

content/posts/2014-07-19-call-stack-basics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Call Stack for Beginners - Part 1
4-
excerpt: "This is part of Life of a Process series, but this one is not an exact continuation of the where it was left, but it should be useful for the overall understanding of a process and its life."
4+
summary: "This is part of Life of a Process series, but this one is not an exact continuation of the where it was left, but it should be useful for the overall understanding of a process and its life."
55
categories: articles
66
tags: [process, linux, stack]
77
comments: true

content/posts/2014-08-01-debugging-kernel-using-jtag.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Debuggin Linux Kernel using JTAG (In ARM)
4-
excerpt: "Simple and useful steps to debug vmlinux in a JTAG debugger."
4+
summary: "Simple and useful steps to debug vmlinux in a JTAG debugger."
55
categories: articles
66
tags: [linux, debugging, trace32]
77
comments: true

content/posts/2014-10-04-next-steps-after-buying-jolla.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: What next after buying Jolla
4-
excerpt: "Got a Jolla Sailfish phone? Congrats and welcome to the non-android, non-IOS, a pure traditional Linux OS liking community. Learn to hack your phone, its fun and its in the spirit of the OS and community."
4+
summary: "Got a Jolla Sailfish phone? Congrats and welcome to the non-android, non-IOS, a pure traditional Linux OS liking community. Learn to hack your phone, its fun and its in the spirit of the OS and community."
55
categories: articles
66
tags: [jolla, sailfish, newbie]
77
comments: true

content/posts/2014-10-07-openstack-autoscaling.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Openstack - How To Attach To An Autoscaling Group Or An Arbitrary Group Of Nodes
4-
excerpt: "In order to use a load balancer with an autoscaling group- we should use a nested stack to achieve. We can define the AutoScaling Group and LoadBalancer pool in the top level template."
4+
summary: "In order to use a load balancer with an autoscaling group- we should use a nested stack to achieve. We can define the AutoScaling Group and LoadBalancer pool in the top level template."
55
categories: articles
66
tags: [openstack, autoscaling]
77
comments: true

content/posts/2014-10-10-sms-from-commandline-in-jolla.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Sending SMS from the command line in Jolla
4-
excerpt: " A shell script to send SMS from the command line interface of sailfish.. and also see the Easter egg inside sailfish"
4+
summary: " A shell script to send SMS from the command line interface of sailfish.. and also see the Easter egg inside sailfish"
55
categories: articles
66
tags: [CLI, jolla, easter-eggs, sms]
77
comments: true

content/posts/2017-03-08-Go-reflection.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "Go's Reflection"
4-
excerpt: "Using the reflect package"
4+
summary: "Using the reflect package"
55
date: 2017-03-08 11:39:17 +0530
66
categories: articles
77
tags: [golang]

content/posts/2017-03-23-SOLID-principals.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "SOLID principles in Golang"
4-
excerpt: "Golang's embodiment of SOLID as a language design"
4+
summary: "Golang's embodiment of SOLID as a language design"
55
date: 2017-03-23 11:39:17 +0530
66
categories: articles
77
tags: [go, golang, go-design-patterns]

content/posts/2018-02-15-elegant-time-pref-in-go.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "Elegant Time"
4-
excerpt: "Timing function runtime"
4+
summary: "Timing function runtime"
55
date: 2017-12-25 11:29:17 +0530
66
categories: blogs
77
tags: [golang, time]

content/posts/2018-08-14-golang-docker.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: snippets
33
title: "Dockerize go programs"
4-
excerpt: "How to run program in a Docker"
4+
summary: "How to run program in a Docker"
55
date: 2018-08-14 11:29:17 +0530
66
categories: snippets
77
tags: [golang, docker]

content/posts/2018-09-11-go-json-marhsal-empty-slice.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: snippets
33
title: "Go's json marshal"
4-
excerpt: "Marshalling nil objects"
4+
summary: "Marshalling nil objects"
55
date: 2018-09-11 11:16:17 +0700
66
categories: snippets
77
tags: [golang]

content/posts/2018-11-14-golang-concurrency.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "Concurrency notes"
4-
excerpt: "Make two go goutines wait on each other"
4+
summary: "Make two go goutines wait on each other"
55
date: 2018-11-14 11:29:17 +0530
66
categories: blogs
77
tags: [golang, concurrency]

content/posts/2018-12-22-haskool.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Haskell functions"
3-
excerpt: "Haskell learning steps: functions"
3+
summary: "Haskell learning steps: functions"
44
date: 2018-12-23 11:29:17 +0530
55
categories: blogs
66
tags: [haskell, functions]

content/posts/2020-10-01-Cointainers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Writing containers in Linux"
3-
excerpt: "Literate programming attempt of writing containers"
3+
summary: "Literate programming attempt of writing containers"
44
date: 2020-10-01 10:28:45 +0530
55
categories: snippets
66
tags: [linux, containers]

0 commit comments

Comments
 (0)