Archive

2010

  • Find Invisible Gtalkers! August, 2010

    Find your buddies who decided to remain invisible

  • Terminal Shortcuts! (Compilation) August, 2010

    Few shortcuts to enhance your commandline skills

  • Gnome Humour! August, 2010

    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.

  • You personal computer can be a webserver August, 2010

    Running a personal webserver from home can be fun, and also keep you busy. Know how to do it.

  • XMPP Auto Reply Bot August, 2010

    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.

  • Emacs org-mode productivity October, 2010

    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.

2013

  • The life of a Process July, 2013

    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.

  • Program Compilation - An introduction July, 2013

    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.

  • The Birth of a Process July, 2013

    This is a part of the series on Life of a Process. This section explains how a process is created from the shell.

  • Dynamic linker and loader July, 2013

    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.

2014

2017

  • Go's Reflection March, 2017

    Using the reflect package

  • Searching for files? March, 2017

    Nobody is a exception for searching files unless you don’t have a computer.

  • Virtual Host Running on apache March, 2017

    Nobody is a exception for searching files unless you don’t have a computer.

  • About fossix March, 2017

    Opensource and technology

  • Android Interview Questions March, 2017

    List of Interview questions related to android

  • C++ - Creating Transparent Dialog March, 2017

    Trick to make a transparent dialog without making its child controls transparent in C++

  • Generate unique IDs March, 2017

    The aritcle talks about a simple way to generate meaningful unique ids. Typical application is with database shards.

  • Linux Interview Questions March, 2017

    Linux kernel and device driver interview questions.

  • System Programming Interview Questions March, 2017

    small effort on updated interview questions.

  • Twitter From The Command Line March, 2017

    We all love to tweet.. but how to do that right from you favourite command line?

  • SOLID principles in Golang March, 2017

    Golang’s embodiment of SOLID as a language design

  • In-house Audio Streaming March, 2017

    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.

  • The fork() system call March, 2017

    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.

  • The exec() system call March, 2017

    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 …

  • Program Sections March, 2017

    This is part of The Life of a Process series. This section explains the different sections of a program. Like the BSS, Data etc.

  • Developing android app the fun way March, 2017

    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.

  • Command Line for beginners - Email March, 2017

    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.

  • Intro To Assembly Programming From A Dummy March, 2017

    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.

  • Kernel development using qemu July, 2017

    Hack, build, boot kernel on a powerpc using qemu

  • More kernel development using qemu July, 2017

    Building and booting a full distro kernel on qemu for powerpc

  • Elegant Time December, 2017

    Timing function runtime

2018

2020

  • Writing containers in Linux October, 2020

    Literate programming attempt of writing containers

  • Adding big numbers October, 2020

    One of the most frequently asked interview questions: How do you add arbitrarily large number? Or a variation of that: Add nodes of two singly linked lists, producing a third list. Let's …


Site design and logo and content © fossix.org