Unix

all about unix systems (Hpux/IRIX/Solaris/BSD

How to install MantisBT 2.4 on CentOS 7

Introduction Mantis Bug Tracker, or MantisBT, is a web based bug tracking system, available since November 2000. MantisBT is written in PHP and supports multiple...

Ubuntu Default Root Password: How to Access Your Root Password

One of the most common questions new Ubuntu users ask is about the default root password. Here's everything you need to know about Ubuntu's...

How to install Seafile on CentOS 7

Introduction Seafile is a private file hosting platform, similar to Dropbox, Google Drive, OneDrive and Mega. Its parts are released under open source licenses, in...

Network Analysis: How To Install Bro On Ubuntu 16.04

Introduction: Bro Network Analysis Framework Bro is an open source network analysis framework with a focus on network security monitoring. It is the result of...

Full monitoring system: Graphite, collectd and StatsD – Part 3

Introduction In our three part tutorial for installing and configuring a full monitoring system we have already installed both Graphite and collectd on the Ubuntu...

What is UNIX used for? – Popular use cases

In our previous topic, we introduced the UNIX operating system and touched base on what it does and its quintessential components....

HOW TO ADD CRON JOBS IN LINUX AND UNIX

  Introduction Cron job are used to schedule commands to be executed periodically. You can setup commands or scripts, which will repeatedly run at a...

How to Update Node.js: Upgrading Your Node Version

Why Update Node.js? Keeping Node.js up to date is crucial for developers who want to leverage the latest features, performance improvements, and security patches. This...

Install and configure LMD and Clam AntiVirus on CentOS 7

Introduction Linux Malware Detect is a malware detector and scanner for GNU/Linux, designed particularly for shared hosting environments. It is released under the GNU GPLv2...

Control Tool: How To Install Webmin on CentOS 7

Introduction - A Web Based Control Tool Webmin is a web control tool for UNIX (and other similar systems) which simplifies the management process. Normally, configuration...

Installing Invoice Ninja on CentOS 7 w/ NGINX & MariaDB –...

Introduction Invoice Ninja is a free and open source invoicing system. The site also provides invoicing through Software as a Service (SaaS). But, of course, it's...

Unlocking the Power of Unix: A Guide for Aspiring Bloggers and...

Writing and blogging have become two of the most well-liked pastimes on the web. However, you'll need to be inventive and unique if you...

How to install Django on Ubuntu (the right way) for novice...

About Django Django is a great web application development framework, especially for the perfectionist with deadlines built into python programming language. It provides a very...

Install MongoDB 3.4 Database System on Ubuntu 16.04

Introduction to the MongoDB Database System MongoDB is an open source database system, classified as NoSQL. Unlike a relational database, MongoDB stores data in documents,...

Fixin AttributeError: module ‘pkgutil’ has no attribute ‘ImpImporter’

Understanding the Error The error "AttributeError: module 'pkgutil' has no attribute 'ImpImporter'" typically occurs when running Python code that uses the pkgutil module, specifically when...

Install and configure ownCloud 9.1.4 on openSUSE Leap 42.2

Introduction ownCloud is an open source file syncing and sharing software, just like Dropbox. Just placing files in a local shared directory, those files will...

Installing Invoice Ninja on CentOS 7 w/ NGINX & MariaDB –...

Introduction In the first part of this tutorial, we configured a CentOS 7 server with all the prerequisites required by Invoice Ninja. Now, let's look...

LSOF: How to List Open Files in Unix Systems

What is LSOF? The LSOF command, which stands for "LiSt Open Files," is a...