From 4a03b62782a48441fadc1cd9641d511b59839255 Mon Sep 17 00:00:00 2001 From: Joshua Strobl Date: Tue, 16 May 2017 16:51:50 +0300 Subject: [PATCH] Misc. cleanup of line-endings, usage of - vs :, titling of header. --- configuration/configuring-date-and-time/en.md | 2 +- configuration/managing-users/en.md | 3 +-- hardware/ios-support/en.md | 3 +-- installation/preparing-to-install/en.md | 10 +++++----- 4 files changed, 8 insertions(+), 10 deletions(-) diff --git a/configuration/configuring-date-and-time/en.md b/configuration/configuring-date-and-time/en.md index 83b09f2..8676848 100755 --- a/configuration/configuring-date-and-time/en.md +++ b/configuration/configuring-date-and-time/en.md @@ -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. diff --git a/configuration/managing-users/en.md b/configuration/managing-users/en.md index 07561f3..3f57cd0 100755 --- a/configuration/managing-users/en.md +++ b/configuration/managing-users/en.md @@ -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. diff --git a/hardware/ios-support/en.md b/hardware/ios-support/en.md index 0aba216..5e7007d 100644 --- a/hardware/ios-support/en.md +++ b/hardware/ios-support/en.md @@ -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 diff --git a/installation/preparing-to-install/en.md b/installation/preparing-to-install/en.md index a614903..28c1499 100755 --- a/installation/preparing-to-install/en.md +++ b/installation/preparing-to-install/en.md @@ -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 you’ll 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 you’ll 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 Mac’s Downloads folder. The following command will get you there - +4. Now navigate to the folder that has the downloaded ISO. This could be your Mac’s 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". \ No newline at end of file