You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ The Ubuntu Forums "system-info" script queries the users computer and prepares a
5
5
- Creates the file `system-info.txt` at the base of the user's home directory.
6
6
- Masks all sensitive info, like IP addresses, MAC addresses, Full FQDN and Serial numbers, automatically in a meaningful way.
7
7
- The script displays the report results within the 'less' utility to review the results, one screen at a time. To navigate from there, press the space bar, left, right, up, down, page up or page down keys to navigate. If in a graphical terminal session, you can also use mouse navigation. Press the "q" key to exit "less" and continue. It will print the final report and offer to upload to pastebin site.
8
-
- Offers to post the results to the Ubuntu `pastebinit` provider if that program is installed, and a sufficiently reliable internet connection is available. This is the easiest way to share the sanitized results with the Ubuntu Community for support. After succssful upload to the pastebin, it will both display and log the URL of the uploaded report (`~/system-info-link.log`), for you to copy and paste in your post on the Ubuntu Forums.
8
+
- Offers to post the results to the Ubuntu `pastebinit` provider if that program is installed, and a sufficiently reliable internet connection is available. This is the easiest way to share the sanitized results with the Ubuntu Community for support. After successful upload to the pastebin, it will both display and log the URL of the uploaded report (`~/system-info-link.log`), for you to copy and paste in your post on the Ubuntu Forums.
9
9
- Future versions may have an option to create the archive `system-info.tar.gz` if the report exceeds 19.5 kB in size.
10
10
11
11
@@ -24,7 +24,7 @@ This will download the script, make it executable, and run it, all in a row.
24
24
Or, from a GUI Desktop, this way:
25
25
26
26
1.[Download][1] the script
27
-
2. In Nautilus or other file broswer, From File Properties, Permissions, Make it executable.
27
+
2. In Nautilus or other file browser, From File Properties, Permissions, Make it executable.
28
28
3. Run it from your file browser or a Run dialog from kdialog
0 commit comments