Camly - A Responsive Blogger Theme, Lets Take your blog to the next level.

This is an example of a Optin Form, you could edit this to put information about yourself.


This is an example of a Optin Form, you could edit this to put information about yourself or your site so readers know where you are coming from. Find out more...


Following are the some of the Advantages of Opt-in Form :-

  • Easy to Setup and use.
  • It Can Generate more email subscribers.
  • It’s beautiful on every screen size (try resizing your browser!)
by

Migarting shell from Bash to Zsh!

Do you want to make your terminal look good, then I would suggest you to migrate it from Bash to Zsh. 

Migrating from Bash to Zsh:

How to check the shell you are in? 

To see your current shell, you should use this command:

                       $ps -p $$

Installing Zsh:

                  $sudo apt-get update 
                 $sudo apt-get install zsh
  

Setting it as default shell: 


                      $chsh -s /bin/zsh

Installing Oh-My-Zsh


Oh My Zsh is an open source, community-driven framework for managing your zsh configuration.

              
              $curl -L http://install.ohmyz.sh |sh 


After doing this, you just need to reboot your system. You use the command            sudo reboot


Now to migrate from bash to zsh or zsh to bash, you just need to type this command:

           
            exec zsh (for changing from bash to zsh)
            exec bash(for changing from zsh to bash) 






2 comments: