fedora – POFTUT

What Is Fedora (Linux Operating System/Distribution)?

What Is Fedora (Linux Operating System/Distribution)?

Fedora is a Linux based operating system which provides innovative, free, and open-source platform for hardware, pc, laptop, cloud, and containers. Fedora is also called a Linux distribution where it uses the Linux kernel as the core of the operating system. Fedora History Fedora distribution is officially released on 6 November 2003 for the first … Read more

What Is Arch Linux? Why Use It?

What Is Arch Linux? Why Use It?

Arch Linux is a Linux distribution that is created for simplicity, optimization, modernity, pragmatism, user centrality, and versatility. Arch Linux is different from the mainstream distributions like Debian, Ubuntu, Mint, Kali, Fedora, CentOS, RHEL, and SUSE with its package management system and philosophy. Arch Linux adopts the rolling release model which means there are no … Read more

Best Linux Distros of 2020

Best Linux Distros of 2020

Linux the world of mystery, alternatives, different characteristics. These features of the Linux has colored also the version or distributions of the Linux. Linux provides a lot of different distros each of them represents a different soul. In this tutorial, we will examine the features, pros&const, and use cases of the different well known and … Read more

The Top Linux Distributions (Distros)

Linux is mostly known with its distributions or distros but the reality is that Linux is just a kernel or core of the operating system. All user space and some of the operating space related tools are provided by distributions. We can actually call distribution as a operating system. Linux is very different from Windows … Read more

How To Restart CentOS, Fedora, RedHat?

CentOS, Fedora and RedHat are Linux distributions of the same family. These distributions provides different ways and command in order to restart. In this tutorial we will look different ways to restart CentOS, Fedora and RedHat and their affect to the system. Restart with Shutdown Command shutdown command is the most common way to stop or … Read more

Php – Install Php In Linux and Create Development Environment

[rps-include post=6522] As stated previous post Php is portable language. Which makes Php supports a lot of different platforms. In this post we will look how to install Php and IDE named Eclipse in Linux operating system like Fedora and Ubuntu. During post we will give both Fedora or yum and Ubuntu apt instructions. Let’s start the … Read more

Linux Bash Environment Variables

Environment is shell running session and session related info. environment is important part of the Linux bash. We can set variables at the current environment and use them. Bash also provides some default environment variables too. Create Variables While Login You may need to create variable at login time of the user. For example to … Read more

Linux Tmux Tutorial With Examples

Linux Tmux Tutorial With Examples

Tmux is a terminal multiplexer popular in Linux world. Tmux provides multiple windows in a single session. Tmux also has the ability to detach and run after disconnect and attach after connection. This is very useful for system administrators. What Is Tmux? Tmux is described as terminal multiplexer. This terms means a single terminal can … Read more

Linux Diff Command Tutorial with Examples To Compare Two Text File

Linux Diff Command Tutorial with Examples To Compare Two Text File

Comparing files line by line can be done with a tool named diff. There are a lot of different options provided by diff. We will look at the most popular and useful features in this tutorial. Syntax diff has simple syntax. There are options that we will look later and files to be compared. diff … Read more

Bash For and While Loop Examples

Bash can provide different programming language structures like a variable, array, loop, decision making, etc. Loop is one of the most useful features of bash scripting. Loops will give the ability to iterate over given sequential structures like an array, file list, numbers, inputs, etc. Loop Syntax Bash provides alternative syntax for a loop. Below … Read more