day ago 1. Bird taking a look at, known as birding also, is certainly one of the passions for gentlemen over 50 that has got long been attainable for lots of decades for guys with a take pleasure in of characteristics and who seek out out no cost period for this pleasurable hobby. features cultivated […]
You are browsing archives for
Category: Uncategorized
Asymmetric key encryption/decryption usi...
Tutorial By :- Abhishek Pandey (abhishek@firmcodes.com) Hello friends, you must have listen somewhere about “asymmetric key cryptography”. So let me explain you what each word says. Cryptography refers to techniques used for secure communication between two people in presence of some third person who might steal our secret data and may use it in a […]
Writing a Shell Script in Linux
How to write a Script in Linux To successfully write a shell script, you have to do three things: Write a script Give the shell permission to execute it Writing a script A shell script is a file that contains ASCII text. To create a shell script, you use a text editor. There are many, […]
Build Own OS for Raspberry or Custom OS ...
Hello all of you. I think you all must be doing fine and waiting for our new post. So here I am with something new for you people. Today we’ll learn how simply we can get a mini Linux OS for any platform required.So before proceeding further, you must have some knowledge about what are […]
PROJETS OF ARDUINO
ARDUINO
How to make Shared Library in LINUX
Linux Library Types: There are two Linux C/C++ library types which can be created: Static libraries (.a): Library of object code which is linked with, and becomes part of the application. To know more about Static Libraries, Click Here Dynamically linked shared object libraries (.so): There is only one form of this library but it can […]
How to make Static Library in LINUX
Introduction : A “program library” is simply a file containing compiled code (and data) that is to be incorporated later into a program; program libraries allow programs to be more modular, faster to recompile, and easier to update. Program libraries can be divided into three types: static libraries, shared libraries, and dynamically loaded (Shared) libraries. […]
