Mead Naji has Published 28 Articles

How to Install Laravel on Ubuntu?

Mead Naji

Mead Naji

Updated on 21-Nov-2024 12:05:33

118 Views

PHP is known as an older language that serves almost 60% of websites around the world. Due to its simplicity and stability, some popular web technologies are based on PHP, one of them being Laravel. Laravel is a well-known backend framework that provides developers with all the tools needed to ... Read More

How to Install Ruby on Ubuntu?

Mead Naji

Mead Naji

Updated on 21-Nov-2024 11:59:00

126 Views

Ruby is one of the most popular programming languages, known for its stability and simplicity. It has been powering applications for a long time. You may have heard of Ruby on Rails, one of the most well-known web frameworks used to build web applications. It's used by large companies like ... Read More

How to install and use ASDF Version Manager?

Mead Naji

Mead Naji

Updated on 21-Nov-2024 11:35:39

307 Views

If you are a DevOps engineer, a Linux sysadmin, or even just a developer, you may have faced the annoying problem of managing versions in your development environment. Luckily, we now have a tool that can manage this for us out of the box, called ASDF. ASDF stands out for ... Read More

How to Customize Linux Shell Environment?

Mead Naji

Mead Naji

Updated on 21-Nov-2024 11:26:44

266 Views

The shell is the interface between the user and the system. It can be used to do anything you want on your system. In Linux, there are several types of shells that we can use and interact with. In this article, we will explain how to use and customize the ... Read More

How to Install and Use Minikube in Linux?

Mead Naji

Mead Naji

Updated on 21-Nov-2024 11:10:25

109 Views

Kubernetes is a well-known container orchestration platform that allows you to manage containers from deployment to scaling and automation. It is also known as K8s as an abbreviation. For beginners, getting started with Kubernetes can be a bit confusing, as you need a server to start applying Kubernetes commands and ... Read More

Micro Text Editor – An Alternative to Vim

Mead Naji

Mead Naji

Updated on 21-Nov-2024 11:03:47

398 Views

Vim is a well-known text editor in the terminal, used by many developers and sysadmins around the world. However, it is also known for its complicated keybindings and modes. You may want to use Vim, but for those reasons, or if you don't want to invest much time just to ... Read More

Podman vs Docker: What are the differences?

Mead Naji

Mead Naji

Updated on 21-Nov-2024 10:33:52

119 Views

Podman and its Daemonless Approach? Podman is an open-source container engine project that helps us with developing, managing, and deploying containers. What makes Podman special is its daemonless approach. With Docker, when we work with the Docker CLI, we're actually interacting with the Docker daemon, which runs in the ... Read More

How to Use Podman to Search for an Image in the Registry?

Mead Naji

Mead Naji

Updated on 21-Nov-2024 10:23:24

700 Views

When we talk about applications that we take and run in the container world, we call this an image, which we save somewhere and run for as long as we need it. We have a lot of places where we can find an image; we call these image registries. We ... Read More

How to Install Podman in Linux?

Mead Naji

Mead Naji

Updated on 21-Nov-2024 10:02:35

100 Views

Podman is in the official repository for almost all distributions, making it easy to install. On Ubuntu / Debian / Mint. sudo apt install podman For Red Hat / Fedora sudo dnf install podman For Windows, it’s recommended to use WSL (Windows Subsystem for Linux) to install and ... Read More

How to create a container using Podman?

Mead Naji

Mead Naji

Updated on 21-Nov-2024 09:25:37

145 Views

These days, we hear a lot about the terms containers and VMs, and if you are a beginner, it's hard to differentiate between these terms and technologies that are similar and almost do the same work. In this comprehensive tutorial, we will explain in an easy way what a container ... Read More

Advertisements