terminal – POFTUT

setenv Command Tutorial To Add, Delete and Change Environment Variables In Linux

Linux and Unix ecosystem mainly used command line based. While working with command line and C Shell we generally need some values to use with commands. Shells provide environment variables for this. This environment variables can be managed with setenv command like add, change and remove. Syntax Syntax of setenv command is very simple we just need … Read more

Linux Lynx Text and Terminal Based Browser

Linux is an interesting operations system. It provides a lot of command-based or terminal-based applications. Lynx is one of them. Lynx is a terminal-based web browser. This means we can browse the web or surf the web in a server environment without a desktop manager. In this tutorial, we will look at how to install … Read more

How To Use Python Print Function Tutorial with Examples

How To Use Python Print Function Tutorial with Examples

Python is a very expressive language that provides a lot of different output types and extensions. print() is one of the most used functions to print output. In this tutorial, we will look at different usage types of function print(). print() Function Syntax The function print() provides advanced usage in order to print given message, string … Read more

How To Install and Use Cygwin With Terminal and SSH Examples?

How To Install and Use Cygwin With Terminal and SSH Examples?

Cygwin is a free software to provide Linux and Unix environment, tools, and libraries in Windows operating systems. Cygwin is also called an emulator because it translates Linux system calls into Windows type systems calls. Cygwin generally used to run Linux tools like ssh, SCP, bash, X11, GCC in the Windows environment. Cygwin support following … Read more

How To Split, Create and Close Tmux Screen In Linux?

Tmux is great tool which saves system administrators from a lot of unnecessary workloads. Tmux is creating multiple screens, split current screen and maybe the best part even ssh is closed it resumes to work and after reconnect we can resume from where we were. Open Tmux We will start tmux terminal emulator simply providing … Read more