Posts

Showing posts from February, 2020

Linux by Ripudaman Singh

Image
Customize the Bash [Linux] Your terminal window generally has username@hostname but you can change that we will discuss here how to change it.   link for details: Read-1 Read-2 Read-3 Let's make the Example setup as in above picture with live time cp ~/.bashrc ~/.bashrc.bak  In case of a problem it will help to get back the old file  nano ~/.bashrc Add the follwing line at the Last PS1="\e[0;35m\w\e[m\n\@ \e[0;35m$\e[m " close the nano by ctrl X, Y enter. making Changes active by source ~/.bashrc To customize in your own way see the above links. Get the localhost at some other name [Linux] Open your terminal and type  sudo nano /etc/hosts map your name with localhost address like 127.0.0.1       localhost 127.0.1.1       ripudaman # The following lines are desirable for IPv6 capable hosts ::1 ctrl X, y enter All done you can access the localhost at your describe name for me its ripudaman (helpful when making twitter app which runs on localhost) Getting port is al

Best Online Tuitors

Image
Learning: Nowadays learning new technology is getting easier and easier. IT profession is a Path in which learning new things is the key-frame. Learning new technology looks like a difficult in the beginning but after a few hours of devotion in research of learning goal, we find I easier.  Steps Take the online free crack course for that technology on youtube/Udemy (Example: 1-hour or 2-hour crack course)  Afterward, if you like to dive deeper than take a course of at least 15 hours, get your hands dirty is the only way to learn.  Try to make small dummy projects for your self in this process, make the roadMaps and try to make clones of existing projects and services. Now if you want to advance more follow your technology latest feeds and also try to read is docs and all. Make small projects which have some key features Some Places for Learning 1) Youtube (for kick start) 2) Udemy (for Average Edging) 3) Google search yourself (Find your best Yourself) (