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 twitt...

CS IT PDFS

All_Technical_Languages_PDF A to Z



Note: Don't wanna read:
visit the site: Download the pdf of BOOKS

1- .NET FRAMEWORK-
https://books.goalkicker.com/DotNETFrameworkBook/

2- Algorithms-
https://books.goalkicker.com/AlgorithmsBook/

3- Android-
https://books.goalkicker.com/AndroidBook/

4- Angular 2
https://books.goalkicker.com/Angular2Book/

5- Angular JS
https://books.goalkicker.com/AngularJSBook/

6- BASH
https://books.goalkicker.com/BashBook/

7- C
https://books.goalkicker.com/CBook/

8- C++
https://books.goalkicker.com/CPlusPlusBook/

9- C#
https://books.goalkicker.com/CSharpBook/

10- CSS
https://books.goalkicker.com/CSSBook/

11- Entity Framework-
https://books.goalkicker.com/EntityFrameworkBook/

12- Excel VBA
https://books.goalkicker.com/ExcelVBABook/

13- GIT
https://books.goalkicker.com/GitBook/

14- Haskell
https://books.goalkicker.com/HaskellBook/

15- Hibernate
https://books.goalkicker.com/HibernateBook/

16- HTML 5
https://books.goalkicker.com/HTML5Book/

17- HTML5 CANVAS
https://books.goalkicker.com/HTML5CanvasBook/

18- iOS
https://books.goalkicker.com/iOSBook/

19- JAVA
https://books.goalkicker.com/JavaBook/

20- JAVA SCRIPT
https://books.goalkicker.com/JavaScriptBook/

21- jQuery
https://books.goalkicker.com/jQueryBook/

22- KOTLIN
https://books.goalkicker.com/KotlinBook/

23- LaTex
https://books.goalkicker.com/LaTeXBook/

24- Linux
https://books.goalkicker.com/LinuxBook/

25- MATLAB
https://books.goalkicker.com/MATLABBook/

26- Microsoft SQL Server
https://books.goalkicker.com/MicrosoftSQLServerBook/

27- MongoDB
https://books.goalkicker.com/MongoDBBook/

28- MySQL
https://books.goalkicker.com/MySQLBook/

29- NodeJS
https://books.goalkicker.com/NodeJSBook/

30- Objective-C
https://books.goalkicker.com/ObjectiveCBook/

31- Oracle DB
https://books.goalkicker.com/OracleDatabaseBook/

32- Perl
https://books.goalkicker.com/PerlBook/

33- PHP
https://books.goalkicker.com/PHPBook/

34- PostgreSQL
https://books.goalkicker.com/PostgreSQLBook/

35- PowerShell
https://books.goalkicker.com/PowerShellBook/

36- Python
https://books.goalkicker.com/PythonBook/

37- R
https://books.goalkicker.com/RBook/

38- React JS
https://books.goalkicker.com/ReactJSBook/

39- React Native
https://books.goalkicker.com/ReactNativeBook/

40- Ruby
https://books.goalkicker.com/RubyBook/

41- Ruby on Rails
https://books.goalkicker.com/RubyOnRailsBook/

42- Spring Framework
https://books.goalkicker.com/SpringFrameworkBook/

43- SQL
https://books.goalkicker.com/SQLBook/

44- Swift
https://books.goalkicker.com/SwiftBook/

45- Type Script
https://books.goalkicker.com/TypeScriptBook2/

46- VBA
https://books.goalkicker.com/VBABook/

47- Visual Basic .Net
https://books.goalkicker.com/VisualBasic_NETBook/

48- Xamarin.Forms
https://books.goalkicker.com/XamarinFormsBook/

Comments

Popular posts from this blog

GIT tool for GITHUB/

Linux by Ripudaman Singh