LPIC-1 is the first certification in LPI’s multi-level Linux professional certification program. The LPIC-1 will validate the candidate's ability to perform maintenance tasks on the command line, install and configure a computer running Linux and configure basic networking. The LPIC-1 is designed to reflect current research and validate...
Thursday, 30 May 2019
Tuesday, 28 May 2019
Linux Professional Institute DevOps Tools Engineer
Businesses across the globe are increasingly implementing DevOps practices to optimize daily systems administration and software development tasks. As a result, businesses across industries are hiring IT professionals that can effectively apply DevOps to reduce delivery time and and improve quality in the development of new software products....
Saturday, 25 May 2019
Linux Essentials: Overview
Linux adoption continues to rise world-wide as individual users, government entities and industries ranging from automotive to space exploration embrace open source technologies. This expansion of open source in enterprise is redefining traditional Information and Communication Technology (ICT) job roles to require more Linux skills. Whether you’re starting...
Thursday, 23 May 2019
Community Engagement. Looking back. Looking forward.
During the military dictatorship in my country, Brazil, which lasted from 1964 until 1985, a cry by the students at the University of Sao Paulo became popular. At night, all the lights in the University would suddenly be turned off, so the students all cried: "Ninguém solta a...
Thursday, 16 May 2019
Find Command in Unix and Linux Examples
Find is one of the powerful utility of Unix (or Linux) used for searching the files in a directory hierarchy. The syntax of find command is find [pathnames] [conditions] Let see some practical exercises on using find command. 1. How to run the last executed find command? !find...
Tuesday, 14 May 2019
Linux/Unix Command: zcat
Gzip reduces the size of the named files using Lempel-Ziv coding (LZ77). Whenever possible, each file is replaced by one with the extension .gz, while keeping the same ownership modes, access and modification times. (The default extension is -gz for VMS, z for MSDOS, OS/2 FAT, Windows NT...
Saturday, 11 May 2019
Saturday, 4 May 2019
LPI Releases Updates to LPIC-1 and Linux Essentials Certifications
Linux Professional Institute (LPI) has released updated versions of its LPIC-1 and Linux Essentials certifications. The updated LPIC-1 program is version 5.0 and a Linux Essentials is updated to version 1.6. LPI’s certification objectives are regularly updated to reflect changes to the skills required by open source professionals...
Thursday, 2 May 2019
cp command in Linux with examples
cp stands for copy. This command is used to copy files or group of files or directory. It creates an exact image of a file on a disk with different file name. cp command require at least two filenames in its arguments. Syntax: cp [OPTION] Source Destination cp...