Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Blogging Blogs  >  Guides Blogs  >  Linuxize guides Blog  > 

Linuxize Blog


linuxize.com
Linuxize is a Linux Sysadmin and DevOps blog that publishes articles and tutorials about server operations, new techniques and Linux security.
2020-02-13 20:31
curl is a powerful command-line tool for transferring data from or to a remote server. With curl you can download or upload data using various network protocols, such as HTTP, HTTPS, SCP, SF… Read More
2020-02-12 21:30
Elasticsearch is an open-source distributed full-text search and analytics engine. It supports RESTful operations and allows you to store, search, and analyze big volumes of data in real-tim… Read More
2020-02-11 20:52
Python is one of the most widely used programming languages in the world. With its simple and easy to learn syntax, Python is a popular choice for beginners and experienced developers. Pytho… Read More
2020-02-10 18:51
Decision making is one of the most fundamental concepts of computer programming. Python supports the common flow control statements found in other languages, with some modifications. The if… Read More
2020-02-09 20:13
In this article, we will cover the basics of the sequence expression in Bash. The Bash sequence expression generates a range of integers or characters by defining a start and the end point o… Read More
2020-02-07 19:01
This guide explains how to remove a Git remote. Git remote is a pointer that refers to another copy of the repository that is usually hosted on a remote server. Generally, when working with… Read More
2020-02-06 19:52
Sometimes, when editing a file, you may delete a wrong line or change your mind about an edit, and you’ll want to revert the changes. This article explains how to undo and redo changes… Read More
2020-02-05 20:35
Apache Maven is an open-source project management and comprehension tool used primarily for Java projects. Maven uses a Project Object Model (POM), which is essentially an XML file containin… Read More
2020-01-31 19:23
Yarn is a JavaScript package manager compatible with npm that allows you to install, update, configure, and remove npm packages. It was created to solve a set of problems with npm, such as s… Read More
2020-01-29 20:11
In this tutorial, we will cover the basics of the select construct in Bash. The select construct allows you to generate menus. Bash select Construct The select construct generates a menu fro… Read More
2020-01-28 19:33
Loops allow you to run one or more commands multiple times until a certain condition is met. However, sometimes you may need to alter the flow of the loop and terminate the loop or only the… Read More
2020-01-25 20:31
pidof is a command-line utility that allows you to find the process ID of a running program. In this article, we will explain how to use the Linux pidof command. How to Use the pidof Command… Read More
2020-01-24 16:24
Ruby is one of the most popular languages today. It has an elegant syntax, and it is the language behind the Ruby on Rails framework. In this article, we will explore different ways to insta… Read More
2020-01-23 19:01
timeout is a command-line utility that runs a specified command and terminates it if it is still running after a given period of time. In other words, timeout allows you to run a command wit… Read More
2020-01-22 19:11
tcpdump is a command-line utility that you can use to capture and inspect network traffic going to and from your system. It is the most commonly used tool among network administrators for tr… Read More
2020-01-21 19:21
Vagrant is an open-source command-line tool for building and managing virtual machine environments. By default, Vagrant can provision machines on top of VirtualBox, Hyper-V. and Docker. Othe… Read More
2020-01-20 19:31
PHP is one of the most used server-side programming languages. There are some important differences between PHP versions, so knowing which version is running on your server might be necessar… Read More
2020-01-19 17:40
Pip is a package management system that allows you to install, remove, and otherwise manage software packages written in Python. It can be used to install packages from the Python Package In… Read More
2020-01-17 19:30
id is a command-line utility that prints the real and effective user and group IDs. Using the id Command The syntax for the id command is as follows: id [OPTIONS] [USERNAME] If the username… Read More
2020-01-15 18:40
Apache Tomcat is an open-source implementation of the Java Servlet, JavaServer Pages, Java Expression Language, and Java WebSocket technologies. It is one of the most widely adopted applicat… Read More
2020-01-14 19:40
Java is one of the most popular programming languages used to build different kinds of applications and systems. There are two different implementations of Java, Oracle Java and OpenJDK. Ope… Read More
2020-01-12 19:00
OpenCV (Open Source Computer Vision Library) is an open-source computer vision library and has bindings for C++, Python, and Java. It is used for a vast range of applications, including medi… Read More
2020-01-10 17:51
Git is a distributed version control system that’s being used by most software teams today. It allows you to keep track of your code changes, revert to previous stages, create branches… Read More
2020-01-06 19:51
Mono is a platform for developing and running cross-platform applications based on the ECMA/ISO Standards. It is a free and open-source implementation of Microsoft's .NET framework. This tut… Read More
2020-01-04 19:14
Gitea is a self-hosted open source git server written in Go. It is a fork of Gogs. Gitea includes a repository file editor, project issue tracking, users managements, notifications, built-in… Read More
2020-01-02 19:11
Anaconda is the most popular Python/R data science and machine learning platform. It is used for large-scale data processing, predictive analytics, and scientific computing. Anaconda distrib… Read More
2020-01-01 21:11
Apache HTTP server is one of the most popular web servers in the world. It is an open-source and cross-platform HTTP server that powers a large percentage of the Internet's websites. Apache… Read More
2019-12-30 19:00
Apache Maven is an open-source project management and comprehension tool used primarily for Java projects. Maven uses a Project Object Model (POM), which is essentially an XML file containin… Read More
2019-12-28 20:42
TensorFlow is an open-source platform for machine learning built by Google. It can runs on CPU or GPU on different devices. TensorFlow can be installed system-wide, in a Python virtual envir… Read More
2019-12-27 21:36
There are several different authentication schemes that can be used on Linux systems. The most commonly used and standard scheme is to perform authentication against the /etc/passwd and /etc… Read More
2019-12-26 20:31
Vagrant is a command-line tool for building and managing virtualized development environments. By default, Vagrant can provision machines on top of VirtualBox, Hyper-V, and Docker. Support f… Read More
2019-12-23 19:51
Apache CouchDB is a free and open-source NoSQL database developed by the Apache Software Foundation. It can be used as a single-node or clustered database. CouchDB server stores its data in… Read More
2019-12-22 19:41
New Linux converts coming from the Windows world may find working with the command line to be somewhat intimidating. However, it's not that difficult to use. All you need to get started with… Read More
2019-12-21 20:51
In Bash, there are multiple ways to append text to a file. This article explains some of them. To append text to a file, you need to have write permissions to it. Otherwise, you will receive… Read More
2019-12-19 20:13
Yarn is a JavaScript package manager compatible with npm that helps you automate the process of installing, updating, configuring, and removing npm packages. It was created to solve a set of… Read More
2019-12-18 19:31
Jenkins is an open-source automation server that offers an easy way to set up a continuous integration and continuous delivery (CI/CD) pipeline. Continuous integration (CI) is a DevOps pract… Read More
SSH Command
2019-12-17 18:31
Secure Shell (SSH) is a cryptographic network protocol used for an encrypted connection between a client and a server. The ssh client creates a secure connection to the SSH server on a remot… Read More
Secure Nginx With Let's Encrypt On CentOS 8
2019-12-13 19:52
Let's Encrypt is a free, automated, and open certificate authority developed by the Internet Security Research Group (ISRG) that provides free SSL certificates. Certificates issued by Let's… Read More
2019-12-12 20:41
In this article, we will talk about how to replace a substring inside a string in Python, using the replace() method. .replace() Method In Python, strings are represented as immutable str ob… Read More
2019-12-11 20:24
Odoo is the most popular all-in-one business software in the world. It offers a range of business applications, including CRM, website, e-Commerce, billing, accounting, manufacturing, wareho… Read More
2019-12-10 09:11
In this article, we will cover the uname command. uname is a command-line utility that prints basic information about the operating system name and system hardware. uname Command The uname t… Read More
2019-12-08 21:24
MariaDB is an open-source relational database management system, backward compatible, binary drop-in replacement of MySQL. It is developed by some of the original developers of MySQL and by… Read More
How To Install MongoDB On Debian 10 Linux
2019-12-07 17:24
MongoDB is a free and open-source document database. It belongs to a family of databases called NoSQL, which is different from the traditional table-based SQL databases like MySQL and Postgr… Read More
2019-12-06 18:31
Swap is a space on a disk that is used when the amount of physical RAM memory is full. When a Linux system runs out of RAM, inactive pages are moved from the RAM to the swap space. Swap spac… Read More
2019-12-04 19:11
Nginx pronounced “engine x” is a free, open-source, high-performance HTTP and reverse proxy server responsible for handling the load of some of the largest sites on the Internet… Read More
2019-12-03 19:31
A time zone is a geographic region that has the same standard time. Typically the time zone is set during the installation of the operational system, but it can be easily changed at a later… Read More
2019-12-02 20:11
Linux is a great and advanced operating system, but it is not perfect. Once in a while, some applications may start behaving erratically and become unresponsive or start consuming a lot of s… Read More
2019-12-01 21:36
There are several different authentication schemes that can be used on Linux systems. The most commonly used and standard scheme is to perform authentication against the /etc/passwd and /etc… Read More
2019-11-29 20:45
VirtualBox is an open-source, cross-platform virtualization platform. It supports a number of guest operating systems, including Linux and Windows, and allows you to run multiple virtual mac… Read More
2019-11-27 20:13
Security Enhanced Linux or SELinux is a security mechanism built into the Linux kernel used by RHEL-based distributions. SELinux adds an additional layer of security to the system by allowin… Read More
Docker Run Command With Examples
2019-11-26 20:31
Docker is a platform that allows you to develop, test, and deploy applications as portable, self-sufficient containers that run virtually anywhere. The docker run command creates a container… Read More
2019-11-25 21:31
diff is a command-line utility that allows you to compare two files line by line. It can also compare the contents of directories. The diff command is most commonly used to create a patch co… Read More
2019-11-21 20:22
Go, often referred to as golang is a modern open-source programming language created by Google that allows you to build reliable and efficient applications. Many popular applications, such a… Read More
2019-11-20 20:31
Docker is a containerization platform that allows you to quickly build, test, and deploy applications as portable, self-sufficient containers that can virtually run everywhere. It is the de… Read More
2019-11-19 19:31
PostgreSQL, often known simply as Postgres, is an open-source general-purpose object-relational database management system. Knowing what version of the PostgreSQL server is installed and run… Read More
How To Install PostgreSQL On CentOS 8
2019-11-18 21:14
PostgreSQL or Postgres is an open-source general-purpose object-relational database management system with many advanced features that allows you to build fault-tolerant environments or comp… Read More
How To Install PHP On Debian 10 Linux
2019-11-17 18:04
PHP is one of the most used server-side programming languages. In this guide, we will discuss how to install PHP on Debian 10, Buster. We’ll also show you how to integrate PHP with Ngi… Read More
2019-11-16 21:31
In this article, we will talk about the w command. w is a command-line utility that displays information about currently logged in users and what each user is doing. It also gives informatio… Read More
2019-11-15 20:33
Webmin is an open-source control panel that allows you to manage your Linux server through an easy-to-use web interface. It allows you to manage users, groups, disk quotas, create files and… Read More
2019-11-14 20:31
In this article, we will cover the whoami command. As its name suggests, the whoami command prints the user name of the effective user ID. In other words, it displays the name of the current… Read More
2019-11-13 15:31
Anaconda is the most popular Python/R data science and machine learning platform. It is used for large-scale data processing, predictive analytics, and scientific computing. Anaconda distrib… Read More
Fsck Command In Linux (Repair File System)
2019-11-12 20:31
fsck (file system check) is a command-line utility that allows you to perform consistency checks and interactive repairs on one or more Linux file systems. It uses programs specific to the t… Read More
2019-11-11 20:31
An ISO file is an archive file that typically contains the complete image of a CD or DVD. For example, most operating systems such as Windows, Linux, and macOS are distributed as ISO images… Read More
2019-11-09 20:40
Apache Tomcat is an open-source JAVA based application server that implements Java Servlet, JavaServer Pages, Java Expression Language, and Java WebSocket technologies. It is one of the most… Read More
2019-11-08 20:21
Typically the hostname is set during the installation of the operating system or dynamically assigned to the virtual machine when it is created. There are a number of reasons why you may nee… Read More
2019-11-07 19:11
Apache is an open-source and cross-platform HTTP server. It comes loaded with powerful features and can be further extended with a wide variety of modules. If you are a developer or system a… Read More
2019-11-06 20:21
stat is a command-line utility that displays detailed information about given files or file systems. This article explains how to use stat command. Using the stat Command The syntax for the… Read More
2019-11-05 19:40
Python is one of the most widely used programming languages in the world. With its simple and easy to learn syntax, Python is a popular choice for beginners and experienced developers. Pytho… Read More
How To Add User To Sudoers In Debian
2019-11-04 20:11
sudo is a command-line utility that allows trusted users to run commands as another user, by default root. This tutorial shows two ways to grant sudo privileges to a user. The first one is t… Read More
2019-11-02 19:44
Python is one of the most popular programming languages in the world. With its simple and easy to learn syntax, Python is a popular choice for beginners and experienced developers. Unlike ot… Read More
2019-11-01 19:51
Typically when you run a command in the terminal, you have to wait until the command finishes before you can enter another one. This is called running the command in the foreground or foregr… Read More
2019-10-31 19:31
Jenkins is the most popular open-source, Java-based automation server that allows you to easily set up a continuous integration and continuous delivery (CI/CD) pipeline. Continuous integrati… Read More
2019-10-30 19:31
When working with text files, copying, cutting, and pasting text is one of the most commonly performed tasks. Vim or its precursor Vi comes preinstalled on macOS and almost all Linux distrib… Read More
2019-10-29 19:31
Git remote is a pointer that refers to another copy of the repository that is usually hosted on a remote server. In some situations, like when the remote repository is migrated to another ho… Read More
2019-10-27 19:21
If you spend a lot of time on the command line, viewing the history of the commands you have previously run could be a useful feature that can make your day to day work more easier and impro… Read More
How To Install PostgreSQL On Debian 10
2019-10-25 19:21
PostgreSQL, often known simply as Postgres, is an open-source general-purpose object-relational database management system. It has many powerful features such as online backups, point in tim… Read More
Pstree Command In Linux
2019-10-23 19:21
When working on a Linux machine, sometimes you might need to find out what processes are currently running. There are number of commands that you can use to find information about the runnin… Read More
Python Enumerate
2019-10-22 19:31
enumerate() is a built-in function in Python that allows you to have an automatic counter while looping over iterables. Python enumerate() Function The enumerate() function takes the followi… Read More

Share the post

Linuxize

×

Subscribe to Linuxize

Get updates delivered right to your inbox!

Thank you for your subscription

×