Hi All,
Here are some of the articles I published in the Open Source for You mag and on Linkedin:
A Tale of Docker, macOS and [xv]hyve
Hi All,
Here are some of the articles I published in the Open Source for You mag and on Linkedin:
A Tale of Docker, macOS and [xv]hyve
GUI elements in scripts with Dialog and Xdialog Dialog_LPM
C and C++ Interpreters Interpretation_LPM
Good performance and easy coding with Vala and Genie InTheBottle_LPM
Hi All,
Here is my original print article published in Open Source for You magazine on Remote Execution and Job Orchestration.
Today this quote http://en.wikiquote.org/wiki/Richard_Stallman from the one and only one Richard Stallman rang up in my mind. In fact, this quote only forced me to write something on my blog after a long time. Richard Stallman or popularly called RMS is one of the reasons in my life that I became passionate about Free Open Source Software and hacking into it. We most of the mortals usually live multi fold or at least two-fold life. In professional front of our lives we have our daily jobs etc. and on the personal fronts we have our hobbies, passions etc. Most of us including me do very different things to pay our bills and run our lives and families and satisfy something hungry deep down in us. If I see the work I do for my living then it comes to my mind why I’m getting paid so much for doing that shitty and boring stuff? When I see the work I do for my satisfaction then it comes to my mind why I’m not doing those crazy but marvelous things as part of my daily job? In short, why can’t my passions be my daily job I do to pay my bills and run my social life? Anyway, I believe few fortunate and gifted folks like RMS do the similar things in all the folds of their lives but they had to sacrifice so much, especially at social fronts, for this uniformity. I recall a quote from Mahatma Gandhi “First they ignore you, then they laugh at you, then they fight you, then you win” that fits very well what those few gifted and freewill folks might have faced to unify their work and passions.
Similarly, in the so-called social life, one is expected to follow and live by norms mostly established by the folks who never tried to explore their real self. So most of the times society tries to manipulate the so-called crazy and passionate ones by imparting the false fears of getting isolated from the rest. It is similar to The Matrix (franchise) movies http://en.wikiquote.org/wiki/The_Matrix_%28franchise%29 in which few woken up human beings were fighting hard for to wake up the entire human race got trapped in their mental world created by the machines. Whatever we talk, preach or force but one thing is true; we all are striving for only one thing, happiness. First we think that physical world around us could give us the happiness but we realize that was just an assumption not the truth. Then eventually we get diverted to our real self and realize that we really enjoy the things which are not giving us the physical world benefits in the short run but still we find happiness in doing those. If we are dare enough to follow our inner voice against the dogmas then we find eventually that we are not afraid of getting isolated any more as exploring our real self is in fact the goal of our lives.
You take either Free Open Source or Spirituality, both are the faces of a same coin representing the freedom and happiness. This is same reason we all feel very happy and satisfied when we see sunrise, sunset, beauty of the nature, beaches, rain, snow … Because we all made for the great things in life which are priceless. I’m damn sure that when we all see a snow fall we never try to calculate its price in terms of physical quantities but rather get transformed to a state full of the internal bliss. Life is really very precious to waste on the things you don’t really enjoy. Yes, I’m out of the matrix once again and will be expressing my true confessions through my blog regularly this time.
Finally I’ve started to upload the stuff, I’m using in my day to day life for years, to https://github.com/richnusgeeks .
Here is the link for some of my Linux for You articles published in print and now hosted on their site:
Hi All,
Here is my original print article published in Linux for You magazine on Programming Instant GUIs with Python.
LINUX For You Magazine http://www.linuxforu.com/
CC BY-SA 3.0 http://creativecommons.org/licenses/by-sa/3.0/
Hi All,
Here is my original print article published in Linux for You magazine on Programming Command Line GUIs.
LINUX For You Magazine http://www.linuxforu.com/
CC BY-SA 3.0 http://creativecommons.org/licenses/by-sa/3.0/
Hi All,
Here is my original print article published in Linux for You magazine on Tweaking Console Terminals and Command Line GUIs.
LINUX For You Magazinehttp://www.linuxforu.com/
CC BY-SA 3.0 http://creativecommons.org/licenses/by-sa/3.0/
Errata:
Page Column Para Line Replace with New text Remarks
43 1 5 7 method of the CDLL class method of the cdll object cdll is a loader object from ctypes,
43 2 5 11 c_ushort(-3) c_ushort(3) unsigned short with signed data provides improper result,
44 1 8 1 GCC gcc gcc is the command for GCC,
44 2 2 2 generates a C generates a C/C++ SWIG generates C or C++ wrapper file,
44 2 2 10 C wrapper C/C++ wrapper -do-,
44 2 5 4 testmodule.so _testmodule.so SWIG shared library naming convention,
44 2 3 4 hpp and hpp, testmodule.cpp and source file name missed,
44 1 Note – – This setting works only in the current terminal and the login session. If you want to get this effective in any terminal on every login session, add the line export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH in your .bashrc and then issue commands sudo ldconfig and . ~/.bashrc .