Watch Live TV on Linux With Hypnotix: A New IPTV Application Being Developed by Linux Mint Team
Linux Mint team is developing a new IPTV app, Hypnotix
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 MoreWhen creating a MySQL user with a relatively weak password, you might encounter the error ‘MySQL ERROR 1819 (HY000): Your password does not satisfy the current policy requirements’. Technically, this is not an error,
The post How to Fix “MySQL ERROR 18…
The ELK stack is known as Elastic Stack is a collection of three open-source software i.e. Elasticsearch, Kibana, and Logstash. The ELK stack is used to search, analyze, and visualize a large volume of data. Beats is an important tool […]
The post Ho…
The first major update of the widely deployed PHP web programming language in years brings new features that could help expand its adoption and usage.
The first major update of the widely deployed PHP web programming language in years brings new featur…
Bash one-liners can reduce workload, automate something quickly and put the power of ultimate system control in your hands.
Read Morebasename is a command-line utility that strips directory and trailing suffix from given file names.
Read Moreby Kevin Dankwardt
How and Why for BPF
BPF is a powerful component in the Linux kernel and the tools that make use of it are vastly varied and numerous. In this article we examine the…
Read Moredelete all files in a directory or simply cleanup a directory by removing all files except files of a given type (ending with a particular extension).
Read MoreThe developer who brought Linux to the PS4 has a new target in his sights: Linux on Apple Silicon.
Read MoreGit is a free and open-source versioning system developed by Linus Torvalds. It is used by millions of developers around the world. In this tutorial, we will show you how to install and configure Git HTTP server with Nginx on Ubuntu 20.04.
Read MoreThe post The Best RedHat-based Linux Distributions first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Red Hat Enterprise Linux is a hugely popular enterprise-level operating system that supports a diverse range of open-source technologies suc…
Read MoreNethServer is a CentOS-based Linux distribution for servers. The project’s latest release is NethServer 7.9 which replaces its original user interface with Cockpit, introduces a new panel to sync e-mail over IMAP, and brings the distribution up to dat…
Read MoreLearn what TCP wrappers are and how to configure them to restrict access to network services running on a Linux server.
Read More