| by Scott Kilroy

How to Install Calibre Ebook Server on Ubuntu 20.04

Calibre is a free and open-source e-book manager. It ships as a cross-platform desktop application along with a server component and can be used to manage your e-book library.

Share Button
Read More
| by Scott Kilroy

How to Install Fedora 41 Server with Screenshots

The post How to Install Fedora 41 Server with Screenshots first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Fedora 41, the latest version of the Fedora operating system, was released on October 29, 2024, which is a community-supported
The po…

Share Button
Read More
| by Scott Kilroy

How to Trace Program Execution Using Linux Strace Command

The strace is a powerful command-line tool for process monitoring, diagnostic and troubleshooting programs in Linux. Generally, it is used to intercept and record the system calls and the signals received by a process. You can use strace to analyze […..

Share Button
Read More
| by Scott Kilroy

How to Install Etherpad Collaboration Editor on Ubuntu 24.04 Server

Etherpad is an open-source collaborative and real-time text editor for your team, accessible from anywhere at any time because Etherpad is a web-based text editor.

Share Button
Read More
| by Scott Kilroy

How to Install and Configure OpenLDAP and phpLDAPadmin on Ubuntu 20.04

LDAP is a Lightweight Directory Access Protocol used for accessing and maintaining distributed directory over an internet protocol. phpLDAPadmin is a web-based LDAP client used for managing and administering an LDAP server.

Share Button
Read More
| by Scott Kilroy

How to Install Microsoft Edge Browser in Linux

Long gone days where Microsoft products are not open-source and architected only for Windows. In their efforts to make a strong footprint in the Linux market, Microsoft has announced on “Microsoft Ignite 2020” Edge
The post How to Install Microsoft Edg…

Share Button
Read More
| by Scott Kilroy

Best Diff Tools to Compare File Contents on Linux

Diff tools are used by countless people all around the world, be it developers, web designers, editors, photographers, engineers, the possibilities are countless. They use these tools to find out the differences between different files, folders, and di…

Share Button
Read More
| by Scott Kilroy

How to Install and Create a Blog with Hexo on Ubuntu 20.04

Hexo is a static blogging framework built on Node.js, it allows you to write posts in Markdown format. In this tutorial, you will learn how to Install Hexo and use it to create a blog on Ubuntu 20.04 based server.

Share Button
Read More
| by Scott Kilroy

Linux log review with logwatch

You know how important it is to do a daily log review. But you also know how much of a drag it is, and that you’d rather take a severe beating. Fortunately, there are various utilities that can make the job easier. Of the various choices in the normal Linux distro repositories, Logwatch is a […]

The post Linux log review with logwatch appeared first on The Linux Juggernaut.

Share Button
Read More
| by Scott Kilroy

Collect logs with journald in linux

You’ll find the journald logging system on any Linux distro that uses the systemd ecosystem. Instead of sending its messages to text files, journald sends messages to binary files. Instead of using normal Linux text file utilities to extract information, you have to use the journalctl utility. #journalctl To view the journald log file in […]

The post Collect logs with journald in linux appeared first on The Linux Juggernaut.

Share Button
Read More
| by Scott Kilroy

How to Install and Use i3 Window Manager on Linux

Written in C language, the i3wm ( i3 Windows Manager ) is a lightweight, easy-to-configure, and hugely popular tiling windows manager. Unlike the conventional desktop environment, a tiling manager provides just sufficient functionality to
The post How …

Share Button
Read More
| by Scott Kilroy

Linux Stat Command Explained

The stat command is used in Linux/Unix system to display detailed information about files and file systems. It is most commonly used to get file timestamps. The Linux ls command usually gives you basic details about a file whereas stat […]
The post L…

Share Button
Read More
| by Arround The Web

How Technology Can Help You Find And Save Videos

When you get bored, you’ll want to find a way to stay busy. Being bored can create a number of problems for you and your loved ones. If you’re not careful, you may do something you regret. Staying busy can help prevent that from happening. When you sta…

Share Button
Read More
| by Arround The Web

How to Generate More Traffic to Your Website

If you have a website as a business or to support one, driving traffic is key in getting the conversion, subsequently, growth and success you’re aiming for. Basically, it starts with how many clicks you get for your site. Building a site or starting a …

Share Button
Read More
| by Scott Kilroy

Security Auditing for linux with Auditd

So, you have a directory full of super-secret files that only a very few people need to see, and you want to know when unauthorized people try to see them. Or, maybe you want to see when a certain file gets changed, or you want to see when people log into the system and what […]

The post Security Auditing for linux with Auditd appeared first on The Linux Juggernaut.

Share Button
Read More
| by Scott Kilroy

Scanning for Rootkits with Rootkit Hunter

Rootkits are exceedingly nasty pieces of malware that can definitely ruin your day. They can listen for commands from their masters, steal sensitive data and send it to their masters, or provide an easy-access back door for their masters. They’re designed to be stealthy, with the ability to hide themselves from plain view Install Rootkit […]

The post Scanning for Rootkits with Rootkit Hunter appeared first on The Linux Juggernaut.

Share Button
Read More
| by Arround The Web

How to Utilize the Advanced Data Recovery Technology Available in the World

In today’s digital world, data storage devices play a very important role in our professional as well as personal lives because we store every bit of useful information on one or another data storage device. Nothing will make you feel more helpless tha…

Share Button
Read More
| by Scott Kilroy

Monitor Network Traffic with vnStat on Ubuntu 20.04

vnStat is a free, open-source and console-based network traffic monitoring tool for Linux operating system. With vnStat, you can monitor network statistics over various time periods.

Share Button
Read More
| by Scott Kilroy

Different ways to schedule and list CRON jobs in Linux

Cron is a built-in Linux utility used to run different processes within the computer system at a particular scheduled time. This tutorial will assist you through several techniques to schedule and list Cron jobs in Linux.

Share Button
Read More
| by Scott Kilroy

How to Work with Date and Time in Bash Using date Command

Date command is an external bash program that allows to set or display system date and time. It also provides several formatting options. Date command is installed in all Linux distros by default. $
The post How to Work with Date and Time in Bash Using…

Share Button
Read More