How To Install Jenkins on Ubuntu 20.04/18.04
Jenkins is a leading self-contained open-source automation server that is used to automate repetitive technical assignments involved in building, testing, and delivering or deploying software. Jenkins is Java-based and can be installed through Ubuntu
The post How To Install Jenkins on Ubuntu 20.04/18.04 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.How To Install Java with Apt on Ubuntu 20.04
Java is one of the most popular programming languages and the JVM (Java’s virtual machine) is the run-time environment to run Java applications. These two platforms are required for much popular software that includes
The post How To Install Java with Apt on Ubuntu 20.04 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.LFCA: Learn Binary and Decimal Numbers in Network – Part 10
In Part 9 of the LFCA series, we covered the basics of IP addressing. To better understand IP addressing, we need to pay more attention to these two types of IP address representation –
The post LFCA: Learn Binary and Decimal Numbers in Network – Part 10 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.LFCA: Learn Basics of Network IP Addressing – Part 9
In our previous chapter of the LFCA series, we defined a computer network and briefly brushed over some of the general Linux networking commands that you can use to retrieve useful network information such
The post LFCA: Learn Basics of Network IP Addressing – Part 9 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.How to Install TeamViewer 15 on RHEL/CentOS/Fedora and Debian/Ubuntu
Teamviewer is a cross-platform, powerful, and secure remote access and control software that can connect to multiple devices simultaneously. It is an all-in-one solution for remote support which can be used for desktop sharing,
The post How to Install TeamViewer 15 on RHEL/CentOS/Fedora and Debian/Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.How to Enable Remi Repository to Install Latest LAMP Stack
If you are a system administrator, a developer, or a DevOps engineer, chances are that at some point you’ve had to set up (or work with) a LAMP (Linux / Apache / MySQL or
The post How to Enable Remi Repository to Install Latest LAMP Stack first appeared on Tecmint: Linux Howtos, Tutorials & Guides.LFCA: How to Monitor Basic System Metrics in Linux – Part 8
This article is Part 8 of the LFCA series, here in this part, you will acquaint yourself with the general system administration commands to monitor basic system metricks and schedule administrative tasks in the
The post LFCA: How to Monitor Basic System Metrics in Linux – Part 8 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.How to Configure FirewallD in RHEL, CentOS and Fedora
Net-filter as we all know it’s a firewall in Linux. Firewalld is a dynamic daemon to manage firewalls with support for network zones. In the earlier version, RHEL & CentOS 6 we have been
The post How to Configure FirewallD in RHEL, CentOS and Fedora first appeared on Tecmint: Linux Howtos, Tutorials & Guides.How to Install Mosh Shell as SSH Alternative on Linux
Mosh, which stands for Mobile Shell is a command-line application which is used for connecting to the server from a client computer, over the Internet. It can be used as SSH and contains more
The post How to Install Mosh Shell as SSH Alternative on Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.LFCA: How to Manage Software Packages in Linux – Part 7
This article is Part 7 of the LFCA series, here in this part, you will acquaint yourself with the general system administration commands to manage software packages in the Linux system. As a systems
The post LFCA: How to Manage Software Packages in Linux – Part 7 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.Gdu – A Pretty Fast Disk Usage Analyzer for Linux
In this article, we will take a look at gdu an open-source disk usage analyzer written in go. Gdu is inspired by godu, dua, ncdu, and df. The gdu tool is created for SSD
The post Gdu – A Pretty Fast Disk Usage Analyzer for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.How to Install SQLite and SQLite Browser in Ubuntu
SQLite is a lightweight, small and self-contained RDBMS in a C library. Popular databases like MySql, PostgreSQL, etc. works in the client-server model and they have a dedicated process running and controlling all the
The post How to Install SQLite and SQLite Browser in Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.LFCA: Learn to Manage Time and Date in Linux – Part 6
This article is Part 6 of the LFCA series, here in this part, you will acquaint yourself with the general system administration commands to manage time and date settings in the Linux system. Time
The post LFCA: Learn to Manage Time and Date in Linux – Part 6 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.LFCA: Learn User Account Management – Part 5
As a Linux system administrator, you will be tasked with ensuring the smooth flow of all IT operations in your organization. Given that some IT operations are intertwined, a systems administrator usually wears many
The post LFCA: Learn User Account Management – Part 5 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.10 Best Udemy Google Cloud Platform Courses in 2021
Google Cloud Platform is a suite of cloud computing services that share its running environment with the same infrastructure that Google uses internally for its end-user products e.g YouTube, Gmail, and Google Search. It
The post 10 Best Udemy Google Cloud Platform Courses in 2021 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.How to Use Break and Continue Statements in Shell Scripts
In this article, we will take a look at how to use a break and continue in bash scripts. In bash, we have three main loop constructs (for, while, until). Break and continue statements
The post How to Use Break and Continue Statements in Shell Scripts first appeared on Tecmint: Linux Howtos, Tutorials & Guides.How to Use until Loop in Your Shell Scripts
In bash for, while, and until are three loop constructs. While each loop differs syntactically and functionally their purpose is to iterate over a block of code when a certain expression is evaluated. Until
The post How to Use until Loop in Your Shell Scripts first appeared on Tecmint: Linux Howtos, Tutorials & Guides.LFCA: Learn Basic Networking Commands – Part 4
At any given time when using your PC which is connected to a router, you will be part of a network. Whether you are in an office environment or simply working from home, your
The post LFCA: Learn Basic Networking Commands – Part 4 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.10 Best Udemy Android Development Courses in 2021
Android Software development involves creating applications for devices that are running the Android Operating System using Kotlin, Java, and C++ languages via the Android software development kit. Of course, it is possible to work
The post 10 Best Udemy Android Development Courses in 2021 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.Different Ways to Read File in Bash Script Using While Loop
This article is all about how to read files in bash scripts using a while loop. Reading a file is a common operation in programming. You should be familiar with different methods and which
The post Different Ways to Read File in Bash Script Using While Loop first appeared on Tecmint: Linux Howtos, Tutorials & Guides.