Ubuntu

Ubuntu posts, videos, courses, and more

TechvBlogs · 4 months ago

How to Install PHP 8.3 on Ubuntu 22.04

PHP is a popular server scripting language known for creating dynamic and interactive web pages. Getting up and running with your language of choice is the first step in learning to program....
2

TechvBlogs · 1 year ago

How to Install MySQL on Ubuntu 22.04

What is MySQL? MySQL is an open-source relational database management system. Its name is a combination of "My", the name of co-founder Michael Widenius's daughter My, and "SQ...
3

TechvBlogs · 1 year ago

How to Install Apache on Ubuntu 22.04 LTS

What is Apache? Apache web server is developed by “Robert McCool.” This open-source web server is responsible for accepting HTTP requests from the users and providing the requested informat...
4

TechvBlogs · 1 year ago

How to Install Multiple PHP Versions on Ubuntu 22.04

PHP is a programming language used for developing web applications. You must install PHP packages on a Ubuntu system to run the application written on it. Generally, it is used to create e-...
6

TechvBlogs · 1 year ago

​How to Upgrade to Ubuntu 22.04

Ubuntu 22.04 LTS Jammy Jellyfish is due to release on April 21, 2022. However, users of Ubuntu 20.04 and Ubuntu 21.10 can upgrade to the latest release right now. This tutorial will cov...
4

TechvBlogs · 1 year ago

How to Add and Delete Users on Ubuntu

Adding and removing users on a Linux system is one of the essential system administration tasks to familiarize yourself with. When you create a new system, you are often only given access...
4

TechvBlogs · 1 year ago

How to zip a folder in Ubuntu Linux / Debian Linux

Zip is the most widely used archive file format that supports lossless data compression. A Zip file is a data container containing one or more compressed files or directories. Compressed (zi...
4

TechvBlogs · 1 year ago

How To Install PHP 8.1 on Ubuntu 22.04

PHP is a popular server scripting language known for creating dynamic and interactive web pages. Getting up and running with your language of choice is the first step in learning to program....
3

TechvBlogs · 1 year ago

How to Install and Use Curl on Ubuntu 22.04

What is cURL? Curl is a command-line utility that allows users to create network requests. Curl is accessible on Windows, Linux, and Mac, making it the go-to choice for developers across all...
2

TechvBlogs · 1 year ago

How to make a POST request with cURL

What is cURL? Curl is a command-line utility that allows users to create network requests. Curl is accessible on Windows, Linux, and Mac, making it the go-to choice for developers across all...
3

TechvBlogs · 1 year ago

How to install and Secure Redis on Ubuntu 22.04

Redis is a data store that can store key-value data structures on memory and disk by optimizing the rapid creation of applications through the availability of very versatile data structures....
5

TechvBlogs · 2 years ago

How to Install OpenLiteSpeed on Ubuntu 20.04

What is LiteSpeed Web Server? Litespeed Web Server is one of the best and most well-known web server software in the world. Some sources also mention that this webserver is ranked 4 as the m...
3

TechvBlogs · 2 years ago

How To Install WordPress with LAMP on Ubuntu 20.04

For those who cannot afford the hustles of developing websites from scratch, there are now several content management systems (CMSs) such as WordPress that you can take advantage of to set u...
6

TechvBlogs · 2 years ago

How To Install Slack On Ubuntu

Slack is one of the most popular collaboration platforms globally that brings all your communication together. Conversations in Slack are organized in channels. You can create channels for y...
4

TechvBlogs · 2 years ago

How To Install Spotify On Ubuntu

Introduction Spotify is the most popular streaming music service these days. While you can listen to it via its web interface, you can also install a desktop client of Spotify in Linux. Spot...
5

TechvBlogs · 2 years ago

How to Deploy Laravel Application with Nginx on Ubuntu

Laravel is one of the most popular open-source web application frameworks written in PHP. It aims to help developers build complex and straightforward applications by making frequently used...
5

TechvBlogs · 2 years ago

How to Reset MySQL root password in Ubuntu

Passwords are hard to remember, so if you have forgotten the MySQL root password, luckily, there is a way to change it. This post has been written for you, and by the end of this post, you w...
4

TechvBlogs · 2 years ago

How to Deploy Laravel Project with Apache on Ubuntu

Hello Developers, Laravel is a free and open-source PHP framework based on the Symfony framework and follows the Model-View-Controller design pattern. It comes with tools and resources that...
3

TechvBlogs · 2 years ago

How to Manage and Use Apache virtual hosts in Ubuntu

What Is Apache Virtual Hosts? Virtual Host term refers to the method of running over one website, such as yourdomain.com, test.yourdomain.com, or www.yourdomain.com, www.yourdomain2.com on a...
2

Bobby Iliev · 2 years ago

How to Deploy a Node.js App on Ubuntu with PM2, NGINX and Cloudflare

In this video you will learn how to deploy a Node.js application ready for production on an Ubuntu server using the following:- Install a specific Node.js version- PM2 to allow you to run an...
8

Bobby Iliev · 2 years ago

🚀 The Missing Docker Crash Course for Developers

Introduction to Docker It is more likely than not that Docker and containers are going to be part of your IT career in one way or another. In this blog post series I'll cover the following:...
7

Anish De · 2 years ago

How to install Figma on Linux

Figma is a great UI/UX tool with a quite generous free tier. This means many developers use Figma to prototype their application or website designs (including me). Many of us developers tend...
5

Adam. R · 2 years ago

How to install NodeJS on Ubuntu!

How to install NodeJS on Ubuntu! Option 1: Installing Node.js with Apt from the Default Repositories Ubuntu 20.04 contains a version of Node.js in its default repositories that can be used...
4

Bobby Iliev · 2 years ago

How to keep a process running even after closing SSH connection?

Introduction There are many reasons why you would like to keep a process running even if you close your SSH session. Here are a few examples: Your working day is going to be over soon and y...
5

Bobby Iliev · 2 years ago

How to host multiple WordPress websites on the same server

In this video, I will show you how to host multiple WordPress websites on the same server!Useful links:- $100 free DigitalOcean Credit- Install WordPress on Ubuntu 20.04 step by step guide
2

Server Enthusiast · 3 years ago

Top 10 Nginx Commands to Help You Manage Your Server Like a Pro

Introduction If you have ever done any web development, it is very likely that you've heard of Nginx. Nginx is an open-source web server. It can also be used as a reverse proxy, a caching se...
7

Bobby Iliev · 3 years ago

How to write your first Bash script?

Introduction Bash scripting lets you automate a lot of your tasks on Linux and UNIX systems. Bash combines the power of the Linux commands and tools with a powerful and robust scripting lang...
6

Bobby Iliev · 3 years ago

How to proxy your web traffic via your Linux Server without a VPN?

In this video I will show you a pretty cool and easy way on how to proxy your web traffic without having to install a VPN or do any special server configuration by just using SSH tunneling!A...
6

Bobby Iliev · 3 years ago

Introduction to Ansible - Part 5

IntroductionWelcome to part 5 of my Introduction to Ansible blog post series! If you have not read previous parts of the Introduction to Ansible series, you can find them here:   ...
7

Bobby Iliev · 3 years ago

Introduction to Docker - Part 3

IntroductionWelcome to part 3 of my Introduction to Docker blog post series! In part 1 I quickly went through installing Docker and what containers are and in Part 2 we actually played with...
7

Loading More Content