1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-02 15:07:45 +02:00

fixed spelling mistake

This commit is contained in:
tiyn 2023-11-22 03:16:06 +01:00
parent 590a438e9c
commit 98513a2c4c
19 changed files with 21 additions and 21 deletions

View File

@ -12,7 +12,7 @@ In addition to the main container you need to connect a
First of all create a folder for your `rebuild.sh`.
After that clone invidious from
[github](https://github.com/iv-org/invidious) into a folder within the
[GitHub](https://github.com/iv-org/invidious) into a folder within the
just created folder.
You can find the `docker-compose.yml` in the cloned directory.
Set the variables, volumes and ports according and run the `rebuild.sh`.

View File

@ -9,7 +9,7 @@ There is no official pre-build on docker-hub.
## Set-up
First of all create a folder for your `rebuild.sh`.
After that clone synctube from [github](https://github.com/rblsb/synctube) into
After that clone synctube from [GitHub](https://github.com/rblsb/synctube) into
a folder within the just created folder.
Then build the image inside the git folder with `docker build -t synctube .`.
Set the variables, volumes and ports according and run the `rebuild.sh`.

View File

@ -17,7 +17,7 @@ The correct version can be downloaded using the
[Lutris website](https://lutris.net/games/league-of-legends/).
It is recommended that a custom version of [WINE GE](/wiki/linux/wine.md) is
used named `Lutris-GE` which can be found on
[the Github page of WINE-GE-custom](https://github.com/GloriousEggroll/wine-ge-custom/releases?q=lol&expanded=true).
[the GitHub page of WINE-GE-custom](https://github.com/GloriousEggroll/wine-ge-custom/releases?q=lol&expanded=true).
It is important to set up the game correctly for anti-cheat to work properly.
By checking the right box at the launch of the games the anti-cheat can be
enabled to persist through reboots on most Linux distributions.

View File

@ -41,7 +41,7 @@ The Steam Deck features a wide variable of customization options.
Some of these options can be accessed by installing
[the plugin manager Decky](https://github.com/SteamDeckHomebrew/decky-loader).
To install it download the setup file from the
[Github page](https://github.com/SteamDeckHomebrew/decky-loader) and run it.
[GitHub page](https://github.com/SteamDeckHomebrew/decky-loader) and run it.
Afterwards the plugin manager will be available after pressing the `...` button on the Deck and
navigating to the bottom of the menu.
There plugins can be installed and removed aswell as managed.

View File

@ -26,7 +26,7 @@ Web interfaces for git are quite useful for easily showing code to other people.
Additionally it is easy to collaborate together.
- [Gitea](gitea.md) is an open-source and selfhosted and can be dockerized.
- [Github](https://github.com) is the go to system for many people. Not
- [GitHub](https://github.com) is the go to system for many people. Not
selfhosted, owned by microsoft ([cli-tool](https://github.com/github/hub)).
#### Server without graphical interface

View File

@ -1,7 +1,7 @@
# Gitea
Gitea is a selfhostable git server with a web interface.
It is similar to Github but opensource.
It is similar to GitHub but opensource.
## Setup

View File

@ -7,7 +7,7 @@ specified directories.
## Setup
The fdupes program can be installed by going to the
[github page of it](https://github.com/adrianlopezroche/fdupes/releases).
[GitHub page of it](https://github.com/adrianlopezroche/fdupes/releases).
Alternatively many linux package managers package fdupes in the `fdupes`
package.

View File

@ -41,7 +41,7 @@ git ls-files -v | grep "^S"
### Authentication via SSH
Authentication by default is done via a username and a password.
For some services such as Github.
For some services such as GitHub.
it is not possible to use password as an authentication method.
The other possibility to authenticate to git is by using
[SSH](/wiki/linux/ssh.md).
@ -50,7 +50,7 @@ For this a
[SSH certificate has to be created](/wiki/linux/ssh.md#generate-new-keys) and
[added to the authentication agent](/wiki/linux/ssh.md#adding-keys-to-authentication-agent).
Afterwards it the public SSH key to be added to the git server.
For Github there is
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).
Following these the git repositories have to be cloned in a special way to use

View File

@ -7,7 +7,7 @@ You can sync it with [vdirsyncer](vdirsyncer.md)
## Setup
On most linux distributions Khal can be installed with the `khal` package.
Alternatively it can be installed via [Github](https://github.com/pimutils/khal).
Alternatively it can be installed via [GitHub](https://github.com/pimutils/khal).
### Configuration

View File

@ -7,7 +7,7 @@ You can sync it with [vdirsyncer](vdirsyncer.md).
## Setup
On most linux distributions Khal can be installed with the `khard` package.
Alternatively it can be installed via [Github](https://github.com/lucc/khard).
Alternatively it can be installed via [GitHub](https://github.com/lucc/khard).
### Configuration

View File

@ -8,11 +8,11 @@ It can be easily configured using mutt-wizard.
### setup with mutt-wizard
- Install the dependecies: `neomutt`, `isync`, `msmtp`, `pass`
- Install mutt-wizard from [github](https://github.com/LukeSmithxyz/mutt-wizard)
- Install mutt-wizard from [GitHub](https://github.com/LukeSmithxyz/mutt-wizard)
(AUR is not up to date)
After installation you're able to use the commands described on mutt-wizards
github page.
GitHub page.
You need to add the mail accounts you want to have in mutt.
- `mbsync -a` - updates all mail-accounts

View File

@ -10,7 +10,7 @@ many other different media clients aswell as [browser](/wiki/browser.md).
On most linux distributions PlayerCTL can be installed with the `playerctl`
package.
Alternatively it can be installed via
[Github](https://github.com/altdesktop/playerctl).
[GitHub](https://github.com/altdesktop/playerctl).
## Usage

View File

@ -8,7 +8,7 @@
On most linux distributions SXHKD can be installed with the `sxhkd`
package.
Alternatively it can be installed via
[Github](https://github.com/baskerville/sxhkd).
[GitHub](https://github.com/baskerville/sxhkd).
## Usage

View File

@ -7,7 +7,7 @@ You can sync it using [vdirsyncer](vdirsyncer.md)
## Setup
Todoman can be installed via the
[github page](https://github.com/pimutils/todoman).
[GitHub page](https://github.com/pimutils/todoman).
Some distributions also feature the `todoman` package.
### Configuration

View File

@ -6,7 +6,7 @@ contacts using the caldav and carddav protocol.
## Setup
Vdirsyncer can be installed via the
[github page](https://github.com/pimutils/vdirsyncer).
[GitHub page](https://github.com/pimutils/vdirsyncer).
Some distributions also feature the `vdirsyncer` package.
### Configuration

View File

@ -5,7 +5,7 @@
## Setup
ViFM can be installed via the
[github page](https://github.com/vifm/vifm).
[GitHub page](https://github.com/vifm/vifm).
Some distributions also feature the `vifm` package.
### Configuration

View File

@ -5,7 +5,7 @@ A good alternative to baseline Vim is Neovim.
[Neovim](https://github.com/neovim/neovim) is based on Vim and focused
on extensibility and usability.
The configuration file is stored in `.config/nvim/init.vim`
On Github [Vim-Galore](https://github.com/mhinz/vim-galore) gives extensive guides and tips on using
On GitHub [Vim-Galore](https://github.com/mhinz/vim-galore) gives extensive guides and tips on using
Vim.
## Plug-In

View File

@ -34,7 +34,7 @@ The removed background can be replaced with color key filters.
#### Installation
Made by royshil
[the github page](https://github.com/royshil/obs-backgroundremoval#linux)
[the GitHub page](https://github.com/royshil/obs-backgroundremoval#linux)
describes various possibilities to install the background removal for OBS on
different systems.
On Linux systems background removal is often contained in a package named

View File

@ -8,7 +8,7 @@ It is able to tag a wide range of [audio codecs](./audio.md#audio-codecs)
## Setup
Picard is available on the [official website](https://picard.musicbrainz.org/)
and [github](https://github.com/metabrainz/picard).
and [GitHub](https://github.com/metabrainz/picard).
Additionally for some [Linux distributions](/wiki/linux.md#distributions)
it is available via a package often called `picard`.