Saturday, 29 February 2020

du command in Linux with examples

du command, short for disk usage, is used to estimate file space usage. The du command can be used to track the files and directories which are consuming excessive amount of space on hard disk drive. Syntax : du [OPTION]... [FILE]... du [OPTION]... --files0-from=F Examples : du /home/xyz/test...

Thursday, 27 February 2020

LPIC-1 Using SED

Sed is extremely powerful, and the tasks it can accomplish are limited only by your imagination. This small introduction should whet your appetite for sed, but is not intended to be complete or extensive. As with many of the text commands we have looked at so far, sed...

Tuesday, 25 February 2020

apt-get command in Linux with Examples

apt-get is a command-line tool which helps in handling packages in Linux. Its main task is to retrieve the information and packages from the authenticated sources for installation, upgrade and removal of packages along with their dependencies. Here APT stands for the Advanced Packaging Tool. Syntax: apt-get [options]...

Thursday, 20 February 2020

Unix Sed Command to Delete Lines in File - Top 10 Examples

Sed Command to Delete Lines: Sed command can be used to delete or remove specific lines which matches a given pattern or in a particular position in a file. Here we will see how to delete lines using sed command with various examples. The following file contains a sample...

Tuesday, 18 February 2020

Exam 701: 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 improve quality in the development of new software products. To...

Sunday, 16 February 2020

accept - Linux Command

NAME accept - This command causes the print queue to accept printing job requests. SYNOPSIS accept [ -E ] [ -U username ] [ -h hostname[:port] ] destination(s) DESCRIPTION The accept command allows the queuing of print requests for the named Destinations. A Destination can be either a...

Saturday, 15 February 2020

Internal and External Commands in Linux

The UNIX system is command-based i.e things happen because of the commands that you key in. All UNIX commands are seldom more than four characters long. They are grouped into two categories: ◈ Internal Commands : Commands which are built into the shell. For all the shell built-in...

Thursday, 13 February 2020

Knowledge Freedom - The Linux Professional Institute trip to Cuba

From November 17th to 25th of 2019, the Linux Professional Institute (LPI) Latin America and Caribbean (LAC) team was reunited in Cuba for a series of activities involving Academia, Industry, Government, and, of course, the local Free Software Community. For Rafael Peregrino (Director of Partnerships), Eduardo Lima (Business...

Tuesday, 11 February 2020

Run Levels in Linux

A run level is a state of init and the whole system that defines what system services are operating. Run levels are identified by numbers. Some system administrators use run levels to define which subsystems are working, e.g., whether X is running, whether the network is operational, and...

Sunday, 9 February 2020

Process Control Commands in Unix/Linux

Process control commands in Unix are: bg - put suspended process into background fg - bring process into foreground jobs - list processes 1. bg Command: bg is a process control command that resumes suspended process while keeping them running in the background. User can run a job...

Saturday, 8 February 2020

The DevOps Paradox

As the evolution of technology marches forward, more and more tools and knowledge becomes available. We actually have so many tools and so much knowledge at our disposal nowadays that it’s sometimes difficult to choose what tool(s) we use and what knowledge we use. Of course, all tool-inventors...

Thursday, 6 February 2020

Tar Command Examples in Unix / Linux

In windows operating system, you might have used the winzip and winrar softwares for extracting and archiving the files. Similarly in unix or linux operating system, the tar command is used for creating archive files and also extracting files from the archives. With the tar command, you can...

Pages (26)1234567 »