Linux Tutorials on the topic “ubuntu”
-
How to Install CryptPad Collaborative Office Suite on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, security, ubuntu • Comments: 1 • Published: Feb 28, 2023Cryptpad is an open-source collaborative office suite that serves as an alternative to Office 365. It allows you to access office applications via the web browser. In this tutorial, you will learn how to install the Cryptpad suite on a Ubuntu 22.04 server.
-
Linux Basics - Set a Static IP on Ubuntu
Author: galiclick • Tags: networking, ubuntu • Comments: 36 • Updated: Feb 25, 2023Set a static IP on Ubuntu. All Ubuntu versions, from Ubuntu 22.04, and Ubuntu 20.04 down to Ubuntu 12.04, are covered in this tutorial. The guide explains setting a static IP on an Ubuntu system from the command line. It covers the network configuration for all recent Ubuntu versions and includes instructions to configure a static IP address, set the hostname, and configure name resolving.
-
Installing and using Git and GitHub on Ubuntu Linux: A beginner's guide
Author: Akshay Pai • Tags: linux, programming, ubuntu • Comments: 128 • Updated: Feb 25, 2023This tutorial is a quick setup guide for installing and using GitHub and how to perform its various functions of creating a repository locally, connecting this repo to the remote host that contains your project (where everyone can see), committing the changes and finally pushing all the content in the local system to GitHub.
-
-
How to Check Disk Space on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, ubuntu • Comments: 1 • Updated: Feb 24, 2023Tracking disk usage information is a day-to-day task of any system administrator. Linux has some built-in utilities that help you find the disk space of your system. In this post, we will show you how to check disk space on Linux using multiple ways.
-
How to Install Jira Agile Project Management Tool on Ubuntu 22.04
Author: Hitesh Jethva • Tags: commercial, linux, ubuntu, web server • Comments: 1 • Published: Feb 24, 2023JIRA is a commercial software application developed by Atlassian for issue tracking and project management. This tutorial will show you how to install the JIRA project management tool on Ubuntu 22.04 server.
-
How to Install Apache Maven on Ubuntu 22.04
Author: Hitesh Jethva • Tags: ubuntu • Comments: 0 • Published: Feb 24, 2023Maven is a free, open-source, popular build tool developed by the Apache Group. It is used to build, publish, and deploy several projects simultaneously for better performance.
-
How to Install Nagios Monitoring Tool on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, monitoring, ubuntu • Comments: 0 • Published: Feb 24, 2023Nagios is a powerful free, open-source monitoring tool used for monitoring Linux and Windows servers and networks and infrastructure. With Nagios, you can monitor CPU usage, disk usage, and several services including HTTP, SSH, FTP, SMTP, and more.
-
How to Install Passbolt Password Manager on Ubuntu 22.04
Author: Arvid L • Tags: linux, security, ubuntu • Comments: 1 • Published: Feb 24, 2023Passbolt is a free and open-source password manager based on PHP, MySQL, and OpenPGP. It is a self-hosted application server, you can install it on your server. Passbolt is primarily designed for teams, but you can still use it as a personal password manager.
-
How to Install Angular on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, programming, ubuntu, web server • Comments: 0 • Published: Feb 24, 2023Angular.js is a free and open-source JavaScript framework used for building dynamic applications. This tutorial will show you how to install Angular.js with Nginx as a reverse proxy on Ubuntu 22.04.
-
How to Install Gradle Build Automation Tool on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, programming, ubuntu • Comments: 0 • Published: Feb 24, 2023Gradle is an open-source build automation tool based on Groovy and Kotlin. It is mostly used for building Java projects, but it supports multiple languages, including Java, C/C++, and JavaScript.