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.
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 .