Commit Graph

88 Commits

Author SHA1 Message Date
Samuel Koprivnjak
02427ad982 Linux find cmd examples (#29360)
* Useful find commands examples

* Update index.md
2019-05-26 09:08:25 -07:00
Alexander Wayne Omorokunwa
5c2d898fee created a new article (#28592) 2019-05-24 14:06:02 +01:00
Randell Dawson
0a1eeea424 fix(guide) Replace invalid prism code block names (#35961)
* fix: replace sh with shell

fix replace terminal with shell

fix replace node with js

fix replace output with shell

fix replace cs with csharp

fix replace c++ with cpp

fix replace c# with csharp

fix replace javasctipt with js

fix replace syntax  with js

fix replace unix with shell

fix replace linux with shell

fix replace java 8 with java

fix replace swift4 with swift

fix replace react.js with jsx

fix replace javascriot with js

fix replace javacsript with js

fix replace c++ -  with cpp

fix: corrected various typos

fix: replace Algorithm with nothing

fix: replace xaml with xml

fix: replace solidity with nothing

fix: replace c++ with cpp

fix: replace txt with shell

fix: replace code with json and css

fix: replace console with shell
2019-05-15 19:08:19 +02:00
prashant
39352ce64d add "Quit sftp." option (#29454)
* add "Quit sftp." option

Added "Quit sftp." and manpage referernce

* fix: changed unix to bash
2019-05-10 16:02:47 -07:00
simchuck
c9f628e8f6 Add reference to getting started with WSL on Windows 10 (#32805)
* Add reference to getting started with WSL on Windows 10

For those who are interested primarily in learning the Linux command line, and currently using a Windows 10 installation.

* fix: modified/fixed article links
2019-04-16 09:23:22 -07:00
simchuck
991d1057be Editorial changes to choosing a distribution (#32797) 2019-04-16 08:52:51 -07:00
Giovanni G
f5c717d81a Add text "Ubuntu" & "Linux Mint Cinnamon" (#31099)
Describes the distros Ubuntu & Linux mint in more detail for people to make there choices.
2019-04-16 08:11:11 -07:00
Albin Wärmlind
9d44f6bb5a Added link for guides about linux distrobution (#30246)
Added more context and information to the install guide. Linked to wiki containing info about installation and applications.
2019-04-15 09:16:09 -07:00
Samantha Burke
cdd96c476f Capitalised 'Lab' in 'Artificial Intelligence Lab' (#32653) 2019-04-13 22:50:47 +05:30
prashant
98353e2c03 typo - corrected 1MB to 10MB (#29416)
first command creates file with size of 10MB and not 1MB 
:~/prashant/test$ dd if=/dev/zero of=file_name.txt bs=1024k count=10
10+0 records in
10+0 records out
10485760 bytes (10 MB, 10 MiB) copied, 0.00991439 s, 1.1 GB/s
:~/prashant/test$ du -h file_name.txt
10M     file_name.txt
:~/prashant/test$
2019-04-09 14:17:45 +05:30
prashant
cf50b2b3ef 3. GRUB - missing link for reference (#29442)
"Why it’s sda and hda ? refer here for more." - does not point to any link for reference, add a refer link or remove the statement instead.
2019-04-09 14:14:47 +05:30
prashant
d095e8b0ec 2) MBR - missing link for reference (#29438)
"Why it’s sda and hda ? refer here for more." - does not point to any valid reference. Add a refer link or remove this line instead.
2019-04-09 14:14:24 +05:30
Eric Pfister
ed7e4e3297 Minor text simplification (#29051)
Changed text in line 6 to improve flow. Reword the second sentence on line 12.  More rewording on line 13. Added a comma to the second sentence in line 13. Split the final sentence in half to simplify it and easier to read.
2019-04-09 14:13:49 +05:30
j mahesh kumar
c1da78b816 script file extension is not necessary (#30383) 2019-04-04 14:19:51 -07:00
Rajiv Ranjan Singh
6f6d53ac12 Typo fix in guide/english/linux/index.md (#35664)
* Update index.md

* corrected some mistakes

* some correction in code
2019-03-27 20:56:08 -04:00
doomcrewinc
87c296732e Documented -c flag for resuming file download (#24942)
* Documented -c flag for resuming file download

* fix: changed to long version of continue option
2019-03-26 18:24:02 -07:00
Tedo Haris Chandra
f0524ad9f9 Help adding articles how to download files in the background using wget on Linux (#29936) 2019-03-26 18:08:07 -07:00
Jakub Michalak
84787429fb Update linux/how-to-download-files-with-wget/index.md (#27288) 2019-03-26 18:06:21 -07:00
Saintil Dit Laguerre Donfred
3a6a90713f Add user definition (#33390) 2019-03-23 17:15:30 -07:00
deathwarden150
18f7a080bc Update index.md (#31308)
Added a new Point about Flavours.
2019-03-23 16:59:28 -07:00
yungbeard007
50444cc9b8 fixed grammar error (#33824) 2019-03-21 19:12:26 +05:30
The Archangel
26ef82d8f6 Added an "Open Source" paragraph and header. (#27378) 2019-03-21 19:10:30 +05:30
PREM CHANDRA SINGH
cc27a90254 ADDED BRIEF FEATURES ABOUT KALI LINUX DISTRO (#33631)
* Update index.md

* Update index.md
2019-03-18 15:58:23 +05:30
King Josaphat Chewa
a7f1912adb Add "Debian" as a popular distro (#32817) 2019-03-18 15:23:16 +05:30
Wisawa Ploypradub
8bafea5e7e Add Gnome 3 to popular distribution (line41) (#32672) 2019-03-18 15:22:35 +05:30
Rajasimha Reddy
3ec8875bf1 Add locate command (#30902)
* Add locate command

* fix: formatting

* fix: formatting
2019-03-01 07:51:48 -07:00
Maddineni Akhil
064c649153 fixed script for file permission (#29661) 2019-01-30 14:29:51 -08:00
David Hall
12388ac1ba Minor spelling and grammar changes (#23730)
Changed "This definitely curbed the Linux's popularity as other commercially oriented Operating System Windows got famous. Nonetheless, the open-source aspect of the Linux operating system made it more robust." to "This definitely curbed Linux's popularity while another commercially oriented operating system, Windows, got famous. Nonetheless, the open-source aspect of the Linux operating system made it more robust and accessible."
2019-01-24 13:25:06 -05:00
Tedo Haris Chandra
30381160f5 Help to add basic linux command no 15 , because I think the command c… (#29931)
* Help to add basic linux command no 15 , because I think the command chmod is one of the important commands in basic linux.

* fix: numbering
2019-01-10 13:48:46 -07:00
Ana1ya7at0R
16a65f3027 Update index.md (#28366)
Added whoami command
2019-01-10 11:49:22 -07:00
Vincent
94c8af2dbc Added passwd, fixed typos, added some markup (#28275) 2019-01-10 09:42:13 -07:00
Angga Rifandi
dc391d330c Add 'rm -r' (#28018) 2019-01-10 08:34:23 -07:00
Dexter Rualo
e3744dff30 fix: update Linux guide (#25237)
* fix: update Linux guide

* Re-added point about new file creation
2018-12-19 05:06:59 -05:00
devinbmiller
24acfb420a Minor spelling and grammar fixes (#24789) 2018-12-13 23:04:12 -05:00
maryfranceshull
8f286a0f90 Fix spelling errors (#24693) 2018-12-13 21:37:05 -05:00
devinbmiller
8f8500a49b Minor grammar/readability (#24602) 2018-12-12 10:09:40 -05:00
devinbmiller
5aa27ee364 Fixed a few spelling, grammar, formatting issues. (#24435) 2018-12-11 17:37:24 -05:00
pcsingh
5d68e6c5ae Update index.md (#33612) 2018-12-10 11:34:34 -06:00
bijaydev95
da9432c63b Added scp command (#32780) 2018-12-10 11:16:41 -06:00
frbc
fbc399d35c Add text about getting help. (#29941)
Add "(see below)" and text about how to getting help using the linux commands.
2018-12-10 11:03:06 -06:00
Vincent
0f48e32ce0 Added a note, fixed typos/layout, added useradd command (#28284) 2018-12-10 10:25:17 -06:00
yapancha
16edadaf6a vi command (#27269)
Added 'vi' command to the list of useful commands in Linux
2018-12-10 09:32:51 -06:00
Pan Sem
798366bf6f Add "file managment commands" to article (#26004) 2018-12-10 09:19:17 -06:00
Kaosxlinus
42151b5153 Add command for System Administrators. (#24819) 2018-12-10 08:37:41 -06:00
JamBove
4c9992aaf0 Mentioned The Linux Command Line book (#24210)
* Mentioned The Linux Command Line book

And added the link to download it from the original website.

* Converted change to "More Information"
2018-12-08 21:21:27 -05:00
Bruno Balentović
83246f7811 Create index.md for file-permissions (#24288)
* Create index.md for file-permissions

* corrected title syntax for contributor
2018-12-08 01:24:53 -05:00
halseyj
6e8a75f937 Update index.md (#24120) 2018-12-06 17:52:39 -05:00
Loyn Howie
16defd10ad Fixed Grammatical Errors (#23615)
Fixed some sentence structure starting with "The right Linux distrubution".
2018-11-26 06:32:27 -05:00
JamBove
50bbeb21d8 Remove redundant point, add transportation (#24231)
Removed redundant point: Raspberry PI and home automation was written twice.
Added Linux use in transportation industry like planes, buses, and trains.
2018-11-25 18:59:02 -08:00
Sudhakar Kumar
2f44b97bff Fix grammar and add mv command (#22517) 2018-11-25 10:15:50 -07:00