You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,17 @@
2
2
3
3
A reference guide to Linux command line, Vim and Scripting
4
4
5
-
*[Linux Command Line](https://github.com/learnbyexample/Linux_command_line) - Introduction to Linux commands and Shell scripting
6
-
*[Command Line Text Processing](https://github.com/learnbyexample/Command-line-text-processing) - From finding text to search and replace, from sorting to beautifying text and more
7
-
*[Python Basics](https://github.com/learnbyexample/Python_Basics) - Syntax, working with Shell commands, Files, Text Processing, and more...
8
-
*[Ruby Scripting](https://github.com/learnbyexample/Ruby_Scripting) - examples based tutorial for Ruby scripting
9
-
*[Vim Reference](https://github.com/learnbyexample/vim_reference) - Vim reference guide for beginner to intermediate users
10
-
*[Perl Introduction](https://github.com/learnbyexample/Perl_intro) - Introductory course for Perl 5 through examples, geared towards VLSI engineers
5
+
*[Linux Command Line](https://github.com/learnbyexample/Linux_command_line) — Introduction to Linux commands and Shell scripting
6
+
*[Command Line Text Processing](https://github.com/learnbyexample/Command-line-text-processing) — From finding text to search and replace, from sorting to beautifying text and more
7
+
*[100 Page Python Intro](https://github.com/learnbyexample/100_page_python_intro) — short, introductory guide for those already familiar with programming basics
8
+
* See [Python Basics](https://github.com/learnbyexample/Python_Basics) for an older guide
9
+
*[Ruby Scripting](https://github.com/learnbyexample/Ruby_Scripting) — examples based tutorial for Ruby scripting
10
+
*[Vim Reference](https://github.com/learnbyexample/vim_reference) — Vim reference guide for beginner to intermediate users
11
+
*[Perl Introduction](https://github.com/learnbyexample/Perl_intro) — Introductory course for Perl 5 through examples, geared towards VLSI engineers
* Both the builds have a folder at `/tmp/useful_files/` which contains dot files (to be copied to home directory) and handful of Perl and Python 3 programs for learning purposes
38
-
* The default passwords are `toor` for root and `guest` for guest -[Porteus FAQ](http://www.porteus.org/faq.html)
39
+
* The default passwords are `toor` for root and `guest` for guest —[Porteus FAQ](http://www.porteus.org/faq.html)
39
40
* If you get errors like **kernel panic**, you might have to [Enable Intel VT-x in Your Computer’s BIOS or UEFI Firmware](https://www.howtogeek.com/213795/how-to-enable-intel-vt-x-in-your-computers-bios-or-uefi-firmware/)
40
41
41
42
**Further Reading** Guide to choosing your Linux Distribution, installation, list of applications, etc
Collection of learning resources, includes an intelligent search feature to find resources based on keywords used in these lists
52
53
53
-
*[Linux](./Linux_curated_resources.md)
54
-
*[Vim](./Vim_curated_resources.md)
55
-
*[Perl](./Perl_curated_resources.md)
56
-
*[Python](https://learnbyexample.github.io/py_resources/) - includes an intelligent search to find resources based on keywords used in the curated list
57
-
58
-
See also [Curated Resources](https://github.com/learnbyexample/curated_resources) repo for more lists on programming, books, movies, games, etc
54
+
*[Computer Science and Programming](https://learnbyexample.github.io/curated_resources/cs_programming.html)
Do NOT copy bash and vim customization files (files starting with .) directly to your home directory. You might overwrite useful settings already present. Understand them and add as necessary
64
+
Do NOT copy bash and vim customization files (files starting with `.`) directly to your home directory. You might overwrite useful settings already present. Understand them and add as necessary.
0 commit comments