Skip to content

Commit 724dceb

Browse files
updated links and description
1 parent 12feabb commit 724dceb

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
22

33
A reference guide to Linux command line, Vim and Scripting
44

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
1112

1213
### Ebooks
1314

14-
* [100 Page Python Intro](https://github.com/learnbyexample/100_page_python_intro)
15+
* [100 Page Python Intro](https://learnbyexample.github.io/100_page_python_intro)
1516
* [Python re(gex)?](https://learnbyexample.github.io/py_regular_expressions/)
1617
* [JavaScript RegExp](https://learnbyexample.github.io/learn_js_regexp/)
1718
* [Ruby Regexp](https://learnbyexample.github.io/Ruby_Regexp/)
@@ -20,7 +21,7 @@ A reference guide to Linux command line, Vim and Scripting
2021
* [GNU awk](https://learnbyexample.github.io/learn_gnuawk/)
2122
* [Ruby one-liners cookbook](https://learnbyexample.github.io/learn_ruby_oneliners/)
2223
* [Perl one-liners cookbook](https://learnbyexample.github.io/learn_perl_oneliners/)
23-
* [Practice Python Projects](https://github.com/learnbyexample/practice_python_projects) - *work-in-progress*
24+
* [Practice Python Projects](https://learnbyexample.github.io/practice_python_projects) *work-in-progress*
2425

2526
### Blog
2627

@@ -35,33 +36,32 @@ https://learnbyexample.github.io/
3536
* [Porteus_32bit.iso](https://drive.google.com/open?id=0B7SzVctdXWlUYy1QZG1NX2xyYVk)
3637
* [Porteus_64bit.iso](https://drive.google.com/open?id=0B7SzVctdXWlUV3kyNlhMU29PMUk)
3738
* 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)
3940
* 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/)
4041

4142
**Further Reading** Guide to choosing your Linux Distribution, installation, list of applications, etc
4243
* [awesome-linux](https://github.com/aleksandar-todorovic/awesome-linux#distributions)
4344
* [computefreely](https://computefreely.org/)
44-
* [Arch wiki - list of applications](https://wiki.archlinux.org/index.php/List_of_applications)
45-
* [alternativeto - Crowdsourced software recommendations](https://alternativeto.net/)
45+
* [Arch wiki: list of applications](https://wiki.archlinux.org/index.php/List_of_applications)
46+
* [alternativeto: Crowdsourced software recommendations](https://alternativeto.net/)
4647

4748
<br>
4849

4950
## Curated resources
5051

51-
List of learning resources
52+
Collection of learning resources, includes an intelligent search feature to find resources based on keywords used in these lists
5253

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)
55+
* [Python](https://learnbyexample.github.io/py_resources/)
56+
* [Linux CLI and Shell scripting](https://learnbyexample.github.io/curated_resources/linux_cli_scripting.html)
57+
* [Vim](https://learnbyexample.github.io/curated_resources/vim.html)
58+
* [Perl](https://learnbyexample.github.io/curated_resources/perl.html)
5959

6060
<br>
6161

6262
## dot files
6363

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

6666
<br>
6767

0 commit comments

Comments
 (0)