Misc. cleanup of line-endings, usage of - vs :, titling of header.

This commit is contained in:
Joshua Strobl 2017-05-16 16:51:50 +03:00
parent 427429c018
commit 4a03b62782
4 changed files with 8 additions and 10 deletions

View File

@ -1,7 +1,7 @@
+++
title = "Configuring Date and Time"
+++
# Configuring Date and time
# Configuring Date and Time
You can configure the date and time of your system by going to the Budgie Menu, opening the Settings app and then going to the Date & Time section.

View File

@ -8,8 +8,7 @@ To add and remove users on your Solus system, go to the Budgie Menu, open the Se
{{< altimg "settings-users.jpg" "help-center/configuration/managing-users/" >}}
*Your window should look fairly similar to the one above.*
To manage your own or other accounts, you first need to authenticate. Click the Unlock button in the top right corner and type your password. Note that you are required to be an administrator. If you're the only user on
the system, then your account is an administrator by default.
To manage your own or other accounts, you first need to authenticate. Click the Unlock button in the top right corner and type your password. Note that you are required to be an administrator. If you're the only user on the system, then your account is an administrator by default.
In the event it is correct, the Unlock button will change to Lock and the Add / Remove buttons will be clickable.

View File

@ -20,8 +20,7 @@ You can further check by:
2. Rebooting.
3. Running the following command: `sudo ideviceinfo -q com.apple.mobile.iTunes -k DBVersion` **while your iOS device is plugged in**.
What this command does is query the device to obtain the version of its database. If the version is **greater than 4**, your device is not capable of synchronizing music and video. You may notice it appear in Files / Nautilus as
"Documents of DeviceName", however this typically only provides a limited set of data from applications.
What this command does is query the device to obtain the version of its database. If the version is **greater than 4**, your device is not capable of synchronizing music and video. You may notice it appear in Files / Nautilus as "Documents of DeviceName", however this typically only provides a limited set of data from applications.
## Mounting in Nautilus

View File

@ -153,7 +153,7 @@ This will write the contents of the ISO to the thumb drive so you can boot it an
#### DVD
Since OS X El Capitan (10.11), the easiest way to burn a DVD is -
Since OS X El Capitan (10.11), the easiest way to burn a DVD is:
1. Insert your DVD and open Finder.
2. Right click on the ISO image.
@ -170,7 +170,7 @@ Since OS X El Capitan (10.11), the easiest way to burn a DVD is -
2. Click on “Select image” and then select the ISO and click “Open”.
3. Etcher will automatically select your USB drive. If it has selected the wrong one, click “Change” and select the correct one.
4. Click “Flash!”.
5. You may be prompted for your macOS user password.
5. You may be prompted for your macOS user password.
{{< altimg "mac-etcher.jpg" "help-center/installation/preparing-to-install/" >}}
@ -206,13 +206,13 @@ You should see output similar to this -
From this output, we can see the USB drive is listed as - `/dev/disk1 (external, physical)`. In this example, the IDENTIFIER is `disk1`. Please note, your USB drive may have a different identifier. You should be able to tell which is your USB drive by checking the name and size.
3. macOS usually auto-mounts USB drives so youll need to unmount it first before proceeding. Use the following command and replace `IDENTIFIER` with the correct identifier we found in step 2.
3. macOS usually auto-mounts USB drives so youll need to unmount it first before proceeding. Use the following command and replace `IDENTIFIER` with the correct identifier we found in step 2.
``` bash
diskutil unmountDisk /dev/IDENTIFIER
```
4. Now navigate to the folder that has the downloaded ISO. This could be your Macs Downloads folder. The following command will get you there -
4. Now navigate to the folder that has the downloaded ISO. This could be your Macs Downloads folder. The following command will get you there:
``` bash
cd ~/Downloads
@ -238,4 +238,4 @@ Now it is time to restart your computer to boot the DVD or USB. Most computers w
This is usually accessible by pressing `F9` or `F12` while your computer is booting. On some devices it may also be `ESC`.
Macs will boot to the "Startup Manager" by holding down the Option (Alt) key. The DVD or USB drive will most likely show up as "EFI Boot".
Macs will boot to the "Startup Manager" by holding down the Option (Alt) key. The DVD or USB drive will most likely show up as "EFI Boot".