Search This Blog

Friday, August 25, 2017

How to Use Linux in Your Own Language

linux, language, betty, ruby, curl, git
Today i will show you how to use Linux in your language. Linux could be very difficult system but you can make very easy with using siri Linux tools. Maybe you thinking i am joking with you, no i am not joking with you, it's true and it's possible. Most of the people thinking why should i use terminal interface because there have graphical interface. But you have to remember that, terminal interface have too many opportunity instead of graphical interface. You can do lot's of things with terminal interface. But you can not do many things in graphical interface. Moreover the commands writing is sometimes concern have a fun. This is very important for programmer.


It's not easy to introduce with terminal interface. But you can make easy to use terminal interface by using Betty like a water. Betty is a Linux tools, it will convert plain English text to terminal interface language. Basically Betty is Linux tools like a siri or google now. Behind the developed of Betty  developer's only intention is all user can use easily Linux terminal. Actually Betty is you opportunity to use common talking language or writing language in using terminal interface. Today my tutorial is how to install Betty in terminal and how to use it. So Let's Start.


How To Install Betty:
So when we install betty we must be use terminal command. Don't be scare about command. I write down some command here. So you have to run this command. Follow the instruction, first of all you have to install ruby,curl and git. If you have installed already no need. If didn't install yet type some code in terminal to install this tools. Type code from below.
$ Sudo apt-get install ruby curl
$ Sudo apt-get install git

So now if you finished install, you have to set some settings for easy to use. It will be think betty already installed in your home forlder. Follow the code from below.
$ echo "alias betty=\"~/betty/main.rb\"" >> ~/.bashrc
$ source ~/.bashrc

If your Ubuntu is old version, so when you run command for ruby, curl and git update this tools to version 1.3.1. Other ways maybe it will be disturb you. So don't forget to update. Follow the code from below.
$ sudo apt-get install ruby1.9.1
$ sudo update-alternatives –config ruby
If you going to run second command it will ask you through pop up about ruby version, select 1.9.1. Just write selection number then press enter. So bettey is installed successfully.
If you finished installed already, So Let's start to use betty. You can get lot's of command from Github website. Betty is very easy to use. So we will discuss about some besic command.

Time and Date:
        If you want to see time and date, type betty what is the time is it or what is the date.

Username and Ip:
       Betty can collect some basic information. It can collect also username and ip address.It can find Username and ip of all user to same network. Also you can get weather news and translate something and you can find anything what you what you want to know. Betty always try to understand natural language.
linux, betty, ruby, curl, git

Thank you for reading my tutorial. I hope next time i will bring for very important tutorial. Stay with us.