grep command in Ubuntu/Linux
The grep command is useful in searching for content inside a single file, or multiple files, searching based on queries, and performing various other methods.
Read More99 articles found
Linux Commands
The grep command is useful in searching for content inside a single file, or multiple files, searching based on queries, and performing various other methods.
Read More
Linux Commands
The “groupadd” command is useful in creating user groups with default configuration, custom configuration, custom GID, and can also be used to set passwords.
Read More
Linux Commands
The JDK Version in Ubuntu can be checked by either using the “-version” command, the “update-alternative” list, or by searching it in the Installed Packages.
Read More
Linux Commands
Tutorial on the power of Dockerfiles and how to utilize them to automate the creation of the custom Docker images to create efficient Dockerfile settings.
Read More
Linux Commands
Comprehensive tutorial on how to add a Windows host to our Nagios monitor server using the prerequisites, configuration stages, and troubleshooting techniques.
Read More
Linux Commands
Guide on how to automatically back up our files to a USB disc when connected in Ubuntu to provide a dependable and convenient way to protect our crucial files.
Read More
Linux Commands
Tutorial on the Linux file management tasks to archive/compress the files and directories in Linux, modify file attributes, and discover the files in Linux.
Read More
Linux Commands
Tools such as “grep, “ripgrip”, “ack” and “midnight commander” are used to search for string patterns in a file and find all files containing a string pattern.
Read More
Linux Commands
An SSH keypair is generated by the “ssh-keygen” command. Additionally, the key type and size can be selected by “-t” and “-b” flags respectively.
Read More
Linux Commands
Tar.gz archives are extracted either in the current working directory or in a specific directory. Additionally, specific file(s) can also be extracted.
Read More