Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
install [2015/05/15 22:28]
slackermedia
install [2021/06/03 19:48] (current)
Line 1: Line 1:
-[[{arrowp.png|border:​0;​background:​none;​width:​0;​display:​inline-block;​position:​absolute;​top:​0;​left:​0;​}pre|]] 
  
-[[{arrown.png|border:​0;​background:​none;​width:​0;​display:​inline-block;​position:​absolute;​top:​0;​margin-left:​2.5em;​}user|]] 
  
  
Line 54: Line 52:
 historical purposes]]). So the identifier for the first hard drive on a system would be ''​sda'',​ and the second drive would be ''​sdb''​. historical purposes]]). So the identifier for the first hard drive on a system would be ''​sda'',​ and the second drive would be ''​sdb''​.
  
-You can verify what drives Linux finds by looking in the device, or ''/​dev'',​ directory. ​You can see this by typing this:+You can verify what drives Linux finds by looking in the device, or ''/​dev'',​ directory. ​Do not type the ''#''​ mark; that just represents the root prompt on your screen. However, the question mark is literal; type exactly ''​sd?''​
  
 <​code>​ <​code>​
Line 60: Line 58:
 </​code>​ </​code>​
  
-<WRAP important>​ +A friendlier view of devices attached to your computer, use ''​lsblk''​:
-Do not type the ''​#'' ​mark; that just represents the root prompt on your screen.+
  
-However, the question mark is literal; type exactly ''​sd?''​ +<​code>​ 
-</WRAP>+# lsblk 
 +</code>
  
 On a laptop, you probably only have one drive, so the result will likely be ''/​dev/​sda''​ but a desktop can (and arguably should) have multiple drives, so results might be ''/​dev/​sda''​ ''/​dev/​sdb''​ ''/​dev/​sdc'',​ and so on to the last drive. On a laptop, you probably only have one drive, so the result will likely be ''/​dev/​sda''​ but a desktop can (and arguably should) have multiple drives, so results might be ''/​dev/​sda''​ ''/​dev/​sdb''​ ''/​dev/​sdc'',​ and so on to the last drive.
Line 232: Line 230:
 <WRAP important>​ <WRAP important>​
 If you do not understand why any of those things are significant,​ or are confused about what to choose, then you should choose ''​NetworkManager''​. If you do not understand why any of those things are significant,​ or are confused about what to choose, then you should choose ''​NetworkManager''​.
-<​WRAP>​+</WRAP>
  
 Next, you are provided with a list of startup options. This is largely geared toward sys admins, or computer users who like to do sys admin tasks (like reading logs, playing on the network, start up various services, and so on). Next, you are provided with a list of startup options. This is largely geared toward sys admins, or computer users who like to do sys admin tasks (like reading logs, playing on the network, start up various services, and so on).
Line 327: Line 325:
  
  
-[[{arrown.png|border:​0;​background:​none;​width:​0;​display:​inline-block;​float:​right;​}user|]][[{arrowp.png|border:​0;​background:​none;​width:​0;​float:​right;​}pre|]]+<WRAP centeralign>​ 
 +<wrap fa>[[pre|R]]</​wrap>​ <wrap fa>[[start|S]]</​wrap>​ <wrap fa>​[[user|Q]]</​wrap>​ 
 +</​WRAP>​