Category Archives: Articles

Some of my recent Articles Published

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

Taming the cloud: Provisioning with Terraform

Cloud Computing and the Art of instant Salad making

Linux Pro Magazine Articles

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

Remote Execution and Job Orchestration

Hi All,

Here is my original print article published in Open Source for You magazine on Remote Execution and Job Orchestration.

RemotExecution_PrintVersion

Some of my Linux for You articles

Here is the link for some of my Linux for You articles published in print and now hosted on their site:

http://www.linuxforu.com/author/ankur-kumar-sharma/

Python and Instant GUIs

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/

Spicing Up Console for Fun and Profit – 2

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/

Spicing Up Console for Fun and Profit

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/

 

Extending Python via Shared Libraries

Hi All,
Here is the original print article published in Linux for You magazine on Python and C/C++ interaction and the associated errata.

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 .

Advertisement

Turbo Charge Python Apps with Speed – Part 1 and 2

Hi All, below are the links for my article series on speed optimization for Python Apps, originally published in Linux For You :