Shell Archives - Techie Buzz https://techie-buzz.com/tag/shell/ The Ultimate Tech Guide Wed, 19 Oct 2022 07:25:57 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.2 https://techie-buzz.com/wp-content/uploads/2022/08/cropped-techie-buzz-32x32.png Shell Archives - Techie Buzz https://techie-buzz.com/tag/shell/ 32 32 Compiz To Live On With Unity https://techie-buzz.com/compiz-to-live-on-with-unity/ Wed, 19 Oct 2022 07:25:57 +0000 https://techie-buzz.com/?p=2988 When GNOME 3 was announced, a redesign of the desktop was proposed. It was decided that the traditional panel based ... Read more

The post Compiz To Live On With Unity appeared first on Techie Buzz.

]]>
When GNOME 3 was announced, a redesign of the desktop was proposed. It was decided that the traditional panel based desktop will be replaced by a new user interface called the GNOME Shell.

GNOME Shell is a whole new take on the concept of the desktop and Compiz, one of the most amazing Windows managers (at least in terms of eye candy), had no place in GNOME Shell. KDE SC too already have their own windows manager, KWin, to provide most of the bling that Compiz provided. It seemed that Compiz was doomed to become “a project without a cause”.

Source: medium.com

Well, Mark Shuttleworth made an announcement which ensures that Compiz will live on. In the Ubuntu Developer Summit – Natty, while announcing that Ubuntu 11.04 Desktop will come with the Unity interface, he also announced that Unity in Ubuntu 11.04 will use Compiz.

Currently, Unity is available in Ubuntu Netbook Edition 10.10. It is based on Mutter, the same technology which GNOME Shell uses. Unity in UNE 10.10 is heavily criticized for a lot of things –  from being too confusing to being slow. According to Canonical, Unity’s slowness is because of Mutter and Mutter is not capable of providing a good enough performance. So, for the next release they will replace mutter with Compiz.

It is good to know that Compiz finally has a proper backing. Although, I have never been a fan of Compiz, it is one of those things which attracts a lot of people to Linux.

The post Compiz To Live On With Unity appeared first on Techie Buzz.

]]>
How to Go Back To Previous Directory and Home Directory in Linux Shell or Putty? https://techie-buzz.com/go-back-to-previous-directory-and-home-directory-in-linux-shell-or-putty/ Fri, 14 Oct 2022 12:47:19 +0000 https://techie-buzz.com/?p=2689 We have been using Putty to access Linux servers for quite some time, and we have shared several Linux Tips in the ... Read more

The post How to Go Back To Previous Directory and Home Directory in Linux Shell or Putty? appeared first on Techie Buzz.

]]>
We have been using Putty to access Linux servers for quite some time, and we have shared several Linux Tips in the past, here is another tip that should be useful for many users.

If you used cd to change the directory in Linux you can easily go back to the previous directory by using a command. For example you were in /usr/keith/my/inner/directory/which/is/so/deep and you use the command cd /var/www you can go back to the previous directory without having to type in the entire directory path by using the command cd .

If you want to go back to your default home directory from any directory, type in either cd ~or simply cd, this should take you to your home directory.

Bonus Tips: If you want to find the exact directory you are in type the command pwd”. If you want to navigate to a sub-folder in your home directory you can use the ~ sign to replace the path to your home directory, so cd /home/keith/dir1 and cd ~/dir1 should take you to the same directory.

You can also use auto-completion for file and directory names by using the tab key, if there are more than one files or folders matching the text you typed in, you will be shown a list of entries to choose from.

The post How to Go Back To Previous Directory and Home Directory in Linux Shell or Putty? appeared first on Techie Buzz.

]]>