Create and use alias in Ubuntu
In this article, we would see how to create and use alias in Ubuntu distribution. alias is basically a shell…
In this article, we would see how to create and use alias in Ubuntu distribution. alias is basically a shell…
In this article, we would discuss how to find Path of a command in Ubuntu. Mainly, we have shell commands…
In this article, we would discuss how we can create and extract archives using tar command-line utility. tar basically helps…
In this article, we would discuss “ls” command in Ubuntu. We also cover its associated options and arguments. With the…
In this article, we would discuss how we can replace networkd with NetworkManager in Netplan – Ubuntu 22.04 release. If…
In this article, we would see how we can change default shell in Ubuntu 22.04 release. A shell is basically…
In this article, we would discuss how to install Zsh in Ubuntu 22.04 release. Zsh is basically Z Shell. The…
In this article, we would discuss how to install KornShell in Ubuntu 22.04 release. The KornShell was developed by David…
In this article, we would discuss how to install csh in Ubuntu 22.04 release. Apart from that, we would also…
In this article, we would discuss the difference between str() and repr() in Python using the simplest of examples. Both…