Optimizing Performance on Linux Systems: A Step-by-Step Guide
As a Linux administrator or developer, it’s important to keep your systems running at optimal performance. One of the most effective ways to achieve this is by mastering kernel tuning and system profiling. In this guide, we’ll walk you through the steps to improve the performance of your Linux systems. Step 1: Understand kernel parameters […]
Creating and Managing Users and Groups in Linux
As a Linux administrator, one of your most important tasks is to manage users and groups on your system. In this post, we will cover the basics of creating and managing users and groups in Linux. Creating Users In Linux, user accounts are stored in the /etc/passwd file. Each line of the file represents a […]
How to Mount SMB Shares on Ubuntu
SMB is a client-server, document-sharing protocol that stands for Server Message Block which became invented through IBM in 1984 for the motive of permitting computer systems to get right of entry to documents for analyzing or writing on a far flung host the usage of the LAN (Local location community). The SMB protocol that makes […]
Top 5 tools to Remote Access in Linux
In this tutorial, I will display you tools that permit you to get right of entry to faraway Desktop on machines strolling CentOS/RHEL. All those apps work in client-server mode. So you want to run a server-aspect app for your faraway machine and after that, you may be capin a position to connect to it […]
Create a Shell Script to Backup Files and Directories Using rsync
This article we deliver shell scripts to backup your documents and directories from you nearby Linux system to a faraway Linux server the use of rsync command. This could be an interactive manner to carry out backup, in which you want to offer faraway backup server hostname/ip deal with and folder location. We maintain a […]
How to Setup Cron Job on Linux with Examples
Crontab record shops the cron jobs in Linux. Cron jobs (cron) runs periodically at constant time, dates and intervals. Its equal in Windows is scheduled task. All repetitive responsibilities may be scheduled the use of cron. Crontab record is the configuration record which includes records approximately the time and command/scripts to execute. In this educational […]
How to setup a Free SSL in Apache Ubuntu 20.04
Enabling stable conversation to your Apache net server is one of the first matters which you ought to do even as placing it up. This does now no longer ought to value a fortune. As a count of fact, you could truely acquire SSL/TLS certificate from Let’s Encrypt and also you do now no longer […]
How to Check Open Ports in Linux
During the troubleshooting of offerings strolling on a Linux system, checking open ports is one of the obligations any consumer or administrator have to bear in mind performing. If a carrier is predicted to be strolling however for a few motive it is not, then maximum probably the port related to that carrier is closed […]
How to install Lynis Security Auditing tool in Ubuntu
Lynis is an open-supply and depended on safety auditing tool designed for Linux, macOS, and UNIX derivatives which include FreeBSD and OpenBSD. It is used for some of functions which includes safety auditing, vulnerability detection, and compliance testing. The goal of leveraging an auditing device which include Lynis is to probe and clear up any […]
How to setup Docker-Compose in Ubuntu 20.04
Docker Compose is an open-supply field device for running a multi-field Docker utility. Docker Compose makes use of a YAML syntax structure, this is normally used for configuration documents and to outline and run field–primarily based totally applications. Compose additionally guide to outline and configure utility‘s offerings in YAML format. The principal benefit of Docker […]
How to setup Munin monitoring system in CentOs
Hello Everybody! Welcome to our today’s article on one the maximum extensively used, freed from fee and Open Source Munin Network Resource Monitoring System. Its a perl software program utility assist you to tracking your every and each asset that continues document of it and sends you the important signals of offerings on your servers, […]
How to find when a Linux file is created (Super Geeky Stuff)
In Linux systems, the whole lot is dealt with like a document and essential metadata approximately a document consisting of the advent and modification date are saved in inodes. In this tutorial, we can display you the way to locate document creation time with the usage of debugfs command. Find file creation time To get […]
How to setup PhpPgAdmin in CentOS
PostgreSQL is an open-supply relational database control system that has helped to form the sector of software improvement with advanced, SQL-compliant. The fundamental gain of the use of PostgreSQL is that it calls for very minimal preservation efforts due to its stability. The programs primarily based totally on PostgreSQL have a low value of possession […]
How to setup Docker in Ubuntu 20.04
Docker is a maximum famous, open-supply platform for builders and machine directors to build, run, and percentage packages with packing containers. Containerization (using packing containers to install packages) is turning into famous due to the fact containers are flexible, lightweight, portable, loosely coupled, scalable, and extra secure. This article is a superb place to begin […]
How to create your own Minecraft Server
The splendor of getting your personal Minecraft server is that you’re definitely in fee of your gaming experience. You get to select what settings are used at the server, you may use (or abuse) your admin powers for an advantage, and bestow the ones powers on in your fellow gaming buddies. You can also additionally […]
Crisis is making online education economy go mainstream
Creative agencies are probably one of the most exciting places to work at. However, working at an agency isn’t the right fit for everyone. Besides being creative, it requires a sense of selflessness, and an underlying desire to see a job done well. You also have to be happy with the project management part of […]
Students defy university ban on sheltering riot victims from china
Creative agencies are probably one of the most exciting places to work at. However, working at an agency isn’t the right fit for everyone. Besides being creative, it requires a sense of selflessness, and an underlying desire to see a job done well. You also have to be happy with the project management part of […]
27 Best Organizational Tools to Enhance Your Work
Creative agencies are probably one of the most exciting places to work at. However, working at an agency isn’t the right fit for everyone. Besides being creative, it requires a sense of selflessness, and an underlying desire to see a job done well. You also have to be happy with the project management part of […]
Hand-Picked
Top-Read Reviews
Optimizing Performance on Linux Systems: A Step-by-Step Guide
As a Linux administrator or developer, it’s important to keep your systems running at optimal performance. One of the most effective ways to achieve this is by mastering kernel tuning and system profiling. In this guide, we’ll walk you through the steps to improve the performance of your Linux systems. Step 1: Understand kernel parameters […]
Creating and Managing Users and Groups in Linux
As a Linux administrator, one of your most important tasks is to manage users and groups on your system. In this post, we will cover the basics of creating and managing users and groups in Linux. Creating Users In Linux, user accounts are stored in the /etc/passwd file. Each line of the file represents a […]
How to Mount SMB Shares on Ubuntu
SMB is a client-server, document-sharing protocol that stands for Server Message Block which became invented through IBM in 1984 for the motive of permitting computer systems to get right of entry to documents for analyzing or writing on a far flung host the usage of the LAN (Local location community). The SMB protocol that makes […]
Top 5 tools to Remote Access in Linux
In this tutorial, I will display you tools that permit you to get right of entry to faraway Desktop on machines strolling CentOS/RHEL. All those apps work in client-server mode. So you want to run a server-aspect app for your faraway machine and after that, you may be capin a position to connect to it […]
Create a Shell Script to Backup Files and Directories Using rsync
This article we deliver shell scripts to backup your documents and directories from you nearby Linux system to a faraway Linux server the use of rsync command. This could be an interactive manner to carry out backup, in which you want to offer faraway backup server hostname/ip deal with and folder location. We maintain a […]
How to Setup Cron Job on Linux with Examples
Crontab record shops the cron jobs in Linux. Cron jobs (cron) runs periodically at constant time, dates and intervals. Its equal in Windows is scheduled task. All repetitive responsibilities may be scheduled the use of cron. Crontab record is the configuration record which includes records approximately the time and command/scripts to execute. In this educational […]
How to setup a Free SSL in Apache Ubuntu 20.04
Enabling stable conversation to your Apache net server is one of the first matters which you ought to do even as placing it up. This does now no longer ought to value a fortune. As a count of fact, you could truely acquire SSL/TLS certificate from Let’s Encrypt and also you do now no longer […]
How to Check Open Ports in Linux
During the troubleshooting of offerings strolling on a Linux system, checking open ports is one of the obligations any consumer or administrator have to bear in mind performing. If a carrier is predicted to be strolling however for a few motive it is not, then maximum probably the port related to that carrier is closed […]
How to install Lynis Security Auditing tool in Ubuntu
Lynis is an open-supply and depended on safety auditing tool designed for Linux, macOS, and UNIX derivatives which include FreeBSD and OpenBSD. It is used for some of functions which includes safety auditing, vulnerability detection, and compliance testing. The goal of leveraging an auditing device which include Lynis is to probe and clear up any […]
How to setup Docker-Compose in Ubuntu 20.04
Docker Compose is an open-supply field device for running a multi-field Docker utility. Docker Compose makes use of a YAML syntax structure, this is normally used for configuration documents and to outline and run field–primarily based totally applications. Compose additionally guide to outline and configure utility‘s offerings in YAML format. The principal benefit of Docker […]
How to setup Munin monitoring system in CentOs
Hello Everybody! Welcome to our today’s article on one the maximum extensively used, freed from fee and Open Source Munin Network Resource Monitoring System. Its a perl software program utility assist you to tracking your every and each asset that continues document of it and sends you the important signals of offerings on your servers, […]
How to find when a Linux file is created (Super Geeky Stuff)
In Linux systems, the whole lot is dealt with like a document and essential metadata approximately a document consisting of the advent and modification date are saved in inodes. In this tutorial, we can display you the way to locate document creation time with the usage of debugfs command. Find file creation time To get […]
How to setup PhpPgAdmin in CentOS
PostgreSQL is an open-supply relational database control system that has helped to form the sector of software improvement with advanced, SQL-compliant. The fundamental gain of the use of PostgreSQL is that it calls for very minimal preservation efforts due to its stability. The programs primarily based totally on PostgreSQL have a low value of possession […]
How to setup Docker in Ubuntu 20.04
Docker is a maximum famous, open-supply platform for builders and machine directors to build, run, and percentage packages with packing containers. Containerization (using packing containers to install packages) is turning into famous due to the fact containers are flexible, lightweight, portable, loosely coupled, scalable, and extra secure. This article is a superb place to begin […]
How to create your own Minecraft Server
The splendor of getting your personal Minecraft server is that you’re definitely in fee of your gaming experience. You get to select what settings are used at the server, you may use (or abuse) your admin powers for an advantage, and bestow the ones powers on in your fellow gaming buddies. You can also additionally […]
Crisis is making online education economy go mainstream
Creative agencies are probably one of the most exciting places to work at. However, working at an agency isn’t the right fit for everyone. Besides being creative, it requires a sense of selflessness, and an underlying desire to see a job done well. You also have to be happy with the project management part of […]
Students defy university ban on sheltering riot victims from china
Creative agencies are probably one of the most exciting places to work at. However, working at an agency isn’t the right fit for everyone. Besides being creative, it requires a sense of selflessness, and an underlying desire to see a job done well. You also have to be happy with the project management part of […]
27 Best Organizational Tools to Enhance Your Work
Creative agencies are probably one of the most exciting places to work at. However, working at an agency isn’t the right fit for everyone. Besides being creative, it requires a sense of selflessness, and an underlying desire to see a job done well. You also have to be happy with the project management part of […]
Featured
Popular Now
Optimizing Performance on Linux Systems: A Step-by-Step Guide
As a Linux administrator or developer, it’s important to keep your systems running at optimal performance. One of the most effective ways to achieve this is by mastering kernel tuning and system profiling. In this guide, we’ll walk you through the steps to improve the performance of your Linux systems. Step 1: Understand kernel parameters […]
Creating and Managing Users and Groups in Linux
As a Linux administrator, one of your most important tasks is to manage users and groups on your system. In this post, we will cover the basics of creating and managing users and groups in Linux. Creating Users In Linux, user accounts are stored in the /etc/passwd file. Each line of the file represents a […]
How to Mount SMB Shares on Ubuntu
SMB is a client-server, document-sharing protocol that stands for Server Message Block which became invented through IBM in 1984 for the motive of permitting computer systems to get right of entry to documents for analyzing or writing on a far flung host the usage of the LAN (Local location community). The SMB protocol that makes […]
Top 5 tools to Remote Access in Linux
In this tutorial, I will display you tools that permit you to get right of entry to faraway Desktop on machines strolling CentOS/RHEL. All those apps work in client-server mode. So you want to run a server-aspect app for your faraway machine and after that, you may be capin a position to connect to it […]
Create a Shell Script to Backup Files and Directories Using rsync
This article we deliver shell scripts to backup your documents and directories from you nearby Linux system to a faraway Linux server the use of rsync command. This could be an interactive manner to carry out backup, in which you want to offer faraway backup server hostname/ip deal with and folder location. We maintain a […]
How to Setup Cron Job on Linux with Examples
Crontab record shops the cron jobs in Linux. Cron jobs (cron) runs periodically at constant time, dates and intervals. Its equal in Windows is scheduled task. All repetitive responsibilities may be scheduled the use of cron. Crontab record is the configuration record which includes records approximately the time and command/scripts to execute. In this educational […]
How to setup a Free SSL in Apache Ubuntu 20.04
Enabling stable conversation to your Apache net server is one of the first matters which you ought to do even as placing it up. This does now no longer ought to value a fortune. As a count of fact, you could truely acquire SSL/TLS certificate from Let’s Encrypt and also you do now no longer […]
How to Check Open Ports in Linux
During the troubleshooting of offerings strolling on a Linux system, checking open ports is one of the obligations any consumer or administrator have to bear in mind performing. If a carrier is predicted to be strolling however for a few motive it is not, then maximum probably the port related to that carrier is closed […]
How to install Lynis Security Auditing tool in Ubuntu
Lynis is an open-supply and depended on safety auditing tool designed for Linux, macOS, and UNIX derivatives which include FreeBSD and OpenBSD. It is used for some of functions which includes safety auditing, vulnerability detection, and compliance testing. The goal of leveraging an auditing device which include Lynis is to probe and clear up any […]
How to setup Docker-Compose in Ubuntu 20.04
Docker Compose is an open-supply field device for running a multi-field Docker utility. Docker Compose makes use of a YAML syntax structure, this is normally used for configuration documents and to outline and run field–primarily based totally applications. Compose additionally guide to outline and configure utility‘s offerings in YAML format. The principal benefit of Docker […]
Featured
Tech News
Optimizing Performance on Linux Systems: A Step-by-Step Guide
As a Linux administrator or developer, it’s important to keep your systems running at optimal performance. One of the most effective ways to achieve this is by mastering kernel tuning and system profiling. In this guide, we’ll walk you through the steps to improve the performance of your Linux systems. Step 1: Understand kernel parameters […]
Creating and Managing Users and Groups in Linux
As a Linux administrator, one of your most important tasks is to manage users and groups on your system. In this post, we will cover the basics of creating and managing users and groups in Linux. Creating Users In Linux, user accounts are stored in the /etc/passwd file. Each line of the file represents a […]
How to Mount SMB Shares on Ubuntu
SMB is a client-server, document-sharing protocol that stands for Server Message Block which became invented through IBM in 1984 for the motive of permitting computer systems to get right of entry to documents for analyzing or writing on a far flung host the usage of the LAN (Local location community). The SMB protocol that makes […]
Top 5 tools to Remote Access in Linux
In this tutorial, I will display you tools that permit you to get right of entry to faraway Desktop on machines strolling CentOS/RHEL. All those apps work in client-server mode. So you want to run a server-aspect app for your faraway machine and after that, you may be capin a position to connect to it […]
Create a Shell Script to Backup Files and Directories Using rsync
This article we deliver shell scripts to backup your documents and directories from you nearby Linux system to a faraway Linux server the use of rsync command. This could be an interactive manner to carry out backup, in which you want to offer faraway backup server hostname/ip deal with and folder location. We maintain a […]
How to Setup Cron Job on Linux with Examples
Crontab record shops the cron jobs in Linux. Cron jobs (cron) runs periodically at constant time, dates and intervals. Its equal in Windows is scheduled task. All repetitive responsibilities may be scheduled the use of cron. Crontab record is the configuration record which includes records approximately the time and command/scripts to execute. In this educational […]
How to setup a Free SSL in Apache Ubuntu 20.04
Enabling stable conversation to your Apache net server is one of the first matters which you ought to do even as placing it up. This does now no longer ought to value a fortune. As a count of fact, you could truely acquire SSL/TLS certificate from Let’s Encrypt and also you do now no longer […]
How to Check Open Ports in Linux
During the troubleshooting of offerings strolling on a Linux system, checking open ports is one of the obligations any consumer or administrator have to bear in mind performing. If a carrier is predicted to be strolling however for a few motive it is not, then maximum probably the port related to that carrier is closed […]
How to install Lynis Security Auditing tool in Ubuntu
Lynis is an open-supply and depended on safety auditing tool designed for Linux, macOS, and UNIX derivatives which include FreeBSD and OpenBSD. It is used for some of functions which includes safety auditing, vulnerability detection, and compliance testing. The goal of leveraging an auditing device which include Lynis is to probe and clear up any […]
How to setup Docker-Compose in Ubuntu 20.04
Docker Compose is an open-supply field device for running a multi-field Docker utility. Docker Compose makes use of a YAML syntax structure, this is normally used for configuration documents and to outline and run field–primarily based totally applications. Compose additionally guide to outline and configure utility‘s offerings in YAML format. The principal benefit of Docker […]
Optimizing Performance on Linux Systems: A Step-by-Step Guide
As a Linux administrator or developer, it’s important to keep your systems running at optimal performance. One of the most effective ways to achieve this is by mastering kernel tuning and system profiling. In this guide, we’ll walk you through the steps to improve the performance of your Linux systems. Step 1: Understand kernel parameters […]
Creating and Managing Users and Groups in Linux
As a Linux administrator, one of your most important tasks is to manage users and groups on your system. In this post, we will cover the basics of creating and managing users and groups in Linux. Creating Users In Linux, user accounts are stored in the /etc/passwd file. Each line of the file represents a […]
How to Mount SMB Shares on Ubuntu
SMB is a client-server, document-sharing protocol that stands for Server Message Block which became invented through IBM in 1984 for the motive of permitting computer systems to get right of entry to documents for analyzing or writing on a far flung host the usage of the LAN (Local location community). The SMB protocol that makes […]
Top 5 tools to Remote Access in Linux
In this tutorial, I will display you tools that permit you to get right of entry to faraway Desktop on machines strolling CentOS/RHEL. All those apps work in client-server mode. So you want to run a server-aspect app for your faraway machine and after that, you may be capin a position to connect to it […]
Create a Shell Script to Backup Files and Directories Using rsync
This article we deliver shell scripts to backup your documents and directories from you nearby Linux system to a faraway Linux server the use of rsync command. This could be an interactive manner to carry out backup, in which you want to offer faraway backup server hostname/ip deal with and folder location. We maintain a […]
How to Setup Cron Job on Linux with Examples
Crontab record shops the cron jobs in Linux. Cron jobs (cron) runs periodically at constant time, dates and intervals. Its equal in Windows is scheduled task. All repetitive responsibilities may be scheduled the use of cron. Crontab record is the configuration record which includes records approximately the time and command/scripts to execute. In this educational […]
How to setup a Free SSL in Apache Ubuntu 20.04
Enabling stable conversation to your Apache net server is one of the first matters which you ought to do even as placing it up. This does now no longer ought to value a fortune. As a count of fact, you could truely acquire SSL/TLS certificate from Let’s Encrypt and also you do now no longer […]
How to Check Open Ports in Linux
During the troubleshooting of offerings strolling on a Linux system, checking open ports is one of the obligations any consumer or administrator have to bear in mind performing. If a carrier is predicted to be strolling however for a few motive it is not, then maximum probably the port related to that carrier is closed […]
How to install Lynis Security Auditing tool in Ubuntu
Lynis is an open-supply and depended on safety auditing tool designed for Linux, macOS, and UNIX derivatives which include FreeBSD and OpenBSD. It is used for some of functions which includes safety auditing, vulnerability detection, and compliance testing. The goal of leveraging an auditing device which include Lynis is to probe and clear up any […]
How to setup Docker-Compose in Ubuntu 20.04
Docker Compose is an open-supply field device for running a multi-field Docker utility. Docker Compose makes use of a YAML syntax structure, this is normally used for configuration documents and to outline and run field–primarily based totally applications. Compose additionally guide to outline and configure utility‘s offerings in YAML format. The principal benefit of Docker […]