2.0 - Introduction to Linux September 14, 2017 What is Linux ? - Linux is a free and open source operating system that is causing a revolution in the computer world - Original...Read More
1.1 - Linux History September 13, 2017 History of Linux How it all started? With GNU (GNU is not UNIX) Richard Stallman made the initial announcement in 1983, Free...Read More
3.8 - File Input / Output September 13, 2017 File Input / Output Sequence of bytes Could be regular or binary file Why? Persistent storage Theoretically unlimited siz...Read More
3.7 - User Defined Datatypes. September 13, 2017 UDDs – Structures Sometimes it becomes tough to build a whole software that works only with integers, floating values, and characte...Read More
3.6 - Preprocessors September 13, 2017 Preprocessor One of the step performed before compilation Is a text substitution tool and it instructs the compiler to do required ...Read More
3.5 - Strings September 12, 2017 Strings A set of things tied or threaded together on a thin cord Contiguous sequence of characters Stores printable A...Read More
3.4 - Standard Input/Output September 12, 2017 Standard I/O – The File Descriptors OS uses 3 file descriptors to provide standard input output functionalities: 0 → stdin 1 → ...Read More