Linux Command Basics: 7 commands for process management
If you’re new to Linux and need help managing your processes, these basic commands are for you.
Read MoreIf you’re new to Linux and need help managing your processes, these basic commands are for you.
Read MoreONLYOFFICE Docs is an open-source office suite distributed under GNU AGPL v3.0. It comprises web-based viewers and collaborative editors for text documents, spreadsheets, and presentations highly compatible with OOXML formats. In this tutorial, we’ll l…
Read MoreThe .box is a format and an extension for Vagrant environments.
Read MoreSimon Long has announced the availability of a new version of Raspberry Pi OS, a Debian-based distribution for Raspberry Pi computers. The latest version includes an updated Chromium web browser, a graphical front-end for configuring printers, and the…
Read MoreLinux Kernel 5.10 is planned for LTS (long term support) Kernel release.
Read MoreApplication secrets or credentials can be stored using the AWS Secret Manager securely. Secrets can be rotated, managed, and retrieved throughout their lifecycle using AWS Secret Manager.
Read MoreIn an earlier article, we have explained the installation of Cloudera Manager, in this article, you will learn how to install and configure CDH (Cloudera Distribution Hadoop) in RHEL/CentOS 7. While installing the CDH
The post How to Install CDH and Co…
Philip Müller has announced the release of Manjaro Linux 20.2, the latest update of the project’s rolling-release distribution with a choice of Xfce, KDE Plasma and GNOME desktops: “We are happy to announce our latest release of Manjaro we call ‘Nibia…
Read MoreMore than a year in the works, Budgie 10.5.2 is here with a wide range of changes, starting with support for GNOME Project’s latest GNOME 3.38 stack.
Read MoreDeveloper Hector Martin has created a patreon page to fund his work on developing a port of Linux for Apple Silicon Macs.
Read MoreKDE team announced the 4th installment of Plasma desktop – KDE Plasma 5.20.4 with a month of bug fixes and improvements. This is what’s fixed and new.
Read MoreThis brief guide explains how to quickly navigate through directory history using cdh, nextd and prevd commands in Fish shell in Linux.
Read MoreLinux Mint team is developing a new IPTV app, Hypnotix
Read MoreA common task on most modern operating systems is to combine and compress multiple files into a single file. This could be in order to store files on a smaller device, to make it easy to download files from a website, or to merge and compress files for email transport. This guide focuses on some […]
The post 4 commands you should know to compress files in linux appeared first on The Linux Juggernaut.
Read MoreEvery file on the Linux filesystem starts with a single hard link. The link is between the filename and the actual data stored on the filesystem. Even if you delete the original file, the hard link will still has the data of the original file because the hard link acts as a mirror copy of the original file. […]
The post A beginner’s guide to using hard links in linux appeared first on The Linux Juggernaut.
Read MoreAn inode is a data structure that contains metadata about a file. When the file system stores a new file on the hard disk, it stores not only the contents (data) of the file, but also extra properties like the name of the file, the creation date, its permissions, the owner of the file, and […]
The post What are inodes in linux? appeared first on The Linux Juggernaut.
Read MoreIn our previous post, we have discussed about how to set the standard file permissions in our linux system. In this guide we will see how to set more advanced permissions to our files. sticky bit on directory You can set the sticky bit on a directory to prevent users from removing files that they […]
The post A guide to Setting advanced file permissions in linux appeared first on The Linux Juggernaut.
Read MoreLinux operating system allows multiple users to work on the same system simultaneously without disrupting each other. Because of this feature, Individuals sharing access to files pose a risk exposing classified information or even data loss if other users access their files or directories. To address this, we can specify how much power each user […]
The post How to set standard file permissions in linux appeared first on The Linux Juggernaut.
Read MoreCerb is a free, open-souce and web-based collaboration and automation tool used for sending high volumes of emails. In this tutorial, we will learn how to install and configure Cerb on CentOS 8 server.
Read More2DayGeek: This quick article shows you how to identify file types in Linux.
Read More