-
Notifications
You must be signed in to change notification settings - Fork 2
/
bert_annotations_isInstalled_train.tsv
We can't make this file beautiful and searchable because it's too large.
2334 lines (2334 loc) · 684 KB
/
bert_annotations_isInstalled_train.tsv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
'Is xbcd driver software installed?' '0 - Steps' None
'Is xbcd driver software installed?' '1 - Look for the connector.\nLook for the connector. It should be attached at the end of your Xbox dongle. Proceed by cutting it off. Do this very carefully. You don’t want to ruin your controller. (By the way, if you need to replace or put back the connector and make it Xbox dongle compatible, buy a new one. It can cost around $4.)\n- ;' None
'Is xbcd driver software installed?' '2 - Once you have cut the connector, four wires are going to be exposed.\nOnce you have cut the connector, four wires are going to be exposed. They are compatible to a USB format (direct connectivity). Prepare to further expose the wires and then, match them up to the wires in your PC gamepad. Refer to the color codes of the wires to get the proper matching.' None
'Is xbcd driver software installed?' '3 - Get four pieces of tubing (shrink wrap).\nGet four pieces of tubing (shrink wrap). Slip one piece in every wire matching. Then, solder each piece so that the wires are successfully connected. Double check what you have done. See to it that the wires don’t separate when you pull them. Otherwise, solder again until the connection is firmer or stronger.' None
'Is xbcd driver software installed?' '4 - Bring out an electrical tape.\nBring out an electrical tape. Use it to protect your new connections. Cover the wires that you have just soldered. Roll the tape around the wires. Do this evenly and tightly. This can make your control less intermittent and allow you to enjoy your game better. So, if the tape wrapping is lousy, you may need to redo everything.' None
'Is xbcd driver software installed?' '5 - Go to your PC and then get your xbcd driver software.\nGo to your PC and then get your xbcd driver software. Install the software in your PC. After that, set to connect your controller. If you have done everything accurately, Windows should be able to automatically recognize your controller as an acceptable USB device.' True
'Is xbcd driver software installed?' '6 - Finished.\nFinished.' None
'Is web browser installed?' '0 - Installing the Hydra' None
'Is web browser installed?' '1 - Open the box.\nOpen the box. Check if all the important accessories are inside. The Razer Hydra package typically includes:\n- Two motion-sensing controllers\n- A base station\n- A USB cable\n- A Quick Start Guide\n- ;' None
'Is web browser installed?' '2 - Connect the controller to its base station.\nConnect the controller to its base station. Take the cable coming from the controller and plug it in to the dedicated port on the base station. There are two ports on the base station; the controller should be connected to the right-hand port.' None
'Is web browser installed?' '3 - Plug the base station to your computer.\nPlug the base station to your computer. Take the USB cable and plug the smaller end into the left-hand port on the base station. Take the other end of the USB cable and connect it to any available USB port on your computer.' None
'Is web browser installed?' '4 - Download the Razer Hydra driver installer.\nDownload the Razer Hydra driver installer. Open a web browser on your computer and download the Razer Hydra driver installer here:\n- http://www.razersupport.com/gaming-controllers/razer-hydra/.' True
'Is web browser installed?' '5 - Install the driver.\nInstall the driver. Once the download has finished, double-click on the downloaded file to start installing the driver then wait for it to finish installing.\n- A pop-up message will appear on the bottom-right corner of your computer screen notifying you that the Razer Hydra has been detected by your PC.' None
'Is driver installed?' '0 - On Windows' None
'Is driver installed?' '1 - Open Start and type in device manager.\nOpen Start and type in device manager. This will search your computer for the "Device Manager" program, which allows you to reset hardware on your computer.\n- If your keyboard won\'t let you type correctly, scroll down to the Windows System folder and click it, click Control Panel, click the "View by" option and then select Large Icons if you\'re in Category view, and find Device Manager.\n- ;' None
'Is driver installed?' "2 - Click Device Manager.\nClick Device Manager. It's at the top of the Start window." None
'Is driver installed?' '3 - Scroll down and expand Keyboard.\nScroll down and expand Keyboard. Click the icon to the left of the Keyboard heading. A drop-down list of your currently connected keyboards will appear.' None
'Is driver installed?' "4 - Select the keyboard that you want to reset.\nSelect the keyboard that you want to reset. Click on a keyboard's name to select it.\n- If you're trying to reset an external keyboard (e.g., a wireless one), you can select it here." None
'Is driver installed?' '5 - Click the "Uninstall" icon.\nClick the "Uninstall" icon. This icon resembles a red "X" at the top of the window.' None
'Is driver installed?' '6 - Click OK when prompted.\nClick OK when prompted. Doing so removes the keyboard from the Device Manager.' None
'Is driver installed?' '7 - Click the "Search for updates" button.\nClick the "Search for updates" button. It resembles a computer monitor in the upper-right side of the Device Manager window. Clicking this will prompt the keyboard to reappear in Device Manager.' None
'Is driver installed?' "8 - Select the keyboard again.\nSelect the keyboard again. Click the keyboard's name." None
'Is driver installed?' '9 - Click the "Update drivers" button.\nClick the "Update drivers" button. This option is at the top of the window, and resembles a black box with a green arrow facing upward.' None
'Is driver installed?' "10 - Click Search automatically for updated driver software.\nClick Search automatically for updated driver software. It's the top option in the pop-up window. This will prompt Windows to begin searching for the most recent software updates for your keyboard." None
'Is driver installed?' "11 - Allow the newest drivers to install.\nAllow the newest drivers to install. If there are any drivers available for your keyboard they will install automatically.\n- If there aren't any new drivers, click Close in the bottom-right corner of the window when prompted." True
'Is driver installed?' '12 - Restart your computer.\nRestart your computer. Open Start and click Power , then click Restart. Once your computer finishes restarting, your keyboard should be fully reset.' None
'Is gboard installed?' '0 - Using Gboard on a Phone or Tablet' None
'Is gboard installed?' "1 - Download Gboard from the Google Play Store or App Store.\nDownload Gboard from the Google Play Store or App Store. This free keyboard (developed by Google) is available for Android and Apple phones and tablets. Since the iPhone/iPad keyboard does not allow you to enter the squared symbol, you'll need Gboard (or another keyboard app).\n- Gboard might be a system default keyboard for some Android phones and tablets.\n- ;" True
'Is gboard installed?' "2 - Make Gboard your default keyboard.\nMake Gboard your default keyboard.\n- If you're using an iPhone or iPad, go to Settings > General > Keyboard > Edit and add Gboard to the list of keyboards.\n- If you're using Android, go to Settings > System > Language and Input > Manage Keyboards and tap the switch next to Gboard to enable it." None
'Is gboard installed?' '3 - Open a text editing app.\nOpen a text editing app. You can open any app that allows typing, such as Google Docs, Notes, or your text messaging app.' None
'Is gboard installed?' '4 - Tap the typing area to open the keyboard.\nTap the typing area to open the keyboard.' None
'Is gboard installed?' "5 - Press and hold the 2 on your keyboard.\nPress and hold the 2 on your keyboard. When you press and hold, you'll see the superscript or squared 2 pop-out above your finger." None
'Is gboard installed?' "6 - Press the pop-out ² key.\nPress the pop-out ² key. You'll see the squared number appear in the text field where your cursor is." None
'Is text editing app installed?' '0 - Using Gboard on a Phone or Tablet' None
'Is text editing app installed?' "1 - Download Gboard from the Google Play Store or App Store.\nDownload Gboard from the Google Play Store or App Store. This free keyboard (developed by Google) is available for Android and Apple phones and tablets. Since the iPhone/iPad keyboard does not allow you to enter the squared symbol, you'll need Gboard (or another keyboard app).\n- Gboard might be a system default keyboard for some Android phones and tablets.\n- ;" None
'Is text editing app installed?' "2 - Make Gboard your default keyboard.\nMake Gboard your default keyboard.\n- If you're using an iPhone or iPad, go to Settings > General > Keyboard > Edit and add Gboard to the list of keyboards.\n- If you're using Android, go to Settings > System > Language and Input > Manage Keyboards and tap the switch next to Gboard to enable it." None
'Is text editing app installed?' '3 - Open a text editing app.\nOpen a text editing app. You can open any app that allows typing, such as Google Docs, Notes, or your text messaging app.' True
'Is text editing app installed?' '4 - Tap the typing area to open the keyboard.\nTap the typing area to open the keyboard.' None
'Is text editing app installed?' "5 - Press and hold the 2 on your keyboard.\nPress and hold the 2 on your keyboard. When you press and hold, you'll see the superscript or squared 2 pop-out above your finger." None
'Is text editing app installed?' "6 - Press the pop-out ² key.\nPress the pop-out ² key. You'll see the squared number appear in the text field where your cursor is." None
"Is hacker 's keyboard installed?" '0 - ' None
"Is hacker 's keyboard installed?" '1 - Open your device’s Settings menu.\nOpen your device’s Settings menu. Go to the Settings application on your device by tapping the gear app icon on your home screen or application drawer.' None
"Is hacker 's keyboard installed?" '2 - Open the Hacker’s Keyboard settings.\nOpen the Hacker’s Keyboard settings. Scroll down to the Language and Input menu, and tap on it. Under the list of Keyboards in the Language and Input menu, tap “Hacker’s Keyboard.” This will open the settings menu for the keyboard app.' True
"Is hacker 's keyboard installed?" '3 - Select a screen layout.\nSelect a screen layout. Look under the Keyboard View settings header. Here, you can set the keyboard to portrait or landscape mode by tapping on the option and using the slider to adjust the percentage.' None
"Is hacker 's keyboard installed?" '4 - Select a row layout.\nSelect a row layout. Under each screen layout option, portrait and landscape, you can choose to either have the 4-row or 5-row layout. The latter will have more buttons for advanced input, as well as arrow keys, Ctrl, Alt, and FN keys to name a few. Tap to select the option you prefer.\n- The 4-row layout is best for when the device is in portrait mode, and the 5-row layout is more efficient when used in landscape orientation.' None
"Is hacker 's keyboard installed?" '5 - Tinker with the other settings.\nTinker with the other settings. In the Settings menu for Hacker’s Keyboard, you will be able to find a host of other configuration options, all of which are plain to understand and try out. Tinker with the settings to get the best experience with the keyboard. It is a rewarding experience, especially when you frequently type on a Terminal emulator or when needing input that you can only do on a full PC keyboard.' None
"Is hacker 's keyboard installed?" '6 - Test it out.\nTest it out. Open an application with a text field to try Hacker’s Keyboard out. Your previous keyboard will be replaced with a plain Android Gingerbread-themed keyboard. The difference is that It will be almost like a desktop keyboard!\n- You can use the arrow keys when on the 5-row layout to move the text cursor, as well as the Esc key when using PC emulators on your Android device.' None
'Is razer synapse installed?' '0 - Creating the key bind' None
'Is razer synapse installed?' "1 - Install and open the Razer Synapse program that came with your keyboard.\nInstall and open the Razer Synapse program that came with your keyboard. The program may by installed using the disk or may be installed online.\n- Insert the disc and click install.\n- If you didn't receive a disk, the program can installed at https://www.razerzone.com/downloads\n- \n- ;" True
'Is razer synapse installed?' "2 - Create an account.\nCreate an account. An account is needed to save all changes and macros created. \n- New users can click 'CREATE ACCOUNT'.\n- Past users may proceed by clicking 'LOGIN'." None
'Is razer synapse installed?' '3 - Select the correct Razer device.\nSelect the correct Razer device. At the bottom left hand corner, select the Razer device that you would like to make changes to.\n- The device image will become highlighted to indicate it has been selected.' None
'Is razer synapse installed?' "4 - Click on the 'MACROS'.\nClick on the 'MACROS'. The 'MACROS' button can be found in the top header between 'KEYBOARD' and 'STATS'. \n- Click '+' to add a new macro.\n- Enter the desired name of the macro being created." None
'Is razer synapse installed?' "5 - Choose the delay desired between keystrokes.\nChoose the delay desired between keystrokes. There are three different options that may be chosen based on the user's desire. \n- Choosing 'RECORD DELAY'\xa0records the delay when recording keystrokes.\n- Choosing 'DEFAULT DELAY' allows one to set delays between keystrokes.\n- Choosing 'NO DELAY' will remove all delays between keystrokes." None
'Is razer synapse installed?' "6 - Click 'Record'.\nClick 'Record'. Once when the user clicks record, the recording begins immediately. \n- Type what you desire to bind to the keyboard.\n- The keystrokes will be recorded in order.\n- Click 'stop' to finish recording." None
'Is razer synapse installed?' "7 - Select the 'KEYBOARD' menu header.\nSelect the 'KEYBOARD' menu header. It can be located on the top header on the left hand side. \n- Click on the 'CUSTOMIZE' menu sub-header to get to the customization page." None
'Is razer synapse installed?' '8 - Select the key(s) that you desire to be used for the macro.\nSelect the key(s) that you desire to be used for the macro. Any key(s) on the keyboard may be selected to key bind. \n- To select the key that you would like to bind, click on any of the keys on the keyboard image using your mouse.\n- Select more than one key to bind by holding down the left mouse button and highlighting over the keys.' None
'Is razer synapse installed?' "9 - Click the drop down menu under 'KEY ASSIGNMENT'.\nClick the drop down menu under 'KEY ASSIGNMENT'. The key must be set to a macro. \n- Scroll until you find the option 'MACRO' and click on it.\n- Change 'assign macro' to the macro that was created and named.\n- Be sure to click 'SAVE' in order to assign the macro." None
'Is razer synapse installed?' "10 - Select the playback option.\nSelect the playback option. This will allow the user to set the macro key to the desired amount of playback per keystroke. \n- Select 'play once' option will play the keystroke binding only once.\n- Only select 'play multiple times' if you would like the keystroke binding to play more than once with only one click." None
'Is gboard installed?' '0 - Using the Gboard App' None
'Is gboard installed?' '1 - Download and install Gboard.\nDownload and install Gboard. Gboard is a custom keyboard that enables integrated Google Search and Android-style glide typing. Search for Gboard in the App Store and press “Get” to install. Upon launching, follow the explicit instructions displayed to get set up.\n- ;' True
'Is gboard installed?' '2 - Access Gboard’s keyboard settings.\nAccess Gboard’s keyboard settings. Launch the Gboard app and tap "Keyboard Settings". A list of keyboard settings will appear.' None
'Is gboard installed?' '3 - Toggle Glide Typing.\nToggle Glide Typing. Glide typing is a feature that allows you to type words by sliding your finger from key to key without lifting it away from the keyboard. This feature is unique to google keyboard and will not appear in the iOS settings.\n- The toggle will turn blue when it is on, gray color indicates that it is off.' None
'Is gboard installed?' '4 - Toggle Emoji Suggestions.\nToggle Emoji Suggestions. This feature recommends emojis in along with word suggestions as you type (e.g. typing the word ‘happy’ will suggest a smiley face in place of the word).' None
'Is gboard installed?' '5 - Toggle Auto-correction.\nToggle Auto-correction. This feature automatically changes misspelled words as you type. Keep an eye on names and places when this feature is turned on - they may not be recognized by the auto-correct dictionary and changed to something you don’t want.' None
'Is gboard installed?' '6 - Toggle Auto-capitalization.\nToggle Auto-capitalization. This will automatically capitalize words at the beginning of sentences as well as recognized proper nouns like names.' None
'Is gboard installed?' '7 - Toggle Block offensive words.\nToggle Block offensive words. This feature will omit words deemed profane by the word filter. Having this on will not block manually typed words (though they may be targeted by auto-correct), but they will not appear when glide typing or as suggestions for word replacements.' None
'Is gboard installed?' '8 - Toggle Character preview.\nToggle Character preview. This feature displays a small popup of the key you just pressed while typing.' None
'Is gboard installed?' '9 - Toggle Enable caps lock.\nToggle Enable caps lock. This allows the keyboard to be locked into uppercase letters by tapping and holding the “Up Arrow” (or Shift) key on the keyboard. Caps lock is indicated by a solid line displayed underneath the arrow. If you find yourself accidentally entering caps lock when you don’t mean to then you can disable it entirely here.' None
'Is gboard installed?' '10 - Toggle Show lower case letters.\nToggle Show lower case letters. This option let’s you decide whether you want the keyboard display to switch to lowercase letters when uppercase is not set. Turning this off will not disabled lowercase letters, just make the display always show uppercase like a physical keyboard.' None
'Is gboard installed?' '11 - Toggle ".\nToggle "." shortcut. This option allows you to add a period without tapping the period key by instead double-tapping the space key. This can be useful for fast typists.' None
'Is gboard installed?' '0 - Changing Keyboard Order and Text Replacement' None
'Is gboard installed?' '1 - Open iPhone or iPad settings.\nOpen iPhone or iPad settings. Here you can access all installed keyboards. Any of the settings here that match those in the Gboard will not apply to Gboard. Those must be changed from the Gboard app to affect Gboard’s behavior.' True
'Is gboard installed?' '2 - Access keyboard settings.\nAccess keyboard settings. Go to “General > Keyboard” to access the keyboard options.' None
'Is gboard installed?' '3 - Tap Keyboards.\nTap Keyboards. This button displays a list of all usable keyboards.' None
'Is gboard installed?' '4 - Set Gboard as the main keyboard.\nSet Gboard as the main keyboard. Tap “Edit” and tap and drag Gboard to the top of the list. Release and press “Done” to save your settings. This moves Gboard to the top of the list when switching between keyboards.' None
'Is gboard installed?' '5 - Edit text replacements.\nEdit text replacements. Go back to keyboard settings and tap “Text Replacement”. Here you can set filters and shortcuts for when you type. Tap the “+” button to enter a phrase and its replacement and tap “Save” to complete.\n- For example, iOS defaults with “omw” to be automatically replaced with “On my way!”. Changes to this setting will also be made in the Gboard app.' None
'Is vim text editor installed?' '0 - Using Vim' None
'Is vim text editor installed?' '1 - Type vi filename.txt into Terminal.\nType vi filename.txt into Terminal. The "vi" part of this command selects the Vim text editor as the program to use. You\'ll replace "filename" with the name you wish to assign to your new file.\n- For a file named "tamins", for example, you\'d type vi tamins.txt.\n- If your current directory has a file by the same name, this command will instead open that file.' True
'Is vim text editor installed?' "2 - Press ↵ Enter.\nPress ↵ Enter. This will create your new file and open it in the Vim editor. You should see a blank Terminal window with a tilde (~) on each line, as well as your text file's name at the bottom of the window." None
'Is vim text editor installed?' '3 - Press your computer\'s i key.\nPress your computer\'s i key. Doing so will place your document in "Insert" mode, wherein you can enter text as needed.\n- You should see -- INSERT -- pop up at the bottom of the window when you press the I key.' None
'Is vim text editor installed?' "4 - Enter your document's text.\nEnter your document's text. You can simply type as you typically would for any other text document. To save the current line of text and jump to the next line, you'll press ↵ Enter." None
'Is vim text editor installed?' "5 - Press the Esc key.\nPress the Esc key. It's typically in the upper-left corner of your computer's keyboard. This key will stop the insert mode." None
'Is vim text editor installed?' '6 - Press the : (colon) key.\nPress the : (colon) key. This key will place Vim in "Command" mode.\n- You should see a cursor appear at the bottom of the window.' None
'Is vim text editor installed?' '7 - Type :w into Terminal and press ↵ Enter.\nType :w into Terminal and press ↵ Enter. This command will save your document as it currently is.' None
'Is vim text editor installed?' "8 - Type :q into Terminal and press ↵ Enter.\nType :q into Terminal and press ↵ Enter. Doing so will quit out of Vim and return you to Terminal's main interface. Your text file is now in your specified directory.\n- You can check for the text file by typing ls into Terminal and pressing ↵ Enter and then looking for the file's name.\n- You can also type :wq to save and quit in one command." None
'Is vim text editor installed?' "9 - Reopen the file from the Terminal window.\nReopen the file from the Terminal window. Just as you did to create the file, you'll type vi filename.txt to open the file. This time when you open the file, you should see any saved changes that you made." None
'Is samba file system utility installed?' '0 - Steps' None
'Is samba file system utility installed?' "1 - Install samba file system utilities.\nInstall samba file system utilities.\n- sudo apt-get install smbfs (In new version install sudo apt-get install cifs-utils)\n- \n- WH.performance.clearMarks('image1_rendered'); WH.performance.mark('image1_rendered');" True
'Is samba file system utility installed?' '2 - Create a directory to use as the mount point.\nCreate a directory to use as the mount point.\n- sudo mkdir /mnt/backup' None
'Is samba file system utility installed?' '3 - Edit the file system table to include the new mount point.\nEdit the file system table to include the new mount point.\n- sudo vi /etc/fstab' None
'Is samba file system utility installed?' '4 - Append the following snippet to the end of the file.\nAppend the following snippet to the end of the file. Scroll to the end and press a to append text. Note that the text should all be on one line.\n- //YOUR_SERVER/YOUR_SHARE /mnt/backup cifs domain=YOUR_DOMAIN,username=YOUR_USERNAME,password=YOUR_PASSWORD 0 0' None
'Is samba file system utility installed?' '5 - Save and exit.\nSave and exit. To exit vi you leave edit mode by pressing escape. Then enter command mode by typing colon. Then enter wq to write and quit.\n- Type <escape>:wq<return>' None
'Is samba file system utility installed?' '6 - Reload the fstab file to mount the share.\nReload the fstab file to mount the share.\n- sudo mount -a' None
'Is samba file system utility installed?' '7 - Check the mount was successful by listing the contents of the share.\nCheck the mount was successful by listing the contents of the share.\n- ls /mnt/backup' None
'Is dillo web browser installed?' '0 - Steps' None
'Is dillo web browser installed?' '1 - Understand that in Linux, software is bundled in packages which can be downloaded from repositories (repos).\nUnderstand that in Linux, software is bundled in packages which can be downloaded from repositories (repos). Installation tools are called package managers which automatically resolve dependencies on other software libraries.\n- ;' None
'Is dillo web browser installed?' '2 - Now for the command line.\nNow for the command line. Open a root shell/terminal.' None
'Is dillo web browser installed?' '3 - Type the root password.\nType the root password.' None
'Is dillo web browser installed?' '4 - To update the package lists type yum check-update' None
'Is dillo web browser installed?' 'To update the package lists type yum check-update' None
'Is dillo web browser installed?' '5 - Type yum install "program name".\nType yum install "program name".' None
'Is dillo web browser installed?' '6 - For example, to install the Dillo web browser, you would type yum install dillo.\nFor example, to install the Dillo web browser, you would type yum install dillo.' True
'Is dillo web browser installed?' '7 - Confirm by pressing Y.\nConfirm by pressing Y.' None
'Is dillo web browser installed?' "8 - You're done!\nYou're done!" None
'Is xvidcap installed?' '0 - Steps' None
'Is xvidcap installed?' '1 - Make sure xvidcap is installed.\nMake sure xvidcap is installed.\n- ;' True
'Is xvidcap installed?' '2 - Go to a terminal and type xvidcap.\nGo to a terminal and type xvidcap. The xvidcap window will appear.' None
'Is xvidcap installed?' '3 - Un-anchor the recording area by clicking the lock button.\nUn-anchor the recording area by clicking the lock button.' None
'Is xvidcap installed?' '4 - Move the xvidcap window out of your desired recording area.\nMove the xvidcap window out of your desired recording area.' None
'Is xvidcap installed?' '5 - Use the eyedropper to draw a rectangle around the area you wish to record.\nUse the eyedropper to draw a rectangle around the area you wish to record.' None
'Is xvidcap installed?' '6 - Right click the test-0000.mpeg area and select preferences.\nRight click the test-0000.mpeg area and select preferences.' None
'Is xvidcap installed?' '7 - Configure the video name and frame rate to your liking.\nConfigure the video name and frame rate to your liking.' None
'Is xvidcap installed?' '8 - Get ready to record.\nGet ready to record.' None
'Is xvidcap installed?' '9 - Press the record button to begin.\nPress the record button to begin. You can pause recording, but if you stop it you cannot add any more video to the file.' None
'Is steam installed?' '0 - Steps' None
'Is steam installed?' '1 - Download and Install the Linux version of Steam, if you have not done so already.\nDownload and Install the Linux version of Steam, if you have not done so already. You can download the .deb file here or the .rpm/unpackaged file here.\n- ;' True
'Is steam installed?' '2 - Find out what the \'launch command\' for your non-Steam game is.\nFind out what the \'launch command\' for your non-Steam game is. For example, for the non-Steam version of Oil Rush, this would be (directories can change depending on your game\'s install location) ./home/user/Programs/OilRush/launcher_x86.sh\n- If the launch script for the program is in /usr/bin, take note of the name of the script used (for example, to launch Google Chrome, the launch path is simply: chrome)\n- If you are adding a WINE/PlayOnLinux program (a Windows-only game you play on Linux) you will need to find the location of the WINEPREFIX for said game. Then find the full directory path to the game. For default WINE the directory is commonly /home/user/.wine/drive_c/Program Files \xa0 or Program Files (x86) if you are using 64bit wine. \xa0 Refer to playOnLinux to find the location it stores your WINEPREFIXes at, as it can be different for some systems.\n- For an example we will be using my EvE-Online directory:/home/user/.wine/drive_c/Program Files (x86)/CCP/EVE/\n- The command used for WINE games should be as follows: WINEDEBUG=-all wine "/home/user/.wine/drive_c/Program Files (x86)/CCP/EVE/eve.exe"' None
'Is steam installed?' '3 - Add it to Steam.\nAdd it to Steam. After you have determined the path and launch commands for your program (super simple stuff, right?), open and log in to the Steam client.\n- Under the "Library" section in Steam, on the bottom left click "Add a Game..."\n- Click "Add a\xa0Non-Steam game.."\n- Here\'s the creative part. You will want to select any random program on the list. Fore example, you might use VLC Media Player.' None
'Is steam installed?' '4 - Modify the shortcut.\nModify the shortcut. You will notice now that VLC Media Player (or whatever you selected) will appear in the clients "SteamOS+Linux" Library list. Right-click on the name and select "Properties".\n- First you will change the name of the Shortcut. For example, you might name it "Eve - Online"\n- Next you go to the second box down which is "Target:". You will change this to your games launch command.\n- For the Linux game this was: "/home/user/Programs/OilRush/launcher_x86.sh"\n- For the WINE game this was: WINEDEBUG=-all wine "/home/user/.wine/drive_c/Program Files (x86)/CCP/EVE/eve.exe"\n- If the launch script is already in the /usr/bin folder, simply enter what the name of the script is here, with no quotes.\n- Note: Any /path/to/files should be in " " (quotes) to avoid weird things from happening. Seriously, aliens might invade. Use quotes and stay safe.\n- \n- If you are launching a non-steam Linux game, change the "Start In:" to the folder the launch script is located, for WINE/PoL games, or if the launch script is in /usr/bin, leave this as the default.\n- For Oil Rush "Start In:" should be: "/home/user/Programs/OilRush"\n- For Eve - Online it should be: "/usr/bin"\n- For Chrome it would be: "/usr/bin"' None
'Is steam installed?' "5 - Change the icon being used, if desired.\nChange the icon being used, if desired. To do this, either find a suitable icon with google search and download it, or find where your program stores it's icon at and use that. This varies a lot between programs; common places are in its launcher directory, in /usr/opt, in /home/user/Pictures/Icons, the list goes on.\n- For WINE/PoL games, if the icon is not easily located within the programs directory, it's likely saved inside the .exe itself, and you have two options..\n- Search for the icon online. This is simpler, and recommended.\n- Download a program that strips icon images from .exe files." None
'Is steam installed?' "6 - Launch the game_program of your choice directly from the Linux Steam client.\nLaunch the game/program of your choice directly from the Linux Steam client. You will have full access to all Steam client features, including in-game overlay complete with music player, web browser, IMs, friends list, the works. You will also get the steam FPS overlay in-game should you enable it in the Steam settings.\n- Also, you get the added advantage of people on your friends list seeing what game you're playing, even if it's not a Steam game, provided you named the shortcut in Steam properly. Enjoy!" None
'Is rpm2cpio installed?' '0 - Steps' None
'Is rpm2cpio installed?' "1 - RPM is a sort of cpio archive.\nRPM is a sort of cpio archive. So rpm2cpio converts the specified .rpm file to a cpio archive. Unpack the content of rpm is possible using standard archiving tools, regardless of your distribution’s package format. Even though rpm utility is capable of doing so , here is a more generic option on how to do it. WH.performance.clearMarks('image1_rendered'); WH.performance.mark('image1_rendered');" None
'Is rpm2cpio installed?' '2 - Open a terminal (or Console as it is usually called in KDE).\nOpen a terminal (or Console as it is usually called in KDE).' None
'Is rpm2cpio installed?' '3 - Download the rpm file which you want to install and place it in a place of your choice.\nDownload the rpm file which you want to install and place it in a place of your choice. mkdir testing cd testing wget ftp://download.fedora.redhat.com/pub/fedora/linux/updates/11/SRPMS/mediawiki-1.15.1-50.fc11.src.rpm' None
'Is rpm2cpio installed?' '4 - Now using the two command line utilities, rpm2cpio and cpio you could try to extract all the files.\nNow using the two command line utilities, rpm2cpio and cpio you could try to extract all the files. rpm2cpio mediawiki-1.15.1-50.fc11.src.rpm | cpio -idmv' True
'Is rpm2cpio installed?' '5 - You could also try installing with following arguments.\nYou could also try installing with following arguments.\n- i: Restore archive\n- d: Create leading directories where needed\n- m: Retain previous file modification times when creating files\n- v: Verbose i.e. display progress' None
'Is rpm2cpio installed?' '6 - The package most probably has been extracted to that directory.\nThe package most probably has been extracted to that directory. To check whether you have been successful in extracting it properly type in. ls \n- If you get some file names when you run the command, rpm has been extracted successfully into that directory.' None
'Is cpio installed?' '0 - Steps' None
'Is cpio installed?' "1 - RPM is a sort of cpio archive.\nRPM is a sort of cpio archive. So rpm2cpio converts the specified .rpm file to a cpio archive. Unpack the content of rpm is possible using standard archiving tools, regardless of your distribution’s package format. Even though rpm utility is capable of doing so , here is a more generic option on how to do it. WH.performance.clearMarks('image1_rendered'); WH.performance.mark('image1_rendered');" None
'Is cpio installed?' '2 - Open a terminal (or Console as it is usually called in KDE).\nOpen a terminal (or Console as it is usually called in KDE).' None
'Is cpio installed?' '3 - Download the rpm file which you want to install and place it in a place of your choice.\nDownload the rpm file which you want to install and place it in a place of your choice. mkdir testing cd testing wget ftp://download.fedora.redhat.com/pub/fedora/linux/updates/11/SRPMS/mediawiki-1.15.1-50.fc11.src.rpm' None
'Is cpio installed?' '4 - Now using the two command line utilities, rpm2cpio and cpio you could try to extract all the files.\nNow using the two command line utilities, rpm2cpio and cpio you could try to extract all the files. rpm2cpio mediawiki-1.15.1-50.fc11.src.rpm | cpio -idmv' True
'Is cpio installed?' '5 - You could also try installing with following arguments.\nYou could also try installing with following arguments.\n- i: Restore archive\n- d: Create leading directories where needed\n- m: Retain previous file modification times when creating files\n- v: Verbose i.e. display progress' None
'Is cpio installed?' '6 - The package most probably has been extracted to that directory.\nThe package most probably has been extracted to that directory. To check whether you have been successful in extracting it properly type in. ls \n- If you get some file names when you run the command, rpm has been extracted successfully into that directory.' None
'Is apache server installed?' '0 - Steps' None
'Is apache server installed?' '1 - Open the Terminal (Command Prompt) window on your Linux machine.\nOpen the Terminal (Command Prompt) window on your Linux machine. You can use the Terminal window to easily download and install the Apache server on your computer. Depending on your Linux version:\n- Click the icon on the top-left to open the Dash, type "Terminal," and hit ⏎ Return or ↵ Enter.\n- Press the Ctrl+Alt+T keyboard shortcut.\n- Click the Applications tab on the menu bar, select Accessories, and click Terminal.\n- ;' None
'Is apache server installed?' '2 - Type sudo apt-get install apache2 in Terminal.\nType sudo apt-get install apache2 in Terminal. This command will download and install the Apache server on your Linux machine.\n- This command will work in Ubuntu and other Debian Linux versions.\n- For Fedora / RHEL / Cent OS and Red Hat Enterprise Linux, type yum install httpd.' True
'Is apache server installed?' '3 - Press ↵ Enter or ⏎ Return on your keyboard.\nPress ↵ Enter or ⏎ Return on your keyboard. This will run the command, and prompt you to enter your user/root password.' None
'Is apache server installed?' '4 - Enter your user_root password.\nEnter your user/root password. This will confirm your action, and start downloading Apache on your computer.\n- Press ↵ Enter or ⏎ Return to confirm your password.' None
'Is apache server installed?' '5 - Press Y to continue.\nPress Y to continue. When you\'re prompted to install the required extra packages, type "Y" and press ↵ Enter or ⏎ Return to proceed.\n- This will install all the required packages, and start your Apache server on your computer.\n- You will see a message saying "Starting web server apache2" in Terminal when your installation is finished.' None
'Is apache server installed?' '6 - Open your internet browser.\nOpen your internet browser. You can use any internet browser to check if your Apache server is successfully installed.' None
'Is apache server installed?' "7 - Type localhost in your browser's address bar.\nType localhost in your browser's address bar. Your Apache server should automatically start running on your localhost when it's finished installing." None
'Is apache server installed?' '8 - Press ↵ Enter or ⏎ Return on your keyboard.\nPress ↵ Enter or ⏎ Return on your keyboard. The localhost page should open up to the Apache2 Default Page.\n- If you see the Apache2 Default Page, your Apache server is up and running on this computer.\n- If your Apache server isn\'t running, you\'ll see a message saying "Unable to connect."' None
'Is internet browser installed?' '0 - Steps' None
'Is internet browser installed?' '1 - Open the Terminal (Command Prompt) window on your Linux machine.\nOpen the Terminal (Command Prompt) window on your Linux machine. You can use the Terminal window to easily download and install the Apache server on your computer. Depending on your Linux version:\n- Click the icon on the top-left to open the Dash, type "Terminal," and hit ⏎ Return or ↵ Enter.\n- Press the Ctrl+Alt+T keyboard shortcut.\n- Click the Applications tab on the menu bar, select Accessories, and click Terminal.\n- ;' None
'Is internet browser installed?' '2 - Type sudo apt-get install apache2 in Terminal.\nType sudo apt-get install apache2 in Terminal. This command will download and install the Apache server on your Linux machine.\n- This command will work in Ubuntu and other Debian Linux versions.\n- For Fedora / RHEL / Cent OS and Red Hat Enterprise Linux, type yum install httpd.' None
'Is internet browser installed?' '3 - Press ↵ Enter or ⏎ Return on your keyboard.\nPress ↵ Enter or ⏎ Return on your keyboard. This will run the command, and prompt you to enter your user/root password.' None
'Is internet browser installed?' '4 - Enter your user_root password.\nEnter your user/root password. This will confirm your action, and start downloading Apache on your computer.\n- Press ↵ Enter or ⏎ Return to confirm your password.' None
'Is internet browser installed?' '5 - Press Y to continue.\nPress Y to continue. When you\'re prompted to install the required extra packages, type "Y" and press ↵ Enter or ⏎ Return to proceed.\n- This will install all the required packages, and start your Apache server on your computer.\n- You will see a message saying "Starting web server apache2" in Terminal when your installation is finished.' None
'Is internet browser installed?' '6 - Open your internet browser.\nOpen your internet browser. You can use any internet browser to check if your Apache server is successfully installed.' True
'Is internet browser installed?' "7 - Type localhost in your browser's address bar.\nType localhost in your browser's address bar. Your Apache server should automatically start running on your localhost when it's finished installing." None
'Is internet browser installed?' '8 - Press ↵ Enter or ⏎ Return on your keyboard.\nPress ↵ Enter or ⏎ Return on your keyboard. The localhost page should open up to the Apache2 Default Page.\n- If you see the Apache2 Default Page, your Apache server is up and running on this computer.\n- If your Apache server isn\'t running, you\'ll see a message saying "Unable to connect."' None
'Is vim installed?' '0 - Steps' None
'Is vim installed?' "1 - Check for an existing configuration file.\nCheck for an existing configuration file. To see if you already have the Xorg.conf file, run cat /etc/X11/xorg.conf. If the file exists, skip to Step 8. If there is no such file, you can create it from the console by continuing with this method.\n- Most people will never need to edit xorg.conf. You'll only need to create or edit this file if you have a specific reason, such as an advanced configuration or a need to add specific text required to make certain hardware work.\n- ;" None
'Is vim installed?' '2 - Press Ctrl+Alt+F1 to switch to a console.\nPress Ctrl+Alt+F1 to switch to a console. This will bring up a new login prompt.[1]\n- X\n- Research source' None
'Is vim installed?' "3 - Log in as the root user.\nLog in as the root user. If you're hesitant to log in as root, even from the console, you can log in as a regular user and preface the remaining commands in this method with sudo." None
'Is vim installed?' "4 - Run the stop command for your window manager.\nRun the stop command for your window manager. Some examples:\n- If you're using LightDM, you'll run service lightdm stop.\n- If you're using Gnome, you'll run service gdm stop." None
'Is vim installed?' "5 - Run cd _etc_X11 to enter the correct directory.\nRun cd /etc/X11 to enter the correct directory. This is where you'll be creating the configuration file." None
'Is vim installed?' '6 - Run sudo Xorg -configure.\nRun sudo Xorg -configure. This creates a skeleton file called xorg.conf in /etc/X11. Information from your hardware, such as your video card and mouse, will automatically be added to the file.' None
'Is vim installed?' "7 - Restart X using the start command for your window manager.\nRestart X using the start command for your window manager. For example, to restart LightDM, you'll run service lightdm start." None
'Is vim installed?' "8 - Open the configuration file for editing.\nOpen the configuration file for editing. For example, if you're using vim to edit, type vim /etc/X11/xorg.conf.\n- Preface the command with sudo if you don't have permission to edit the file." True
'Is vim installed?' "9 - Edit the necessary section.\nEdit the necessary section. Auto-configuration has already populated this file with necessary information about your hardware. If you need to make changes, you'll need to do to so in the correct section:[2]\n- X\n- Research source\n- \n- \n- Files: File path names, including font paths. Fonts should've been auto-detected by Xorg -configure, but if you need to add more, you can add a new entry such as fontpath (location).\n- Device: Video adapter and driver info.\n- Monitor: This is where you can edit monitor specifics, such as the refresh rate, DPI, and gamma. Only adjust these values if you know they should be adjusted, as incorrect values can break things.\n- Server Flags: General server flags, including how the server should react to signals.\n- Vendor: Vendor-specific info.\n- Module: Modules can be loaded into the XServer at startup to facilitate things like fonts and 3D graphics.\n- Extensions: Extension enabling.\n- Input Class: Input devices, such as mice, touchpads, and keyboards. Option XkbLayout controls the layout of your keyboard.\n- Server Layout: Controls things such as multiple desktops." None
'Is vim installed?' "10 - Save your changes and restart Xorg.\nSave your changes and restart Xorg. After saving the file, use your window manager's stop and start commands to restart Xorg. Some examples:\n- If you're using LightDM, you'll run service lightdm stop to stop, and then service lightdm start to restart.\n- If you're using Gnome, you'll run service gdm stop to stop the server, and then service gdm start to restart." None
'Is bittorrent installed?' '0 - Booting into the Installer' None
'Is bittorrent installed?' "1 - Back up your computer\nBack up your computer to an external hard drive. You'll be erasing your current operating system, so make sure that you have a backup of anything that you want to keep before continuing.\n- ;" None
'Is bittorrent installed?' '2 - Download the Arch installation image.\nDownload the Arch installation image. Arch Linux can be downloaded in ISO format, from which point you can burn it onto a blank DVD in order to run the image on your computer. To download this image:\n- Make sure that you have either BitTorrent or uTorrent installed.\n- Go to https://www.archlinux.org/download/ in your browser.\n- Click the Torrent link below the "BitTorrent" heading.\n- Open the downloaded torrent in BitTorrent or uTorrent.\n- Wait for the Arch Linux torrent file to finish downloading.' True
'Is bittorrent installed?' "3 - Burn the image onto a blank DVD\nBurn the image onto a blank DVD. Once your Arch Linux ISO file finishes downloading via your torrent client, you'll burn it onto a blank DVD using your computer's DVD drive. Once the burning is complete, leave the DVD in your computer.\n- If your computer doesn't have a DVD drive, you'll need to buy an external DVD drive and attach it to your computer via USB cable." None
'Is bittorrent installed?' "4 - Restart your computer.\nRestart your computer. Click Start , click Power , and click Restart in the menu.\n- On a Mac, you'll instead click the Apple menu , click System Preferences..., click Startup, click External Drive, and then restart by clicking Restart... in the Apple menu and clicking Restart when prompted." None
'Is bittorrent installed?' '5 - Press the key that allows you to change the boot order.\nPress the key that allows you to change the boot order. On most newer computers, this is F12, though the exact key should be displayed on the screen during boot up. If there is no key to change boot order, press the BIOS Setup key (usually F1, F2, F10, or Del).\n- Skip this step on a Mac.' None
'Is bittorrent installed?' '6 - Select your installation drive as the primary boot drive.\nSelect your installation drive as the primary boot drive. Set the drive (e.g., "DVD Drive" or "Disk Drive") that contains your Arch Linux DVD as the primary drive by selecting it and pressing the + key until it\'s at the top of the menu.\n- Skip this step on a Mac.\n- On some PCs, you may first have to open an "Advanced" tab or select a "Boot Options" section.' None
'Is bittorrent installed?' '7 - Save and exit the "Boot Options" screen.\nSave and exit the "Boot Options" screen. You should see a key at the bottom or in the bottom-right corner of the screen that you can press to save and exit. After doing so, your computer will resume restarting.\n- Skip this step on a Mac.' None
'Is bittorrent installed?' '8 - Select Boot Arch Linux and press ↵ Enter.\nSelect Boot Arch Linux and press ↵ Enter. This will launch the Arch Linux installer, at which point you can proceed with partitioning your hard drive.' None
'Is u torrent installed?' '0 - Booting into the Installer' None
'Is u torrent installed?' "1 - Back up your computer\nBack up your computer to an external hard drive. You'll be erasing your current operating system, so make sure that you have a backup of anything that you want to keep before continuing.\n- ;" None
'Is u torrent installed?' '2 - Download the Arch installation image.\nDownload the Arch installation image. Arch Linux can be downloaded in ISO format, from which point you can burn it onto a blank DVD in order to run the image on your computer. To download this image:\n- Make sure that you have either BitTorrent or uTorrent installed.\n- Go to https://www.archlinux.org/download/ in your browser.\n- Click the Torrent link below the "BitTorrent" heading.\n- Open the downloaded torrent in BitTorrent or uTorrent.\n- Wait for the Arch Linux torrent file to finish downloading.' True
'Is u torrent installed?' "3 - Burn the image onto a blank DVD\nBurn the image onto a blank DVD. Once your Arch Linux ISO file finishes downloading via your torrent client, you'll burn it onto a blank DVD using your computer's DVD drive. Once the burning is complete, leave the DVD in your computer.\n- If your computer doesn't have a DVD drive, you'll need to buy an external DVD drive and attach it to your computer via USB cable." None
'Is u torrent installed?' "4 - Restart your computer.\nRestart your computer. Click Start , click Power , and click Restart in the menu.\n- On a Mac, you'll instead click the Apple menu , click System Preferences..., click Startup, click External Drive, and then restart by clicking Restart... in the Apple menu and clicking Restart when prompted." None
'Is u torrent installed?' '5 - Press the key that allows you to change the boot order.\nPress the key that allows you to change the boot order. On most newer computers, this is F12, though the exact key should be displayed on the screen during boot up. If there is no key to change boot order, press the BIOS Setup key (usually F1, F2, F10, or Del).\n- Skip this step on a Mac.' None
'Is u torrent installed?' '6 - Select your installation drive as the primary boot drive.\nSelect your installation drive as the primary boot drive. Set the drive (e.g., "DVD Drive" or "Disk Drive") that contains your Arch Linux DVD as the primary drive by selecting it and pressing the + key until it\'s at the top of the menu.\n- Skip this step on a Mac.\n- On some PCs, you may first have to open an "Advanced" tab or select a "Boot Options" section.' None
'Is u torrent installed?' '7 - Save and exit the "Boot Options" screen.\nSave and exit the "Boot Options" screen. You should see a key at the bottom or in the bottom-right corner of the screen that you can press to save and exit. After doing so, your computer will resume restarting.\n- Skip this step on a Mac.' None
'Is u torrent installed?' '8 - Select Boot Arch Linux and press ↵ Enter.\nSelect Boot Arch Linux and press ↵ Enter. This will launch the Arch Linux installer, at which point you can proceed with partitioning your hard drive.' None
'Is grub installed?' '0 - Installing' None
'Is grub installed?' '1 - Set up a Wi-Fi connection.\nSet up a Wi-Fi connection. If your computer is plugged into your router via ethernet, you can skip this step. Using ethernet is preferable to using Wi-Fi.[1]\n- X\n- Research source\n- \n- \n- Type ip link and press ↵ Enter to determine the interface name of your network adapter.\n- Type pacman -S iw wpa_supplicant and press ↵ Enter to install the necessary software.\n- Type pacman -S dialog and press ↵ Enter to install the Wi-Fi menu.\n- Type pacman -S wpa_actiond and press ↵ Enter to install the software that allows you to automatically connect to known networks.\n- Type systemctl enable [email protected] to turn on the auto-connection service for your wireless adapter.\n- Next time you reboot, type wifi-menu interfacename to access the wireless menu for your adapter. After you connect to the network for the first time, you will be automatically connected for subsequent boots. Do not enter this now, or you will lose access to your network.' None
'Is grub installed?' '2 - Install the base system.\nInstall the base system. Type in pacstrap /mnt base base-devel and press ↵ Enter. The system will begin installing onto your computer.\n- This process will usually take around 15-30 minutes depending on your Internet connection speed.' None
'Is grub installed?' '3 - Open "chroot" access.\nOpen "chroot" access. Type in arch-chroot /mnt and press ↵ Enter. This will allow you to change aspects of the root directory, including the password.' None
'Is grub installed?' "4 - Set a password.\nSet a password. This is the password that you'll use to log into the root account. To do so:\n- Type in passwd and press ↵ Enter.\n- Type in a password and press ↵ Enter.\n- Retype your password and press ↵ Enter." None
'Is grub installed?' '5 - Set a language.\nSet a language. To do so:\n- Type in nano /etc/locale.gen and press ↵ Enter.\n- Scroll down to select your preferred language.\n- Select the letter directly in front of the "#" symbol behind your language and press Del.\n- Delete the "#" symbol from any other versions of your language (e.g., all versions of "en_US").\n- Press Ctrl+O (or ⌘ Command+O on a Mac), then press ↵ Enter.\n- Exit by pressing Ctrl+X or ⌘ Command+X.\n- Type in locale-gen and press ↵ Enter to finish setting up your language.' None
'Is grub installed?' '6 - Select a time zone.\nSelect a time zone. To do so:\n- Type in cd usr/share/zoneinfo and press ↵ Enter.\n- Type in ls and press ↵ Enter.\n- Find your country or region, then type in cd usr/share/zoneinfo/country (e.g., America) and press ↵ Enter.\n- Type in ls again and press ↵ Enter.\n- Find your preferred time zone, then type in ln -s /usr/share/zoneinfo/country/timezone /etc/localtime and press ↵ Enter.' None
'Is grub installed?' '7 - Set a host name for your computer.\nSet a host name for your computer. To do so, type in echo name > /etc/hostname and press ↵ Enter.\n- To name your computer "Panda", for example, you\'d enter echo Panda > /etc/hostname here.' None
'Is grub installed?' '8 - Download the GRUB bootloader.\nDownload the GRUB bootloader. This is the program that will install your Arch Linux for you. To do so:\n- Type in pacman -S grub-bios and press ↵ Enter.\n- Type in y and press ↵ Enter.\n- Wait for GRUB to finish downloading.' None
'Is grub installed?' '9 - Install GRUB.\nInstall GRUB. Make sure that when you do this, you install it on your actual hard drive (e.g., "sda"), not the partition (e.g., "sda1"). To install GRUB:\n- Type in grub-install /dev/drive name (e.g., grub-install /dev/sda and press ↵ Enter.' True
'Is grub installed?' '10 - Create an "init" file.\nCreate an "init" file. This file stores information about your computer\'s hardware, making it available for utilization by Linux. To do so, type in mkinitcpio -p linux and press ↵ Enter.' None
'Is grub installed?' '11 - Create a configuration file for GRUB.\nCreate a configuration file for GRUB. To do so, type in grub-mkconfig -o /boot/grub/grub.cfg and press ↵ Enter.' None
'Is grub installed?' '12 - Create an "fstab" file.\nCreate an "fstab" file. Type in genfstab /mnt >> /mnt/etc/fstab and press ↵ Enter. Doing so allows Arch Linux to identify your partition\'s file systems.' None
'Is grub installed?' '13 - Reboot your computer.\nReboot your computer. To do so, type in umount /mnt and press ↵ Enter, type in reboot, press ↵ Enter, remove your installation media, and wait for your system to finish rebooting.' None
'Is grub installed?' '14 - Log into your account.\nLog into your account. Type root into the "login" field and press ↵ Enter, then type your password in and press ↵ Enter. You have successfully installed and opened Arch Linux on your computer.\n- If you want to install a graphical user interface (GUI) that allows you to use the mouse, try installing GNOME on your computer.' None
'Is web browser installed?' '0 - Downloading the Tor Package' None
'Is web browser installed?' "1 - Open the Tor website.\nOpen the Tor website. Go to https://www.torproject.org/projects/torbrowser.html in your web browser. This is where you'll download the Tor setup file.\n- ;" True
'Is web browser installed?' "2 - Click the Download tab.\nClick the Download tab. It's in the upper-right corner of the page. Doing so takes you to the Tor download page." None
'Is web browser installed?' '3 - Click DOWNLOAD.\nClick DOWNLOAD. This purple button is on the far-left side of the page.\n- This button should have "Linux 64-bit" written at the bottom of it. If you see another operating system\'s name (e.g., "Windows"), first click the Linux link to the right of the button.\n- If asked what to do with the setup file, make sure that you select the "Save" or "Download" option before proceeding.' None
'Is web browser installed?' '4 - Wait for the setup file to download.\nWait for the setup file to download. This should only take a few seconds.' None
'Is web browser installed?' '5 - Note the setup file\'s name.\nNote the setup file\'s name. You should see the setup file\'s name somewhere in the window; you\'ll need to know the language and version for the Tor setup file in order to install it.\n- For example, downloading the U.S. English version of Tor would result in the file name "tor-browser-linux64-7.5.2_en-US.tar.xz" for the most recent 64-bit version of Tor.\n- If you can\'t find the file\'s name, you\'ll be able to review it in the Downloads folder on your computer.' None
'Is package installed?' '0 - Installing on Ubuntu 16.04 via PPAs' None
'Is package installed?' "1 - First of all, this is a 3rd party package, your distro's maintainer can't audit this package, use with caution.\nFirst of all, this is a 3rd party package, your distro's maintainer can't audit this package, use with caution. That being said, first open a terminal by pressing Ctrl+Alt+T." None
'Is package installed?' '2 - Ensure you have an updated system.\nEnsure you have an updated system. Type in sudo apt-get update && sudo apt-get upgrade -y, you might get prompted for a password, type it in and press ↵ Enter, no dots or asterisks will appear as you type, this is normal.\n- While technically optional, this step is always recommended before installing anything, keeping your system updated will help prevent many problems.' None
'Is package installed?' '3 - Add the PPA repository to your system.\nAdd the PPA repository to your system. Type in sudo add-apt-repository ppa:webupd8team/java, and then press ↵ Enter.' None
'Is package installed?' '4 - Update your package lists again.\nUpdate your package lists again. Type in sudo apt-get update and wait for the lists to be refreshed.' None
'Is package installed?' '5 - Install the package.\nInstall the package. Type in sudo apt-get install oracle-java9-installer -y.\n- You might get prompted for a password, type it in and press ↵ Enter, no dots or asterisks will appear, this is normal.' True
'Is package installed?' "6 - Make Oracle's Java the default.\nMake Oracle's Java the default. In many Ubuntu derivatives, OpenJDK is set to be the default Java to be used, if you want Oracle's Java to be used by default you need to type sudo apt install oracle-java9-set-default." None
'Is junit installed?' '0 - Installing NetBeans' None
'Is junit installed?' '1 - Download NetBeans.\nDownload NetBeans. Get the latest NetBeans IDE installer from this site: https://netbeans.org/features/index.html. Click the “Download” button and the browser will start downloading the installer file to your computer.' None
'Is junit installed?' '2 - Run the NetBeans installer.\nRun the NetBeans installer. Open your Linux computer’s command terminal by pressing CTRL + ALT + T keys on your keyboard. Once the command terminal is up, type in the following command: “chmod +x filename”.\n- The “filename” in the command refers to the name of the NetBeans installer file you downloaded.\n- The NetBeans setup window will then appear.\n- Note: If the installer doesn\'t appear, it may work if this is typed instead: /home/"username"/Downloads/"filename"\n- Insert your profile name instead of "username" and the NetBeans file instead of "filename".' None
'Is junit installed?' '3 - Start the setup.\nStart the setup. Click “Next” on the Welcome page of the NetBeans setup to begin.' None
'Is junit installed?' '4 - Agree to the License Agreement.\nAgree to the License Agreement. The next page will show the licensing agreement for the NetBeans application. Read the agreement, put a checkmark on the Accept section and click “Next” to proceed.' None
'Is junit installed?' '5 - Install JUnit.\nInstall JUnit. If you’d like to install the JUnit package with NetBeans, agree with the license agreement and click “Next.” Otherwise, you can simply skip this step and not install the JUnit package.' True
'Is junit installed?' '6 - Choose the installation directory.\nChoose the installation directory. On the next window you’ll be asked where you want to install the NetBeans application. If you wish to set your own, click on “Browse” and navigate to the directory of your choice. If you’d like to use the default location (recommended), then just click on “Next” to continue.' None
'Is junit installed?' '7 - Choose the default JDK to install.\nChoose the default JDK to install. Next, you’ll be asked which JDK you want to install with NetBeans. If you’d like to install a specific JDK package, click the drop-down list and choose which one from the list you’d like to get. Otherwise, if you want to go with the recommended JDK package to install, just hit “Next” again to go to the next step.' None
'Is junit installed?' '8 - Install GlassFish Server Open Source Edition.\nInstall GlassFish Server Open Source Edition. If this step appears on your setup process, you can choose either to install it on a specific location on your computer by clicking “Browse” or accepting the default installation directory by clicking “Next”.' None
'Is junit installed?' '9 - Install Apache Tomcat.\nInstall Apache Tomcat. If this step appears on your setup process, you can choose either to install it on a specific location on your computer by clicking “Browse” or accepting the default installation directory by clicking “Next”.' None
'Is junit installed?' '10 - View the summary.\nView the summary. On the Summary page of the setup you’ll be able to check that all needed components to be installed are selected and if your computer has enough memory to accommodate the application. Click the “Install” button to begin once you’re done checking the summary page.' None
'Is junit installed?' '11 - Finalize setup.\nFinalize setup. Once the installation process is complete, click the “Finish” button and you’re done installing NetBeans on Linux.' None
'Is jdk installed?' '0 - Installing NetBeans' None
'Is jdk installed?' '1 - Download NetBeans.\nDownload NetBeans. Get the latest NetBeans IDE installer from this site: https://netbeans.org/features/index.html. Click the “Download” button and the browser will start downloading the installer file to your computer.' None
'Is jdk installed?' '2 - Run the NetBeans installer.\nRun the NetBeans installer. Open your Linux computer’s command terminal by pressing CTRL + ALT + T keys on your keyboard. Once the command terminal is up, type in the following command: “chmod +x filename”.\n- The “filename” in the command refers to the name of the NetBeans installer file you downloaded.\n- The NetBeans setup window will then appear.\n- Note: If the installer doesn\'t appear, it may work if this is typed instead: /home/"username"/Downloads/"filename"\n- Insert your profile name instead of "username" and the NetBeans file instead of "filename".' None
'Is jdk installed?' '3 - Start the setup.\nStart the setup. Click “Next” on the Welcome page of the NetBeans setup to begin.' None
'Is jdk installed?' '4 - Agree to the License Agreement.\nAgree to the License Agreement. The next page will show the licensing agreement for the NetBeans application. Read the agreement, put a checkmark on the Accept section and click “Next” to proceed.' None
'Is jdk installed?' '5 - Install JUnit.\nInstall JUnit. If you’d like to install the JUnit package with NetBeans, agree with the license agreement and click “Next.” Otherwise, you can simply skip this step and not install the JUnit package.' None
'Is jdk installed?' '6 - Choose the installation directory.\nChoose the installation directory. On the next window you’ll be asked where you want to install the NetBeans application. If you wish to set your own, click on “Browse” and navigate to the directory of your choice. If you’d like to use the default location (recommended), then just click on “Next” to continue.' None
'Is jdk installed?' '7 - Choose the default JDK to install.\nChoose the default JDK to install. Next, you’ll be asked which JDK you want to install with NetBeans. If you’d like to install a specific JDK package, click the drop-down list and choose which one from the list you’d like to get. Otherwise, if you want to go with the recommended JDK package to install, just hit “Next” again to go to the next step.' True
'Is jdk installed?' '8 - Install GlassFish Server Open Source Edition.\nInstall GlassFish Server Open Source Edition. If this step appears on your setup process, you can choose either to install it on a specific location on your computer by clicking “Browse” or accepting the default installation directory by clicking “Next”.' None
'Is jdk installed?' '9 - Install Apache Tomcat.\nInstall Apache Tomcat. If this step appears on your setup process, you can choose either to install it on a specific location on your computer by clicking “Browse” or accepting the default installation directory by clicking “Next”.' None
'Is jdk installed?' '10 - View the summary.\nView the summary. On the Summary page of the setup you’ll be able to check that all needed components to be installed are selected and if your computer has enough memory to accommodate the application. Click the “Install” button to begin once you’re done checking the summary page.' None
'Is jdk installed?' '11 - Finalize setup.\nFinalize setup. Once the installation process is complete, click the “Finish” button and you’re done installing NetBeans on Linux.' None
'Is glassfish server open source edition installed?' '0 - Installing NetBeans' None
'Is glassfish server open source edition installed?' '1 - Download NetBeans.\nDownload NetBeans. Get the latest NetBeans IDE installer from this site: https://netbeans.org/features/index.html. Click the “Download” button and the browser will start downloading the installer file to your computer.' None
'Is glassfish server open source edition installed?' '2 - Run the NetBeans installer.\nRun the NetBeans installer. Open your Linux computer’s command terminal by pressing CTRL + ALT + T keys on your keyboard. Once the command terminal is up, type in the following command: “chmod +x filename”.\n- The “filename” in the command refers to the name of the NetBeans installer file you downloaded.\n- The NetBeans setup window will then appear.\n- Note: If the installer doesn\'t appear, it may work if this is typed instead: /home/"username"/Downloads/"filename"\n- Insert your profile name instead of "username" and the NetBeans file instead of "filename".' None
'Is glassfish server open source edition installed?' '3 - Start the setup.\nStart the setup. Click “Next” on the Welcome page of the NetBeans setup to begin.' None
'Is glassfish server open source edition installed?' '4 - Agree to the License Agreement.\nAgree to the License Agreement. The next page will show the licensing agreement for the NetBeans application. Read the agreement, put a checkmark on the Accept section and click “Next” to proceed.' None
'Is glassfish server open source edition installed?' '5 - Install JUnit.\nInstall JUnit. If you’d like to install the JUnit package with NetBeans, agree with the license agreement and click “Next.” Otherwise, you can simply skip this step and not install the JUnit package.' None
'Is glassfish server open source edition installed?' '6 - Choose the installation directory.\nChoose the installation directory. On the next window you’ll be asked where you want to install the NetBeans application. If you wish to set your own, click on “Browse” and navigate to the directory of your choice. If you’d like to use the default location (recommended), then just click on “Next” to continue.' None
'Is glassfish server open source edition installed?' '7 - Choose the default JDK to install.\nChoose the default JDK to install. Next, you’ll be asked which JDK you want to install with NetBeans. If you’d like to install a specific JDK package, click the drop-down list and choose which one from the list you’d like to get. Otherwise, if you want to go with the recommended JDK package to install, just hit “Next” again to go to the next step.' None
'Is glassfish server open source edition installed?' '8 - Install GlassFish Server Open Source Edition.\nInstall GlassFish Server Open Source Edition. If this step appears on your setup process, you can choose either to install it on a specific location on your computer by clicking “Browse” or accepting the default installation directory by clicking “Next”.' True
'Is glassfish server open source edition installed?' '9 - Install Apache Tomcat.\nInstall Apache Tomcat. If this step appears on your setup process, you can choose either to install it on a specific location on your computer by clicking “Browse” or accepting the default installation directory by clicking “Next”.' None
'Is glassfish server open source edition installed?' '10 - View the summary.\nView the summary. On the Summary page of the setup you’ll be able to check that all needed components to be installed are selected and if your computer has enough memory to accommodate the application. Click the “Install” button to begin once you’re done checking the summary page.' None
'Is glassfish server open source edition installed?' '11 - Finalize setup.\nFinalize setup. Once the installation process is complete, click the “Finish” button and you’re done installing NetBeans on Linux.' None
'Is apache tomcat installed?' '0 - Installing NetBeans' None
'Is apache tomcat installed?' '1 - Download NetBeans.\nDownload NetBeans. Get the latest NetBeans IDE installer from this site: https://netbeans.org/features/index.html. Click the “Download” button and the browser will start downloading the installer file to your computer.' None
'Is apache tomcat installed?' '2 - Run the NetBeans installer.\nRun the NetBeans installer. Open your Linux computer’s command terminal by pressing CTRL + ALT + T keys on your keyboard. Once the command terminal is up, type in the following command: “chmod +x filename”.\n- The “filename” in the command refers to the name of the NetBeans installer file you downloaded.\n- The NetBeans setup window will then appear.\n- Note: If the installer doesn\'t appear, it may work if this is typed instead: /home/"username"/Downloads/"filename"\n- Insert your profile name instead of "username" and the NetBeans file instead of "filename".' None
'Is apache tomcat installed?' '3 - Start the setup.\nStart the setup. Click “Next” on the Welcome page of the NetBeans setup to begin.' None
'Is apache tomcat installed?' '4 - Agree to the License Agreement.\nAgree to the License Agreement. The next page will show the licensing agreement for the NetBeans application. Read the agreement, put a checkmark on the Accept section and click “Next” to proceed.' None
'Is apache tomcat installed?' '5 - Install JUnit.\nInstall JUnit. If you’d like to install the JUnit package with NetBeans, agree with the license agreement and click “Next.” Otherwise, you can simply skip this step and not install the JUnit package.' None
'Is apache tomcat installed?' '6 - Choose the installation directory.\nChoose the installation directory. On the next window you’ll be asked where you want to install the NetBeans application. If you wish to set your own, click on “Browse” and navigate to the directory of your choice. If you’d like to use the default location (recommended), then just click on “Next” to continue.' None
'Is apache tomcat installed?' '7 - Choose the default JDK to install.\nChoose the default JDK to install. Next, you’ll be asked which JDK you want to install with NetBeans. If you’d like to install a specific JDK package, click the drop-down list and choose which one from the list you’d like to get. Otherwise, if you want to go with the recommended JDK package to install, just hit “Next” again to go to the next step.' None
'Is apache tomcat installed?' '8 - Install GlassFish Server Open Source Edition.\nInstall GlassFish Server Open Source Edition. If this step appears on your setup process, you can choose either to install it on a specific location on your computer by clicking “Browse” or accepting the default installation directory by clicking “Next”.' None
'Is apache tomcat installed?' '9 - Install Apache Tomcat.\nInstall Apache Tomcat. If this step appears on your setup process, you can choose either to install it on a specific location on your computer by clicking “Browse” or accepting the default installation directory by clicking “Next”.' True
'Is apache tomcat installed?' '10 - View the summary.\nView the summary. On the Summary page of the setup you’ll be able to check that all needed components to be installed are selected and if your computer has enough memory to accommodate the application. Click the “Install” button to begin once you’re done checking the summary page.' None
'Is apache tomcat installed?' '11 - Finalize setup.\nFinalize setup. Once the installation process is complete, click the “Finish” button and you’re done installing NetBeans on Linux.' None
'Is installer installed?' '0 - Using the Desktop Installer' None
'Is installer installed?' "1 - Understand the process.\nUnderstand the process. Ubuntu no longer supports using the Windows installer to install Ubuntu from within Windows, but you can still use it if you prefer. The installer will not work in Windows 8 or newer; you must be using Windows XP, Vista, or 7. The installer can also lead to problems that could be avoided by installing with a USB drive, even on supported machines. It is recommended that you use the USB method above unless absolutely necessary.\n- You can only use the installer to install Ubuntu alongside Windows. You can't use it to replace Windows. If you want to replace Windows with Ubuntu, use the USB method above." None
'Is installer installed?' '2 - Download the Wubi files.\nDownload the Wubi files. This is the installer for Ubuntu that allows you to install Ubuntu within the Windows environment, just like you would any Windows program. You can download the files from cdimage.ubuntu.com/wubi/current/.\n- Click the link for the "i386.tar.xz" file if you aren\'t sure which one applies to you. If you know that you meet the processor requirements for the 64-bit version, select "amd64.tar.xz" instead.' None
'Is installer installed?' '3 - Extract the Wubi installer.\nExtract the Wubi installer. You\'ll need a program that supports GZIP in order to extract the files from the "tar.xz" file you downloaded. One of the most popular free programs is 7-Zip, which you can download from 7-zip.org. Once you\'ve installed 7-Zip, use it to open the "tar.xz" file that you downloaded. Extract the files inside into a new folder.' None
'Is installer installed?' "4 - Run the Wubi installer.\nRun the Wubi installer. There are only a few settings you'll need to change before running the installer, and they are all on the same menu." None
'Is installer installed?' '5 - Select how much space you want to allocate for Ubuntu.\nSelect how much space you want to allocate for Ubuntu. Ubuntu will create its own partition out of your available free space to install itself on. Use the drop-down menu to select how large you want this partition to be. Ubuntu needs at least 7 GB of space, more if you want to install programs and download files.' None
'Is installer installed?' "6 - Create a username and password.\nCreate a username and password. You'll need to create a user before you can install Ubuntu. You'll be able to create additional users after installing. Enter a password to keep your account secure." None
'Is installer installed?' '7 - Click the "Install" button and wait for Ubuntu to install.\nClick the "Install" button and wait for Ubuntu to install. The installer will download the necessary Ubuntu files, and then you will be prompted to reboot.[3]\n- X\n- Research source' True
'Is installer installed?' '8 - Select "Ubuntu" when rebooting.\nSelect "Ubuntu" when rebooting. You\'ll see a new menu when your computer reboots, allowing you to select the operating system you want to use. Select Ubuntu to continue the installation process.' None
'Is installer installed?' '9 - Continue to wait while Ubuntu installs.\nContinue to wait while Ubuntu installs. After Ubuntu boots up, it will continue installing for another 15 minutes or so. After the installation is complete, the computer will reboot again.' None
'Is installer installed?' "10 - Use the menu when starting your computer to select your operating system.\nUse the menu when starting your computer to select your operating system. Once Ubuntu is installed, you'll be prompted to select your operating system every time you start your computer. This is how you switch between operating systems." None
'Is installer installed?' '11 - Start using Ubuntu.\nStart using Ubuntu. You can start using Ubuntu as soon as you log in. There are a few wikiHow articles that can help you get comfortable:\n- \n- Click here to set up a network connection in Ubuntu.\n- Click here to install graphics card drivers.\n- Click here for a guide on learning how to use the Terminal.\n- Click here to learn how to install Ubuntu software.' None
'Is 7-zi installed?' '0 - Using the Desktop Installer' None
'Is 7-zi installed?' "1 - Understand the process.\nUnderstand the process. Ubuntu no longer supports using the Windows installer to install Ubuntu from within Windows, but you can still use it if you prefer. The installer will not work in Windows 8 or newer; you must be using Windows XP, Vista, or 7. The installer can also lead to problems that could be avoided by installing with a USB drive, even on supported machines. It is recommended that you use the USB method above unless absolutely necessary.\n- You can only use the installer to install Ubuntu alongside Windows. You can't use it to replace Windows. If you want to replace Windows with Ubuntu, use the USB method above." None
'Is 7-zi installed?' '2 - Download the Wubi files.\nDownload the Wubi files. This is the installer for Ubuntu that allows you to install Ubuntu within the Windows environment, just like you would any Windows program. You can download the files from cdimage.ubuntu.com/wubi/current/.\n- Click the link for the "i386.tar.xz" file if you aren\'t sure which one applies to you. If you know that you meet the processor requirements for the 64-bit version, select "amd64.tar.xz" instead.' None
'Is 7-zi installed?' '3 - Extract the Wubi installer.\nExtract the Wubi installer. You\'ll need a program that supports GZIP in order to extract the files from the "tar.xz" file you downloaded. One of the most popular free programs is 7-Zip, which you can download from 7-zip.org. Once you\'ve installed 7-Zip, use it to open the "tar.xz" file that you downloaded. Extract the files inside into a new folder.' True
'Is 7-zi installed?' "4 - Run the Wubi installer.\nRun the Wubi installer. There are only a few settings you'll need to change before running the installer, and they are all on the same menu." None
'Is 7-zi installed?' '5 - Select how much space you want to allocate for Ubuntu.\nSelect how much space you want to allocate for Ubuntu. Ubuntu will create its own partition out of your available free space to install itself on. Use the drop-down menu to select how large you want this partition to be. Ubuntu needs at least 7 GB of space, more if you want to install programs and download files.' None
'Is 7-zi installed?' "6 - Create a username and password.\nCreate a username and password. You'll need to create a user before you can install Ubuntu. You'll be able to create additional users after installing. Enter a password to keep your account secure." None
'Is 7-zi installed?' '7 - Click the "Install" button and wait for Ubuntu to install.\nClick the "Install" button and wait for Ubuntu to install. The installer will download the necessary Ubuntu files, and then you will be prompted to reboot.[3]\n- X\n- Research source' None
'Is 7-zi installed?' '8 - Select "Ubuntu" when rebooting.\nSelect "Ubuntu" when rebooting. You\'ll see a new menu when your computer reboots, allowing you to select the operating system you want to use. Select Ubuntu to continue the installation process.' None
'Is 7-zi installed?' '9 - Continue to wait while Ubuntu installs.\nContinue to wait while Ubuntu installs. After Ubuntu boots up, it will continue installing for another 15 minutes or so. After the installation is complete, the computer will reboot again.' None
'Is 7-zi installed?' "10 - Use the menu when starting your computer to select your operating system.\nUse the menu when starting your computer to select your operating system. Once Ubuntu is installed, you'll be prompted to select your operating system every time you start your computer. This is how you switch between operating systems." None
'Is 7-zi installed?' '11 - Start using Ubuntu.\nStart using Ubuntu. You can start using Ubuntu as soon as you log in. There are a few wikiHow articles that can help you get comfortable:\n- \n- Click here to set up a network connection in Ubuntu.\n- Click here to install graphics card drivers.\n- Click here for a guide on learning how to use the Terminal.\n- Click here to learn how to install Ubuntu software.' None
'Is browser installed?' '0 - Set up your new router' None
'Is browser installed?' '1 - Plug your router into your internet socket if you want to share your internet.\nPlug your router into your internet socket if you want to share your internet.\n- ;' None
'Is browser installed?' '2 - Plug your router into your PC with an ethernet cable.\nPlug your router into your PC with an ethernet cable.' None
'Is browser installed?' '3 - Go to your browser and type in the address "http:__192.168.0.1 192.168.0.1" or "http:__192.168.2.1 192.168.2.1", or "http:__192.168.1.1 192.168.1.1".\nGo to your browser and type in the address "http://192.168.0.1 192.168.0.1" or "http://192.168.2.1 192.168.2.1", or "http://192.168.1.1 192.168.1.1".' True
'Is browser installed?' '4 - Enter your user name and password from your router (often "admin" and "admin") then your internet service provider.\nEnter your user name and password from your router (often "admin" and "admin") then your internet service provider.' None
'Is browser installed?' "5 - Enable wireless and set your encryption (WPA as a minimum, WEP can be cracked in seconds) use AES encryption if you have it available, skip if you do not.\nEnable wireless and set your encryption (WPA as a minimum, WEP can be cracked in seconds) use AES encryption if you have it available, skip if you do not. and type a memorable passkey that is at least 64 characters. It's a hassle, but you only have type it a few times." None
'Is systemback installed?' '0 - Steps' None
'Is systemback installed?' '1 - Install Systemback to your Linux system.\nInstall Systemback to your Linux system. This can only be done by using the terminal, so open it up. The keyboard shortcut is Ctrl+Alt+T. Then copy the following commands into the space provided. You may be required to type in an administrative password.\n- \n- sudo add-apt-repository ppa:nemh/systemback This command receives the repository of the software.\n- sudo apt-get update This command updates the repository list.\n- sudo apt-get install systemback This command downloads and installs your program.\n- ;' True
'Is systemback installed?' '2 - Launch Systemback.\nLaunch Systemback. In the screenshot above, we are using Application Finder to launch Systemback.' None
'Is systemback installed?' '3 - Select Live system create.\nSelect Live system create. If you wish to create a restore point before continuing, you can do that using Systemback.' None
'Is systemback installed?' '4 - Customize your image.\nCustomize your image. In this window, you can select a custom name for your new “distribution”. You can also change the directory (where the file will be stored) in this window. When you have finished customizing, click Create new.' None
'Is systemback installed?' '5 - Try not to use programs and modify any system settings.\nTry not to use programs and modify any system settings. The process of creating your system image has begun. Depending on the size of your system, this process could take hours to complete.' None
'Is systemback installed?' '6 - Wait for your Live system creation to finish.\nWait for your Live system creation to finish. When it does, the notification above will be displayed. Click OK to continue.' None
'Is systemback installed?' '7 - Convert your sblive file to an ISO.\nConvert your sblive file to an ISO. In the upper-right box, select the Live file you just created, and then click Convert to ISO.\n- This process will convert the sblive file to an ISO. Depending on the sblive file size, this process could take a while, but this process is much faster than creating the Live system itself.' None
'Is systemback installed?' '8 - After the conversion, exit Systemback.\nAfter the conversion, exit Systemback. Then open your file manager and open up your File System (Computer) → home. Your image file will be located here if you did not change the directory in step four.' None
'Is systemback installed?' '9 - Write your image file to a USB or DVD.\nWrite your image file to a USB or DVD. In the screenshot above, I am using UNetbootin.\n- \n- This article will guide you in writing your image to a USB.\n- This article will guide you in writing your image to a DVD.' None
'Is systemback installed?' '10 - Restart your system.\nRestart your system. When the bootscreen appears, repeatedly press F12, then select from the menu Boot From USB.' None
'Is application installed?' '0 - Steps' None
'Is application installed?' '1 - Download the software you wish to install.\nDownload the software you wish to install. The necessary files will usually be compressed into a .tar, .tgz, or .zip file.\n- If the script you downloaded is already in the ″INSTALL.sh″ format, you’ll need to compress it to a .zip or .tar file before you can continue. Right-click the script, select Compress…, choose .zip, and then click Create.\n- ;' None
'Is application installed?' "2 - Extract the Tar or Zip to your Desktop.\nExtract the Tar or Zip to your Desktop. Right-click the downloaded archive, and then select Extract Here (the exact text may vary by Linux version). This creates a new folder on your desktop containing the installation files.\n- If you're logged in via console, extract a .tar file by running tar -x filename.tar at the prompt.\n- To extract a .tgz or .tar.gz file from the prompt, use tar -xzf filename.tgz or tar -xvf filename.tar.gz.\n- To unpack a .zip file from console, type unzip filename.zip." None
'Is application installed?' '3 - Double-click the extracted folder.\nDouble-click the extracted folder. If you don’t see the install.sh file inside, it’s likely in one of the subfolders. Figure out which folder it’s in, and then continue to the next step.' None
'Is application installed?' '4 - Open a terminal window.\nOpen a terminal window. A quick way to do this in most window managers is to press Ctrl+Alt+T on the keyboard.' None
'Is application installed?' '5 - Type cd ~_path_to_the_extracted_folder and press ↵ Enter.\nType cd ~/path/to/the/extracted/folder and press ↵ Enter. Replace ″path/to/the/extracted/folder″ with the full path to the folder that contains the install.sh file.\n- For example, if you extracted the files to your desktop, you may type cd ~Desktop/file name. After typing the first few letters of a folder’s name, you can press the Tab ↹ key to automatically its name.\n- To make sure you’re in the right folder, type ls -a at the command prompt and press ↵ Enter. You should see a list of the same files and folders as you do when you doubleclick the new folder on the desktop.' None
'Is application installed?' '6 - Type chmod +x install.sh and press ↵ Enter.\nType chmod +x install.sh and press ↵ Enter. If the installer is called something other than ″install.sh,″ type its name instead. This makes the installer file executable. You won’t see any confirmation message from this command.\n- As long as you don’t see an error, you’ll know the script is now executable.' None
'Is application installed?' '7 - Type sudo bash install.sh and press ↵ Enter.\nType sudo bash install.sh and press ↵ Enter. Again, replace ″install.sh″ with the name of your .sh file if necessary.\n- If you get an error, try sudo ./install.sh instead.' None
'Is application installed?' '8 - Enter the root password and press ↵ Enter.\nEnter the root password and press ↵ Enter. This starts the installation of your application.' True
'Is application installed?' '9 - Follow the on-screen instructions to complete the installation.\nFollow the on-screen instructions to complete the installation. Depending on the app, you may have to enter additional information to complete the install.' None
'Is cvs installed?' '0 - Steps' None
'Is cvs installed?' '1 - If the project has no explicit releases, you may need to pull the source code directly from its CVS or SVN repository.\nIf the project has no explicit releases, you may need to pull the source code directly from its CVS or SVN repository. The websites of most such projects will have the corresponding command line which you only need to copy-paste to your system, for instance cvs -z3 -d:pserver:[email protected]:/sources/classpath co classpath. The similar command usually downloads a large number of project files in a current folder.\n- ;' True
'Is cvs installed?' '2 - Look into the files README and INSTALL that should be at the top folder in the downloaded project.\nLook into the files README and INSTALL that should be at the top folder in the downloaded project. They may contain valuable information that will save you a lot of time.' None
'Is cvs installed?' '3 - Some projects provide the build script as a shell script (usually named build.sh).\nSome projects provide the build script as a shell script (usually named build.sh). This is not very frequent, but happens for very old projects and also for new projects that try to provide a "user friendly" build procedure. If you find such file, try to use it first (the installation may be placed in a separate script that is usually named install.sh). If you find these scripts, just run them. Otherwise, proceed to the following steps.' None
'Is cvs installed?' '4 - Search for the file called configure which also must be present in a project top folder.\nSearch for the file called configure which also must be present in a project top folder. It is usually a .sh script that will tune the project build system to your machine. If you find it, type ./configure or sh configure to run this script. ./configure usually has a lot of options that may help if the "default" run fails with error messages. Run the script with the key --help to see the options. If there is no configure script, it may be an old - style project which only uses make files, so you can proceed directly to the next step.' None
'Is cvs installed?' '5 - Search for the file called makefile which may be initially present or appear after you run configure.\nSearch for the file called makefile which may be initially present or appear after you run configure. If you find it, type the command make. It should find the make file in the current directory and build the project for you.' None
'Is cvs installed?' '6 - If there is no configure nor makefile in the project tree, it may be an ant - powered project with the build.xml file instead.\nIf there is no configure nor makefile in the project tree, it may be an ant - powered project with the build.xml file instead. In this case, type ant in the project root folder. While make is more popular for C and C++ projects, ant is popular for java projects.' None
'Is cvs installed?' "7 - If ant doesn't work either, or the project is C or C++, try running .\nIf ant doesn't work either, or the project is C or C++, try running ./autogen.sh to create the configure and makefile files. This uses Autoconf, automake and libtool to create these files." None
'Is cvs installed?' '8 - After you succeeded to compile the makefile - based project, try make install to place the project files into appropriate locations (to install the project).\nAfter you succeeded to compile the makefile - based project, try make install to place the project files into appropriate locations (to install the project). The default locations like /usr/lib or /usr/bin are usually only root-writeable, so this step usually needs administrator rights.' None
'Is cvs installed?' '9 - After the installation succeeds, try to type the short project name.\nAfter the installation succeeds, try to type the short project name. This usually invokes the newly compiled and installed program which is now ready to use.' None
'Is svn installed?' '0 - Steps' None
'Is svn installed?' '1 - If the project has no explicit releases, you may need to pull the source code directly from its CVS or SVN repository.\nIf the project has no explicit releases, you may need to pull the source code directly from its CVS or SVN repository. The websites of most such projects will have the corresponding command line which you only need to copy-paste to your system, for instance cvs -z3 -d:pserver:[email protected]:/sources/classpath co classpath. The similar command usually downloads a large number of project files in a current folder.\n- ;' True
'Is svn installed?' '2 - Look into the files README and INSTALL that should be at the top folder in the downloaded project.\nLook into the files README and INSTALL that should be at the top folder in the downloaded project. They may contain valuable information that will save you a lot of time.' None
'Is svn installed?' '3 - Some projects provide the build script as a shell script (usually named build.sh).\nSome projects provide the build script as a shell script (usually named build.sh). This is not very frequent, but happens for very old projects and also for new projects that try to provide a "user friendly" build procedure. If you find such file, try to use it first (the installation may be placed in a separate script that is usually named install.sh). If you find these scripts, just run them. Otherwise, proceed to the following steps.' None
'Is svn installed?' '4 - Search for the file called configure which also must be present in a project top folder.\nSearch for the file called configure which also must be present in a project top folder. It is usually a .sh script that will tune the project build system to your machine. If you find it, type ./configure or sh configure to run this script. ./configure usually has a lot of options that may help if the "default" run fails with error messages. Run the script with the key --help to see the options. If there is no configure script, it may be an old - style project which only uses make files, so you can proceed directly to the next step.' None
'Is svn installed?' '5 - Search for the file called makefile which may be initially present or appear after you run configure.\nSearch for the file called makefile which may be initially present or appear after you run configure. If you find it, type the command make. It should find the make file in the current directory and build the project for you.' None
'Is svn installed?' '6 - If there is no configure nor makefile in the project tree, it may be an ant - powered project with the build.xml file instead.\nIf there is no configure nor makefile in the project tree, it may be an ant - powered project with the build.xml file instead. In this case, type ant in the project root folder. While make is more popular for C and C++ projects, ant is popular for java projects.' None
'Is svn installed?' "7 - If ant doesn't work either, or the project is C or C++, try running .\nIf ant doesn't work either, or the project is C or C++, try running ./autogen.sh to create the configure and makefile files. This uses Autoconf, automake and libtool to create these files." None
'Is svn installed?' '8 - After you succeeded to compile the makefile - based project, try make install to place the project files into appropriate locations (to install the project).\nAfter you succeeded to compile the makefile - based project, try make install to place the project files into appropriate locations (to install the project). The default locations like /usr/lib or /usr/bin are usually only root-writeable, so this step usually needs administrator rights.' None
'Is svn installed?' '9 - After the installation succeeds, try to type the short project name.\nAfter the installation succeeds, try to type the short project name. This usually invokes the newly compiled and installed program which is now ready to use.' None
'Is ant installed?' '0 - Steps' None
'Is ant installed?' '1 - If the project has no explicit releases, you may need to pull the source code directly from its CVS or SVN repository.\nIf the project has no explicit releases, you may need to pull the source code directly from its CVS or SVN repository. The websites of most such projects will have the corresponding command line which you only need to copy-paste to your system, for instance cvs -z3 -d:pserver:[email protected]:/sources/classpath co classpath. The similar command usually downloads a large number of project files in a current folder.\n- ;' None
'Is ant installed?' '2 - Look into the files README and INSTALL that should be at the top folder in the downloaded project.\nLook into the files README and INSTALL that should be at the top folder in the downloaded project. They may contain valuable information that will save you a lot of time.' None
'Is ant installed?' '3 - Some projects provide the build script as a shell script (usually named build.sh).\nSome projects provide the build script as a shell script (usually named build.sh). This is not very frequent, but happens for very old projects and also for new projects that try to provide a "user friendly" build procedure. If you find such file, try to use it first (the installation may be placed in a separate script that is usually named install.sh). If you find these scripts, just run them. Otherwise, proceed to the following steps.' None
'Is ant installed?' '4 - Search for the file called configure which also must be present in a project top folder.\nSearch for the file called configure which also must be present in a project top folder. It is usually a .sh script that will tune the project build system to your machine. If you find it, type ./configure or sh configure to run this script. ./configure usually has a lot of options that may help if the "default" run fails with error messages. Run the script with the key --help to see the options. If there is no configure script, it may be an old - style project which only uses make files, so you can proceed directly to the next step.' None
'Is ant installed?' '5 - Search for the file called makefile which may be initially present or appear after you run configure.\nSearch for the file called makefile which may be initially present or appear after you run configure. If you find it, type the command make. It should find the make file in the current directory and build the project for you.' None
'Is ant installed?' '6 - If there is no configure nor makefile in the project tree, it may be an ant - powered project with the build.xml file instead.\nIf there is no configure nor makefile in the project tree, it may be an ant - powered project with the build.xml file instead. In this case, type ant in the project root folder. While make is more popular for C and C++ projects, ant is popular for java projects.' True
'Is ant installed?' "7 - If ant doesn't work either, or the project is C or C++, try running .\nIf ant doesn't work either, or the project is C or C++, try running ./autogen.sh to create the configure and makefile files. This uses Autoconf, automake and libtool to create these files." None
'Is ant installed?' '8 - After you succeeded to compile the makefile - based project, try make install to place the project files into appropriate locations (to install the project).\nAfter you succeeded to compile the makefile - based project, try make install to place the project files into appropriate locations (to install the project). The default locations like /usr/lib or /usr/bin are usually only root-writeable, so this step usually needs administrator rights.' None
'Is ant installed?' '9 - After the installation succeeds, try to type the short project name.\nAfter the installation succeeds, try to type the short project name. This usually invokes the newly compiled and installed program which is now ready to use.' None
'Is knoppix installed?' '0 - Steps' None
'Is knoppix installed?' '1 - Before you download Knoppix, take a look at some more information at the Knoppix Website.\nBefore you download Knoppix, take a look at some more information at the Knoppix Website. If you prefer (or are on dial-up), you can buy a disc from On Disk or other suppliers and skip to step 5.\n- ;' None
'Is knoppix installed?' "2 - Click on a location (preferably the one nearest to you) from this list (don't worry about FTP or HTTP).\nClick on a location (preferably the one nearest to you) from this list (don't worry about FTP or HTTP). Click on an image file (with the extension .iso) to download it." None
'Is knoppix installed?' "3 - After the download is completed, and if you know what a checksum (md5) is, you might want to check it for errors.\nAfter the download is completed, and if you know what a checksum (md5) is, you might want to check it for errors. Otherwise don't worry." None
'Is knoppix installed?' '4 - Burn the image file "as an image" (which will contain lot of files on a disc), rather than "a data disc" (which will simply contain an .iso file on a disc).\nBurn the image file "as an image" (which will contain lot of files on a disc), rather than "a data disc" (which will simply contain an .iso file on a disc). Windows XP allows users to directly burn files through Windows Explorer but does NOT support burning as images. Use something like InfraRecorder or ImgBurn instead.' None
'Is knoppix installed?' '5 - When the disc is done, reboot your computer with the disc left in.\nWhen the disc is done, reboot your computer with the disc left in.' None
'Is knoppix installed?' "6 - If all goes well, you'll be asked if you want to load Knoppix.\nIf all goes well, you'll be asked if you want to load Knoppix. Press return to start and it will load itself to your system's memory. Be patient, it could take 5 minutes." True
'Is knoppix installed?' "7 - After it's done, click on the K button at the bottom left to bring up a menu like the Windows start menu.\nAfter it's done, click on the K button at the bottom left to bring up a menu like the Windows start menu. Choose an application and click on it to begin using it." None
'Is knoppix installed?' "8 - Actually installing Knoppix to your hard disk drive isn't recommended, but to do so, read instructions from the official website or try KanotiX.\nActually installing Knoppix to your hard disk drive isn't recommended, but to do so, read instructions from the official website or try KanotiX." None
'Is imgburn installed?' '0 - Steps' None
'Is imgburn installed?' '1 - Before you download Knoppix, take a look at some more information at the Knoppix Website.\nBefore you download Knoppix, take a look at some more information at the Knoppix Website. If you prefer (or are on dial-up), you can buy a disc from On Disk or other suppliers and skip to step 5.\n- ;' None
'Is imgburn installed?' "2 - Click on a location (preferably the one nearest to you) from this list (don't worry about FTP or HTTP).\nClick on a location (preferably the one nearest to you) from this list (don't worry about FTP or HTTP). Click on an image file (with the extension .iso) to download it." None
'Is imgburn installed?' "3 - After the download is completed, and if you know what a checksum (md5) is, you might want to check it for errors.\nAfter the download is completed, and if you know what a checksum (md5) is, you might want to check it for errors. Otherwise don't worry." None
'Is imgburn installed?' '4 - Burn the image file "as an image" (which will contain lot of files on a disc), rather than "a data disc" (which will simply contain an .iso file on a disc).\nBurn the image file "as an image" (which will contain lot of files on a disc), rather than "a data disc" (which will simply contain an .iso file on a disc). Windows XP allows users to directly burn files through Windows Explorer but does NOT support burning as images. Use something like InfraRecorder or ImgBurn instead.' True
'Is imgburn installed?' '5 - When the disc is done, reboot your computer with the disc left in.\nWhen the disc is done, reboot your computer with the disc left in.' None
'Is imgburn installed?' "6 - If all goes well, you'll be asked if you want to load Knoppix.\nIf all goes well, you'll be asked if you want to load Knoppix. Press return to start and it will load itself to your system's memory. Be patient, it could take 5 minutes." None
'Is imgburn installed?' "7 - After it's done, click on the K button at the bottom left to bring up a menu like the Windows start menu.\nAfter it's done, click on the K button at the bottom left to bring up a menu like the Windows start menu. Choose an application and click on it to begin using it." None
'Is imgburn installed?' "8 - Actually installing Knoppix to your hard disk drive isn't recommended, but to do so, read instructions from the official website or try KanotiX.\nActually installing Knoppix to your hard disk drive isn't recommended, but to do so, read instructions from the official website or try KanotiX." None
'Is infrarecorder installed?' '0 - Steps' None
'Is infrarecorder installed?' '1 - Before you download Knoppix, take a look at some more information at the Knoppix Website.\nBefore you download Knoppix, take a look at some more information at the Knoppix Website. If you prefer (or are on dial-up), you can buy a disc from On Disk or other suppliers and skip to step 5.\n- ;' None
'Is infrarecorder installed?' "2 - Click on a location (preferably the one nearest to you) from this list (don't worry about FTP or HTTP).\nClick on a location (preferably the one nearest to you) from this list (don't worry about FTP or HTTP). Click on an image file (with the extension .iso) to download it." None
'Is infrarecorder installed?' "3 - After the download is completed, and if you know what a checksum (md5) is, you might want to check it for errors.\nAfter the download is completed, and if you know what a checksum (md5) is, you might want to check it for errors. Otherwise don't worry." None
'Is infrarecorder installed?' '4 - Burn the image file "as an image" (which will contain lot of files on a disc), rather than "a data disc" (which will simply contain an .iso file on a disc).\nBurn the image file "as an image" (which will contain lot of files on a disc), rather than "a data disc" (which will simply contain an .iso file on a disc). Windows XP allows users to directly burn files through Windows Explorer but does NOT support burning as images. Use something like InfraRecorder or ImgBurn instead.' True
'Is infrarecorder installed?' '5 - When the disc is done, reboot your computer with the disc left in.\nWhen the disc is done, reboot your computer with the disc left in.' None
'Is infrarecorder installed?' "6 - If all goes well, you'll be asked if you want to load Knoppix.\nIf all goes well, you'll be asked if you want to load Knoppix. Press return to start and it will load itself to your system's memory. Be patient, it could take 5 minutes." None
'Is infrarecorder installed?' "7 - After it's done, click on the K button at the bottom left to bring up a menu like the Windows start menu.\nAfter it's done, click on the K button at the bottom left to bring up a menu like the Windows start menu. Choose an application and click on it to begin using it." None
'Is infrarecorder installed?' "8 - Actually installing Knoppix to your hard disk drive isn't recommended, but to do so, read instructions from the official website or try KanotiX.\nActually installing Knoppix to your hard disk drive isn't recommended, but to do so, read instructions from the official website or try KanotiX." None
'Is gimp installed?' '0 - Using GIMP' None
'Is gimp installed?' '1 - Install GIMP.\nInstall GIMP. GIMP is a free image editor that comes installed on some Linux distributions. If you don\'t have it installed, you can get it for free using your distribution\'s package manager or Software Center. Open the Software Center, search for "gimp", and then install the "GIMP Image Editor".' True
'Is gimp installed?' '2 - Click the "File" menu and select "Create" → "Screenshot".\nClick the "File" menu and select "Create" → "Screenshot". The screenshot creation tool will open. This tool is very similar to the Gnome Screenshot utility.' None
'Is gimp installed?' "3 - Select the type of screenshot you want to take.\nSelect the type of screenshot you want to take. You can choose to take three different types of screenshots: single window, full-screen, or custom selection. If you choose the single window option, you'll be able to click the window that you want to take a screenshot of." None
'Is gimp installed?' "4 - Add a delay.\nAdd a delay. You can add a delay before the screenshot is taken so that you can arrange everything exactly how you want it. If you have single window or custom screenshots selected, you'll choose your screenshot target after the delay timer runs out." None
'Is gimp installed?' '5 - Click "Snap" to take the screenshot.\nClick "Snap" to take the screenshot. Depending on your settings, the screenshot may be taken immediately. When you\'re finished, the screenshot will open in the GIMP editing window.' None
'Is gimp installed?' '6 - Save the screenshot.\nSave the screenshot. If you don\'t want to make any edits to the screenshot, you can save it to your hard drive. Click the "File" menu and select "Export". Give the screenshot a name and choose where you would like to save it. Click the "Export" button once you are satisfied.' None
'Is image magick installed?' '0 - Using ImageMagick' None
'Is image magick installed?' "1 - Open the Terminal.\nOpen the Terminal. ImageMagick is a command-line utility that can capture screenshots for you. Many distributions come with ImageMagick already installed, but you can install it for free from your distribution's package manager if you don't have it.\n- To open the Terminal quickly in Ubuntu and many other distributions, press Ctrl+Alt+T." None
'Is image magick installed?' "2 - Install ImageMagick.\nInstall ImageMagick. On Debian-based distributions such as Ubuntu, type sudo apt-get install imagemagick and press ↵ Enter. You will be prompted for your administrator password. If ImageMagick hasn't been installed, it will begin downloading and installing. If it is already installed, you will be informed." True
'Is image magick installed?' '3 - Take a screenshot of the entire screen.\nTake a screenshot of the entire screen. Type import -window root Pictures/fileName.png and press ↵ Enter. Replace fileName with the name you want to give the screenshot.' None
'Is image magick installed?' '4 - Take a screenshot of a specific window.\nTake a screenshot of a specific window. Type import Pictures/fileName.png and press ↵ Enter. Replace fileName with the name you want to give the screenshot. The cursor will turn into a crosshair, and you can click the window that you want to capture.' None
'Is image magick installed?' '5 - Add a delay to the screenshot.\nAdd a delay to the screenshot. Type import -window root -pause # Pictures/fileName.png and press ↵ Enter. Replace # with the amount of seconds that you want to wait before the screenshot is taken. After waiting the set amount of time, the screenshot will be taken and you will be returned to the terminal prompt.' None
'Is shutter installed?' '0 - Using Shutter' None
'Is shutter installed?' '1 - Install Shutter.\nInstall Shutter. This is a popular screenshot program that contains some advanced upload and editing capabilities. If you take and share screenshots often, you may want to give this program a try.\n- You can find Shutter through most distribution\'s package managers. Simply search for "Shutter" and install the program.[1]\n- X\n- Research source\n- \n- \n- To install Shutter from the Terminal on Debian-based distributions, type sudo add-apt-repository ppa:shutter/ppa and press ↵ Enter. Update your repositories by typing sudo apt-get update, and then install Shutter by typing sudo apt-get install shutter.' True
'Is shutter installed?' '2 - Select the type of screenshot you want to take.\nSelect the type of screenshot you want to take. Along the top of the Shutter window, you\'ll see the three options that you can pick from: "Selection", "Desktop" and "Window". Click the button to select the type of screenshot you want to take.' None
'Is shutter installed?' '3 - Take your screenshot.\nTake your screenshot. If you selected "Desktop", your screenshot will be taken automatically. If you selected "Selection", the screen will dim and you can click and drag to create a selection box. Everything inside of the box will be captured. If you selected "Window", you can click the window that you want to take a screenshot of.\n- The screenshot will be saved automatically to your Pictures folder.' None
'Is shutter installed?' '4 - Edit the screenshot.\nEdit the screenshot. After taking the screenshot, a preview will appear in the Shutter window. Click the "Edit" button to open the Shutter editor. You can use the editor to highlight things on the screenshot or make notations. Click "Save" when you are finished.' None
'Is shutter installed?' '5 - Export the screenshot.\nExport the screenshot. You can send the screenshot to an image upload service, or add an FTP server to upload it to. Click the "Export" button to open the Export menu.\n- In the "Public hosting" tab, you can choose to upload the screenshot to your Dropbox account or a variety of online image hosting websites. You\'ll be asked for your account credentials when you select one.\n- In the "FTP" tab, you can enter in the connection information for your FTP server, which is useful if you post screenshots on a blog or website.\n- In the "Places" tab, you can move the screenshot to another location on your computer or network.' None
'Is internet browser installed?' '0 - Using the Snap Store' None
'Is internet browser installed?' "1 - Open the Snapcraft Store in your internet browser.\nOpen the Snapcraft Store in your internet browser. Type or paste https://snapcraft.io/store into your browser's address bar, and press ↵ Enter or ⏎ Return on your screen." True
'Is internet browser installed?' '2 - Click the Store tab.\nClick the Store tab. This button is on a gray navigation bar at the top of the page.' None
'Is internet browser installed?' "3 - Find and click the software you want to install.\nFind and click the software you want to install. This will open the selected app's details on a new page." None
'Is internet browser installed?' '4 - Scroll down and select your Linux distribution.\nScroll down and select your Linux distribution. Snap is available in a variety of different Linux distributions, including Ubuntu, Fedora, CentOS, and Linux Mint.\n- This will open a new page, and show the specific command prompt instructions for your system.\n- If you already have the snapd tool installed and enabled on your system, just click the green Install button on the app info page to see the install command.' None
'Is internet browser installed?' "5 - Open a Terminal window on your computer.\nOpen a Terminal window on your computer. You can open the command prompt from your desktop environment's applications menu." None
'Is internet browser installed?' '6 - Run the "Enable snapd" commands from the web page.\nRun the "Enable snapd" commands from the web page. Follow the instructions for your Linux distribution, and run the required commands in Terminal to install the snapd tool.\n- Some systems like Ubuntu 19.04 and 18.10 will not require any extra installation. Snap is already installed and ready to use.\n- Your system may require multiple steps to install and enable Snap. All the required commands are provided on this page for each available system.' None
'Is internet browser installed?' "7 - Type and run the selected app's install command in Terminal.\nType and run the selected app's install command in Terminal. After enabling Snap on your computer, find the installation command prompt for the selected app in the lower-right corner, and run it on your computer.\n- This command often looks like sudo snap install <app name>, such as sudo snap install opera for the Opera web browser.\n- This will install the selected app on your computer." None
'Is snapd installed?' '0 - Using the Snap Store' None
'Is snapd installed?' "1 - Open the Snapcraft Store in your internet browser.\nOpen the Snapcraft Store in your internet browser. Type or paste https://snapcraft.io/store into your browser's address bar, and press ↵ Enter or ⏎ Return on your screen." None
'Is snapd installed?' '2 - Click the Store tab.\nClick the Store tab. This button is on a gray navigation bar at the top of the page.' None
'Is snapd installed?' "3 - Find and click the software you want to install.\nFind and click the software you want to install. This will open the selected app's details on a new page." None
'Is snapd installed?' '4 - Scroll down and select your Linux distribution.\nScroll down and select your Linux distribution. Snap is available in a variety of different Linux distributions, including Ubuntu, Fedora, CentOS, and Linux Mint.\n- This will open a new page, and show the specific command prompt instructions for your system.\n- If you already have the snapd tool installed and enabled on your system, just click the green Install button on the app info page to see the install command.' None
'Is snapd installed?' "5 - Open a Terminal window on your computer.\nOpen a Terminal window on your computer. You can open the command prompt from your desktop environment's applications menu." None
'Is snapd installed?' '6 - Run the "Enable snapd" commands from the web page.\nRun the "Enable snapd" commands from the web page. Follow the instructions for your Linux distribution, and run the required commands in Terminal to install the snapd tool.\n- Some systems like Ubuntu 19.04 and 18.10 will not require any extra installation. Snap is already installed and ready to use.\n- Your system may require multiple steps to install and enable Snap. All the required commands are provided on this page for each available system.' True
'Is snapd installed?' "7 - Type and run the selected app's install command in Terminal.\nType and run the selected app's install command in Terminal. After enabling Snap on your computer, find the installation command prompt for the selected app in the lower-right corner, and run it on your computer.\n- This command often looks like sudo snap install <app name>, such as sudo snap install opera for the Opera web browser.\n- This will install the selected app on your computer." None
'Is opera web browser installed?' '0 - Using the Ubuntu Apt Manager' None
'Is opera web browser installed?' '1 - Open a Terminal window on your Ubuntu_Debian system.\nOpen a Terminal window on your Ubuntu/Debian system. Click the Dash icon on the top-left and select the Terminal app to open a new window.\n- Alternatively, press Ctrl+Alt+T on your keyboard to open a new terminal window.' None
'Is opera web browser installed?' '2 - Type sudo apt-get update in terminal.\nType sudo apt-get update in terminal. This command will update your repositories, and make sure you have all the latest software packages for installation.' None
'Is opera web browser installed?' "3 - Press ↵ Enter or ⏎ Return on your keyboard.\nPress ↵ Enter or ⏎ Return on your keyboard. This will run the command, and update your repositories.\n- If you're prompted, enter your user password to run the command." None
'Is opera web browser installed?' '4 - Run sudo apt-get upgrade in terminal.\nRun sudo apt-get upgrade in terminal. This command will upgrade all the installed software on your computer to the latest versions.' None
'Is opera web browser installed?' '5 - Run sudo apt-cache search [package name] to search.\nRun sudo apt-cache search [package name] to search. You can use this command to search and find software to install.\n- You will get a list of the matching packages below your search command.\n- For example, you can run sudo apt-cache search "opera-stable" to find the latest stable version of the Opera browser available for install.' None
'Is opera web browser installed?' '6 - Run sudo apt-cache show "package name" to see details.\nRun sudo apt-cache show "package name" to see details. This command will show the details for any available software package, including its version, architecture, and installation size.\n- For example, run sudo apt-cache show opera-stable to see the package details for the latest stable version of the Opera web browser.' None
'Is opera web browser installed?' '7 - Run sudo apt-get install "package name" to install.\nRun sudo apt-get install "package name" to install. This command will install the selected software package on your system.\n- For example, sudo apt-get install opera-stable will install the latest stable version of the Opera web browser.' True
'Is opera web browser installed?' '8 - Enter Y to proceed with the installation.\nEnter Y to proceed with the installation. When the terminal asks "Do you want to continue? [Y/n]," enter Y to continue, and install the software on your computer.' None
'Is opera web browser installed?' "9 - Add --reinstall at the end of the install command to reinstall.\nAdd --reinstall at the end of the install command to reinstall. If you're having issues with software you already have and want to reinstall it, run the standard installation command with this bit added at the end.\n- For example, if you have the stable Opera browser and want to reinstall it, run the sudo apt-get install opera-stable --reinstall command." None
'Is opera web browser installed?' '10 - Run sudo apt-get remove "package name" to uninstall.\nRun sudo apt-get remove "package name" to uninstall. If you want to remove an app from your computer, run this command to uninstall it, and remove the software files from your computer.\n- Alternatively, you can use the sudo apt-get purge "package name" command. This will remove all the configuration files and personal preferences of the specified app.' None
'Is font installed?' '0 - Installing GNOME' None
'Is font installed?' '1 - Enter the DejaVu font download command.\nEnter the DejaVu font download command. This font is crucial for the X Window System to work properly. Type in sudo pacman -S ttf-dejavu and press ↵ Enter.[1]\n- X\n- Research source' None
'Is font installed?' '2 - Enter your root password.\nEnter your root password. When prompted, type in your root password and press ↵ Enter.' None
'Is font installed?' '3 - Confirm the download.\nConfirm the download. Type in y and press ↵ Enter.' None
'Is font installed?' '4 - Wait for the font to finish installing.\nWait for the font to finish installing. This should only take a few minutes.' True
'Is font installed?' '5 - Enter the GNOME download command.\nEnter the GNOME download command. Type in sudo pacman -S gnome and press ↵ Enter.' None
'Is font installed?' '6 - Confirm the download.\nConfirm the download. When prompted, type in y and press ↵ Enter. GNOME will begin downloading.\n- This process can take anywhere from a couple of minutes to a couple of hours depending on your Internet speed.' None
'Is font installed?' "7 - Install an updated command line.\nInstall an updated command line. The GNOME command line doesn't work in several versions of Arch Linux, but you can install a different one to compensate. To do so:\n- Type in sudo pacman -S lxterminal and press ↵ Enter.\n- Enter your root password when prompted.\n- Type in y and press ↵ Enter." None
'Is font installed?' '8 - Enable the display manager.\nEnable the display manager. Type in sudo systemctl enable gdm.service and press ↵ Enter.' None
'Is font installed?' '9 - Enter your password when prompted.\nEnter your password when prompted. You\'ll have to enter your root password at least twice during the display manager authentication. Once you see the phrase "AUTHENTICATION COMPLETE" at the bottom of the page, you can proceed.' None
'Is font installed?' '10 - Reboot your computer.\nReboot your computer. Type in reboot and press ↵ Enter. Your computer will restart itself; once it finishes rebooting, you should be greeted with a login page where you can select your name using the mouse, enter your password, and proceed into your newly interfaced computer desktop.' None
'Is driver installed?' '0 - Steps' None
'Is driver installed?' '1 - Download the latest version of the Linux kernel.\nDownload the latest version of the Linux kernel. You can download it here.\n- ;' None
'Is driver installed?' '2 - Be sure to download the full source.\nBe sure to download the full source. You can assure this by clicking on the "F" where it says "The latest stable version is..." Otherwise, you\'ll just download the patch, which is used when your current kernel is a patch number lower. An example of this would be 3.4.4.1>>3.4.4.2' None
'Is driver installed?' '3 - Make sure you have downloaded the complete source code.\nMake sure you have downloaded the complete source code. Make sure it is not a patch or change log.' None
'Is driver installed?' '4 - Open a terminal.\nOpen a terminal.' None
'Is driver installed?' '5 - Extract the kernel.\nExtract the kernel. Use these commands.\n- tar xjvf kernel (Here -j option is for bz2 compression)' None
'Is driver installed?' '6 - Move into the directory (in the terminal) that was created.\nMove into the directory (in the terminal) that was created.' None
'Is driver installed?' '7 - Configure the kernel.\nConfigure the kernel. There are 4 common ways to do this.\n- Make old configuration -- asks you questions on what the kernel should support one by one, very time consuming.\n- Make menuconfig -- creates a menu where you can browse options on what the kernel supports. Requires curses library, but that is likely already on your computer.\n- Make qconfig/xconfig/gconfig -- same as menuconfig, except that now the configuration menu is graphics based."qconfig" Requires the QT library.\n- Use configuration of current kernel. Run this from your kernel source folder "cp /boot/config-`uname -r` .config". This saves a lot of time, but you may want to change version number of the to be compiled kernel to avoid replacing your current kernel. "General setup" --> "Local version - append to kernel release". Example if the kernel version number is 3.13.0, you can example write there 3.13.0.RC1.' None
'Is driver installed?' '8 - Install the drivers.\nInstall the drivers. Once the configuration window is opened, you will see that a specific type of configuration is already selected like support for essential drivers like Broadcom wireless support/EXT4 filesystem etc. Further, you may customize the options like adding support for your specific type of device/controller/driver like you may add support for NTFS file system from "Filesystem >> DOS/FAT/NT/ >> select NTFS file system support, thereby taking full advantage of custom kernel.\n- NOTE: While configuring the kernel, you will see a section known as kernel hacking(by hacking we mean exploring into it), where different types of options are given for hacking into kernel and learning it. If you want to use it then you may add further options, otherwise you may disable the option "kernel debugging", as it makes the kernel a lot heavier and and may be improper to use in the production environment.' True
'Is driver installed?' '9 - Compile and install the kernel.\nCompile and install the kernel. You can run needed commands in one line by separating them with double ampersands (&&) as written below. This may take a long time.\n- make && make modules_install && make install\n- You may want to use -j option with make. This allows to fork additional processes for compiling kernel, syntax would be "make -j 3". 3 here represents the number of processes to be created.' None
'Is driver installed?' '10 - Make the kernel bootable.\nMake the kernel bootable.' None
'Is driver installed?' '11 - Go to boot.\nGo to boot.' None
'Is driver installed?' '12 - Run the following command.\nRun the following command. Remember to replace <kernelverison> with the version number of the kernel you build.\n- "mkinitrd -o initrd.img-<kernelversion><kernelversion>"\n- For Redhat based distros, you need not create initrd, as it is created by default' None
'Is driver installed?' '13 - Point the boot loader at the new kernel.\nPoint the boot loader at the new kernel. So it can be started. Use the tool that came with your distro to configure your bootloader. Add a new entry for the new kernel.' None
'Is driver installed?' '14 - Reboot.\nReboot.' None
'Is driver installed?' '0 - Steps' None
'Is driver installed?' '1 - Buy an NVidia graphics card, if you do not already have one.\nBuy an NVidia graphics card, if you do not already have one.\n- ;' None
'Is driver installed?' "2 - Go to this website * http:__www.nvidia.com_object_unix.html and download the file appropriate for your computer.\nGo to this website * http://www.nvidia.com/object/unix.html and download the file appropriate for your computer.\n- if you have a computer with a processor such as a Pentium 1-4, select Linux IA32.\n- \n- \n- if you have a computer with a processor such as the AMD 64, select AMD64/EM64T.\n- WH.shared.addScrollLoadItem('fae0a78113ae5c0a11d4c5209fb7a03e')" None
'Is driver installed?' '3 - Note that once the driver is downloaded, save it to a spot on your computer you will remember.\nNote that once the driver is downloaded, save it to a spot on your computer you will remember.' None
'Is driver installed?' '4 - Kill the existing XServer before we continue.\nKill the existing XServer before we continue. Follow these steps.\n- press ctrl-alt-f1 to enter a virtual terminal. Log in as root and use the command "killall 5"\n- \n- \n- press ctrl-alt-f2 and log back in as root.\n- WH.shared.addScrollLoadItem(\'0f20d0fba7fbe734ccce9cc7df186c67\')' None
'Is driver installed?' '5 - You should now backup your X configuration in case it is corrupted.\nYou should now backup your X configuration in case it is corrupted.\n- Type cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup' None
'Is driver installed?' '6 - Now that the XServer is down we can install the driver.\nNow that the XServer is down we can install the driver.\n- in the terminal, go to the directory where you downloaded the driver.\n- \n- \n- run the command "chmod a+x *.run"\n- WH.shared.addScrollLoadItem(\'01b3515e79784f72bf29c54064469790\')\n- \n- \n- run the command "sh *.run"\n- WH.shared.addScrollLoadItem(\'78dade707d859905fe3b569423fa039d\')' None
'Is driver installed?' "7 - Note that you will now be taken into an installation screen.\nNote that you will now be taken into an installation screen. Follow the steps on the screen.\n- Remember, when it asks you if you want it to configure your XServer to say yes.\n- \n- \n- Remember, allow it to download/compile from the Internet if needed.\n- WH.shared.addScrollLoadItem('df4b82741f79943229b79c1ba1b14e13')" None
'Is driver installed?' '8 - Once the driver is installed, run the command "reboot" .\nOnce the driver is installed, run the command "reboot" . You have successfully installed the driver!' True
'Is driver installed?' '9 - If X fails to load up, press ctrl+alt+F1, log in as root and type cp _etc_X11_xorg.conf.backup _etc_X11_xorg.conf' None
'Is driver installed?' "If X fails to load up, press ctrl+alt+F1, log in as root and type cp /etc/X11/xorg.conf.backup /etc/X11/xorg.conf\n- Type /sbin/init 5\n- \n- \n- Your problem should now be solved, although your NVidia driver will not be configured.\n- WH.shared.addScrollLoadItem('8df2e1dc0a383edb2e3077d3d8a72ab5')" None
'Is package installed?' '0 - Steps' None
'Is package installed?' '1 - Getting Started.\nGetting Started. First, you need to get a tar file from the internet. For example, something like SuperTuxKart.\n- ;' None
'Is package installed?' '2 - Opening the terminal.\nOpening the terminal. Now, once the tarball is finished downloading, open your terminal, on each operating system it is slightly different. But the universal way of getting to the terminal is by pressing Ctrl+Alt+T.' None
'Is package installed?' '3 - Extracting the tarball.\nExtracting the tarball. After the terminal launches, type in this command: "cd /home/[user]/Downloads/" Then, type in: "sudo tar zvxf supertuxkart.tar.gz". Sudo is to give your command the root privileges (highest possible). Tar is the program to extract a tarball. The "v" option here is optional as it only tells the program to give verbose (on screen details of what it is doing).The "f" option should always be last, and followed by a space and then the name of the file you wish to extract.' None
'Is package installed?' "4 - Open the folder.\nOpen the folder. After the process finishes, open your file viewer of choice, and direct to the Downloads folder. There should be a new folder in there that is named after the package (In this case, SuperTuxKart) There won't be tar.gx at the end." None
'Is package installed?' '5 - Installing the package.\nInstalling the package. Open that folder, and find any .txt or readable files named install or README. You will have to read both named documents to correctly install the package. These files should include the documentation on how to use the application/commands and any necessary programs to install as well.' True
'Is package installed?' '6 - All done!\nAll done! Once you have completed all of the steps in the install and/or the README file, the application should be ready to use.' None
'Is rpm fusion repository installed?' '0 - ' None
'Is rpm fusion repository installed?' '1 - Open a terminal window.\nOpen a terminal window. There is no Steam app in the official Fedora repositories, but you can install it via a third-party repository in the command prompt.' None
'Is rpm fusion repository installed?' "2 - Type $ su -c 'dnf install https:__download1.rpmfusion.org_free_fedora_rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https:__download1.rpmfusion.org_nonfree_fedora_rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm'.\nType $ su -c 'dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm'.\n- This command will install the RPM Fusion repository. You can install Steam via this repo.\n- RPM Fusion is a reliable third-party repository for Fedora/RedHat and clone Linux versions. You can find more information at https://rpmfusion.org." True
'Is rpm fusion repository installed?' '3 - Press ↵ Enter or ⏎ Return.\nPress ↵ Enter or ⏎ Return. This will run your command, and install the repo.\n- If you\'re prompted, answer "Y" or "Yes" to install and configure the new repository.' None
'Is rpm fusion repository installed?' "4 - Type and run $ su -c 'dnf -y update'.\nType and run $ su -c 'dnf -y update'. This will refresh your system's repository list." None
'Is rpm fusion repository installed?' "5 - Type and run $ su -c 'dnf -y install steam'.\nType and run $ su -c 'dnf -y install steam'. This will install the Steam app from the RPM Fusion repository.\n- You can launch Steam on your computer when your installation is finished." None
'Is java installed?' '0 - Installing on RPM Linux' None
'Is java installed?' "1 - Open the Java for Linux download page.\nOpen the Java for Linux download page. You'll see several options listed here." None
'Is java installed?' "2 - Click Linux RPM.\nClick Linux RPM. It's in the middle of the page. Doing so will prompt the Java for RPM installation file to download.\n- You can also click the Linux RPM X64 version if you want to install 64-bit Java." None
'Is java installed?' '3 - Note the file\'s name.\nNote the file\'s name. The latest version of Java is version 8, but you also need the update version number, which is written in the file name after the "8u" section.\n- For example, your file might be named "jre-8u151", signifying that it is version 8, update 151.' None
'Is java installed?' '4 - Open the command line.\nOpen the command line. This step will vary depending on your version of Linux, but you can usually find the command line by opening the Terminal app or by clicking a bar at the top or bottom of the screen.' None
'Is java installed?' '5 - Enter the root command.\nEnter the root command. Type in sudo su and press ↵ Enter. This will prompt the command line to request your user password.[1]\n- X\n- Research source' None
'Is java installed?' "6 - Enter your account password.\nEnter your account password. Type in the password for your account and press ↵ Enter. As long as you have root access on your account, doing so will allow you to install Java.\n- If you don't have root access on your account, you'll need to enter the password for an account that does have root access." None
'Is java installed?' '7 - Change the installation directory.\nChange the installation directory. Type cd into console, press the spacebar once, and then type in the path (e.g., /usr/java/ and press ↵ Enter.' None
'Is java installed?' "8 - Enter the installation command.\nEnter the installation command. Type in rpm -ivh, press the spacebar once, type in the full file name, and press ↵ Enter. This will install Java on your computer.\n- The file name will depend on when you downloaded the file. As of October 2017, you'd type in rpm -ivh jre-8u151-linux-i586.rpm and press ↵ Enter." True
'Is java installed?' '9 - Upgrade the download.\nUpgrade the download. Type in rpm -Uvh jre-8u73-linux-i586.rpm and press ↵ Enter. This will check for updates for the Java package and, if possible, apply them.' None
'Is emac installed?' '0 - Steps' None
'Is emac installed?' '1 - Remember that Unix and Linux are case sensitive to settings and commands.\nRemember that Unix and Linux are case sensitive to settings and commands. Be precise when entering settings. The directory listing command "ls" will not work if you type "LS" or "Ls".\n- All commands will be listed in their correct case, even at the beginning of a sentence in this article.\n- "Unix" will be used to refer to Unix or Linux.\n- Prompts will not be shown in this article. It is also assumed that you need to press <Enter> after issuing a command.\n- Unix files that control setting and aliases usually start with a "."\xa0! When you wish to list these out (using the ls command), you must add " -a" after it, like this: ls -a\n- ;' None
'Is emac installed?' '2 - Learn to use emacs or vi, preferably both.\nLearn to use emacs or vi, preferably both. emacs and vi are the text editing tools used in Unix. emacs is easier to use than vi, but vi is included with all forms of Unix; emacs is not.' True
'Is emac installed?' '3 - Set Up Paths -- A "path" is the directories the computer will look in to find a command (or program) you wish to run.\nSet Up Paths -- A "path" is the directories the computer will look in to find a command (or program) you wish to run.\n- Make a copy of the .login file before you edit it. If you make a mistake, you will only need to copy back the original.\n- The path to most commands should already be set up.\n- \n- Determine which directories are in your "path". Enter this: echo $path\n- Examine your path to determine if you need to add another directory. You should see a listing after entering the above command like this (We will suppose your username is "joe"): /usr/local/bin /etc/log /home/joe The listing will probably be much longer.\n- Modify the .login file, in your home directory in order to add to your path.\n- The .login file probably already has a line saying: set path = ($path) If you want to access programs, without typing the full path, in a subdirectory of your home directory; modify the path line in the .login file to look like this:set path = ($path $HOME/bin) If the programs you wish to access are somewhere else, you will have to give the explicit pathname:set path = ($path /etc/log/monitors/)' None
'Is emac installed?' '4 - Modify the ".\nModify the ".Xdefaults" file, in order to change your default fonts and colors.\n- Make a copy of the .Xdefaults file before you modify it. The "X" is capitalized.\n- Examine the .Xdefaults file. It should look something like this: xterm*Font: courr10xterm*VisualBell: truexterm*Background: blackxterm*Foreground: cyanxterm*Geometry: 95x50-0-92xterm*ScrollBar: truexterm*ScrollLines: 200dtterm*blink Rate 0emacs*Background: blackemacs*Foreground: ghostwhiteemacs*bitmapIcon: on\n- Modify the file (with emacs or vi) to change to your preferred fonts and colors. You can modify almost any part of the X window, from the title bar to the cursor.\n- Consult a Unix or Linux book about "X" window settings. The potential fonts and colors available are too numerous too mention here.' None
'Is emac installed?' '5 - Create Aliases -- Aliases in Unix are commands that substitute for other commands.\nCreate Aliases -- Aliases in Unix are commands that substitute for other commands.\n- For instance, you are constantly typing "Ls" instead of "ls" when you are trying to list a directory. So you create an alias that makes "Ls" behave like "ls".\n- Unix administrators often arrange that all users have the command rm set up as an alias for "rm -i". This forces the user to type "y" before deleting a file!\n- Make sure that the alias you wish to set up is not already in use. Use the command "which" to verify that the command is not in use. If you see this, it is ok to proceed: which jk jk: Command not found.\n- Temporary Aliases -- if you need an alias for only a short time, create it at the command prompt. type: alias <name of the alias> \'<command you wish to substitute>\'\n- Example, you are working in a facility with 3,000 CPUs. Most of these machines only have marginal user accounts because they are rarely accessed(by regular users). You need to look at many directories (each having many files) and do not want to keep typing "ls -alth | more" (This command is a directory listing command that lists all files, in order of most recent modification and lists the size of the file in human readable form. It will halt scrolling when the page is filled until you press the space key.)You type: alias l \'ls -alth | more\'Now, you only have to type "l" to issue the command.\n- Permanent aliases\n- Check to see if an .aliases file already exists in your home directory.\n- If the .aliases file already exists, make a copy of it before you begin.\n- Create or Modify the .aliases file using emacs or vi. Use the same syntax as when you made a temporary alias: alias <name of your alias> \'<command you wish to substitute>\'\n- Here is an example from an .aliases file:alias l \'ll -alht | more\'alias clock \'xclock -fg red -hd green -bg black &\'alias giant \'xterm -bg black -fg cyan -fn courr24 -sb -sl 500 -n `hostname` & \'alias tiny \'xterm -bg black -fg cyan -sb -sl 500 -fn courr08 -n `hostname` &\'\n- If you wish to use your permanent aliases without logging back in do this:source .aliasesYour aliases will be available in that window ONLY (unless you repeat the command in the other windows) during the current session. Any new windows that read the file will have the aliases automatically available.' None
'Is vi installed?' '0 - Steps' None
'Is vi installed?' '1 - Remember that Unix and Linux are case sensitive to settings and commands.\nRemember that Unix and Linux are case sensitive to settings and commands. Be precise when entering settings. The directory listing command "ls" will not work if you type "LS" or "Ls".\n- All commands will be listed in their correct case, even at the beginning of a sentence in this article.\n- "Unix" will be used to refer to Unix or Linux.\n- Prompts will not be shown in this article. It is also assumed that you need to press <Enter> after issuing a command.\n- Unix files that control setting and aliases usually start with a "."\xa0! When you wish to list these out (using the ls command), you must add " -a" after it, like this: ls -a\n- ;' None
'Is vi installed?' '2 - Learn to use emacs or vi, preferably both.\nLearn to use emacs or vi, preferably both. emacs and vi are the text editing tools used in Unix. emacs is easier to use than vi, but vi is included with all forms of Unix; emacs is not.' True
'Is vi installed?' '3 - Set Up Paths -- A "path" is the directories the computer will look in to find a command (or program) you wish to run.\nSet Up Paths -- A "path" is the directories the computer will look in to find a command (or program) you wish to run.\n- Make a copy of the .login file before you edit it. If you make a mistake, you will only need to copy back the original.\n- The path to most commands should already be set up.\n- \n- Determine which directories are in your "path". Enter this: echo $path\n- Examine your path to determine if you need to add another directory. You should see a listing after entering the above command like this (We will suppose your username is "joe"): /usr/local/bin /etc/log /home/joe The listing will probably be much longer.\n- Modify the .login file, in your home directory in order to add to your path.\n- The .login file probably already has a line saying: set path = ($path) If you want to access programs, without typing the full path, in a subdirectory of your home directory; modify the path line in the .login file to look like this:set path = ($path $HOME/bin) If the programs you wish to access are somewhere else, you will have to give the explicit pathname:set path = ($path /etc/log/monitors/)' None
'Is vi installed?' '4 - Modify the ".\nModify the ".Xdefaults" file, in order to change your default fonts and colors.\n- Make a copy of the .Xdefaults file before you modify it. The "X" is capitalized.\n- Examine the .Xdefaults file. It should look something like this: xterm*Font: courr10xterm*VisualBell: truexterm*Background: blackxterm*Foreground: cyanxterm*Geometry: 95x50-0-92xterm*ScrollBar: truexterm*ScrollLines: 200dtterm*blink Rate 0emacs*Background: blackemacs*Foreground: ghostwhiteemacs*bitmapIcon: on\n- Modify the file (with emacs or vi) to change to your preferred fonts and colors. You can modify almost any part of the X window, from the title bar to the cursor.\n- Consult a Unix or Linux book about "X" window settings. The potential fonts and colors available are too numerous too mention here.' None
'Is vi installed?' '5 - Create Aliases -- Aliases in Unix are commands that substitute for other commands.\nCreate Aliases -- Aliases in Unix are commands that substitute for other commands.\n- For instance, you are constantly typing "Ls" instead of "ls" when you are trying to list a directory. So you create an alias that makes "Ls" behave like "ls".\n- Unix administrators often arrange that all users have the command rm set up as an alias for "rm -i". This forces the user to type "y" before deleting a file!\n- Make sure that the alias you wish to set up is not already in use. Use the command "which" to verify that the command is not in use. If you see this, it is ok to proceed: which jk jk: Command not found.\n- Temporary Aliases -- if you need an alias for only a short time, create it at the command prompt. type: alias <name of the alias> \'<command you wish to substitute>\'\n- Example, you are working in a facility with 3,000 CPUs. Most of these machines only have marginal user accounts because they are rarely accessed(by regular users). You need to look at many directories (each having many files) and do not want to keep typing "ls -alth | more" (This command is a directory listing command that lists all files, in order of most recent modification and lists the size of the file in human readable form. It will halt scrolling when the page is filled until you press the space key.)You type: alias l \'ls -alth | more\'Now, you only have to type "l" to issue the command.\n- Permanent aliases\n- Check to see if an .aliases file already exists in your home directory.\n- If the .aliases file already exists, make a copy of it before you begin.\n- Create or Modify the .aliases file using emacs or vi. Use the same syntax as when you made a temporary alias: alias <name of your alias> \'<command you wish to substitute>\'\n- Here is an example from an .aliases file:alias l \'ll -alht | more\'alias clock \'xclock -fg red -hd green -bg black &\'alias giant \'xterm -bg black -fg cyan -fn courr24 -sb -sl 500 -n `hostname` & \'alias tiny \'xterm -bg black -fg cyan -sb -sl 500 -fn courr08 -n `hostname` &\'\n- If you wish to use your permanent aliases without logging back in do this:source .aliasesYour aliases will be available in that window ONLY (unless you repeat the command in the other windows) during the current session. Any new windows that read the file will have the aliases automatically available.' None
'Is thunderbird installed?' '0 - Using the Thunderbird Mail Client' None
'Is thunderbird installed?' "1 - Install Thunderbird.\nInstall Thunderbird. Most desktop versions of Linux, including Debian and Ubuntu, come with Thunderbird as the default mail client. It's still a good idea to make sure you have the latest package. Follow these steps to get the latest version:[1]\n- X\n- Research source\n- \n- \n- Press Ctrl+Alt+T to open a terminal window.\n- Type sudo apt-get update and press ↵ Enter.\n- Enter your root password when prompted.\n- Type sudo apt-get install thunderbird and press ↵ Enter.\n- Follow any on-screen instructions.\n- ;" True
'Is thunderbird installed?' '2 - Type thunderbird at the prompt and press ↵ Enter.\nType thunderbird at the prompt and press ↵ Enter. This opens Thunderbird to a welcome screen.\n- If you see an envelope icon on your desktop, you can usually click that to open Thunderbird as well.' None
'Is thunderbird installed?' "3 - Enter your email information and click Continue.\nEnter your email information and click Continue. You'll have to provide your name, email address, and email password. Thunderbird will then check its database to see if it can automatically locate the correct server settings for your email provider." None
'Is thunderbird installed?' "4 - Review the suggested email settings and enter your own if necessary.\nReview the suggested email settings and enter your own if necessary. If you're using a popular email service like Gmail, Thunderbird will usually display the correct settings. If not, click the Manual config button and enter the settings manually." None
'Is thunderbird installed?' "5 - Click Done.\nClick Done. It's at the bottom-right corner of the window. This saves your mail settings." None
'Is thunderbird installed?' '6 - Follow the on-screen instructions to complete the setup.\nFollow the on-screen instructions to complete the setup. Depending on your mail provider, you may be asked to sign in.[2]\n- X\n- Research source' None
'Is thunderbird installed?' '7 - Click the Write button to compose a new message.\nClick the Write button to compose a new message. This opens a blank email message.' None
'Is thunderbird installed?' '8 - Write your message and click Send.\nWrite your message and click Send. Your message will be sent to the recipient.' None
'Is chrome installed?' '0 - Using Web-Based Email' None
'Is chrome installed?' "1 - Open your web browser.\nOpen your web browser. As long as you have internet access and a web browser, you can use any number of free web-based email services to send and receive email on Linux. Depending on your distribution, you should have a web browser already installed. If you don't see Firefox, Chrome, Konqueror, GNOME Web, or another browser on the system, you can follow these steps to install Chrome now:[3]\n- X\n- Research source\n- \n- \n- Press Ctrl+Alt+T to open a terminal window.\n- Type wget https: / /dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb and press ↵ Enter.\n- Type sudo dpkg -i google-chrome-stable_current_amd64.deb and press ↵ Enter.\n- Enter your root password and press ↵ Enter.\n- Once Chrome is installed, type google-chrome at the prompt and press ↵ Enter to launch it." True
'Is chrome installed?' '2 - Visit the website of any web-based email service.\nVisit the website of any web-based email service. Some popular free options are Gmail, Outlook.com, and Yahoo Mail.' None
'Is chrome installed?' "3 - Sign in or create an account.\nSign in or create an account. You can create a brand new account or use an existing one, it's up to you. Once you're logged in or signed up, you'll be brought to your inbox." None
'Is chrome installed?' "4 - Click the Compose or New Message button.\nClick the Compose or New Message button. The name and location of this button varies, but it'll usually have an icon of a pencil, sheet of paper, or a plus (+) symbol." None
'Is chrome installed?' '5 - Enter the recipient\'s email address into the "To" field.\nEnter the recipient\'s email address into the "To" field. This is the email address of the person you\'re sending a message to.' None
'Is chrome installed?' '6 - Type a message subject.\nType a message subject. The "Subject" field is optional but recommended. Messages with blank subjects are sometimes routed to peoples\' spam folders.' None
'Is chrome installed?' '7 - Type the message.\nType the message. The message should be typed into the largest part of the new message window.' None
'Is chrome installed?' "8 - Click the Send button.\nClick the Send button. The name and location of this button varies, but you'll usually see a paper airplane icon on or near it. This sends the message to the recipient." None
'Is jdk installed?' '0 - Using Ubuntu or Linux Mint' None
'Is jdk installed?' "1 - Press Ctrl+Alt+T to open a new terminal window.\nPress Ctrl+Alt+T to open a new terminal window. If you're already at the command prompt, just skip to the next step.\n- ;" None
'Is jdk installed?' '2 - Type sudo add-apt-repository ppa:linuxuprising_java and press ↵ Enter.\nType sudo add-apt-repository ppa:linuxuprising/java and press ↵ Enter. This adds the Linux Uprising repository.[1]\n- X\n- Research source' None
'Is jdk installed?' '3 - Type sudo apt update and press ↵ Enter.\nType sudo apt update and press ↵ Enter. Now that the repository is ready, you can use it to install JDK.' None
'Is jdk installed?' '4 - Type sudo apt install oracle-java12-installer and press ↵ Enter.\nType sudo apt install oracle-java12-installer and press ↵ Enter. JDK is now installed.' True
'Is jdk installed?' '5 - Type sudo apt install oracle-java12-set-default and press ↵ Enter.\nType sudo apt install oracle-java12-set-default and press ↵ Enter. This sets Java 12 as the default Java version.\n- To double-check the default version, type java --version at the command prompt and press ↵ Enter.' None
'Is jdk installed?' '0 - Using Debian' None
'Is jdk installed?' "1 - Press Ctrl+Alt+T to open a new terminal window.\nPress Ctrl+Alt+T to open a new terminal window. If you're already at the command prompt, just skip to the next step." None
'Is jdk installed?' '2 - Type su - and press ↵ Enter.\nType su - and press ↵ Enter.' None
'Is jdk installed?' '3 - Add the Linux Uprising repository.\nAdd the Linux Uprising repository. Here\'s how:\n- Type echo "deb http://ppa.launchpad.net/linuxuprising/java/ubuntu bionic main" and press ↵ Enter.\n- Type apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 73C3DB2A and press ↵ Enter.' None
'Is jdk installed?' '4 - Type apt-get update and press ↵ Enter.\nType apt-get update and press ↵ Enter.' None
'Is jdk installed?' '5 - Type apt-get install oracle-java12-installer and press ↵ Enter.\nType apt-get install oracle-java12-installer and press ↵ Enter.' None
'Is jdk installed?' '6 - Type exit and press ↵ Enter.\nType exit and press ↵ Enter. JDK is now installed.' True
'Is jdk installed?' '7 - Type sudo apt install oracle-java12-set-default and press ↵ Enter.\nType sudo apt install oracle-java12-set-default and press ↵ Enter. This sets Java 12 as the default Java version.\n- To double-check the default version, type java --version at the command prompt and press ↵ Enter.' None
'Is l gnupg installed?' '0 - Encrypting a File' None
'Is l gnupg installed?' '1 - Install GnuPG first.\nInstall GnuPG first. Open the terminal and enter the command sudo apt install gnupg. The installation process will start.\n- ;' True
'Is l gnupg installed?' '2 - Navigate to the folder where you store the file that you are going to encrypt.\nNavigate to the folder where you store the file that you are going to encrypt. Right-click and choose Open Terminal from the menu.' None
'Is l gnupg installed?' '3 - Enter the the command gpg -c file1.txt, and press ↵ Enter.\nEnter the the command gpg -c file1.txt, and press ↵ Enter. Replace "file1.txt" with the name of the file you want to encrypt.' None
'Is l gnupg installed?' "4 - Enter the passphrase.\nEnter the passphrase. You can choose any suitable passphrase you want; it will as you to re-enter the phrase for the confirmation. Don't forget the phrase!" None
'Is l gnupg installed?' '5 - Remove the original file by typing the command rm file1.txt.\nRemove the original file by typing the command rm file1.txt. Replace "file1.txt" with the right file name. Your encrypted file will be created with the extension ".gpg" in the same directory.' None
'Is l gnupg installed?' '6 - Reload the agent.\nReload the agent. Sometimes GnuPG will cache your passphrase, meaning anyone can decrypt the file without the passphrase. To avoid this, use the command gpg-connect-agent reloadagent /bye.' None
'Is exe file installed?' '0 - Installing a Program' None
'Is exe file installed?' "1 - Open your Downloads folder.\nOpen your Downloads folder. You'll find this in your Home folder, though you may also be able to open the Downloads folder from within the Applications menu." None
'Is exe file installed?' '2 - Find the downloaded EXE file.\nFind the downloaded EXE file. Scroll through the Downloads folder until you find the EXE file for the program that you want to install.' None
'Is exe file installed?' '3 - Right-click the file.\nRight-click the file. Doing so will prompt a drop-down menu.' None
'Is exe file installed?' "4 - Click Open With Wine Windows Program Loader.\nClick Open With Wine Windows Program Loader. It's at the top of the drop-down menu. This will open an installation window." None
'Is exe file installed?' "5 - Click Install.\nClick Install. It's at the bottom of the installation window. The program will begin installing onto your computer.\n- Some programs may require additional input before they can be installed.\n- You can also change the location in which your program is installed by clicking ⋯ on the right side of the window and then selecting a different folder on your computer." True
'Is exe file installed?' '6 - Click Close when prompted.\nClick Close when prompted. This option will become available when the program is finished installing.' None
'Is exe file installed?' '7 - Run your program.\nRun your program. You can run your newly installed program from within the Applications section, which is usually inside of the Menu.' None
'Is fluxbox installed?' '0 - Steps' None
'Is fluxbox installed?' '1 - Install Fluxbox.\nInstall Fluxbox. In the terminal either type apt-get install fluxbox (Ubuntu or other Debian based systems) or yum install fluxbox (Red Hat) or urpmi fluxbox (Mandriva).\n- ;' True
'Is fluxbox installed?' '2 - Load Fluxbox from the options or sessions on the login screen.\nLoad Fluxbox from the options or sessions on the login screen.\n- Or go to your home folder and edit .xinitrc adding "exec startfluxbox" then logout and login again.' None
'Is fluxbox installed?' '3 - Right click anywhere on the desktop to bring up the menu.\nRight click anywhere on the desktop to bring up the menu.' None
'Is fluxbox installed?' '4 - Fluxbox uses a taskbar to store opened applications.\nFluxbox uses a taskbar to store opened applications. It is sometimes referred to as the "Slit", but this is wrong.' None
'Is fluxbox installed?' '5 - Fluxbox is a tabbed window manager so you can store multiple windows in one window with tabs.\nFluxbox is a tabbed window manager so you can store multiple windows in one window with tabs. Use the middle mouse button to drag Window title bars onto one another (and off on another to separate them again.' None
'Is fluxbox installed?' '6 - Go to your home folder and into the .fluxbox folder.\nGo to your home folder and into the .fluxbox folder.' None
'Is fluxbox installed?' '7 - To add items to the menu add lines to menu such as exec firefox.\nTo add items to the menu add lines to menu such as exec firefox.' None
'Is fluxbox installed?' '8 - Change your wallpaper in the fluxbox startup settings (and refresh your screen to see it immediately without restarting X).\nChange your wallpaper in the fluxbox startup settings (and refresh your screen to see it immediately without restarting X).' None
'Is fluxbox installed?' '9 - More settings can be changed in the Fluxbox configuration menu and styles can be set in the Styles menu.\nMore settings can be changed in the Fluxbox configuration menu and styles can be set in the Styles menu.' None
'Is fluxbox installed?' '10 - If you want icons on your desktop Fluxbox does not support them so install FBDesk (settings in home directory and .fluxbox_fbdesk), iDesk or ROX.\nIf you want icons on your desktop Fluxbox does not support them so install FBDesk (settings in home directory and .fluxbox/fbdesk), iDesk or ROX.' None
'Is cygwin installed?' '0 - Using Cygwin for Windows' None
'Is cygwin installed?' '1 - Go to https:__cygwin.com_install.html.\nGo to https://cygwin.com/install.html. Cygwin is a free Windows tool that allows you to use the GCC C compiler from a Unix command line.\n- ;' None
'Is cygwin installed?' "2 - Click the setup-x86.exe file for your Windows version.\nClick the setup-x86.exe file for your Windows version. If you're using the 64-bit version of Windows, download setup-x86_64.exe. If you have the 32-bit version, download setup-x86.exe." None
'Is cygwin installed?' '3 - Run the installer.\nRun the installer. Double-click the downloaded file to open the setup wizard. Downloaded files usually save to the Downloads folder.\n- If prompted to give permission for the installer to run, click Yes.' None
'Is cygwin installed?' '4 - Click Next on the first screen.\nClick Next on the first screen.' None
'Is cygwin installed?' '5 - Select Install from Internet and click Next.\nSelect Install from Internet and click Next.' None
'Is cygwin installed?' '6 - Choose where to install the app and click Next.\nChoose where to install the app and click Next.' None
'Is cygwin installed?' '7 - Select local package directory and click Next.\nSelect local package directory and click Next. This is where packages you download will be saved.' None
'Is cygwin installed?' '8 - Choose your internet settings and click Next.\nChoose your internet settings and click Next. The installer will connect to the internet and then display a list of download sites.' None
'Is cygwin installed?' "9 - Select a download site and click Next.\nSelect a download site and click Next. These sites all host the same files. This downloads the installation files to your computer.\n- If there's a problem with one site, try another on the list." None
'Is cygwin installed?' '10 - Select packages to install.\nSelect packages to install. Follow these steps to ensure the C compiler is installed:\n- Click the + next to "Devel" to expand the options.\n- Scroll down and click the down-arrow next to gcc core.\n- Click the most recent (highest) version number.' None
'Is cygwin installed?' "11 - Click Next.\nClick Next. It's at the bottom-right corner. A confirmation message will appear." None
'Is cygwin installed?' '12 - Click Next to start the installation.\nClick Next to start the installation. Cygwin will now download all selected tools and install them on your computer. Follow the on-screen instructions to complete the installation.' None
'Is cygwin installed?' "13 - Open Cygwin.\nOpen Cygwin. It'll be in the Start menu (called either Cygwin64 or Cygwin32, depending on your version)." True
'Is cygwin installed?' '14 - Use the cd command to navigate to the location of your C code.\nUse the cd command to navigate to the location of your C code. You\'re looking for the file you coded with ".c" at the end. For example, if your code is located in your Documents folder, you would type cd c:\\Users\\(yourusername)\\Documents and press ↵ Enter.[1]\n- X\n- Research source\n- \n- A quick way to find the full path to your file: Press ⊞ Win+E to open the File Explorer, go to the folder that contains your file, click the file once to select it, then click Copy Path at the top of the screen. Now you can right-click the Cygwin command line and select Paste.' None
'Is cygwin installed?' '15 - Type gcc yourcode.c –o yourcode.exe and press ↵ Enter.\nType gcc yourcode.c –o yourcode.exe and press ↵ Enter. Replace "yourcode.c" with the name of the file, and "yourcode.exe" with the name of your program.[2]\n- X\n- Research source\n- \n- Your code is now compiled.' None
'Is xcode installed?' '0 - Using Xcode for macOS' None
'Is xcode installed?' '1 - Install Xcode on your Mac.\nInstall Xcode on your Mac.[4]\n- X\n- Research source\n- \n- \n- Mavericks (10.9) and later: Open the App Store and search for xcode. Click GET to install, and follow any on-screen instructions.\n- Lion and Mountain Lion (10.7 and 10.8): Follow the instructions for Mavericks and later. Once installed, open the app (it\'s in the Applications folder), click the File menu and then Preferences. Click the Downloads tab, then click Install next to "Command Line Tools."' True
'Is xcode installed?' "2 - Open Xcode.\nOpen Xcode. Now that it's installed, you'll find it in the Applications folder." None
'Is xcode installed?' '3 - Click the File and select Open.\nClick the File and select Open.' None
'Is xcode installed?' '4 - Select your code file and click Open.\nSelect your code file and click Open. The contents of your code will appear.[5]\n- X\n- Research source' None
'Is xcode installed?' "5 - Click the Product menu.\nClick the Product menu. It's at the top of the screen." None
'Is xcode installed?' "6 - Click Archive.\nClick Archive. This compiles and links your C code. When it's ready to be exported, a window containing options will appear." None
'Is xcode installed?' '7 - Select Export as an Xcode Archive and click Next.\nSelect Export as an Xcode Archive and click Next. Xcode will create a new folder (inside the folder where your code is saved) and place the executable file inside.' None
'Is enlightenment installed?' '0 - Steps' None
'Is enlightenment installed?' '1 - Install it.\nInstall it.\n- ;' None
'Is enlightenment installed?' '2 - Entrance.\nEntrance. You may encounter Entrance the login manager for Enlightenment.' True
'Is enlightenment installed?' "3 - On first start, the menus will be generated, be patient until a window pops up at the top left saying they are complete, then click OK.\nOn first start, the menus will be generated, be patient until a window pops up at the top left saying they are complete, then click OK. You can click on User Documentation in the opened window at this point, or click Next through the whole guided tour.\n- \n- User menu. Left-clicking on the desktop will bring up the menu. Sub-menus are brought up by moving the mouse pointer over them, holding the left-mouse button will open sub-menus and launch the application selected when the mouse button is released.\n- \n- \n- \n- Settings menu. Right-clicking on the desktop (or holding down the Win key and left-clicking) will bring up settings.\n- WH.shared.addScrollLoadItem('7229475d1ccf262308a5520ad3f70b57')\n- \n- \n- Just leaving your mouse pointer on the desktop will bring up tips.\n- The Pager. The box at the bottom-left of your screen is called the Pager and includes your four virtual (or more accurately multiple) desktops (also accessible as a list by holding down the Ctrl key and clicking the middle mouse button).\n- The icon box. The box at the bottom-right of your screen is called the Iconbox and is your taskbar (also accessible as a list by holding down the Alt key and clicking the middle mouse button). When you minimize (or Iconify an application, it goes here.\n- Holding down Ctrl and left-clicking (or just middle-clicking) brings up the root Enlightenment menu (where the main menu and settings menu can both be accessed." None
'Is enlightenment installed?' '4 - To change the wallpaper, put it in a _~_.enlightenment_backgrounds directory (within your home directory) then restart Enlightenment (Ctrl+Alt+End).\nTo change the wallpaper, put it in a /~/.enlightenment/backgrounds directory (within your home directory) then restart Enlightenment (Ctrl+Alt+End). Then go to the Settings menu, then Desktop Background Settings.' None
'Is enlightenment installed?' '5 - The drag bar is found at the top of your screen and manages the order of virtual desktops.\nThe drag bar is found at the top of your screen and manages the order of virtual desktops. Switching between these virtual desktops appears to slide between them.\n- Middle-mouse-button-click on the dragbar to bring up the task list.\n- Right-click on the dragbar to bring up the task list sorted by virtual desktop.' None
'Is enlightenment installed?' '6 - On your active window, double-click the title bar to shade_unshade the window.\nOn your active window, double-click the title bar to shade/unshade the window.' None
'Is enlightenment installed?' '7 - "Throw" the mouse pointer rapidly to the edge of the screen to switch desktop.\n"Throw" the mouse pointer rapidly to the edge of the screen to switch desktop.' None
'Is enlightenment installed?' '8 - Install a launcher such as iBar if you wish.\nInstall a launcher such as iBar if you wish.' None
'Is enlightenment installed?' '9 - Widgets.\nWidgets. "Epplets" are small programs which can display widgets (also known as widgets, gadgets or modules) on your desktop such as a clock, battery power, calendar, CPU usage, hard disk usage, network connections and traffic.' None
'Is enlightenment installed?' '10 - Themes.\nThemes. Customize the desktop by downloading new themes. Put it in a /~/.enlightenment/themes directory (within your home directory) then restart Enlightenment (Ctrl+Alt+End). Then go to the Enlightenment root menu, then Themes.' None
'Is ibar installed?' '0 - Steps' None
'Is ibar installed?' '1 - Install it.\nInstall it.\n- ;' None
'Is ibar installed?' '2 - Entrance.\nEntrance. You may encounter Entrance the login manager for Enlightenment.' None
'Is ibar installed?' "3 - On first start, the menus will be generated, be patient until a window pops up at the top left saying they are complete, then click OK.\nOn first start, the menus will be generated, be patient until a window pops up at the top left saying they are complete, then click OK. You can click on User Documentation in the opened window at this point, or click Next through the whole guided tour.\n- \n- User menu. Left-clicking on the desktop will bring up the menu. Sub-menus are brought up by moving the mouse pointer over them, holding the left-mouse button will open sub-menus and launch the application selected when the mouse button is released.\n- \n- \n- \n- Settings menu. Right-clicking on the desktop (or holding down the Win key and left-clicking) will bring up settings.\n- WH.shared.addScrollLoadItem('7229475d1ccf262308a5520ad3f70b57')\n- \n- \n- Just leaving your mouse pointer on the desktop will bring up tips.\n- The Pager. The box at the bottom-left of your screen is called the Pager and includes your four virtual (or more accurately multiple) desktops (also accessible as a list by holding down the Ctrl key and clicking the middle mouse button).\n- The icon box. The box at the bottom-right of your screen is called the Iconbox and is your taskbar (also accessible as a list by holding down the Alt key and clicking the middle mouse button). When you minimize (or Iconify an application, it goes here.\n- Holding down Ctrl and left-clicking (or just middle-clicking) brings up the root Enlightenment menu (where the main menu and settings menu can both be accessed." None
'Is ibar installed?' '4 - To change the wallpaper, put it in a _~_.enlightenment_backgrounds directory (within your home directory) then restart Enlightenment (Ctrl+Alt+End).\nTo change the wallpaper, put it in a /~/.enlightenment/backgrounds directory (within your home directory) then restart Enlightenment (Ctrl+Alt+End). Then go to the Settings menu, then Desktop Background Settings.' None
'Is ibar installed?' '5 - The drag bar is found at the top of your screen and manages the order of virtual desktops.\nThe drag bar is found at the top of your screen and manages the order of virtual desktops. Switching between these virtual desktops appears to slide between them.\n- Middle-mouse-button-click on the dragbar to bring up the task list.\n- Right-click on the dragbar to bring up the task list sorted by virtual desktop.' None
'Is ibar installed?' '6 - On your active window, double-click the title bar to shade_unshade the window.\nOn your active window, double-click the title bar to shade/unshade the window.' None
'Is ibar installed?' '7 - "Throw" the mouse pointer rapidly to the edge of the screen to switch desktop.\n"Throw" the mouse pointer rapidly to the edge of the screen to switch desktop.' None
'Is ibar installed?' '8 - Install a launcher such as iBar if you wish.\nInstall a launcher such as iBar if you wish.' True
'Is ibar installed?' '9 - Widgets.\nWidgets. "Epplets" are small programs which can display widgets (also known as widgets, gadgets or modules) on your desktop such as a clock, battery power, calendar, CPU usage, hard disk usage, network connections and traffic.' None
'Is ibar installed?' '10 - Themes.\nThemes. Customize the desktop by downloading new themes. Put it in a /~/.enlightenment/themes directory (within your home directory) then restart Enlightenment (Ctrl+Alt+End). Then go to the Enlightenment root menu, then Themes.' None
"Is computer 's web browser installed?" '0 - Installing XAMPP' None
"Is computer 's web browser installed?" "1 - Open the XAMPP download page.\nOpen the XAMPP download page. Go to https://www.apachefriends.org/index.html in your computer's web browser. This is the official download site for XAMPP.\n- ;" True
"Is computer 's web browser installed?" '2 - Click XAMPP for Linux.\nClick XAMPP for Linux. It\'s in the middle of the page. This will prompt the XAMPP setup file to begin downloading onto your computer.\n- You may have to click Save File or select the "Downloads" folder as your save location before proceeding.' None
"Is computer 's web browser installed?" "3 - Allow the download to complete.\nAllow the download to complete. Once XAMPP's installation file finishes downloading onto your computer, you can proceed." None
"Is computer 's web browser installed?" '4 - Open Terminal.\nOpen Terminal. Click the Terminal app icon, which resembles a black box with a white ">_" inside of it.\n- You can also just press Alt+Ctrl+T to open a new Terminal window.' None
"Is computer 's web browser installed?" '5 - Change over to the "Downloads" directory.\nChange over to the "Downloads" directory. Type in cd Downloads and press ↵ Enter.\n- Make sure you capitalize "Downloads".\n- If your default downloads location is in a different folder, you\'ll have to change the directory to that folder.' None
"Is computer 's web browser installed?" '6 - Make the downloaded file executable.\nMake the downloaded file executable. Type in chmod +x xampp-linux-x64-7.2.9-0-installer.run\ufeff and press ↵ Enter.[1]\n- X\n- Research source\n- \n- If you download a different version of XAMPP (e.g., version 5.9.3), you\'ll replace "7.2.9" with your XAMPP version\'s number.' None
"Is computer 's web browser installed?" '7 - Enter the installation command.\nEnter the installation command. Type in sudo ./xampp-linux-x64-7.2.9-0-installer.run\ufeff and press ↵ Enter.' None
"Is computer 's web browser installed?" "8 - Enter your password when prompted.\nEnter your password when prompted. Type in the password you use to log into your computer, then press ↵ Enter. The installation window will pop up.\n- You won't see the characters appear in Terminal when you type." None
"Is computer 's web browser installed?" '9 - Follow the installation prompts.\nFollow the installation prompts. Once the installation window appears, do the following:\n- Click Next three times.\n- Uncheck the "Learn more about Bitnami for XAMPP" box.\n- Click Next, then click Next again to begin installing XAMPP.' None
"Is computer 's web browser installed?" '10 - Uncheck the "Launch XAMPP" box.\nUncheck the "Launch XAMPP" box. It\'s in the middle of the final installation window.\n- Since XAMPP needs a few extra steps to actually run on Linux, you\'ll need to finish the installation without automatically running XAMPP.' None
"Is computer 's web browser installed?" "11 - Click Finish.\nClick Finish. This option is at the bottom of the window. Doing so will close the installation window. At this point, you're ready to run XAMPP." None
'Is xampp installed?' '0 - Running XAMPP' None
'Is xampp installed?' "1 - Re-open Terminal if necessary.\nRe-open Terminal if necessary. If you closed the Terminal window that you used to install XAMPP, re-open Terminal.\n- XAMPP doesn't have any desktop files, so you'll need to launch it from within its installation directory via Terminal each time you want to run it." True
'Is xampp installed?' '2 - Switch to the XAMPP installation directory.\nSwitch to the XAMPP installation directory. Type in cd /opt/lampp and press ↵ Enter.[2]\n- X\n- Research source' None
'Is xampp installed?' '3 - Enter the "Open" command.\nEnter the "Open" command. Type in sudo ./manager-linux-x64.run\ufeff and press ↵ Enter.' None
'Is xampp installed?' '4 - Enter your password when prompted.\nEnter your password when prompted. Type in the password you usually use to log into your computer, then press ↵ Enter.' None
'Is xampp installed?' '5 - Click the Manage Servers tab.\nClick the Manage Servers tab. This option is at the top of the window.' None
'Is xampp installed?' "6 - Click Start All.\nClick Start All. It's at the bottom of the window. Doing so prompts any active components of XAMPP to begin running." None
'Is xampp installed?' "7 - Open your computer's localhost page.\nOpen your computer's localhost page. Go to 127.0.0.1 in your computer's web browser. You should see the XAMPP dashboard here; at this point, you're able to begin using XAMPP as you please." None
'Is shimo_4.1.2_8433.zip installed?' '0 - Using Shimo on macOS Sierra' None
'Is shimo_4.1.2_8433.zip installed?' '1 - Open a web browser.\nOpen a web browser. If you must connect to a PPTP VPN on macOS Sierra, you’ll need a VPN app that still supports the protocol. Shimo is one app that is highly recommended across the internet.[5]\n- X\n- Research source\n- \n- \n- Shimo is not free, but it does have a fully-functional 30 day free trial.\n- Apple recommends no one use PPTP due to security vulnerabilities.[6]\n- X\n- Research source' None
'Is shimo_4.1.2_8433.zip installed?' '2 - Navigate to https:__www.shimovpn.com_download.\nNavigate to https://www.shimovpn.com/download. A pop-up will appear.[7]\n- X\n- Research source' None
'Is shimo_4.1.2_8433.zip installed?' '3 - Follow the prompts to download Shimo.\nFollow the prompts to download Shimo. The app will download.' None
'Is shimo_4.1.2_8433.zip installed?' '4 - Open the Downloads folder.\nOpen the Downloads folder.' None
'Is shimo_4.1.2_8433.zip installed?' '5 - Double-click the downloaded file.\nDouble-click the downloaded file. It will be called something like Shimo_4.1.2_8433.zip.' True
'Is shimo_4.1.2_8433.zip installed?' '6 - Double-click Shimo.\nDouble-click Shimo.' None
'Is shimo_4.1.2_8433.zip installed?' '7 - Click Open.\nClick Open. You may see this button on a pop-up window that asks you to confirm you want to run the program. If you don’t see it, just skip to the next step.' None
'Is shimo_4.1.2_8433.zip installed?' '8 - Click Move to Applications Folder.\nClick Move to Applications Folder. You should see a new icon appear in your menu bar. It’s the outline of a square with rounded edges at its top. This is the Shimo icon.[8]\n- X\n- Research source' None
'Is shimo_4.1.2_8433.zip installed?' '9 - Click the Shimo icon.\nClick the Shimo icon. A menu will appear.' None
'Is shimo_4.1.2_8433.zip installed?' '10 - Select “Preferences.\nSelect “Preferences.”' None
'Is shimo_4.1.2_8433.zip installed?' '11 - Click the “Accounts” icon.\nClick the “Accounts” icon. It’s the blue icon at the top left corner of the Preferences panel.[9]\n- X\n- Research source' None
'Is shimo_4.1.2_8433.zip installed?' '12 - Click + below the left panel.\nClick + below the left panel.' None
'Is shimo_4.1.2_8433.zip installed?' '13 - Select your VPN account type.\nSelect your VPN account type.\n- If you’re using this method, it’s likely because you’re required to use PPTP on macOS Sierra. If this is the case, select “PPTP/L2TP.”\n- If you’re not sure, check the documentation for your VPN provider.' None
'Is shimo_4.1.2_8433.zip installed?' '14 - Click Create.\nClick Create.' None
'Is shimo_4.1.2_8433.zip installed?' '15 - Enter your VPN connection information.\nEnter your VPN connection information. This information is also supplied by your VPN provider.[10]\n- X\n- Research source\n- \n- \n- The hostname or IP address of the VPN server goes into the “Remote Host” box.\n- The username and password you enter are the ones you use for the VPN server, not the one you use to log into macOS.' None
'Is shimo_4.1.2_8433.zip installed?' '16 - Click Create.\nClick Create. The connection is now saved.' None
'Is shimo_4.1.2_8433.zip installed?' '17 - Click the Shimo icon.\nClick the Shimo icon. Remember, it’s in the menu bar.' None
'Is shimo_4.1.2_8433.zip installed?' '18 - Select your VPN.\nSelect your VPN. Shimo will now connect your computer to the VPN.' None
'Is winrar installed?' '0 - Using WinRAR for Windows' None
'Is winrar installed?' "1 - Install WinRAR on your PC.\nInstall WinRAR on your PC. If you don't already have this free archive tool, see Use WinRAR to learn how to get it.\n- ;" True
'Is winrar installed?' '2 - Press ⊞ Win+E.\nPress ⊞ Win+E. This opens the File Explorer.' None
'Is winrar installed?' '3 - Browse to the folder with the files you want to zip.\nBrowse to the folder with the files you want to zip.' None
'Is winrar installed?' '4 - Select the file(s) and_or folder(s) you want to zip.\nSelect the file(s) and/or folder(s) you want to zip. To select more than one file and/or folder at a time, hold Ctrl as you click each file or folder name.' None
'Is winrar installed?' '5 - Right-click the highlighted file(s).\nRight-click the highlighted file(s). A context menu will expand.' None
'Is winrar installed?' '6 - Click Add to archive….\nClick Add to archive…. This opens a WinRAR window called “Archive name and parameters.”' None
'Is winrar installed?' '7 - Name the file.\nName the file. You can type a different file name by erasing the default under "Archive name."\n- Leave ".zip” at the end of the file name to show that it\'s a zip file. For example, archive.zip.' None
'Is winrar installed?' '8 - Select ZIP under “Archive format.\nSelect ZIP under “Archive format.”' None
'Is winrar installed?' "9 - Click Set password….\nClick Set password…. It's at the bottom-right corner of the window. A password entry window will appear." None
'Is winrar installed?' '10 - Enter and confirm a password.\nEnter and confirm a password. You must type the password exactly the same into both blanks.' None
'Is winrar installed?' "11 - Click OK.\nClick OK. It's at the bottom-left corner of the password window." None
'Is winrar installed?' "12 - Click OK.\nClick OK. It's at the bottom-center part of the archive window. This creates the zip file and protects it with the password you entered." None
'Is install installed?' '0 - Using a Windows-based PC' None
'Is install installed?' '1 - Open a web browser.\nOpen a web browser. Popular ones include Firefox and Chrome.' None
'Is install installed?' '2 - Navigate to https:__www.7-zip.org_.\nNavigate to https://www.7-zip.org/.' None
'Is install installed?' '3 - Click Download either the 32-bit X84 or 64-bit x64 file.\nClick Download either the 32-bit X84 or 64-bit x64 file.' None
'Is install installed?' '4 - Choose a download location in the pop-up window.\nChoose a download location in the pop-up window. A pop-up box will appear asking you to choose a download location once you click Download.' None
'Is install installed?' '5 - Click Save.\nClick Save. The .exe file will save in the location you picked in the previous step, which is most likely the Downloads folder.' None
'Is install installed?' '6 - Click the downloaded .exe file.\nClick the downloaded .exe file. Your browser will alert you when the download is finished.\n- Click Allow changes if prompted.' None
'Is install installed?' '7 - Click Install.\nClick Install. You will see a progress bar as the installation progresses.' True
'Is install installed?' '8 - Click Close.\nClick Close.' None
'Is install installed?' '9 - Open 7-Zip File Manager.\nOpen 7-Zip File Manager.' None
'Is install installed?' '10 - Navigate to the TAR file.\nNavigate to the TAR file. This program works just like the native file manager on your computer.' None
'Is install installed?' '11 - Click your TAR file.\nClick your TAR file. It will highlight in blue.' None
'Is install installed?' '12 - Click the extract button.\nClick the extract button. This is at the top of the window and looks like a blue minus button.' None
'Is install installed?' '13 - Choose an extraction location.\nChoose an extraction location. A window will pop up with options such as extraction location.' None
'Is install installed?' "14 - Click Ok.\nClick Ok. The files inside the TAR file will extract into the location you specified in the previous step, and you'll be able to open it from there." None
'Is install installed?' '0 - Opening an MPP with Project Viewer 365' None
'Is install installed?' '1 - Navigate to https:__www.projectplan365.com_download_.\nNavigate to https://www.projectplan365.com/download/.\n- This method will download Project Plan 365 with a Trial period which lasts 30 days. After that is over, you will be unable to use the program.\n- With Project Plan 365, you can edit MPP files as well as view them.' None
'Is install installed?' '2 - Click Windows or MacOS from the drop-down menu.\nClick Windows or MacOS from the drop-down menu. This is under “Select your operating system:”' None
'Is install installed?' '3 - Click the green Download Project Plan 365 button.\nClick the green Download Project Plan 365 button. A pop-up box will appear for the download location and file name change.' None
'Is install installed?' '4 - Click Ok.\nClick Ok.' None
'Is install installed?' '5 - Follow the Installer Setup Wizard.\nFollow the Installer Setup Wizard. It will lead you through setting up and installing Project Plan 365.\n- Read any and all agreements before clicking I agree.' None
'Is install installed?' '6 - Click Install.\nClick Install. You will see a progress bar as the installation progresses.' True
'Is install installed?' '7 - Click File.\nClick File. A menu will drop down.' None
'Is install installed?' '8 - Click Open.\nClick Open. A list of locations will appear, such as your local storage and your Google Drive.' None
'Is install installed?' '9 - Select a location.\nSelect a location.' None
'Is install installed?' '10 - Navigate to your file and open it.\nNavigate to your file and open it.\n- Your MPP file will load for you to read.' None
'Is onedrive installed?' '0 - Moving Your Data' None
'Is onedrive installed?' '1 - Download OneDrive on your Mac.\nDownload OneDrive on your Mac. OneDrive automatically syncs with Microsoft Windows 10 PCs when connected to the Internet. It is also available for your iPhone and Android for free.\n- ;' True
'Is onedrive installed?' "2 - Sign in with_create a Microsoft account on OneDrive.\nSign in with/create a Microsoft account on OneDrive. PCs work best when signed into Microsoft accounts, and allow you to install Universal Windows Platform (UWP) apps, sync your stuff, and use Cortana. Plus, it's free." None
'Is onedrive installed?' '3 - Check all of the boxes pertaining to syncing files.\nCheck all of the boxes pertaining to syncing files. You will need to sync each and every file possible. OneDrive by default has about 16 GB of free storage, but storage plans extend to about 1 TB of storage.\n- You should upgrade your storage if your overall disk space takes up more than 16 GB.\n- Office 365 subscribers get a free TB of storage, so have your friends temporarily share their subscription, or share a subscription with your family.' None
'Is onedrive installed?' "4 - Go to the Applications folder.\nGo to the Applications folder. This is located at /var/Applications. Search up every app on your Mac for your Windows 10 PC in the Microsoft Store (don't forget to sign in), and download them. Apps not available in the Microsoft Store can be downloaded from the software vendor's website.\n- Depending on your PC, you may be locked down to Windows Store apps, but you can upgrade from Windows 10 S to Windows 10 Home/Pro to install these apps.\n- Be sure to have product keys/app accounts ready so that you can use those apps on Windows." None
'Is onedrive installed?' '5 - Sign in to OneDrive on Windows.\nSign in to OneDrive on Windows. Click on the OneDrive icon on the system tray, choose sign in, then enter your account details. Do not sync anything yet.' None
'Is onedrive installed?' '6 - Open OneDrive preferences and check the box under "Files On-Demand" in "Settings".\nOpen OneDrive preferences and check the box under "Files On-Demand" in "Settings".' None
'Is onedrive installed?' '7 - Click "Account", and check all the boxes to show all the files on File Explorer.\nClick "Account", and check all the boxes to show all the files on File Explorer.' None
'Is onedrive installed?' '8 - Under "Protect your Important folders", click on "Update Folders".\nUnder "Protect your Important folders", click on "Update Folders". Choose to protect all of the folders so your Mac Desktop and other components show up on your PC.' None
'Is onedrive installed?' '9 - Download the files you wish to.\nDownload the files you wish to. Opening a file will download a file temporarily. To download a file permanently, choose "Keep on this device" from the right click menu. Choose "Free up space" to remove a file.' None
'Is camera installed?' '0 - Getting to Know the Interface' None
'Is camera installed?' '1 - Use Ctrl in place of ⌘ Command for most commands.\nUse Ctrl in place of ⌘ Command for most commands. For example, to undo, use Ctrl+Z.' None
'Is camera installed?' '2 - Use ⇧ Shift in place of ⌥ Option for most commands.\nUse ⇧ Shift in place of ⌥ Option for most commands. For example, to open Task Manager quickly, instead of using ⌘ Command+⌥ Option+Esc, use Ctrl+⇧ Shift+Esc.' None
'Is camera installed?' "3 - Memorize the exceptions.\nMemorize the exceptions. To close a window, don't use Ctrl+Q, use Alt+F4, and to switch between windows, use Alt+Tab ↹ or ⊞ Win+Tab ↹ instead of Ctrl+Tab ↹ (this shortcut may be used to switch between tabs in a browser, though)." None
'Is camera installed?' '4 - Learn how to use the default apps.\nLearn how to use the default apps.\n- Instead of using Preferences, use Settings or Control Panel.\n- Use Camera instead of Photo Booth.\n- Instead of using iTunes, use Groove Music to play your music and Movies & TV to play your movies.\n- Use Microsoft Edge instead of Safari to surf the web.\n- Use Notepad instead of TextEdit to edit .txt files.\n- Use Photos instead of iPhoto and iMovie to view, import, and edit photos and videos.' True
'Is camera installed?' "5 - Understand the taskbar.\nUnderstand the taskbar. The taskbar is similar to the dock. All of your open apps and your quick launch apps are on your taskbar. The Recycle Bin isn't there, though; it's on the desktop." None
'Is camera installed?' "6 - Understand Start.\nUnderstand Start. It's the same as the Launchpad and the Apple menu combined. In Start, you can quickly launch apps, shut down your computer, and open up folders.\n- For more options, right-click on the Start button." None
'Is camera installed?' '7 - Understand Cortana.\nUnderstand Cortana. Cortana is the same as Siri and Spotlight Search combined. It can do the same as Siri, but it can also search the web and files.' None
'Is camera installed?' '8 - Understand the location of certain functions.\nUnderstand the location of certain functions. On Mac, the buttons appear in the following order in the upper left corner: Close, minimize, full screen/maximize. On Windows, the buttons appear in the following order in the upper right corner: minimize, maximize/exit full screen, close.' None
'Is camera installed?' '9 - Understand the filesystem.\nUnderstand the filesystem. Files are located in the C drive, particularly your user folder. It is very easy to switch drives.' None
'Is camera installed?' '10 - Understand multitasking.\nUnderstand multitasking. You can view all open apps, as well as previously open apps on Windows 10 version 1803, through the Task View/Timeline. You can also create new virtual desktops in Desktop Mode as in Mission Control.' None
'Is camera installed?' '11 - Understand the Action Center.\nUnderstand the Action Center. The Action Center is like the Notification Center, except you can also change quick settings there as well, like the Control Center.' None
'Is photo booth installed?' '0 - Getting to Know the Interface' None
'Is photo booth installed?' '1 - Use Ctrl in place of ⌘ Command for most commands.\nUse Ctrl in place of ⌘ Command for most commands. For example, to undo, use Ctrl+Z.' None
'Is photo booth installed?' '2 - Use ⇧ Shift in place of ⌥ Option for most commands.\nUse ⇧ Shift in place of ⌥ Option for most commands. For example, to open Task Manager quickly, instead of using ⌘ Command+⌥ Option+Esc, use Ctrl+⇧ Shift+Esc.' None
'Is photo booth installed?' "3 - Memorize the exceptions.\nMemorize the exceptions. To close a window, don't use Ctrl+Q, use Alt+F4, and to switch between windows, use Alt+Tab ↹ or ⊞ Win+Tab ↹ instead of Ctrl+Tab ↹ (this shortcut may be used to switch between tabs in a browser, though)." None
'Is photo booth installed?' '4 - Learn how to use the default apps.\nLearn how to use the default apps.\n- Instead of using Preferences, use Settings or Control Panel.\n- Use Camera instead of Photo Booth.\n- Instead of using iTunes, use Groove Music to play your music and Movies & TV to play your movies.\n- Use Microsoft Edge instead of Safari to surf the web.\n- Use Notepad instead of TextEdit to edit .txt files.\n- Use Photos instead of iPhoto and iMovie to view, import, and edit photos and videos.' True
'Is photo booth installed?' "5 - Understand the taskbar.\nUnderstand the taskbar. The taskbar is similar to the dock. All of your open apps and your quick launch apps are on your taskbar. The Recycle Bin isn't there, though; it's on the desktop." None
'Is photo booth installed?' "6 - Understand Start.\nUnderstand Start. It's the same as the Launchpad and the Apple menu combined. In Start, you can quickly launch apps, shut down your computer, and open up folders.\n- For more options, right-click on the Start button." None
'Is photo booth installed?' '7 - Understand Cortana.\nUnderstand Cortana. Cortana is the same as Siri and Spotlight Search combined. It can do the same as Siri, but it can also search the web and files.' None
'Is photo booth installed?' '8 - Understand the location of certain functions.\nUnderstand the location of certain functions. On Mac, the buttons appear in the following order in the upper left corner: Close, minimize, full screen/maximize. On Windows, the buttons appear in the following order in the upper right corner: minimize, maximize/exit full screen, close.' None
'Is photo booth installed?' '9 - Understand the filesystem.\nUnderstand the filesystem. Files are located in the C drive, particularly your user folder. It is very easy to switch drives.' None
'Is photo booth installed?' '10 - Understand multitasking.\nUnderstand multitasking. You can view all open apps, as well as previously open apps on Windows 10 version 1803, through the Task View/Timeline. You can also create new virtual desktops in Desktop Mode as in Mission Control.' None
'Is photo booth installed?' '11 - Understand the Action Center.\nUnderstand the Action Center. The Action Center is like the Notification Center, except you can also change quick settings there as well, like the Control Center.' None
'Is itunes installed?' '0 - Getting to Know the Interface' None
'Is itunes installed?' '1 - Use Ctrl in place of ⌘ Command for most commands.\nUse Ctrl in place of ⌘ Command for most commands. For example, to undo, use Ctrl+Z.' None
'Is itunes installed?' '2 - Use ⇧ Shift in place of ⌥ Option for most commands.\nUse ⇧ Shift in place of ⌥ Option for most commands. For example, to open Task Manager quickly, instead of using ⌘ Command+⌥ Option+Esc, use Ctrl+⇧ Shift+Esc.' None
'Is itunes installed?' "3 - Memorize the exceptions.\nMemorize the exceptions. To close a window, don't use Ctrl+Q, use Alt+F4, and to switch between windows, use Alt+Tab ↹ or ⊞ Win+Tab ↹ instead of Ctrl+Tab ↹ (this shortcut may be used to switch between tabs in a browser, though)." None
'Is itunes installed?' '4 - Learn how to use the default apps.\nLearn how to use the default apps.\n- Instead of using Preferences, use Settings or Control Panel.\n- Use Camera instead of Photo Booth.\n- Instead of using iTunes, use Groove Music to play your music and Movies & TV to play your movies.\n- Use Microsoft Edge instead of Safari to surf the web.\n- Use Notepad instead of TextEdit to edit .txt files.\n- Use Photos instead of iPhoto and iMovie to view, import, and edit photos and videos.' True
'Is itunes installed?' "5 - Understand the taskbar.\nUnderstand the taskbar. The taskbar is similar to the dock. All of your open apps and your quick launch apps are on your taskbar. The Recycle Bin isn't there, though; it's on the desktop." None
'Is itunes installed?' "6 - Understand Start.\nUnderstand Start. It's the same as the Launchpad and the Apple menu combined. In Start, you can quickly launch apps, shut down your computer, and open up folders.\n- For more options, right-click on the Start button." None
'Is itunes installed?' '7 - Understand Cortana.\nUnderstand Cortana. Cortana is the same as Siri and Spotlight Search combined. It can do the same as Siri, but it can also search the web and files.' None
'Is itunes installed?' '8 - Understand the location of certain functions.\nUnderstand the location of certain functions. On Mac, the buttons appear in the following order in the upper left corner: Close, minimize, full screen/maximize. On Windows, the buttons appear in the following order in the upper right corner: minimize, maximize/exit full screen, close.' None
'Is itunes installed?' '9 - Understand the filesystem.\nUnderstand the filesystem. Files are located in the C drive, particularly your user folder. It is very easy to switch drives.' None
'Is itunes installed?' '10 - Understand multitasking.\nUnderstand multitasking. You can view all open apps, as well as previously open apps on Windows 10 version 1803, through the Task View/Timeline. You can also create new virtual desktops in Desktop Mode as in Mission Control.' None
'Is itunes installed?' '11 - Understand the Action Center.\nUnderstand the Action Center. The Action Center is like the Notification Center, except you can also change quick settings there as well, like the Control Center.' None
'Is groove music installed?' '0 - Getting to Know the Interface' None
'Is groove music installed?' '1 - Use Ctrl in place of ⌘ Command for most commands.\nUse Ctrl in place of ⌘ Command for most commands. For example, to undo, use Ctrl+Z.' None
'Is groove music installed?' '2 - Use ⇧ Shift in place of ⌥ Option for most commands.\nUse ⇧ Shift in place of ⌥ Option for most commands. For example, to open Task Manager quickly, instead of using ⌘ Command+⌥ Option+Esc, use Ctrl+⇧ Shift+Esc.' None
'Is groove music installed?' "3 - Memorize the exceptions.\nMemorize the exceptions. To close a window, don't use Ctrl+Q, use Alt+F4, and to switch between windows, use Alt+Tab ↹ or ⊞ Win+Tab ↹ instead of Ctrl+Tab ↹ (this shortcut may be used to switch between tabs in a browser, though)." None
'Is groove music installed?' '4 - Learn how to use the default apps.\nLearn how to use the default apps.\n- Instead of using Preferences, use Settings or Control Panel.\n- Use Camera instead of Photo Booth.\n- Instead of using iTunes, use Groove Music to play your music and Movies & TV to play your movies.\n- Use Microsoft Edge instead of Safari to surf the web.\n- Use Notepad instead of TextEdit to edit .txt files.\n- Use Photos instead of iPhoto and iMovie to view, import, and edit photos and videos.' True
'Is groove music installed?' "5 - Understand the taskbar.\nUnderstand the taskbar. The taskbar is similar to the dock. All of your open apps and your quick launch apps are on your taskbar. The Recycle Bin isn't there, though; it's on the desktop." None
'Is groove music installed?' "6 - Understand Start.\nUnderstand Start. It's the same as the Launchpad and the Apple menu combined. In Start, you can quickly launch apps, shut down your computer, and open up folders.\n- For more options, right-click on the Start button." None
'Is groove music installed?' '7 - Understand Cortana.\nUnderstand Cortana. Cortana is the same as Siri and Spotlight Search combined. It can do the same as Siri, but it can also search the web and files.' None
'Is groove music installed?' '8 - Understand the location of certain functions.\nUnderstand the location of certain functions. On Mac, the buttons appear in the following order in the upper left corner: Close, minimize, full screen/maximize. On Windows, the buttons appear in the following order in the upper right corner: minimize, maximize/exit full screen, close.' None
'Is groove music installed?' '9 - Understand the filesystem.\nUnderstand the filesystem. Files are located in the C drive, particularly your user folder. It is very easy to switch drives.' None
'Is groove music installed?' '10 - Understand multitasking.\nUnderstand multitasking. You can view all open apps, as well as previously open apps on Windows 10 version 1803, through the Task View/Timeline. You can also create new virtual desktops in Desktop Mode as in Mission Control.' None
'Is groove music installed?' '11 - Understand the Action Center.\nUnderstand the Action Center. The Action Center is like the Notification Center, except you can also change quick settings there as well, like the Control Center.' None
'Is microsoft edge installed?' '0 - Getting to Know the Interface' None
'Is microsoft edge installed?' '1 - Use Ctrl in place of ⌘ Command for most commands.\nUse Ctrl in place of ⌘ Command for most commands. For example, to undo, use Ctrl+Z.' None
'Is microsoft edge installed?' '2 - Use ⇧ Shift in place of ⌥ Option for most commands.\nUse ⇧ Shift in place of ⌥ Option for most commands. For example, to open Task Manager quickly, instead of using ⌘ Command+⌥ Option+Esc, use Ctrl+⇧ Shift+Esc.' None
'Is microsoft edge installed?' "3 - Memorize the exceptions.\nMemorize the exceptions. To close a window, don't use Ctrl+Q, use Alt+F4, and to switch between windows, use Alt+Tab ↹ or ⊞ Win+Tab ↹ instead of Ctrl+Tab ↹ (this shortcut may be used to switch between tabs in a browser, though)." None
'Is microsoft edge installed?' '4 - Learn how to use the default apps.\nLearn how to use the default apps.\n- Instead of using Preferences, use Settings or Control Panel.\n- Use Camera instead of Photo Booth.\n- Instead of using iTunes, use Groove Music to play your music and Movies & TV to play your movies.\n- Use Microsoft Edge instead of Safari to surf the web.\n- Use Notepad instead of TextEdit to edit .txt files.\n- Use Photos instead of iPhoto and iMovie to view, import, and edit photos and videos.' True
'Is microsoft edge installed?' "5 - Understand the taskbar.\nUnderstand the taskbar. The taskbar is similar to the dock. All of your open apps and your quick launch apps are on your taskbar. The Recycle Bin isn't there, though; it's on the desktop." None
'Is microsoft edge installed?' "6 - Understand Start.\nUnderstand Start. It's the same as the Launchpad and the Apple menu combined. In Start, you can quickly launch apps, shut down your computer, and open up folders.\n- For more options, right-click on the Start button." None
'Is microsoft edge installed?' '7 - Understand Cortana.\nUnderstand Cortana. Cortana is the same as Siri and Spotlight Search combined. It can do the same as Siri, but it can also search the web and files.' None
'Is microsoft edge installed?' '8 - Understand the location of certain functions.\nUnderstand the location of certain functions. On Mac, the buttons appear in the following order in the upper left corner: Close, minimize, full screen/maximize. On Windows, the buttons appear in the following order in the upper right corner: minimize, maximize/exit full screen, close.' None
'Is microsoft edge installed?' '9 - Understand the filesystem.\nUnderstand the filesystem. Files are located in the C drive, particularly your user folder. It is very easy to switch drives.' None
'Is microsoft edge installed?' '10 - Understand multitasking.\nUnderstand multitasking. You can view all open apps, as well as previously open apps on Windows 10 version 1803, through the Task View/Timeline. You can also create new virtual desktops in Desktop Mode as in Mission Control.' None
'Is microsoft edge installed?' '11 - Understand the Action Center.\nUnderstand the Action Center. The Action Center is like the Notification Center, except you can also change quick settings there as well, like the Control Center.' None
'Is safari installed?' '0 - Getting to Know the Interface' None
'Is safari installed?' '1 - Use Ctrl in place of ⌘ Command for most commands.\nUse Ctrl in place of ⌘ Command for most commands. For example, to undo, use Ctrl+Z.' None
'Is safari installed?' '2 - Use ⇧ Shift in place of ⌥ Option for most commands.\nUse ⇧ Shift in place of ⌥ Option for most commands. For example, to open Task Manager quickly, instead of using ⌘ Command+⌥ Option+Esc, use Ctrl+⇧ Shift+Esc.' None
'Is safari installed?' "3 - Memorize the exceptions.\nMemorize the exceptions. To close a window, don't use Ctrl+Q, use Alt+F4, and to switch between windows, use Alt+Tab ↹ or ⊞ Win+Tab ↹ instead of Ctrl+Tab ↹ (this shortcut may be used to switch between tabs in a browser, though)." None
'Is safari installed?' '4 - Learn how to use the default apps.\nLearn how to use the default apps.\n- Instead of using Preferences, use Settings or Control Panel.\n- Use Camera instead of Photo Booth.\n- Instead of using iTunes, use Groove Music to play your music and Movies & TV to play your movies.\n- Use Microsoft Edge instead of Safari to surf the web.\n- Use Notepad instead of TextEdit to edit .txt files.\n- Use Photos instead of iPhoto and iMovie to view, import, and edit photos and videos.' True
'Is safari installed?' "5 - Understand the taskbar.\nUnderstand the taskbar. The taskbar is similar to the dock. All of your open apps and your quick launch apps are on your taskbar. The Recycle Bin isn't there, though; it's on the desktop." None
'Is safari installed?' "6 - Understand Start.\nUnderstand Start. It's the same as the Launchpad and the Apple menu combined. In Start, you can quickly launch apps, shut down your computer, and open up folders.\n- For more options, right-click on the Start button." None
'Is safari installed?' '7 - Understand Cortana.\nUnderstand Cortana. Cortana is the same as Siri and Spotlight Search combined. It can do the same as Siri, but it can also search the web and files.' None
'Is safari installed?' '8 - Understand the location of certain functions.\nUnderstand the location of certain functions. On Mac, the buttons appear in the following order in the upper left corner: Close, minimize, full screen/maximize. On Windows, the buttons appear in the following order in the upper right corner: minimize, maximize/exit full screen, close.' None
'Is safari installed?' '9 - Understand the filesystem.\nUnderstand the filesystem. Files are located in the C drive, particularly your user folder. It is very easy to switch drives.' None
'Is safari installed?' '10 - Understand multitasking.\nUnderstand multitasking. You can view all open apps, as well as previously open apps on Windows 10 version 1803, through the Task View/Timeline. You can also create new virtual desktops in Desktop Mode as in Mission Control.' None
'Is safari installed?' '11 - Understand the Action Center.\nUnderstand the Action Center. The Action Center is like the Notification Center, except you can also change quick settings there as well, like the Control Center.' None
'Is notepad installed?' '0 - Getting to Know the Interface' None
'Is notepad installed?' '1 - Use Ctrl in place of ⌘ Command for most commands.\nUse Ctrl in place of ⌘ Command for most commands. For example, to undo, use Ctrl+Z.' None
'Is notepad installed?' '2 - Use ⇧ Shift in place of ⌥ Option for most commands.\nUse ⇧ Shift in place of ⌥ Option for most commands. For example, to open Task Manager quickly, instead of using ⌘ Command+⌥ Option+Esc, use Ctrl+⇧ Shift+Esc.' None
'Is notepad installed?' "3 - Memorize the exceptions.\nMemorize the exceptions. To close a window, don't use Ctrl+Q, use Alt+F4, and to switch between windows, use Alt+Tab ↹ or ⊞ Win+Tab ↹ instead of Ctrl+Tab ↹ (this shortcut may be used to switch between tabs in a browser, though)." None
'Is notepad installed?' '4 - Learn how to use the default apps.\nLearn how to use the default apps.\n- Instead of using Preferences, use Settings or Control Panel.\n- Use Camera instead of Photo Booth.\n- Instead of using iTunes, use Groove Music to play your music and Movies & TV to play your movies.\n- Use Microsoft Edge instead of Safari to surf the web.\n- Use Notepad instead of TextEdit to edit .txt files.\n- Use Photos instead of iPhoto and iMovie to view, import, and edit photos and videos.' True
'Is notepad installed?' "5 - Understand the taskbar.\nUnderstand the taskbar. The taskbar is similar to the dock. All of your open apps and your quick launch apps are on your taskbar. The Recycle Bin isn't there, though; it's on the desktop." None
'Is notepad installed?' "6 - Understand Start.\nUnderstand Start. It's the same as the Launchpad and the Apple menu combined. In Start, you can quickly launch apps, shut down your computer, and open up folders.\n- For more options, right-click on the Start button." None
'Is notepad installed?' '7 - Understand Cortana.\nUnderstand Cortana. Cortana is the same as Siri and Spotlight Search combined. It can do the same as Siri, but it can also search the web and files.' None
'Is notepad installed?' '8 - Understand the location of certain functions.\nUnderstand the location of certain functions. On Mac, the buttons appear in the following order in the upper left corner: Close, minimize, full screen/maximize. On Windows, the buttons appear in the following order in the upper right corner: minimize, maximize/exit full screen, close.' None
'Is notepad installed?' '9 - Understand the filesystem.\nUnderstand the filesystem. Files are located in the C drive, particularly your user folder. It is very easy to switch drives.' None
'Is notepad installed?' '10 - Understand multitasking.\nUnderstand multitasking. You can view all open apps, as well as previously open apps on Windows 10 version 1803, through the Task View/Timeline. You can also create new virtual desktops in Desktop Mode as in Mission Control.' None
'Is notepad installed?' '11 - Understand the Action Center.\nUnderstand the Action Center. The Action Center is like the Notification Center, except you can also change quick settings there as well, like the Control Center.' None
'Is textedit installed?' '0 - Getting to Know the Interface' None
'Is textedit installed?' '1 - Use Ctrl in place of ⌘ Command for most commands.\nUse Ctrl in place of ⌘ Command for most commands. For example, to undo, use Ctrl+Z.' None
'Is textedit installed?' '2 - Use ⇧ Shift in place of ⌥ Option for most commands.\nUse ⇧ Shift in place of ⌥ Option for most commands. For example, to open Task Manager quickly, instead of using ⌘ Command+⌥ Option+Esc, use Ctrl+⇧ Shift+Esc.' None
'Is textedit installed?' "3 - Memorize the exceptions.\nMemorize the exceptions. To close a window, don't use Ctrl+Q, use Alt+F4, and to switch between windows, use Alt+Tab ↹ or ⊞ Win+Tab ↹ instead of Ctrl+Tab ↹ (this shortcut may be used to switch between tabs in a browser, though)." None
'Is textedit installed?' '4 - Learn how to use the default apps.\nLearn how to use the default apps.\n- Instead of using Preferences, use Settings or Control Panel.\n- Use Camera instead of Photo Booth.\n- Instead of using iTunes, use Groove Music to play your music and Movies & TV to play your movies.\n- Use Microsoft Edge instead of Safari to surf the web.\n- Use Notepad instead of TextEdit to edit .txt files.\n- Use Photos instead of iPhoto and iMovie to view, import, and edit photos and videos.' True
'Is textedit installed?' "5 - Understand the taskbar.\nUnderstand the taskbar. The taskbar is similar to the dock. All of your open apps and your quick launch apps are on your taskbar. The Recycle Bin isn't there, though; it's on the desktop." None
'Is textedit installed?' "6 - Understand Start.\nUnderstand Start. It's the same as the Launchpad and the Apple menu combined. In Start, you can quickly launch apps, shut down your computer, and open up folders.\n- For more options, right-click on the Start button." None
'Is textedit installed?' '7 - Understand Cortana.\nUnderstand Cortana. Cortana is the same as Siri and Spotlight Search combined. It can do the same as Siri, but it can also search the web and files.' None
'Is textedit installed?' '8 - Understand the location of certain functions.\nUnderstand the location of certain functions. On Mac, the buttons appear in the following order in the upper left corner: Close, minimize, full screen/maximize. On Windows, the buttons appear in the following order in the upper right corner: minimize, maximize/exit full screen, close.' None
'Is textedit installed?' '9 - Understand the filesystem.\nUnderstand the filesystem. Files are located in the C drive, particularly your user folder. It is very easy to switch drives.' None
'Is textedit installed?' '10 - Understand multitasking.\nUnderstand multitasking. You can view all open apps, as well as previously open apps on Windows 10 version 1803, through the Task View/Timeline. You can also create new virtual desktops in Desktop Mode as in Mission Control.' None
'Is textedit installed?' '11 - Understand the Action Center.\nUnderstand the Action Center. The Action Center is like the Notification Center, except you can also change quick settings there as well, like the Control Center.' None
'Is photo installed?' '0 - Getting to Know the Interface' None
'Is photo installed?' '1 - Use Ctrl in place of ⌘ Command for most commands.\nUse Ctrl in place of ⌘ Command for most commands. For example, to undo, use Ctrl+Z.' None
'Is photo installed?' '2 - Use ⇧ Shift in place of ⌥ Option for most commands.\nUse ⇧ Shift in place of ⌥ Option for most commands. For example, to open Task Manager quickly, instead of using ⌘ Command+⌥ Option+Esc, use Ctrl+⇧ Shift+Esc.' None
'Is photo installed?' "3 - Memorize the exceptions.\nMemorize the exceptions. To close a window, don't use Ctrl+Q, use Alt+F4, and to switch between windows, use Alt+Tab ↹ or ⊞ Win+Tab ↹ instead of Ctrl+Tab ↹ (this shortcut may be used to switch between tabs in a browser, though)." None
'Is photo installed?' '4 - Learn how to use the default apps.\nLearn how to use the default apps.\n- Instead of using Preferences, use Settings or Control Panel.\n- Use Camera instead of Photo Booth.\n- Instead of using iTunes, use Groove Music to play your music and Movies & TV to play your movies.\n- Use Microsoft Edge instead of Safari to surf the web.\n- Use Notepad instead of TextEdit to edit .txt files.\n- Use Photos instead of iPhoto and iMovie to view, import, and edit photos and videos.' True
'Is photo installed?' "5 - Understand the taskbar.\nUnderstand the taskbar. The taskbar is similar to the dock. All of your open apps and your quick launch apps are on your taskbar. The Recycle Bin isn't there, though; it's on the desktop." None
'Is photo installed?' "6 - Understand Start.\nUnderstand Start. It's the same as the Launchpad and the Apple menu combined. In Start, you can quickly launch apps, shut down your computer, and open up folders.\n- For more options, right-click on the Start button." None
'Is photo installed?' '7 - Understand Cortana.\nUnderstand Cortana. Cortana is the same as Siri and Spotlight Search combined. It can do the same as Siri, but it can also search the web and files.' None
'Is photo installed?' '8 - Understand the location of certain functions.\nUnderstand the location of certain functions. On Mac, the buttons appear in the following order in the upper left corner: Close, minimize, full screen/maximize. On Windows, the buttons appear in the following order in the upper right corner: minimize, maximize/exit full screen, close.' None
'Is photo installed?' '9 - Understand the filesystem.\nUnderstand the filesystem. Files are located in the C drive, particularly your user folder. It is very easy to switch drives.' None
'Is photo installed?' '10 - Understand multitasking.\nUnderstand multitasking. You can view all open apps, as well as previously open apps on Windows 10 version 1803, through the Task View/Timeline. You can also create new virtual desktops in Desktop Mode as in Mission Control.' None
'Is photo installed?' '11 - Understand the Action Center.\nUnderstand the Action Center. The Action Center is like the Notification Center, except you can also change quick settings there as well, like the Control Center.' None
'Is iphoto installed?' '0 - Getting to Know the Interface' None
'Is iphoto installed?' '1 - Use Ctrl in place of ⌘ Command for most commands.\nUse Ctrl in place of ⌘ Command for most commands. For example, to undo, use Ctrl+Z.' None
'Is iphoto installed?' '2 - Use ⇧ Shift in place of ⌥ Option for most commands.\nUse ⇧ Shift in place of ⌥ Option for most commands. For example, to open Task Manager quickly, instead of using ⌘ Command+⌥ Option+Esc, use Ctrl+⇧ Shift+Esc.' None
'Is iphoto installed?' "3 - Memorize the exceptions.\nMemorize the exceptions. To close a window, don't use Ctrl+Q, use Alt+F4, and to switch between windows, use Alt+Tab ↹ or ⊞ Win+Tab ↹ instead of Ctrl+Tab ↹ (this shortcut may be used to switch between tabs in a browser, though)." None
'Is iphoto installed?' '4 - Learn how to use the default apps.\nLearn how to use the default apps.\n- Instead of using Preferences, use Settings or Control Panel.\n- Use Camera instead of Photo Booth.\n- Instead of using iTunes, use Groove Music to play your music and Movies & TV to play your movies.\n- Use Microsoft Edge instead of Safari to surf the web.\n- Use Notepad instead of TextEdit to edit .txt files.\n- Use Photos instead of iPhoto and iMovie to view, import, and edit photos and videos.' True
'Is iphoto installed?' "5 - Understand the taskbar.\nUnderstand the taskbar. The taskbar is similar to the dock. All of your open apps and your quick launch apps are on your taskbar. The Recycle Bin isn't there, though; it's on the desktop." None
'Is iphoto installed?' "6 - Understand Start.\nUnderstand Start. It's the same as the Launchpad and the Apple menu combined. In Start, you can quickly launch apps, shut down your computer, and open up folders.\n- For more options, right-click on the Start button." None
'Is iphoto installed?' '7 - Understand Cortana.\nUnderstand Cortana. Cortana is the same as Siri and Spotlight Search combined. It can do the same as Siri, but it can also search the web and files.' None
'Is iphoto installed?' '8 - Understand the location of certain functions.\nUnderstand the location of certain functions. On Mac, the buttons appear in the following order in the upper left corner: Close, minimize, full screen/maximize. On Windows, the buttons appear in the following order in the upper right corner: minimize, maximize/exit full screen, close.' None
'Is iphoto installed?' '9 - Understand the filesystem.\nUnderstand the filesystem. Files are located in the C drive, particularly your user folder. It is very easy to switch drives.' None
'Is iphoto installed?' '10 - Understand multitasking.\nUnderstand multitasking. You can view all open apps, as well as previously open apps on Windows 10 version 1803, through the Task View/Timeline. You can also create new virtual desktops in Desktop Mode as in Mission Control.' None
'Is iphoto installed?' '11 - Understand the Action Center.\nUnderstand the Action Center. The Action Center is like the Notification Center, except you can also change quick settings there as well, like the Control Center.' None
'Is imovie installed?' '0 - Getting to Know the Interface' None
'Is imovie installed?' '1 - Use Ctrl in place of ⌘ Command for most commands.\nUse Ctrl in place of ⌘ Command for most commands. For example, to undo, use Ctrl+Z.' None
'Is imovie installed?' '2 - Use ⇧ Shift in place of ⌥ Option for most commands.\nUse ⇧ Shift in place of ⌥ Option for most commands. For example, to open Task Manager quickly, instead of using ⌘ Command+⌥ Option+Esc, use Ctrl+⇧ Shift+Esc.' None
'Is imovie installed?' "3 - Memorize the exceptions.\nMemorize the exceptions. To close a window, don't use Ctrl+Q, use Alt+F4, and to switch between windows, use Alt+Tab ↹ or ⊞ Win+Tab ↹ instead of Ctrl+Tab ↹ (this shortcut may be used to switch between tabs in a browser, though)." None
'Is imovie installed?' '4 - Learn how to use the default apps.\nLearn how to use the default apps.\n- Instead of using Preferences, use Settings or Control Panel.\n- Use Camera instead of Photo Booth.\n- Instead of using iTunes, use Groove Music to play your music and Movies & TV to play your movies.\n- Use Microsoft Edge instead of Safari to surf the web.\n- Use Notepad instead of TextEdit to edit .txt files.\n- Use Photos instead of iPhoto and iMovie to view, import, and edit photos and videos.' True
'Is imovie installed?' "5 - Understand the taskbar.\nUnderstand the taskbar. The taskbar is similar to the dock. All of your open apps and your quick launch apps are on your taskbar. The Recycle Bin isn't there, though; it's on the desktop." None
'Is imovie installed?' "6 - Understand Start.\nUnderstand Start. It's the same as the Launchpad and the Apple menu combined. In Start, you can quickly launch apps, shut down your computer, and open up folders.\n- For more options, right-click on the Start button." None
'Is imovie installed?' '7 - Understand Cortana.\nUnderstand Cortana. Cortana is the same as Siri and Spotlight Search combined. It can do the same as Siri, but it can also search the web and files.' None
'Is imovie installed?' '8 - Understand the location of certain functions.\nUnderstand the location of certain functions. On Mac, the buttons appear in the following order in the upper left corner: Close, minimize, full screen/maximize. On Windows, the buttons appear in the following order in the upper right corner: minimize, maximize/exit full screen, close.' None
'Is imovie installed?' '9 - Understand the filesystem.\nUnderstand the filesystem. Files are located in the C drive, particularly your user folder. It is very easy to switch drives.' None
'Is imovie installed?' '10 - Understand multitasking.\nUnderstand multitasking. You can view all open apps, as well as previously open apps on Windows 10 version 1803, through the Task View/Timeline. You can also create new virtual desktops in Desktop Mode as in Mission Control.' None
'Is imovie installed?' '11 - Understand the Action Center.\nUnderstand the Action Center. The Action Center is like the Notification Center, except you can also change quick settings there as well, like the Control Center.' None
'Is https://drive.google.com/ installed?' '0 - Using Google Drive' None
'Is https://drive.google.com/ installed?' '1 - Navigate to https:__drive.google.com_ on your Mac.\nNavigate to https://drive.google.com/ on your Mac.' None
'Is https://drive.google.com/ installed?' '2 - Sign into your Google account.\nSign into your Google account.\n- If you do not have a Google account, you will need to make one.' None
'Is https://drive.google.com/ installed?' '3 - Click New.\nClick New.' None
'Is https://drive.google.com/ installed?' '4 - Click File Upload.\nClick File Upload.\n- You can also click Folder Upload to upload multiple documents.' None
'Is https://drive.google.com/ installed?' '5 - Select a file on your computer to upload.\nSelect a file on your computer to upload.' None
'Is https://drive.google.com/ installed?' '6 - Click Open.\nClick Open.\n- You can also drag and drop files into the Google Drive window to upload them.' None
'Is https://drive.google.com/ installed?' '7 - Navigate to https:__drive.google.com_ on your other device.\nNavigate to https://drive.google.com/ on your other device.\n- If you are using an iOS or Android device, you can also download the Google Drive app.' True
'Is https://drive.google.com/ installed?' '8 - Sign into your Google account.\nSign into your Google account. You will have access to all of your files uploaded from your Mac.\n- You can click/tap a document to view it or open the menu for a document and click/tap Download to save it to your device.' None
'Is rainmeter installed?' '0 - Customizing Windows Desktops' None
'Is rainmeter installed?' '1 - Download and install Rainmeter.\nDownload and install Rainmeter. Search the web for Rainmeter - the software can be downloaded from their website. The page also has links to helpful documentation and sites to download prefabricated background designs (called "skins").\n- Skins are often functionally interactive. Many utilize plugins that can interact directly with applications or the operating system (e.g. browser searches or volume control). Others may function just as eye candy.\n- Rainmeter is configured to run automatically after installation and comes preconfigured with the default “Illustro” skin, with helpful hints and tutorials.\n- Other similar software options include Deskscapes, Windowblinds, or SysAuto, which will work in a similar fashion.\n- ;' True
'Is rainmeter installed?' '2 - Return to the Rainmeter website.\nReturn to the Rainmeter website. Navigate back to the Rainmeter website in your web browser to acquire new skins.' None
'Is rainmeter installed?' '3 - Browse for and download skins.\nBrowse for and download skins. Press "Discover" on the Rainmeter website. Here there are links to various locations (such as Reddit, deviantArt, and the Rainmeter forums) where people show off and share their Rainmeter creations. Skin creations can vary widely in complexity and functionality.\n- You are also not limited to a single skin; multiple skins can be loaded simultaneously. For example, you may load two separate skins for a media player controller and a custom weather display.\n- Common skins include designs for browser bars, custom clocks, CPU usage displays, or music player overlays.' None
'Is rainmeter installed?' '4 - Install a .rmskin format skin.\nInstall a .rmskin format skin. Double-click a .rmskin file, press "Install" and Rainmeter will run the self-extractor.\n- Skin downloads can come in two formats depending on how the creator decided to package them: .rmskin, a format specified for Rainmeter, or an archived folder (.zip, .rar).\n- Not every feature from a .rmskin installer has to be used. The .rmskin installer will open a window to confirm which features of the skin you want included. You can deselect checkboxes of features you do not want prior to installing.' None
'Is rainmeter installed?' '5 - Install a compressed format (.zip, .rar) skin.\nInstall a compressed format (.zip, .rar) skin. If the skin creator compressed their file in this way then you will need to extract the files manually. Right-click and select “Extract Here” to extract them. Now open your Rainmeter "Skins" folder (the path will look something like C:\\Users\\[yourname]\\Documents\\Rainmeter\\Skins). Drag the recently extracted folder over into the "Skins" folder.' None
'Is rainmeter installed?' '6 - Load a skin into your environment after installation is complete.\nLoad a skin into your environment after installation is complete. Right-click the Rainmeter tray icon. Load a skin by selecting its name from the menu and the selecting the .ini file from the submenu.\n- To apply newly installed skins right click the Rainmeter tray icon and select “Refresh All”.\n- If there are multiple versions of a skin, they will be listed in the “Variants” menu. You can switch between variants at any time if you want a change in design.\n- Skins can also be unloaded from the right-click menu.' None
'Is rainmeter installed?' '7 - Configure your skin.\nConfigure your skin. Click the Rainmeter tray icon in the lower right corner and then select “Manage” to see an overview of your skins and to make changes to their settings. Settings for each skin will vary depending on the way it was designed. You can also access an individual skin’s settings by right-clicking any of its elements on the desktop.' None
'Is rainmeter installed?' '8 - Experiment with creating your own skins.\nExperiment with creating your own skins. In order to get started, you will need a text editor to write in Rainmeter’s custom code (functionally similar to HTML, although loading and executing scripts will utilize Lua), and an image editor if you plan to make custom art. There is a lot of tutorial information on the Rainmeter website, but a few core concepts to know are:\n- A skin is a .ini file. This the most basic level to start with.\n- Folder structure matters, since skins can have variants, .ini files can be grouped into config folders to identify them (e.g. 2 variant skins for a custom clock)\n- Multiple skins combine to make a skin suite. The combined package is known as a "Root" folder. Roots are what get placed in the "Skins" folder when installed.' None
'Is install installed?' '0 - Customizing Windows Desktops' None
'Is install installed?' '1 - Download and install Rainmeter.\nDownload and install Rainmeter. Search the web for Rainmeter - the software can be downloaded from their website. The page also has links to helpful documentation and sites to download prefabricated background designs (called "skins").\n- Skins are often functionally interactive. Many utilize plugins that can interact directly with applications or the operating system (e.g. browser searches or volume control). Others may function just as eye candy.\n- Rainmeter is configured to run automatically after installation and comes preconfigured with the default “Illustro” skin, with helpful hints and tutorials.\n- Other similar software options include Deskscapes, Windowblinds, or SysAuto, which will work in a similar fashion.\n- ;' None
'Is install installed?' '2 - Return to the Rainmeter website.\nReturn to the Rainmeter website. Navigate back to the Rainmeter website in your web browser to acquire new skins.' None
'Is install installed?' '3 - Browse for and download skins.\nBrowse for and download skins. Press "Discover" on the Rainmeter website. Here there are links to various locations (such as Reddit, deviantArt, and the Rainmeter forums) where people show off and share their Rainmeter creations. Skin creations can vary widely in complexity and functionality.\n- You are also not limited to a single skin; multiple skins can be loaded simultaneously. For example, you may load two separate skins for a media player controller and a custom weather display.\n- Common skins include designs for browser bars, custom clocks, CPU usage displays, or music player overlays.' None
'Is install installed?' '4 - Install a .rmskin format skin.\nInstall a .rmskin format skin. Double-click a .rmskin file, press "Install" and Rainmeter will run the self-extractor.\n- Skin downloads can come in two formats depending on how the creator decided to package them: .rmskin, a format specified for Rainmeter, or an archived folder (.zip, .rar).\n- Not every feature from a .rmskin installer has to be used. The .rmskin installer will open a window to confirm which features of the skin you want included. You can deselect checkboxes of features you do not want prior to installing.' True
'Is install installed?' '5 - Install a compressed format (.zip, .rar) skin.\nInstall a compressed format (.zip, .rar) skin. If the skin creator compressed their file in this way then you will need to extract the files manually. Right-click and select “Extract Here” to extract them. Now open your Rainmeter "Skins" folder (the path will look something like C:\\Users\\[yourname]\\Documents\\Rainmeter\\Skins). Drag the recently extracted folder over into the "Skins" folder.' None
'Is install installed?' '6 - Load a skin into your environment after installation is complete.\nLoad a skin into your environment after installation is complete. Right-click the Rainmeter tray icon. Load a skin by selecting its name from the menu and the selecting the .ini file from the submenu.\n- To apply newly installed skins right click the Rainmeter tray icon and select “Refresh All”.\n- If there are multiple versions of a skin, they will be listed in the “Variants” menu. You can switch between variants at any time if you want a change in design.\n- Skins can also be unloaded from the right-click menu.' None
'Is install installed?' '7 - Configure your skin.\nConfigure your skin. Click the Rainmeter tray icon in the lower right corner and then select “Manage” to see an overview of your skins and to make changes to their settings. Settings for each skin will vary depending on the way it was designed. You can also access an individual skin’s settings by right-clicking any of its elements on the desktop.' None
'Is install installed?' '8 - Experiment with creating your own skins.\nExperiment with creating your own skins. In order to get started, you will need a text editor to write in Rainmeter’s custom code (functionally similar to HTML, although loading and executing scripts will utilize Lua), and an image editor if you plan to make custom art. There is a lot of tutorial information on the Rainmeter website, but a few core concepts to know are:\n- A skin is a .ini file. This the most basic level to start with.\n- Folder structure matters, since skins can have variants, .ini files can be grouped into config folders to identify them (e.g. 2 variant skins for a custom clock)\n- Multiple skins combine to make a skin suite. The combined package is known as a "Root" folder. Roots are what get placed in the "Skins" folder when installed.' None
'Is übersicht website installed?' '0 - Customizing Mac Desktops' None
'Is übersicht website installed?' '1 - Download and install Übersicht.\nDownload and install Übersicht. Search the web for Übersicht - the software can be downloaded from their website. Run the installer and launch the application when complete.\n- GeekTools is another free software option that will work similarly make your desktop more interactive.' None
'Is übersicht website installed?' '2 - Return to the Übersicht website.\nReturn to the Übersicht website. Navigate back to the Übersicht website in your web browser to acquire widgets.\n- Übersicht\'s term for a background design is "widget".' True
'Is übersicht website installed?' '3 - Browse for widgets.\nBrowse for widgets. Übersicht hosts a variety of widget creations on its own site. On the website, click "Get Widgets". The results can be sorted by date, number of downloads, or by name, with the menu at the top of the page. Individual widgets typically serve a simple singular purpose, but can be loaded simultaneously by the software to create a personalized desktop environment.\n- Widget functions will vary from interactive to visual, including options like software developer tools, daily comic strips, or variable wallpapers.' None
'Is übersicht website installed?' '4 - Download a widget.\nDownload a widget. Click the "Download" button below the target widget. Browse to your desired save location and press "Save".' None
'Is übersicht website installed?' '5 - Unzip a widget (optional).\nUnzip a widget (optional). Downloaded widgets may come in the .zip format. If so, double-click to unzip the file automatically and you will have a .widget file.' None
'Is übersicht website installed?' '6 - Install a widget.\nInstall a widget. In Übersicht, select “Open Widgets Folder” from the Übersicht menu in the top menu bar, then drag the appropriate .widget file into the Widgets folder.\n- Some widgets may have custom installation requirements. Check the widget’s documentation for any possible extra steps.' None
'Is übersicht website installed?' '7 - Configure your widgets in Übersicht.\nConfigure your widgets in Übersicht. Widgets can be toggled on or off from the Übersicht menu.' None
'Is übersicht website installed?' "8 - Set the widget's feature options.\nSet the widget's feature options. Each widget listing in the Übersicht menu also has its own options specific to that widget." None
'Is übersicht website installed?' '9 - Experiment with creating your own widgets.\nExperiment with creating your own widgets. Widgets are written in Javascript or Coffeescript (A simplified form of Javascript). You do not need any special software to write code in Javascript. Use a text editor and save the file in the .xhtml format. Some starting instructions can be found on the Übersicht github.\n- Want your desktop to give you a daily greeting? Integrated notifications? Custom display? You are limited only by your coding skill and imagination.' None
'Is übersicht installed?' '0 - Customizing Mac Desktops' None
'Is übersicht installed?' '1 - Download and install Übersicht.\nDownload and install Übersicht. Search the web for Übersicht - the software can be downloaded from their website. Run the installer and launch the application when complete.\n- GeekTools is another free software option that will work similarly make your desktop more interactive.' True
'Is übersicht installed?' '2 - Return to the Übersicht website.\nReturn to the Übersicht website. Navigate back to the Übersicht website in your web browser to acquire widgets.\n- Übersicht\'s term for a background design is "widget".' None
'Is übersicht installed?' '3 - Browse for widgets.\nBrowse for widgets. Übersicht hosts a variety of widget creations on its own site. On the website, click "Get Widgets". The results can be sorted by date, number of downloads, or by name, with the menu at the top of the page. Individual widgets typically serve a simple singular purpose, but can be loaded simultaneously by the software to create a personalized desktop environment.\n- Widget functions will vary from interactive to visual, including options like software developer tools, daily comic strips, or variable wallpapers.' None
'Is übersicht installed?' '4 - Download a widget.\nDownload a widget. Click the "Download" button below the target widget. Browse to your desired save location and press "Save".' None
'Is übersicht installed?' '5 - Unzip a widget (optional).\nUnzip a widget (optional). Downloaded widgets may come in the .zip format. If so, double-click to unzip the file automatically and you will have a .widget file.' None
'Is übersicht installed?' '6 - Install a widget.\nInstall a widget. In Übersicht, select “Open Widgets Folder” from the Übersicht menu in the top menu bar, then drag the appropriate .widget file into the Widgets folder.\n- Some widgets may have custom installation requirements. Check the widget’s documentation for any possible extra steps.' None
'Is übersicht installed?' '7 - Configure your widgets in Übersicht.\nConfigure your widgets in Übersicht. Widgets can be toggled on or off from the Übersicht menu.' None
'Is übersicht installed?' "8 - Set the widget's feature options.\nSet the widget's feature options. Each widget listing in the Übersicht menu also has its own options specific to that widget." None
'Is übersicht installed?' '9 - Experiment with creating your own widgets.\nExperiment with creating your own widgets. Widgets are written in Javascript or Coffeescript (A simplified form of Javascript). You do not need any special software to write code in Javascript. Use a text editor and save the file in the .xhtml format. Some starting instructions can be found on the Übersicht github.\n- Want your desktop to give you a daily greeting? Integrated notifications? Custom display? You are limited only by your coding skill and imagination.' None
'Is skype app installed?' '0 - Testing Your Microphone' None
'Is skype app installed?' '1 - Open the Skype app.\nOpen the Skype app. The Skype app looks like an "S" in a blue icon. Find and tap it on your Apps menu to open the app.' True
'Is skype app installed?' '2 - Tap the Search Skype field.\nTap the Search Skype field. You can find the search field at the top of the Chats page.' None
'Is skype app installed?' '3 - Type Echo into the search field.\nType Echo into the search field. Skype\'s automated sound test service "Echo" will show up at the top of the search results.' None
'Is skype app installed?' '4 - Tap Echo / Sound Test Service in the search results.\nTap Echo / Sound Test Service in the search results. This will open a chat conversation between you and Echo.' None
'Is skype app installed?' '5 - Tap the button.\nTap the button. This icon is in the upper-right corner of your chat conversation. It will start a voice call with Echo.' None
'Is skype app installed?' "6 - Follow Echo's instructions to test your microphone.\nFollow Echo's instructions to test your microphone. Echo will guide you through the sound testing process with voice instructions." None
'Is echo installed?' '0 - Testing Your Microphone' None
'Is echo installed?' '1 - Open the Skype app.\nOpen the Skype app. The Skype app looks like an "S" in a blue icon. Find and tap it on your Apps menu to open the app.' None
'Is echo installed?' '2 - Tap the Search Skype field.\nTap the Search Skype field. You can find the search field at the top of the Chats page.' None
'Is echo installed?' '3 - Type Echo into the search field.\nType Echo into the search field. Skype\'s automated sound test service "Echo" will show up at the top of the search results.' None
'Is echo installed?' '4 - Tap Echo / Sound Test Service in the search results.\nTap Echo / Sound Test Service in the search results. This will open a chat conversation between you and Echo.' True
'Is echo installed?' '5 - Tap the button.\nTap the button. This icon is in the upper-right corner of your chat conversation. It will start a voice call with Echo.' None
'Is echo installed?' "6 - Follow Echo's instructions to test your microphone.\nFollow Echo's instructions to test your microphone. Echo will guide you through the sound testing process with voice instructions." None
'Is skype installed?' '0 - Using Windows' None
'Is skype installed?' '1 - Open Skype on your computer.\nOpen Skype on your computer. The Skype app looks like a white "S" in a blue circle on your Start menu.\n- If you\'re not automatically logged in, tap the Sign In button, and sign in with your Skype Name, email or phone and your password.' True
'Is skype installed?' '2 - Click the Skype tab.\nClick the Skype tab. This button is in the upper-left corner of the app window. It will open a drop-down menu.' None
'Is skype installed?' '3 - Hover over Profile on the Skype menu.\nHover over Profile on the Skype menu. A sub-menu will pop out.' None
'Is skype installed?' '4 - Click Change Sounds.\nClick Change Sounds. This will open your sound settings in a new window.' None
'Is skype installed?' '5 - Click Audio settings on the left sidebar.\nClick Audio settings on the left sidebar. This option is located above Sounds on the left-hand side.' None
'Is skype installed?' "6 - Select your microphone.\nSelect your microphone. Click the drop-down menu next to Microphone and select your default microphone.\n- Here, a green bar indicates your microphone's sound input level. If the green bar is rising when you speak, your microphone is working." None
'Is skype installed?' '7 - Click the blue Save button.\nClick the blue Save button. This will save your new microphone settings.' None
'Is browser installed?' '0 - Using Screen-Fixing Software' None
'Is browser installed?' "1 - Understand how this method works.\nUnderstand how this method works. Screen-fixing software plays a random combination of red, green, and blue hues at a rate of up to 60 flashes per second in an attempt to jar the stuck pixel back into its usual cycle.\n- Screen-fixing software isn't guaranteed to work, but its success rate is usually above 50 percent.\n- There are paid versions of screen-fixing software, but free versions are just as effective at fixing stuck pixels that are still fixable." None
'Is browser installed?' "2 - Avoid using screen-fixing software if you have epilepsy.\nAvoid using screen-fixing software if you have epilepsy. Since screen-fixing programs display rapidly flashing lights in an erratic pattern, you'll want to avoid performing this process yourself if you (or anyone in your family) have epileptic seizures." None
'Is browser installed?' '3 - Open the JScreenFix website.\nOpen the JScreenFix website. Go to http://www.jscreenfix.com/ in your browser. JScreenFix is a free, online app that can fix stuck pixels.' True
'Is browser installed?' "4 - Scroll down and click Launch JScreenFix.\nScroll down and click Launch JScreenFix. It's a blue button near the bottom of the page. This will open the JScreenFix program in your browser." None
'Is browser installed?' "5 - Find the stuck pixel.\nFind the stuck pixel. Most of the browser window will be black, so finding the stuck pixel should be easy.\n- If the stuck pixel isn't in the black section of the window, press F11 to make your browser full-screen. You may have to hold Fn while pressing F11 if the browser doesn't full-screen when pressing F11." None
'Is browser installed?' '6 - Move the pixel-fixer onto the stuck pixel.\nMove the pixel-fixer onto the stuck pixel. Click and drag the box of static over onto the pixel, then drop it there.' None
'Is browser installed?' '7 - Leave the pixel-fixer for at least 10 minutes.\nLeave the pixel-fixer for at least 10 minutes. Make sure not to minimize the window, move the pixel-fixer, or turn off your monitor in the process.\n- If possible, leave the pixel-fixer in place for an hour.' None
'Is browser installed?' "8 - Review the pixel's status.\nReview the pixel's status. Once you've left the pixel-fixer over the pixel for the allotted amount of time, close the window to view the pixel. If the pixel has been fixed, you're done.\n- If the pixel hasn't been fixed, consider shutting down your monitor for a day and then retrying this method. You can also proceed to using pressure and heat to try to fix your monitor, but doing so is not recommended." None
"Is colorimeter 's software installed?" '0 - Using a Colorimeter' None
"Is colorimeter 's software installed?" "1 - Understand that you'll need to buy a colorimeter.\nUnderstand that you'll need to buy a colorimeter. A colorimeter is a piece of hardware that you place on your screen; the hardware works in conjunction with some included software to calibrate your monitor's colors and brightness regardless of ambient light and other distractions." None
"Is colorimeter 's software installed?" '2 - Select and buy a colorimeter based on your needs.\nSelect and buy a colorimeter based on your needs. Colorimeters can range from personal use at a cost of around $150 to corporate use at a cost of over $1000, so buy within your price range.\n- The Spyder line of colorimeters is generally considered to be a reputable, high-performing brand.\n- Make sure that you buy a colorimeter that works with your operating system. Most colorimeters should work on Windows, macOS, and Linux, but cheap alternatives may be locked to a specific operating system.' None
"Is colorimeter 's software installed?" "3 - Make sure you properly prepare your monitor.\nMake sure you properly prepare your monitor. If you haven't set up your monitor in a neutral environment and let it warm up, do so before proceeding.\n- It's very important to make sure that your monitor is spotless as well, since any smudges or grit may prevent the colorimeter from working correctly." None
"Is colorimeter 's software installed?" "4 - Install the colorimeter's software if necessary.\nInstall the colorimeter's software if necessary. Some colorimeters will come with a CD that you'll use to install the colorimeter's software component.\n- Depending on the colorimeter, you may need to do this after plugging in the colorimeter instead of before plugging it in.\n- Your colorimeter may install the proper software upon being plugged in." True
"Is colorimeter 's software installed?" "5 - Plug in your colorimeter.\nPlug in your colorimeter. Plug the colorimeter's USB cable into one of your computer's free USB ports.\n- Make sure you use a USB port that's directly connected to your computer rather than using a USB hub or a USB port on a connected keyboard.\n- You may need to turn on the colorimeter before proceeding." None
"Is colorimeter 's software installed?" '6 - Follow any on-screen prompts.\nFollow any on-screen prompts. Once your computer recognizes the colorimeter, you should see a pop-up window appear; follow any prompts or instructions in the window.' None
"Is colorimeter 's software installed?" "7 - Place the colorimeter over the screen.\nPlace the colorimeter over the screen. The colorimeter should fit in the middle of your monitor's screen with the lens facing your screen.[2]\n- X\n- Research source\n- \n- Most colorimeter software will display an outline that matches the shape of the colorimeter to indicate the general placement of the unit." None
"Is colorimeter 's software installed?" "8 - Initiate the calibration process.\nInitiate the calibration process. Click Next or Start (or similar) in the pop-up window to prompt the calibration software to start running. The software should run until the calibration is complete, at which point you'll be prompted to remove the colorimeter.\n- You may have to click through some more options or follow some on-screen prompts before or during the calibration process." None
'Is wine installed?' '0 - ' None
'Is wine installed?' '1 - Understand the process.\nUnderstand the process. EXE files are not designed for OS X, so you\'ll need to use special software to get them to run. You\'ll be installing the open-source "wine" utility, which adds a Windows "wrapper" to the EXE file, giving it access to the essential Windows files that it needs to run. The wine utility does not work with every Windows EXE file, and some programs work better than others. You do not need a Windows disc to install wine.' None
'Is wine installed?' '2 - Download and install Xcode from the Mac App Store.\nDownload and install Xcode from the Mac App Store. This is a free development tool that is required in order to compile software code. You won\'t be using it directly, but the tools you\'ll be installing to open EXE files relies on it. \n- Start Xcode after you finish downloading it, and click the "Xcode" menu. Select "Preferences" and then click the "Downloads" tab. Click the Install button next to "Command Line Tools".' None
'Is wine installed?' "3 - Download and install MacPorts.\nDownload and install MacPorts. This is a free utility that simplifies the compiling process, which you'll be using to build your version of wine. You can download MacPorts from macports.org/install.php. Click the link for the version of OS X that you are using, and then double-click the .pkg file that is downloaded to your computer to install MacPorts." None
'Is wine installed?' "4 - Open the Terminal.\nOpen the Terminal. You'll need to use the Terminal to adjust some of MacPorts' settings. You can open the Terminal from the Utilities folder." None
'Is wine installed?' "5 - Copy and paste the following command.\nCopy and paste the following command. Paste this command into the Terminal window and press Return: \n- echo export PATH=/opt/local/bin:/opt/local/sbin:\\$PATH$'\\n'export MANPATH=/opt/local/man:\\$MANPATH | sudo tee -a /etc/profile" None
'Is wine installed?' "6 - Enter your admin password.\nEnter your admin password. You will be prompted for your admin password before the command can run. You won't see anything as you type the password. Press Return after you have finished typing the password. If you don't have a password associated with the admin account, the process will fail." None
'Is wine installed?' '7 - Copy and paste the following command.\nCopy and paste the following command. This command will tell MacPorts whether or not you have a 64-bit system. Paste the following command and press Return: \n- if [ `sysctl -n hw.cpu64bit_capable` -eq 1 ] ; then echo "+universal" | sudo tee -a /opt/local/etc/macports/variants.conf; else echo "n/a"; fi' None
'Is wine installed?' '8 - Enter the command to agree to the Xcode license.\nEnter the command to agree to the Xcode license. This quick command will tell Xcode that you agree to the license agreement, allowing you to compile code. Close and reopen the Terminal window after running this command: \n- sudo xcodebuild -license' None
'Is wine installed?' "9 - Enter the command to install wine.\nEnter the command to install wine. Once you've reopened the Terminal window, you can start installing wine. You may be prompted for the admin password again. The installation process may take a while to complete. You'll know that it's finished when you are returned to the Terminal input: \n- sudo port install wine" True
'Is wine installed?' "10 - Navigate to the location of the EXE file.\nNavigate to the location of the EXE file. Use the cd command to navigate to the location that your EXE file is stored on your Mac. You'll need to do this through the Terminal." None
'Is wine installed?' "11 - Use wine to run the EXE file.\nUse wine to run the EXE file. Enter the following command to run an EXE file that's in your current directory. Replace fileName with the actual file's name: \n- wine fileName.exe" None
'Is wine installed?' "12 - Use the program as you normally would.\nUse the program as you normally would. If the EXE file is a standalone program, you'll be able to start using it immediately. If it's a setup file for a program, you'll be able to proceed through the installation prompts as if you were using Windows. \n- Not every program works with wine. For a full list of compatible programs, visit appdb.winehq.org." None
'Is wine installed?' "13 - Open programs that have been installed.\nOpen programs that have been installed. If you used an EXE file to install a program, you'll need to use wine to run the installed program file. \n- Type cd ~/.wine/drive_c/Program\\ Files/ to open the Program Files directory that your wine programs are installed to.\n- Type ls to see a list of all of your installed programs. Type cd programName to open a program's directory. If the program's directory has a space, you'll need to include a \\ before the space. For example, Microsoft Office would be cd Microsoft\\ Office.\n- Type ls again in the program's directory to find the EXE file.\n- Type wine fileName.exe to run the program." None
'Is wine installed?' '14 - Install the Mono libraries if the program requires .NET.\nInstall the Mono libraries if the program requires .NET. .NET is a software library for many Windows programs, and Mono is the open-source replacement that wine can use. you only need to install this if your programs require .NET.[2]\n- X\n- Research source\n- \n- \n- Type sudo port install winetricks and press Return.\n- Type winetricks mono210 and press Return to install Mono.' None
'Is xcode installed?' '0 - ' None
'Is xcode installed?' '1 - Understand the process.\nUnderstand the process. EXE files are not designed for OS X, so you\'ll need to use special software to get them to run. You\'ll be installing the open-source "wine" utility, which adds a Windows "wrapper" to the EXE file, giving it access to the essential Windows files that it needs to run. The wine utility does not work with every Windows EXE file, and some programs work better than others. You do not need a Windows disc to install wine.' None
'Is xcode installed?' '2 - Download and install Xcode from the Mac App Store.\nDownload and install Xcode from the Mac App Store. This is a free development tool that is required in order to compile software code. You won\'t be using it directly, but the tools you\'ll be installing to open EXE files relies on it. \n- Start Xcode after you finish downloading it, and click the "Xcode" menu. Select "Preferences" and then click the "Downloads" tab. Click the Install button next to "Command Line Tools".' True
'Is xcode installed?' "3 - Download and install MacPorts.\nDownload and install MacPorts. This is a free utility that simplifies the compiling process, which you'll be using to build your version of wine. You can download MacPorts from macports.org/install.php. Click the link for the version of OS X that you are using, and then double-click the .pkg file that is downloaded to your computer to install MacPorts." None
'Is xcode installed?' "4 - Open the Terminal.\nOpen the Terminal. You'll need to use the Terminal to adjust some of MacPorts' settings. You can open the Terminal from the Utilities folder." None
'Is xcode installed?' "5 - Copy and paste the following command.\nCopy and paste the following command. Paste this command into the Terminal window and press Return: \n- echo export PATH=/opt/local/bin:/opt/local/sbin:\\$PATH$'\\n'export MANPATH=/opt/local/man:\\$MANPATH | sudo tee -a /etc/profile" None
'Is xcode installed?' "6 - Enter your admin password.\nEnter your admin password. You will be prompted for your admin password before the command can run. You won't see anything as you type the password. Press Return after you have finished typing the password. If you don't have a password associated with the admin account, the process will fail." None
'Is xcode installed?' '7 - Copy and paste the following command.\nCopy and paste the following command. This command will tell MacPorts whether or not you have a 64-bit system. Paste the following command and press Return: \n- if [ `sysctl -n hw.cpu64bit_capable` -eq 1 ] ; then echo "+universal" | sudo tee -a /opt/local/etc/macports/variants.conf; else echo "n/a"; fi' None
'Is xcode installed?' '8 - Enter the command to agree to the Xcode license.\nEnter the command to agree to the Xcode license. This quick command will tell Xcode that you agree to the license agreement, allowing you to compile code. Close and reopen the Terminal window after running this command: \n- sudo xcodebuild -license' None
'Is xcode installed?' "9 - Enter the command to install wine.\nEnter the command to install wine. Once you've reopened the Terminal window, you can start installing wine. You may be prompted for the admin password again. The installation process may take a while to complete. You'll know that it's finished when you are returned to the Terminal input: \n- sudo port install wine" None
'Is xcode installed?' "10 - Navigate to the location of the EXE file.\nNavigate to the location of the EXE file. Use the cd command to navigate to the location that your EXE file is stored on your Mac. You'll need to do this through the Terminal." None
'Is xcode installed?' "11 - Use wine to run the EXE file.\nUse wine to run the EXE file. Enter the following command to run an EXE file that's in your current directory. Replace fileName with the actual file's name: \n- wine fileName.exe" None
'Is xcode installed?' "12 - Use the program as you normally would.\nUse the program as you normally would. If the EXE file is a standalone program, you'll be able to start using it immediately. If it's a setup file for a program, you'll be able to proceed through the installation prompts as if you were using Windows. \n- Not every program works with wine. For a full list of compatible programs, visit appdb.winehq.org." None
'Is xcode installed?' "13 - Open programs that have been installed.\nOpen programs that have been installed. If you used an EXE file to install a program, you'll need to use wine to run the installed program file. \n- Type cd ~/.wine/drive_c/Program\\ Files/ to open the Program Files directory that your wine programs are installed to.\n- Type ls to see a list of all of your installed programs. Type cd programName to open a program's directory. If the program's directory has a space, you'll need to include a \\ before the space. For example, Microsoft Office would be cd Microsoft\\ Office.\n- Type ls again in the program's directory to find the EXE file.\n- Type wine fileName.exe to run the program." None
'Is xcode installed?' '14 - Install the Mono libraries if the program requires .NET.\nInstall the Mono libraries if the program requires .NET. .NET is a software library for many Windows programs, and Mono is the open-source replacement that wine can use. you only need to install this if your programs require .NET.[2]\n- X\n- Research source\n- \n- \n- Type sudo port install winetricks and press Return.\n- Type winetricks mono210 and press Return to install Mono.' None
'Is macports installed?' '0 - ' None
'Is macports installed?' '1 - Understand the process.\nUnderstand the process. EXE files are not designed for OS X, so you\'ll need to use special software to get them to run. You\'ll be installing the open-source "wine" utility, which adds a Windows "wrapper" to the EXE file, giving it access to the essential Windows files that it needs to run. The wine utility does not work with every Windows EXE file, and some programs work better than others. You do not need a Windows disc to install wine.' None
'Is macports installed?' '2 - Download and install Xcode from the Mac App Store.\nDownload and install Xcode from the Mac App Store. This is a free development tool that is required in order to compile software code. You won\'t be using it directly, but the tools you\'ll be installing to open EXE files relies on it. \n- Start Xcode after you finish downloading it, and click the "Xcode" menu. Select "Preferences" and then click the "Downloads" tab. Click the Install button next to "Command Line Tools".' None
'Is macports installed?' "3 - Download and install MacPorts.\nDownload and install MacPorts. This is a free utility that simplifies the compiling process, which you'll be using to build your version of wine. You can download MacPorts from macports.org/install.php. Click the link for the version of OS X that you are using, and then double-click the .pkg file that is downloaded to your computer to install MacPorts." True
'Is macports installed?' "4 - Open the Terminal.\nOpen the Terminal. You'll need to use the Terminal to adjust some of MacPorts' settings. You can open the Terminal from the Utilities folder." None
'Is macports installed?' "5 - Copy and paste the following command.\nCopy and paste the following command. Paste this command into the Terminal window and press Return: \n- echo export PATH=/opt/local/bin:/opt/local/sbin:\\$PATH$'\\n'export MANPATH=/opt/local/man:\\$MANPATH | sudo tee -a /etc/profile" None
'Is macports installed?' "6 - Enter your admin password.\nEnter your admin password. You will be prompted for your admin password before the command can run. You won't see anything as you type the password. Press Return after you have finished typing the password. If you don't have a password associated with the admin account, the process will fail." None
'Is macports installed?' '7 - Copy and paste the following command.\nCopy and paste the following command. This command will tell MacPorts whether or not you have a 64-bit system. Paste the following command and press Return: \n- if [ `sysctl -n hw.cpu64bit_capable` -eq 1 ] ; then echo "+universal" | sudo tee -a /opt/local/etc/macports/variants.conf; else echo "n/a"; fi' None
'Is macports installed?' '8 - Enter the command to agree to the Xcode license.\nEnter the command to agree to the Xcode license. This quick command will tell Xcode that you agree to the license agreement, allowing you to compile code. Close and reopen the Terminal window after running this command: \n- sudo xcodebuild -license' None
'Is macports installed?' "9 - Enter the command to install wine.\nEnter the command to install wine. Once you've reopened the Terminal window, you can start installing wine. You may be prompted for the admin password again. The installation process may take a while to complete. You'll know that it's finished when you are returned to the Terminal input: \n- sudo port install wine" None
'Is macports installed?' "10 - Navigate to the location of the EXE file.\nNavigate to the location of the EXE file. Use the cd command to navigate to the location that your EXE file is stored on your Mac. You'll need to do this through the Terminal." None
'Is macports installed?' "11 - Use wine to run the EXE file.\nUse wine to run the EXE file. Enter the following command to run an EXE file that's in your current directory. Replace fileName with the actual file's name: \n- wine fileName.exe" None
'Is macports installed?' "12 - Use the program as you normally would.\nUse the program as you normally would. If the EXE file is a standalone program, you'll be able to start using it immediately. If it's a setup file for a program, you'll be able to proceed through the installation prompts as if you were using Windows. \n- Not every program works with wine. For a full list of compatible programs, visit appdb.winehq.org." None
'Is macports installed?' "13 - Open programs that have been installed.\nOpen programs that have been installed. If you used an EXE file to install a program, you'll need to use wine to run the installed program file. \n- Type cd ~/.wine/drive_c/Program\\ Files/ to open the Program Files directory that your wine programs are installed to.\n- Type ls to see a list of all of your installed programs. Type cd programName to open a program's directory. If the program's directory has a space, you'll need to include a \\ before the space. For example, Microsoft Office would be cd Microsoft\\ Office.\n- Type ls again in the program's directory to find the EXE file.\n- Type wine fileName.exe to run the program." None
'Is macports installed?' '14 - Install the Mono libraries if the program requires .NET.\nInstall the Mono libraries if the program requires .NET. .NET is a software library for many Windows programs, and Mono is the open-source replacement that wine can use. you only need to install this if your programs require .NET.[2]\n- X\n- Research source\n- \n- \n- Type sudo port install winetricks and press Return.\n- Type winetricks mono210 and press Return to install Mono.' None
'Is disk burner software installed?' '0 - Downloading and Burning the CentOS ISO File' None
'Is disk burner software installed?' '1 - Navigate to the CentOS downloads page at https:__www.centos.org_download_.\nNavigate to the CentOS downloads page at https://www.centos.org/download/.\n- ;' None
'Is disk burner software installed?' '2 - Click on “DVD ISO.\nClick on “DVD ISO.” The Web page will refresh and display a number of ISO files for the latest version of CentOS hosted by users in the CentOS community.' None
'Is disk burner software installed?' '3 - Click on any ISO link, then select the option to save the file to your desktop.\nClick on any ISO link, then select the option to save the file to your desktop. You must burn the ISO file to CD or DVD before you can install CentOS on your system.' None
'Is disk burner software installed?' '4 - Insert a recordable CD or DVD into the disc drive on your computer.\nInsert a recordable CD or DVD into the disc drive on your computer.' None
'Is disk burner software installed?' '5 - Navigate to your desktop and double-click on the ISO file.\nNavigate to your desktop and double-click on the ISO file. Your computer will recognize that the ISO file must be burned to disk, and automatically launch your default disk burner software.\n- Launch Disk Utility if using Mac OS X, then click on “File,” select “Open Disk Image,” and open the ISO file you want burned to CD or DVD.' True
'Is disk burner software installed?' '6 - Click on “Burn.\nClick on “Burn.” Your disk burner software will then burn the CentOS ISO file to your disc.' None
'Is etcher installed?' '0 - Running Chromium OS from a USB drive in Live Mode' None
'Is etcher installed?' "1 - Download Chromium OS build from http:__chromium.arnoldthebat.co.uk.\nDownload Chromium OS build from http://chromium.arnoldthebat.co.uk. You'll want to download the latest daily Chromium build. The builds are usually listed from most recent, so the first listing should be the download you want." None
'Is etcher installed?' "2 - Extract the zipped image.\nExtract the zipped image. The file downloaded as a .img.7z, so you'll want to download an unzipper like 7-Zip (Windows) or Keka (Mac), which are both free programs." None
'Is etcher installed?' '3 - Format\nFormat the USB drive to FAT32. If you see "MS-DOS FAT" instead, it\'s the same thing as FAT32.[3]\n- X\n- Research source\n- \n- \n- In Windows, you can format your drive by navigating to your USB drive File Explorer, then clicking Manage and selecting Format. In the window that pops us, select Fat32 from the drop-down list in "File System" and click Start and OK. All the information on that drive will be deleted as it formats.\n- With Macs, you need to access Disk Utility from the Utilities folder in Finder, select your USB drive, then click the Erase tab. Make sure the window next to "Format" says "MS-DOS (FAT)" before clicking Erase.' None
'Is etcher installed?' "4 - Download Etcher from https:__www.balena.io_etcher_.\nDownload Etcher from https://www.balena.io/etcher/. You'll want to click the green download button to change the download version if you need to.\n- Etcher helps you flash OS images to SD cards & USB drives.\n- Install Etcher once it downloads by running the Installer wizard and either following the on-screen prompts (Windows) or by dragging and dropping the program icon into the Applications folder (Mac)." True
'Is etcher installed?' "5 - Flash the installed images from your computer to the USB.\nFlash the installed images from your computer to the USB. You'll find Etcher in your Start Menu or Applications folder.\n- Click Select Image and select the Chromium OS image file.\n- Click Select Drive and choose the USB drive you formatted.\n- Click Flash to begin the process of flashing the image to your USB drive. Once the flash is complete, Etcher will begin validating the final product.\n- Do not close the program until you see it's 100% finished." None
'Is etcher installed?' "6 - Restart your computer and boot from the USB drive.\nRestart your computer and boot from the USB drive. This can usually be done using a keyboard command such as F12 (Windows) or Option (Mac) as the computer reboots.\n- If you're using Windows and can't boot from the USB drive, see this wikiHow to learn how to check (and change) the boot order.\n- Make sure the computer boots from the USB drive to boot with Chromium OS.\n- Make sure you connect to a WiFi network once Chromium OS has booted so you can log in to your guest or Google account to access all the features available to the web-based OS.[4]\n- X\n- Research source" None
'Is web browser installed?' '0 - Using DeskLock on Windows' None
'Is web browser installed?' '1 - Go to the DeskLock download page in a web browser.\nGo to the DeskLock download page in a web browser. In a web browser, go to http://www.intowindows.com/lock-desktop-icons-windows and scroll down towards the bottom of the page.' True
'Is web browser installed?' "2 - Click Download Desklock.\nClick Download Desklock. It's the link at the bottom of the article." None
'Is web browser installed?' '3 - Click DeskLock.\nClick DeskLock. It\'s the download link labeled "DeskLock v1.2" on the page next to the image of icons on a desktop. This starts the DeskLock download.' None
'Is web browser installed?' '4 - Double-click the "DeskLock.exe" file.\nDouble-click the "DeskLock.exe" file. Go to the location you downloaded the DeskLock application and double-click it start the app. DeskLock is a small program and doesn\'t need to be installed.\n- By default, all downloaded files can be found in your Download folder.' None
'Is web browser installed?' '5 - Right-click the DeskLock icon in your taskbar.\nRight-click the DeskLock icon in your taskbar. It\'s a green icon with an "S" when it\'s not enabled. It\'s a blue and white icon with a yellow padlock when enabled. It\'s located in the bottom-right of the taskbar.' None
'Is web browser installed?' '6 - Click Enabled.\nClick Enabled. This turns on DeskLock and locks your desktop icons.\n- If your icons are not locked, right-click the DeskLock icon in the system tray and go to Settings. Then make sure the checkbox next to Lock icons is checked and press OK.' None
'Is web browser installed?' '0 - Creating a Bootable Drive' None
'Is web browser installed?' "1 - Install Windows\nInstall Windows. If you haven't already done so, you should install Windows before installing any other operating systems. Other operating systems, such as Linux are designed so they can work alongside Windows. If you have not installed an operating system on your PC, make sure you install Windows first.[1]\n- X\n- Research source\n- \n- The exception is if you are trying to dual-boot Windows alongside macOS on a Mac. Macs are built a little different than most standard PCs and generally come with macOS already installed.\n- ;" None
'Is web browser installed?' '2 - Navigate to https:__rufus.ie_ in a web browser.\nNavigate to https://rufus.ie/ in a web browser. This is the web page to download Rufus which is a tool used to create a USB install drive that you can use to install an operating system on your computer.\n- You can also use an official install CD or DVD.' True
'Is web browser installed?' '3 - Download and install Rufus.\nDownload and install Rufus. Use the following steps to download and install Rufus from the download page.\n- Scroll down and click Rufus 3.8\n- Run the "Rufus-3.8.exe" from within your web browser or Downloads folder.' None
'Is web browser installed?' '4 - Download a disk image (ISO) for the operating system you want to install.\nDownload a disk image (ISO) for the operating system you want to install. A disk image is data that goes on an install disk, DVD or USB drive. You will need to go to the website of the operating system you want to download and download the ISO file from that website. The following links contain operating system ISO images you can download:\n- Windows 10\n- Windows 8\n- Windows 7\n- Ubuntu\n- Linux Mint\n- Debian\n- Installing macOS on a non-Apple computer is more complicated than installing other operating systems, but it is possible.' None
'Is web browser installed?' "5 - Insert a blank USB flash drive.\nInsert a blank USB flash drive. Make sure the USB drive has enough space for the operating system you want to install. Also, make sure the USB drive you use doesn't have any important data that you don't want to lose. Insert the USB drive into an open USB port on your computer." None
'Is web browser installed?' '6 - Open Rufus.\nOpen Rufus. It has an icon that resembles a USB flash drive. Click the Rufus icon in your Windows Start menu to open Rufus.' None
'Is web browser installed?' '7 - Select your USB flash drive.\nSelect your USB flash drive. Use the drop-down menu below "Devices" to select your USB flash drive.' None
'Is web browser installed?' '8 - Click Select.\nClick Select. It\'s the button to the right of "Boot Selection" in Rufus. This opens a file browser you can use to select the ISO file for the operating system you want to install.' None
'Is web browser installed?' '9 - Select the operating system ISO file and click Open.\nSelect the operating system ISO file and click Open. This loads the ISO file into Rufus.' None
'Is web browser installed?' "10 - Click Start.\nClick Start. It's at the bottom of Rufus on the right. This starts the process of righting the ISO file to the USB drive. This may take a while to complete." None
'Is rufus installed?' '0 - Creating a Bootable Drive' None
'Is rufus installed?' "1 - Install Windows\nInstall Windows. If you haven't already done so, you should install Windows before installing any other operating systems. Other operating systems, such as Linux are designed so they can work alongside Windows. If you have not installed an operating system on your PC, make sure you install Windows first.[1]\n- X\n- Research source\n- \n- The exception is if you are trying to dual-boot Windows alongside macOS on a Mac. Macs are built a little different than most standard PCs and generally come with macOS already installed.\n- ;" None
'Is rufus installed?' '2 - Navigate to https:__rufus.ie_ in a web browser.\nNavigate to https://rufus.ie/ in a web browser. This is the web page to download Rufus which is a tool used to create a USB install drive that you can use to install an operating system on your computer.\n- You can also use an official install CD or DVD.' None
'Is rufus installed?' '3 - Download and install Rufus.\nDownload and install Rufus. Use the following steps to download and install Rufus from the download page.\n- Scroll down and click Rufus 3.8\n- Run the "Rufus-3.8.exe" from within your web browser or Downloads folder.' True
'Is rufus installed?' '4 - Download a disk image (ISO) for the operating system you want to install.\nDownload a disk image (ISO) for the operating system you want to install. A disk image is data that goes on an install disk, DVD or USB drive. You will need to go to the website of the operating system you want to download and download the ISO file from that website. The following links contain operating system ISO images you can download:\n- Windows 10\n- Windows 8\n- Windows 7\n- Ubuntu\n- Linux Mint\n- Debian\n- Installing macOS on a non-Apple computer is more complicated than installing other operating systems, but it is possible.' None
'Is rufus installed?' "5 - Insert a blank USB flash drive.\nInsert a blank USB flash drive. Make sure the USB drive has enough space for the operating system you want to install. Also, make sure the USB drive you use doesn't have any important data that you don't want to lose. Insert the USB drive into an open USB port on your computer." None
'Is rufus installed?' '6 - Open Rufus.\nOpen Rufus. It has an icon that resembles a USB flash drive. Click the Rufus icon in your Windows Start menu to open Rufus.' None
'Is rufus installed?' '7 - Select your USB flash drive.\nSelect your USB flash drive. Use the drop-down menu below "Devices" to select your USB flash drive.' None
'Is rufus installed?' '8 - Click Select.\nClick Select. It\'s the button to the right of "Boot Selection" in Rufus. This opens a file browser you can use to select the ISO file for the operating system you want to install.' None
'Is rufus installed?' '9 - Select the operating system ISO file and click Open.\nSelect the operating system ISO file and click Open. This loads the ISO file into Rufus.' None
'Is rufus installed?' "10 - Click Start.\nClick Start. It's at the bottom of Rufus on the right. This starts the process of righting the ISO file to the USB drive. This may take a while to complete." None
'Is macrium reflect installed?' '0 - On Windows' None
'Is macrium reflect installed?' '1 - Back up your old hard drive.\nBack up your old hard drive. Before you begin the process of transferring your Windows installation to a new SSD, it\'s recommended that you backup your hard drive. This protects your files in case something goes wrong. You may also need to remove some files from your current hard drive so that it fits on a new SSD. Read "How to Back Up A Computer" to learn more about how to back up the files on your computer.\n- ;' None
'Is macrium reflect installed?' '2 - Install your SSD.\nInstall your SSD. The way you install a new hard drive varies depending on the make and model of your computer. Read "How to Install an SSD into a Desktop Computer" or "How to Install an SSD in Your Laptop" to learn more about how to install an SSD.\n- If your computer doesn\'t have space for two hard drives, you will need to purchase a kit that allows you to connect your SSD externally.' None
'Is macrium reflect installed?' '3 - Remove files from your current drive (if needed).\nRemove files from your current drive (if needed). SSDs often have much smaller storage space than traditional hard disk drives (HDD). In order to clone your current hard drive to an SSD, it may be necessary to remove files so that the contents of your current hard drive can fit on your new SSD. If you backed up your old hard drive, you can transfer files you remove back to your old hard drive after the cloning process is complete.' None
'Is macrium reflect installed?' '4 - Defrag your old hard drive (optional).\nDefrag your old hard drive (optional). Defragging your hard drive makes it easier for your computer to read your hard drive. This can speed up the cloning process. Read "How to Defragment a Disk on a Windows Computer" to learn how to defrag your hard drive.' None
'Is macrium reflect installed?' "5 - Go to https:__www.macrium.com_reflectfree.\nGo to https://www.macrium.com/reflectfree. Macrium Reflect is a tool you can download to help you clone your hard drive. It's free for home use." None
'Is macrium reflect installed?' '6 - Download and Install Macrium Reflect.\nDownload and Install Macrium Reflect. Use the following steps to download Macrium Reflect.\n- Click Home Use on the webpage.\n- Click the "ReflectDLHF.exe" file in your web browser or Downloads folder.\n- Click Download in the install wizard\n- Click Yes to allow Macrium to make changes to your device.\n- Click Next.\n- Click "I agree to the terms in the License Agreement" and click Next\n- Click Home and click Next.\n- Type your name and email and click Next.\n- Click Next.\n- Click Install.\n- Click Finish.' True
'Is macrium reflect installed?' "7 - Open Macrium Reflect.\nOpen Macrium Reflect. Macrium Reflect will open automatically after the installation finishes. If you need to open it at a later date, it's the app that has a white circle icon with two blue curved arrows.\n- If asked to create a rescue media, click No if you already backed up your hard drive. If you have not backed up your hard drive, click Yes and follow the instructions." None
'Is macrium reflect installed?' '8 - Click the checkbox next to the hard drive with your Windows Installation.\nClick the checkbox next to the hard drive with your Windows Installation. Macrium Reflect displays all the hard drives you have installed on your computer. All drive partitions are listed in the same row. Click the checkbox to the left of the row to select all partitions for the hard drive.' None
'Is macrium reflect installed?' "9 - Click Clone this disk.\nClick Clone this disk. It's below the hard drive you selected and to the right. This opens another window that will assist you in cloning the drive." None
'Is macrium reflect installed?' '10 - Click Select a disk to clone to.\nClick Select a disk to clone to. The Clone window displays the source drive in the box at the top. You can click the checkbox in each partition to select which partitions you want to include in the clone. The box on the bottom is for the destination drive. Click "Select a disk to clone to" to open a list of drives to select as your destination drive.' None
'Is macrium reflect installed?' '11 - Select the your new SSD and click Next.\nSelect the your new SSD and click Next. Your new SSD should be listed as a blank drive. If your not sure which drive is the new drive, check how much hard drive space your new SSD has and click the drive with roughly the same amount of hard drive space. Click Next when you are ready to continue.' None
'Is macrium reflect installed?' '12 - Add a schedule, or click Next.\nAdd a schedule, or click Next. Since Cloning a hard drive can take a while, Macrium Reflect gives you the option to schedule a time for you to clone your drive. If you wish to do this, click Add Schedule and follow the directions to create a schedule. Otherwise, click Next to proceed immediately.' None
'Is macrium reflect installed?' '13 - Click Finish.\nClick Finish. This screen displays all the partitions that are going to be copied over to the new SSD. Click Finish at the bottom of Macrium Reflect to proceed.' None
'Is macrium reflect installed?' '14 - Click Ok.\nClick Ok. This begins the cloning process. This may take several hours to complete.[1]\n- X\n- Research source' None
'Is macrium reflect installed?' '15 - Restart your computer.\nRestart your computer. After you finish cloning your hard drive, you will need to change the boot drive order in the BIOS. That way your computer will boot off the new SSD, instead of the old hard drive. Restart your computer to boot into the BIOS. Use the following steps to restart your computer.\n- Click the Windows Start button.\n- Click the icon that has a circle with a line through the top.\n- Click Restart.' None
'Is macrium reflect installed?' '16 - Boot into the BIOS.\nBoot into the BIOS. Enter your computer BIOS while your computer boots up by pressing the BIOS key during the startup process. Typically your hold "ESC" or hold one of the Function (F of Fn) keys while your computer boots up. Check online, or consult your computer\'s manual to learn how to enter the BIOS for your computer. Read How To Change Computer BIOS Settings to learn more.' None