Posts

Showing posts from February, 2018

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

BLOG

Image
Blogging: So you want to start a blog. That’s great! Not only is blogging a great pastime, but with a blog, you can express yourself in a unique way, help others with problems you’ve overcome, establish yourself as an expert, and even make money. If you’re new to blogging, it really helps to  get started off on the right foot  and  have someone to help you avoid mistakes. That’s why I’ve put this page together for you, to give beginners a fast, foolproof guide to starting a blog, without having to learn HTML or waste your time reading long, boring tutorials. In fact, over 10,000  people have already setup blogs  using this guide! I’ve put this guide together for you, to walk you through the process to set up your blog in  5 easy steps. Here’s how to start a blog: Register your self at the blogger site that is blogspot.com and then, you are all good to go, add the posts for your blog.