1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 14:48:08 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
Arjun
2332d8d257
Update linux-misc-1.md
qemu-system-x86_64: -m 8GB: Parameter 'size' expects a non-negative number below 2^64
Optional suffix k, M, G, T, P or E means kilo-, mega-, giga-, tera-, peta-
and exabytes, respectively.
2024-11-05 14:01:20 +05:30
Renaud Germain
870ed9e375 copyedit: misc chapter 2022-08-02 20:14:01 -04:00
0xAX
20ee3691a4
Merge branch 'master' into capitalize-linux 2022-07-31 15:31:51 +06:00
0xAX
1f6c29f10e
Merge branch 'master' into patch-2 2022-07-31 15:10:18 +06:00
Renaud Germain
c2ecc331a0 capitalize Linux everywhere 2022-05-01 09:12:23 -04:00
Chun-Hung Tseng
ad344c2c91
Fix image link in linux-misc-1.md 2021-09-07 00:29:20 +02:00
Chun-Hung Tseng
5769670cdc Fix busybox typo
Signed-off-by: Henry Tseng <henrybear327@gmail.com>
2021-09-06 17:41:30 +02:00
Jan Sonntag
fa1cf540e8 Fix broken links and emails 2020-10-14 19:40:15 +02:00
Sebastian Fricke
890101e412 Improve paragraph in Misc/linux-misc-1.md
Increase word variety, fix grammatical errors, place missing
punctuations and add missing articles.

Signed-off-by: Sebastian Fricke <sebastian.fricke.linux@gmail.com>
2020-06-10 18:00:12 +02:00
Sebastian Fricke
2cff4abf08 Gitbook Links: replace old links with new ones
The old links didn't point to valid locations.
Replace the old links with the new links and test those changes with a
small script: https://github.com/initBasti/markdown_link_check .

______________________________________________________________

In order to find and replace the links, I used the following commands:

grep -rwohP '.' -e "\(https\:\/\/0xax.gitbooks.io\/\S*\)" > links.txt
(Find all links recursivly in the project directories and print out the
 only the matches links)

Within links.txt:
Remove the '(' & ')' => :%s/\(//g  and :%s/\)//g
Remove duplicates => :sort u

Test if the links work with:
python3 md_link_check.py --pattern 0xax.gitbook --output-file bad.txt
(https://github.com/initBasti/markdown_link_check)

Create replace commands:
:%s/.*/grep -rl & '.' | xargs sed -i 's#&##g'
Enter replacement URL between the 2nd & 3rd '#'
Execute commands: :w !sh

Signed-off-by: Sebastian Fricke <sebastian.fricke.linux@gmail.com>
2020-05-31 17:23:17 +02:00
Michael D
639a7b59c3 More image fixes
Patch 5: Misc/

Note that one image, the "busybox menu", was not saved to
the wayback machine and has been lost.
2019-10-10 20:03:54 +02:00
proninyaroslav
163ba61dbe Replace invalid links to the images 2018-08-01 19:48:02 +03:00
Alexander Kuleshov
264d910182
fix links to blog posts about assembler 2018-03-24 00:37:33 +06:00
Joshua Murphy
6d69c2431b Refactored files for a unified naming convention, making an autoamted LaTeX build easier too 2018-02-14 10:03:16 -03:30