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
+8-20Lines changed: 8 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ Free to read online versions:
22
22
23
23
:information_source::moneybag: You can buy PDF/EPUB versions from [Gumroad](https://learnbyexample.gumroad.com/) or [Leanpub](https://leanpub.com/u/learnbyexample)
24
24
25
+
📢 📢 📢 🐍 [The Indie Python Extravaganza](https://leanpub.com/b/theindiepythonextravaganza/c/pytober) bundle is free till 31-Oct-2021.
26
+
25
27
### Ebook drafts
26
28
27
29
*[Linux Command Line](https://github.com/learnbyexample/Linux_command_line) — Introduction to Linux commands and Shell scripting
@@ -30,33 +32,17 @@ Free to read online versions:
30
32
*[Ruby Scripting](https://github.com/learnbyexample/Ruby_Scripting) — examples based tutorial for Ruby scripting
31
33
*[Perl Introduction](https://github.com/learnbyexample/Perl_intro) — Introductory course for Perl 5 through examples, geared towards VLSI engineers
32
34
33
-
## Blog
34
-
35
-
https://learnbyexample.github.io/
36
-
37
35
<br>
38
36
39
-
## Try Linux on a VM
40
-
41
-
*[Simple guide to install Linux as Virtual Machine](https://www.storagecraft.com/blog/the-dead-simple-guide-to-installing-a-linux-virtual-machine-on-windows/)
42
-
* For Linux distro, you can check out a custom [Porteus](http://porteus.org/) build I made with addition of gvim, Perl, Python 2 and Python 3. It is a light weight distro, < 200MB ISO file (so, selecting RAM size of 512MB is enough for most purposes) and boots usually within 5 seconds
* 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
46
-
* The default passwords are `toor` for root and `guest` for guest — [Porteus FAQ](http://www.porteus.org/faq.html)
47
-
* 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/)
37
+
## Blog
48
38
49
-
**Further Reading** Guide to choosing your Linux Distribution, installation, list of applications, etc
https://learnbyexample.github.io/ — my super duper awesome programming blog
54
40
55
41
<br>
56
42
57
43
## Curated resources
58
44
59
-
Collection of learning resources, includes an intelligent search feature to find resources based on keywords used in these lists
45
+
Here's my collection of learning resources. Thanks to [mdBook](https://github.com/rust-lang/mdBook), these lists also have an intelligent search feature to find resources based on keywords.
60
46
61
47
*[Computer Science and Programming](https://learnbyexample.github.io/curated_resources/cs_programming.html)
@@ -69,7 +55,9 @@ Collection of learning resources, includes an intelligent search feature to find
69
55
70
56
## dot files
71
57
72
-
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.
58
+
This repo also includes Bash and Vim customization files (files starting with `.`) based on my personal preferences.
59
+
60
+
⚠️ Do NOT copy these files directly to your home directory. You might overwrite useful settings already present. Understand the customizations and apply them manually.
0 commit comments