KaanZI: Do different things on web through command line

Web search

When we think about the computer in the earlier days the operating system can only performed task through command line. Even though there are been massive improvement in the Graphical user interface, command line gives you the ability to perform certain task easily than graphical use interface lets take a quick example on Linux. If [...]

Various usages of Yum and Yumex

provide root permission to yumex

Yum(Yellow Dog Update Modified) is an interactive package manager based on rpm. Different Linux Distributions uses different package managers. For example, Ubuntu uses apt-get whereas Fedora/RedHat uses yum. There are various things you can do with yum: install and uinstall packages, check for update, update packages, list the available packages and many more. This tutorial [...]

How to Customize the Terminal in Linux

split the terminal horizontally and vertically

This is a simple trick to give your terminal a desired look that you have always wanted. You can change the welcome messages, title, headings, text colour, background colour, add background picture, make the background transparent and many more. Also, the workspace in the Terminal can be managed horizontally and vertically using a application called [...]

How to run multiple linux command at same time

executing multiple commands

The multiple number of commands can be executed at once in Linux terminal using two different ways. Both the ways are too simple. The one way among the two introduce us to the Shell Scripting. Yes, I have been talking a lot about shell scripting. Well, it starts now! Let’s focus on how to run [...]

How to reset your forgotten password in Ubuntu

recovery mode in Ubuntu

Password can be reset in the Ubuntu very easily using the recovery mode. I have seen many people who are rebooting or reinstalling the entire system after they forgot their Ubuntu password. You don’t have to reinstall your entire system just because you forgot your password. There are various ways to reset the password. I [...]

8 cool terminal tricks you may not know about

installing bsd games

Linux terminal or the command line is very powerful. We spend most of our time in Linux terminal. You can simply give a command and produce your desired output. Also, there are various cool things you can do in your Linux terminal like watching movies, playing games, displaying your system information etc. There are also [...]

Linux History command tricks and tips

history

The commands that we have typed in the terminal is stored in the Linux system in the hidden file called .bash_history. You can view the hidden file from the terminal itself using the editor. You can also see the latest histories in the terminal itself. You search the pattern in the history, execute the history [...]