mirror of
https://github.com/tiyn/wiki.git
synced 2026-09-13 18:41:35 +02:00
Typography: Removed comma after 'Afterwards' at the begin of sentence
This commit is contained in:
@@ -73,14 +73,14 @@ To access the files of the system an Arch Linux boot stick has to be created as
|
||||
[a previous section](#create-installation-medium).
|
||||
After booting into it set your keymap layout using the `loadkeys` setup similar to
|
||||
[the installation preparation](/wiki/linux/arch-linux/installation.md#1-preparation).
|
||||
Afterward, [mount](/wiki/linux/disk-management.md#mounting) the partition that contains the root
|
||||
Afterward [mount](/wiki/linux/disk-management.md#mounting) the partition that contains the root
|
||||
file system to the `/mnt` directory.
|
||||
It is possible that LUKS encrypted file systems need to be
|
||||
[opened](/wiki/linux/dm-crypt.md#openclose-an-encrypted-volume) and then mounted using the
|
||||
`/dev/mapper` symbolic link.
|
||||
On some systems there are home or boot file system that have to be mounted on `/mnt/boot` or
|
||||
`/mnt/home` after mounting the root file system.
|
||||
Afterward, use `arch-chroot /mnt` to get into the not bootable system.
|
||||
Afterward use `arch-chroot /mnt` to get into the not bootable system.
|
||||
Now the command line of the system can be accessed for troubleshooting.
|
||||
After troubleshooting `exit` the system and [unmount](/wiki/linux/disk-management.md#mounting) all
|
||||
previously mounted file systems and try to boot back into the system.
|
||||
@@ -89,7 +89,7 @@ If the system broke during an update then the easiest way to fix it, is by runni
|
||||
command again.
|
||||
The used command can be found in `/var/log/pacman.log`.
|
||||
Make sure to run exactly this command.
|
||||
Afterward, try to reboot into the system.
|
||||
Afterward try to reboot into the system.
|
||||
|
||||
Another common source for not bootable systems is
|
||||
[the initial ramdisk](#problems-with-the-initial-ramdisk).
|
||||
|
||||
@@ -87,7 +87,7 @@ For this guide this partition is assumed to be `/dev/sda2`.
|
||||
```sh
|
||||
cryptsetup -c aes-xts-plain -s 512 -y -v luksFormat /dev/sda2
|
||||
```
|
||||
Afterward, confirm with `YES`.
|
||||
Afterward confirm with `YES`.
|
||||
Now you can assign a passphrase.
|
||||
The passphrase has to be entered at boot to decrypt the system.
|
||||
Recovering of this passphrase is **not** possible.
|
||||
@@ -125,7 +125,7 @@ Now the created filesystems will be mounted for the installation.
|
||||
Now you need a working internet connection.
|
||||
If a wireless internet connection is needed start `iwctl`, scan (`station wlan0 scan`) and connect
|
||||
to the router (`station wlan0 connect <router ssid>`).
|
||||
Afterward, the internet connection will be established.
|
||||
Afterward the internet connection will be established.
|
||||
Exit `iwctl`.
|
||||
|
||||
- `pacstrap /mnt base base-devel dosfstools gptfdisk lvm2 linux linux-firmware vim networkmanager ntp`
|
||||
|
||||
@@ -9,7 +9,7 @@ This entry features the BlueZ package and all software that is based on it.
|
||||
On most [Linux](/wiki/linux.md) distributions BlueZ can be installed with the `bluez` package.
|
||||
Additionally, the `bluez-utils` package needs to be installed.
|
||||
To load the kernel module `modprobe btusb` needs to be run.
|
||||
Afterward, the
|
||||
Afterward the
|
||||
[service](/wiki/linux/systemd.md#startstopenabledisable-a-service) can be
|
||||
started and enabled by running the following commands.
|
||||
|
||||
@@ -73,6 +73,6 @@ For this run the following command where `<bluetooth-adapter>` is the name of th
|
||||
rfkill unblock <bluetooth-adapter>
|
||||
```
|
||||
|
||||
Afterward, the adapter will probably be recognized again but a restart of service
|
||||
Afterward the adapter will probably be recognized again but a restart of service
|
||||
`bluetooth.service` eventually has to be restarted as described in the
|
||||
[systemd entry](/wiki/linux/systemd.md#startstopenabledisable-a-service-and-retrieve-its-logs).
|
||||
|
||||
@@ -30,7 +30,7 @@ For this reason the following command has to be run first.
|
||||
apt-mark hold docker-ce docker-ce-cli containerd.io
|
||||
```
|
||||
|
||||
Afterward, the packages of the current major release version have to be
|
||||
Afterward the packages of the current major release version have to be
|
||||
[upgrading](/wiki/linux/package_manager/apt.md#updating-upgrading) using APTs `full-upgrade`
|
||||
option.
|
||||
Then a reboot is recommended.
|
||||
|
||||
@@ -133,7 +133,7 @@ In the following it is assumed that the partition to enlarge is `/dev/sda2`
|
||||
the partition)
|
||||
- `quit` parted
|
||||
|
||||
Afterward, the file system needs to be resized as described in the
|
||||
Afterward the file system needs to be resized as described in the
|
||||
[corresponding section](#growing-a-file-system).
|
||||
|
||||
### Growing a File System
|
||||
@@ -154,7 +154,7 @@ This can be done using the command `sudo e2fsck -f <path to partition>`.
|
||||
`<path to partition>` directs to the volume whose file system should be shrinked - for example
|
||||
`/dev/sda1`.
|
||||
It has to be the same for the next step as well.
|
||||
Afterward, the file system can be shrunken with the command
|
||||
Afterward the file system can be shrunken with the command
|
||||
`sudo resize2fs <path to partition> <new size of the file system>`.
|
||||
`<new size of the file system>` is the size that the file system will be shrunken to in the usual
|
||||
notation (for example `12G`).
|
||||
|
||||
@@ -38,7 +38,7 @@ Alternatively a recovery key can be used.
|
||||
sudo dislocker /dev/sdc1 -p<recovery password> -- /mnt/bitlocker
|
||||
```
|
||||
|
||||
Afterward, the `dislocker-file` can be mounted to the `/mnt/windows` directory or another mount
|
||||
Afterward the `dislocker-file` can be mounted to the `/mnt/windows` directory or another mount
|
||||
point as described in the [NTFS entry](/wiki/linux/ntfs.md#manual-mounting).
|
||||
|
||||
### Automatic Mounting at Boot
|
||||
|
||||
@@ -26,4 +26,4 @@ chmod +x ~/.xinitrc
|
||||
ln -s ~/.xsession ~/.xinitrc
|
||||
```
|
||||
|
||||
Afterward, the session will start like the `xinitrc`
|
||||
Afterward the session will start like the `xinitrc`
|
||||
|
||||
@@ -89,7 +89,7 @@ cryptsetup luksOpen <path to LUKS volume> crypt-volume --key-file=<key file loca
|
||||
|
||||
`<path to LUKS device>` is the encrypted device (for example `/dev/sda2`).
|
||||
|
||||
Afterward, it can be closed by running `cryptsetup close /dev/mapper/crypt0`.
|
||||
Afterward it can be closed by running `cryptsetup close /dev/mapper/crypt0`.
|
||||
|
||||
### Creating/Add a USB Decryption Key
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ Run the following command to edit the configuration file for the newly created E
|
||||
systemctl --user edit --force -full easyeffects.service
|
||||
```
|
||||
|
||||
Afterward, set the contents of this file to the following.
|
||||
Afterward set the contents of this file to the following.
|
||||
Due to EasyEffect working together with [Pipewire and Wireplumber](/wiki/linux/pipewire.md) some
|
||||
precautions have to be taken to start it before these two.
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@ An explanation of this was given by
|
||||
[aergistal on Stack Overflow](https://stackoverflow.com/questions/29082422/ffmpeg-video-compression-specific-file-size).
|
||||
This can easily be done with the calculation `bitrate = target size / duration`
|
||||
in Bits/Second.
|
||||
Afterward, the encoding can be done by using Two-Pass Encoding as explained in
|
||||
Afterward the encoding can be done by using Two-Pass Encoding as explained in
|
||||
[a previous section](#two-pass-encoding).
|
||||
Note that the bitrate for videos is split amongst a bitrate for video and a
|
||||
bitrate for audio.
|
||||
|
||||
@@ -76,7 +76,7 @@ fontforge arial.ttf
|
||||
|
||||
A font can be added to the local users fonts using a `.ttf` file.
|
||||
The file has to be copied into the local fonts directory `~/.local/share/fonts`.
|
||||
Afterward, the [cache should be reloaded](#reload-the-cache).
|
||||
Afterward the [cache should be reloaded](#reload-the-cache).
|
||||
Finally, the font can be [found](#list-or-find-font-family).
|
||||
|
||||
### Reload the Cache
|
||||
|
||||
@@ -19,7 +19,7 @@ First the devices updatable by fwupd can be checked.
|
||||
fwupdmgr get-devices
|
||||
```
|
||||
|
||||
Afterward, the latest metadata can be downloaded by the following command.
|
||||
Afterward the latest metadata can be downloaded by the following command.
|
||||
|
||||
```sh
|
||||
fwupdmgr refresh
|
||||
|
||||
@@ -107,7 +107,7 @@ The following sections assumes using a [Linux-based system](/wiki/linux.md) usin
|
||||
For this a
|
||||
[SSH certificate has to be created](/wiki/linux/openssh.md#generate-new-keys) and
|
||||
[added to the authentication agent](/wiki/linux/openssh.md#adding-keys-to-authentication-agent).
|
||||
Afterward, it the public SSH key to be added to the git server.
|
||||
Afterward it the public SSH key to be added to the git server.
|
||||
For GitHub there is
|
||||
[a guide on that topic](https://docs.github.com/en/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password).
|
||||
|
||||
@@ -144,7 +144,7 @@ A more or less complete overview of the options was performed in an
|
||||
[delta](https://github.com/dandavison/delta) first needs to be installed.
|
||||
Most [package managers](/wiki/linux/package_manager.md) package it in the package `git-delta`.
|
||||
|
||||
Afterward, it needs to be enabled.
|
||||
Afterward it needs to be enabled.
|
||||
To do this globally add the following lines to the configuration file of git, which can be found in
|
||||
`~/.gitconfig`.
|
||||
Depending on the system settings and preferences the dark-mode (`dark`) and the side-by-side view
|
||||
@@ -170,7 +170,7 @@ Depending on the system settings and preferences the dark-mode (`dark`) and the
|
||||
`git diff` look.
|
||||
It can be installed via most [package managers](/wiki/linux/package_manager.md) using the
|
||||
`diff-so-fancy` package.
|
||||
Afterward, the following lines need to be run to complete the configuration.
|
||||
Afterward the following lines need to be run to complete the configuration.
|
||||
|
||||
```sh
|
||||
# switch to diff-so-fancy
|
||||
|
||||
@@ -61,7 +61,7 @@ gpg --import-ownertrust ownertrust.txt
|
||||
|
||||
Again the first command can be run individually to import single public keys that are not owned.
|
||||
|
||||
Afterward, the following commands can be run to set the ultimate trust level to the key pair.
|
||||
Afterward the following commands can be run to set the ultimate trust level to the key pair.
|
||||
Caution is advised.
|
||||
|
||||
```sh
|
||||
@@ -125,9 +125,9 @@ e-mail to.
|
||||
gpg --edit-key <key-id>
|
||||
```
|
||||
|
||||
Afterward, a console will open.
|
||||
Afterward a console will open.
|
||||
Using `adduid` another user can be added by following the on-screen instructions.
|
||||
Afterward, `save` will save the progress and exit from the console.
|
||||
Afterward `save` will save the progress and exit from the console.
|
||||
|
||||
To delete an existing user and e-mail also open the edit-console.
|
||||
Then list the existing users using the command `uid` and select the user id of the key to delete
|
||||
|
||||
@@ -25,7 +25,7 @@ command.
|
||||
upower -e
|
||||
```
|
||||
|
||||
Afterward, different values like the state, voltage, percentage and much other can be displayed.
|
||||
Afterward different values like the state, voltage, percentage and much other can be displayed.
|
||||
Additionally, it will show the original capacity (`energy-full-design`) and the current capacity
|
||||
(`energy-full`), which can be used to determine the health of the battery.
|
||||
The following is an example command where `<battery-name>` is the name of the batter returned from
|
||||
|
||||
@@ -95,7 +95,7 @@ If the volume to shrink is the root volume it has to be done offline.
|
||||
For that a simple installation stick is enough.
|
||||
[The Arch Linux entry](/wiki/linux/arch-linux.md#installation-medium) describes the creation of
|
||||
such a boot stick.
|
||||
Afterward, the operating system has to be booted from the just created stick or a comparable
|
||||
Afterward the operating system has to be booted from the just created stick or a comparable
|
||||
device.
|
||||
For non-root volumes this extra step can be skipped.
|
||||
|
||||
@@ -146,7 +146,7 @@ sudo pvmove <path to physical volume>
|
||||
|
||||
`<path to physical volume>` is the physical volume that will get emptied and later removed from the
|
||||
logical volume.
|
||||
Afterward, the physical volume is emptied and can be removed from the logical volume by running the
|
||||
Afterward the physical volume is emptied and can be removed from the logical volume by running the
|
||||
following command.
|
||||
|
||||
```sh
|
||||
@@ -159,6 +159,6 @@ After this command the physical volume is no longer a part of it.
|
||||
If no longer used the empty physical volume can then be removed as described in the
|
||||
[according section](#remove-physical-volume).
|
||||
|
||||
Afterward, the file system can be matched to the logical volume so it takes up the full new size.
|
||||
Afterward the file system can be matched to the logical volume so it takes up the full new size.
|
||||
This is explained in the
|
||||
:wq[entry about disk management](/wiki/linux/disk-management.md#growing-a-file-system).
|
||||
|
||||
@@ -24,7 +24,7 @@ Desktop and gaming systems will benefit the most.
|
||||
|
||||
To setup the zen kernel do the following. Firstly install the packages `linux-zen` and
|
||||
`linux-zen-header`.
|
||||
Afterward, open the file `boot/loader/entries/arch.conf` and change the following lines.
|
||||
Afterward open the file `boot/loader/entries/arch.conf` and change the following lines.
|
||||
|
||||
```txt
|
||||
linux /vmlinuz-linux
|
||||
@@ -40,7 +40,7 @@ initrd /initramfs-linux-zen.img
|
||||
|
||||
If you want to switch the backup to Zen too, the backup file in `boot/loader/entries/` has to be
|
||||
changed too.
|
||||
Afterward, the system should be rebooted for the change to take effect.
|
||||
Afterward the system should be rebooted for the change to take effect.
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -62,7 +62,7 @@ PRESETS=('default' 'fallback')
|
||||
Notice that the options are separated only by a space.
|
||||
To just build a fallback image remove `'default'` or vice versa.
|
||||
|
||||
Afterward, the initial ramdisk has to be [rebuild](#manually-generate-initial-ramdisk).
|
||||
Afterward the initial ramdisk has to be [rebuild](#manually-generate-initial-ramdisk).
|
||||
|
||||
### Manually Generate Initial Ramdisk
|
||||
|
||||
|
||||
@@ -32,5 +32,5 @@ network:
|
||||
version: 2
|
||||
```
|
||||
|
||||
Afterward, netplan has to be restarted by running `sudo netplan apply`.
|
||||
Afterward netplan has to be restarted by running `sudo netplan apply`.
|
||||
The addresses then are assigned to the system.
|
||||
|
||||
@@ -24,7 +24,7 @@ This plugin can be installed with the `networkmanager-openvpn` package.
|
||||
|
||||
OpenVPNs `.ovpn` files can then be imported by running
|
||||
`nmcli connection import type openvpn file <openvpn-file>`.
|
||||
Afterward, they can be modified accordingly.
|
||||
Afterward they can be modified accordingly.
|
||||
|
||||
### Prioritize Connections
|
||||
|
||||
|
||||
@@ -114,7 +114,7 @@ Make sure to restart the SSH daemon afterward by running the following command.
|
||||
service sshd restart
|
||||
```
|
||||
|
||||
Afterward, X-forwarding should be enabled on the server.
|
||||
Afterward X-forwarding should be enabled on the server.
|
||||
For full functionality install the `x11-apps` package as well.
|
||||
|
||||
#### Enabling X-Forwarding on a Client
|
||||
@@ -166,7 +166,7 @@ the process.
|
||||
ps aux | grep "ssh -f -N -L <local port>"
|
||||
```
|
||||
|
||||
Afterward, it can be killed by running the following command where `<process-id>` is the ID of the
|
||||
Afterward it can be killed by running the following command where `<process-id>` is the ID of the
|
||||
process found with the previous command.
|
||||
|
||||
```sh
|
||||
|
||||
@@ -17,7 +17,7 @@ command.
|
||||
apt update
|
||||
```
|
||||
|
||||
Afterward, there are two possible update types without changing the major release version.
|
||||
Afterward there are two possible update types without changing the major release version.
|
||||
|
||||
The following command - `upgrade` - updates the packages only if no new or previously removed dependencies are
|
||||
needed.
|
||||
|
||||
@@ -53,7 +53,7 @@ This works like the following assuming the package `v4l2loopback-dmks` needs to
|
||||
sudo downgrade v4l2loopback-dmks
|
||||
```
|
||||
|
||||
Afterward, the target version can be selected and the downgrading process will conclude.
|
||||
Afterward the target version can be selected and the downgrading process will conclude.
|
||||
After the downgrade of a package you will get asked if you want to
|
||||
[ignore future updates](#ignoring-packages).
|
||||
|
||||
@@ -67,7 +67,7 @@ Using the `makepkg` command it can be installed like the following command shows
|
||||
makepkg -sirc
|
||||
```
|
||||
|
||||
Afterward, it is installed on the system and can be further managed (especially uninstalled) by the
|
||||
Afterward it is installed on the system and can be further managed (especially uninstalled) by the
|
||||
Pacman package manager.
|
||||
|
||||
### Installing an AUR Program with a Specific Version
|
||||
@@ -77,7 +77,7 @@ For this navigate to the AUR page of the program to install.
|
||||
On the right-hand side click on `View Changes` and select the version you want to install in the
|
||||
commit list.
|
||||
Next to `download` a `.tar.gz` file can be downloaded which includes a `PKGBUILD` file.
|
||||
Afterward, it needs to be [uncompressed](/wiki/linux/tar.md#uncompressing-a-tar-archive).
|
||||
Afterward it needs to be [uncompressed](/wiki/linux/tar.md#uncompressing-a-tar-archive).
|
||||
|
||||
### Clear Cache
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ papis add https://arxiv.org/abs/1712.03134
|
||||
```
|
||||
|
||||
To remove an entry the following command can be run.
|
||||
Afterward, the entry that should be removed can be easily selected via the terminal user interface.
|
||||
Afterward the entry that should be removed can be easily selected via the terminal user interface.
|
||||
|
||||
```sh
|
||||
papis rm
|
||||
@@ -112,13 +112,13 @@ inside the folder `tmp-db`.
|
||||
papis bibtex read mylib.bib import -a -o tmp-db
|
||||
```
|
||||
|
||||
Afterward, the contents of the temporary database should be checked to be correctly imported.
|
||||
Afterward the contents of the temporary database should be checked to be correctly imported.
|
||||
|
||||
```sh
|
||||
papis -l tmp-db edit
|
||||
```
|
||||
|
||||
Afterward, the contents of the temporary library should be moved to the actualy directory where
|
||||
Afterward the contents of the temporary library should be moved to the actualy directory where
|
||||
papis stores its entries.
|
||||
The path for that can be found in the [config file](#configuration).
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ It can change the native resolution early in the boot process and display splash
|
||||
|
||||
On most linux distributions LightDM can be installed with the `plymouth` package.
|
||||
|
||||
Afterward, the kernel options need to be changed.
|
||||
Afterward the kernel options need to be changed.
|
||||
On [Arch Linux](/wiki/linux/arch-linux.md) systems this can be done by editing the file located at
|
||||
`/boot/loader/entries/arch.conf`.
|
||||
In the options line append `quiet` if you want to use the quiet-mode and `splash` if you want to
|
||||
|
||||
@@ -125,7 +125,7 @@ For example if you want to the disk 100 by 100G (100GibiByte):
|
||||
qm resize 100 ide0 +100G
|
||||
```
|
||||
|
||||
Afterward, the partition of the VM needs to be enlarged.
|
||||
Afterward the partition of the VM needs to be enlarged.
|
||||
For that
|
||||
[the disk management article](/wiki/linux/disk-management.md#grow-non-lvm-partition)
|
||||
can be used for non-LVM paritions.
|
||||
|
||||
@@ -16,7 +16,7 @@ qt5ct is officially archived and qt6ct is the recommended program to use and wil
|
||||
discussed in this article.
|
||||
These programs can sometimes be found as [package](/wiki/linux/package_manager.md) of the same
|
||||
name.
|
||||
Afterward, `qt6ct` can be run to get a graphical user interface to set the theme and icons of Qt
|
||||
Afterward `qt6ct` can be run to get a graphical user interface to set the theme and icons of Qt
|
||||
applications.
|
||||
This will create or edit a configuration file located at `~/.config/qt6ct/qt6ct.conf`.
|
||||
To make this config apply for all Qt applications the following line needs to be inserted into the
|
||||
@@ -26,7 +26,7 @@ To make this config apply for all Qt applications the following line needs to be
|
||||
export QT_QPA_PLATFORMTHEME="qt6ct"
|
||||
```
|
||||
|
||||
Afterward, `qt6ct` can be used to enable the dark mode or change other configurations.
|
||||
Afterward `qt6ct` can be used to enable the dark mode or change other configurations.
|
||||
|
||||
#### Achieving a System-Wide Uniform Look
|
||||
|
||||
@@ -56,5 +56,5 @@ When updating the system it is possible that the theme will not work correctly a
|
||||
Often the error `The libqt6ct.so plugin is compiled against incompatible Qt version` is responsible
|
||||
for this.
|
||||
To fix it most of the time it is enough to recompile the `qt6ct` package.
|
||||
Afterward, a reboot might be needed for the theme to be displayed correctly again.
|
||||
Afterward a reboot might be needed for the theme to be displayed correctly again.
|
||||
|
||||
|
||||
@@ -161,7 +161,7 @@ yay -S dash
|
||||
sudo ln -sfT /bin/dash /bin/sh
|
||||
```
|
||||
|
||||
Afterward, create the file `/usr/share/libalpm/hooks/bash-update.hook` and fill
|
||||
Afterward create the file `/usr/share/libalpm/hooks/bash-update.hook` and fill
|
||||
it with the following text.
|
||||
|
||||
```txt
|
||||
|
||||
@@ -58,7 +58,7 @@ On Ubuntu systems the repository first has to be added by running the following
|
||||
add-apt-repository -y ppa:flacon
|
||||
```
|
||||
|
||||
Afterward, `flacon` can be installed like a normal package.
|
||||
Afterward `flacon` can be installed like a normal package.
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
|
||||
@@ -108,7 +108,7 @@ HandleLidSwitchExternalPower=ignore
|
||||
HandleLidSwitchDocked=ignore
|
||||
```
|
||||
|
||||
Afterward, the logind service has to be restarted
|
||||
Afterward the logind service has to be restarted
|
||||
[as described on a later section](#startstopenabledisable-a-service-and-retrieve-its-logs).
|
||||
|
||||
```sh
|
||||
|
||||
@@ -9,7 +9,7 @@ optimizing battery life.
|
||||
TLP can be installed on most distributions by installing the `tlp` package.
|
||||
Additionally, the installation of `tlp-rdw` is recommended, which is used to get better control over
|
||||
radio devices.
|
||||
Afterward, the TLP [service](/wiki/linux/systemd.md#startstopenabledisable-a-service) needs to be
|
||||
Afterward the TLP [service](/wiki/linux/systemd.md#startstopenabledisable-a-service) needs to be
|
||||
started and enabled.
|
||||
In contrast to other [systemd services](/wiki/linux/systemd.md#startstopenabledisable-a-service)
|
||||
this can be done by running `sudo tlp start` and running `systemctl enable tlp.service`.
|
||||
|
||||
@@ -68,7 +68,7 @@ Note the line starting with `ExecStart=/bin/` is the same line described in the
|
||||
[above section](#create-temporary-v4l2-devices).
|
||||
Make sure to change it if needed.
|
||||
|
||||
Afterward, enable the service to start at every boot process aswell as running it by using the
|
||||
Afterward enable the service to start at every boot process aswell as running it by using the
|
||||
following command:
|
||||
|
||||
```sh
|
||||
|
||||
@@ -37,7 +37,7 @@ The tracking of the time can be stopped by running the following command.
|
||||
watson stop
|
||||
```
|
||||
|
||||
Afterward, the summary of the tracked time can be displayed by running the following command.
|
||||
Afterward the summary of the tracked time can be displayed by running the following command.
|
||||
|
||||
```sh
|
||||
watson report
|
||||
|
||||
@@ -32,6 +32,6 @@ Most of the problems regarding WPA Supplicant can be fixed by restarting the
|
||||
systemctl restart wpa_supplicant
|
||||
```
|
||||
|
||||
Afterward, if the error still persists - it may be useful to reenable the Wi-Fi device as explained
|
||||
Afterward if the error still persists - it may be useful to reenable the Wi-Fi device as explained
|
||||
in the
|
||||
[section of the NetworkManager entry](/wiki/linux/networkmanager.md#restarting-and-reenabling-wi-fi).
|
||||
|
||||
@@ -180,7 +180,7 @@ The DPI number should be adjusted as needed.
|
||||
Xft.dpi: 100
|
||||
```
|
||||
|
||||
Afterward, `~/.config/xorg/xpcspec` needs to be sourced in the `~/.xinitrc` file.
|
||||
Afterward `~/.config/xorg/xpcspec` needs to be sourced in the `~/.xinitrc` file.
|
||||
For this to work the following line needs to be added into the `~/.xinitrc` file.
|
||||
|
||||
```sh
|
||||
|
||||
Reference in New Issue
Block a user