linux/windows: moved main articles into main directory

master
tiyn 1 year ago
parent 75929dd327
commit dfb1f18d00

@ -5,4 +5,4 @@ Benchmarks can use a range of criteria to compare programs with one another.
## Tools ## Tools
- [Hyperfine](/wiki/linux/hyperfine.md) is a benchmarking tool for [Linux](/wiki/linux/linux.md). - [Hyperfine](/wiki/linux/hyperfine.md) is a benchmarking tool for [Linux](/wiki/linux.md).

@ -3,6 +3,6 @@
[Bluetooth](https://www.bluetooth.com/) is a short-range technology for wireless [Bluetooth](https://www.bluetooth.com/) is a short-range technology for wireless
data transfer. data transfer.
For [Linux](/wiki/linux/linux.md) based operating systems the For [Linux](/wiki/linux.md) based operating systems the
[bluez package](/wiki/linux/bluez.md) is used as the implementation of the [bluez package](/wiki/linux/bluez.md) is used as the implementation of the
bluetooth standard. bluetooth standard.

@ -255,8 +255,8 @@ To disable this set the following config.
network.connectivity-service.enabled = false network.connectivity-service.enabled = false
``` ```
To disable Microsoft Family Safety on [Windows systems](/wiki/windows/windows.md) which can be used To disable Microsoft Family Safety on [Windows systems](/wiki/windows.md) which can be used as a
as a censoring tool set the following config. censoring tool set the following config.
```txt ```txt
security.family_safety.mode = 0 security.family_safety.mode = 0

@ -1,7 +1,7 @@
# Font # Font
A fonts is the particular size, weight and style of a typeface. A fonts is the particular size, weight and style of a typeface.
Operating systems based on [Linux](/wiki/linux/linux.md) handle fonts by the Operating systems based on [Linux](/wiki/linux.md) handle fonts by the
[fontconfig package](/wiki/linux/font_configuration.md). [fontconfig package](/wiki/linux/font_configuration.md).
## Typefaces ## Typefaces

@ -2,12 +2,12 @@
[Bottles](https://usebottles.com/) is an application similar to [Bottles](https://usebottles.com/) is an application similar to
[Lutris](/wiki/games/lutris.md) that focusses on running both [Lutris](/wiki/games/lutris.md) that focusses on running both
[Windows](/wiki/windows/windows.md) applications aswell as games through [Windows](/wiki/windows.md) applications aswell as games through
[WINE](/wiki/linux/wine.md) or their own runner [Caffe](#caffe). [WINE](/wiki/linux/wine.md) or their own runner [Caffe](#caffe).
## Caffe ## Caffe
[Caffe](https://docs.usebottles.com/components/runners) is the official runner [Caffe](https://docs.usebottles.com/components/runners) is the official runner
of [Windows](/wiki/windows/windows.md) programs in Bottles. of [Windows](/wiki/windows.md) programs in Bottles.
It is a patched version of [WINE](/wiki/linux/wine.md) that can have positive It is a patched version of [WINE](/wiki/linux/wine.md) that can have positive
effects on certain programs. effects on certain programs.

@ -2,16 +2,16 @@
[League of Legends](https://www.leagueoflegends.com/en-us) is a multiplayer [League of Legends](https://www.leagueoflegends.com/en-us) is a multiplayer
online battle arena game which is available as a standalone Launcher for online battle arena game which is available as a standalone Launcher for
[Windows](/wiki/windows/windows.md). [Windows](/wiki/windows.md).
It is developed and published by [Riot Games](https://www.riotgames.com/en). It is developed and published by [Riot Games](https://www.riotgames.com/en).
## Setup ## Setup
League of Legends is available to download for League of Legends is available to download for
[Windows](/wiki/windows/windows.md) systems on [Windows](/wiki/windows.md) systems on
[the official website](https://signup.leagueoflegends.com/en-us/signup/index#/). [the official website](https://signup.leagueoflegends.com/en-us/signup/index#/).
For [Linux](/wiki/linux/linux.md) distributions [Lutris](/wiki/games/lutris.md) For [Linux](/wiki/linux.md) distributions [Lutris](/wiki/games/lutris.md)
and [WINE](/wiki/linux/wine.md) can be used to run the game. and [WINE](/wiki/linux/wine.md) can be used to run the game.
The correct version can be downloaded using the The correct version can be downloaded using the
[Lutris website](https://lutris.net/games/league-of-legends/). [Lutris website](https://lutris.net/games/league-of-legends/).

@ -1,11 +1,11 @@
# Lutris # Lutris
[Lutris](https://lutris.net/) is a free and open source video game platform for [Lutris](https://lutris.net/) is a free and open source video game platform for
[Linux](/wiki/linux/linux.md) systems. [Linux](/wiki/linux.md) systems.
It features compatibility with [GOG](https://www.gog.com/), It features compatibility with [GOG](https://www.gog.com/),
[Humble Bundle](https://humblebundle.com/), [Humble Bundle](https://humblebundle.com/),
[Epic Games](https://www.epicgames.com/), [Steam](/wiki/games/steam.md) and many [Epic Games](https://www.epicgames.com/), [Steam](/wiki/games/steam.md) and many
other [Windows](/wiki/windows/windows.md) games via its own installer that uses other [Windows](/wiki/windows.md) games via its own installer that uses
[WINE](/wiki/linux/wine.md). Lutris can also use [Proton](/wiki/games/proton.md) [WINE](/wiki/linux/wine.md). Lutris can also use [Proton](/wiki/games/proton.md)
- a patched version of WINE developed by - a patched version of WINE developed by
[Valve](https://www.valvesoftware.com/). [Valve](https://www.valvesoftware.com/).
@ -115,7 +115,7 @@ be selected.
### Change WINE/Proton Version ### Change WINE/Proton Version
[Windows](/wiki/windows/windows.md) games are handled by [Windows](/wiki/windows.md) games are handled by
[WINE](/wiki/linux/wine.md). [WINE](/wiki/linux/wine.md).
After right-clicking a game and selecting `Configure` the `Wine version` can be After right-clicking a game and selecting `Configure` the `Wine version` can be
changed under the `Runner options` tab. changed under the `Runner options` tab.
@ -139,7 +139,7 @@ This can be easily fixed by inserting `-dx11` in `Arguments` under the
### Crashes for Windows Games ### Crashes for Windows Games
When it comes to crashes for [Windows](/wiki/windows/windows.md) games that get When it comes to crashes for [Windows](/wiki/windows.md) games that get
handled by [WINE](/wiki/linux/wine.md) one point of failure is the selected handled by [WINE](/wiki/linux/wine.md) one point of failure is the selected
WINE version. WINE version.
Change the version used as explained in Change the version used as explained in

@ -9,7 +9,7 @@ Git consists of two parts: [a client](#client) and [a server](#server).
### Client ### Client
The Git client for [Linux-based operating systems](/wiki/linux/linux.md) has a The Git client for [Linux-based operating systems](/wiki/linux.md) has a
separate article in this wiki which is called separate article in this wiki which is called
[Git client](/wiki/linux/git_\(client\).md). [Git client](/wiki/linux/git_\(client\).md).

@ -1,7 +1,7 @@
# Arch Linux # Arch Linux
[Arch Linux](https://archlinux.org/) is a rolling-release, general-purpose [Arch Linux](https://archlinux.org/) is a rolling-release, general-purpose
[Linux](/wiki/linux/linux.md) [Linux](/wiki/linux.md)
distribution. distribution.
## Package Manager and AUR ## Package Manager and AUR

@ -1,12 +1,12 @@
# Font Configuration # Font Configuration
This entry addresses the handling of [fonts](/wiki/font.md) for This entry addresses the handling of [fonts](/wiki/font.md) for
[Linux-based](/wiki/linux/linux.md) operating systems. [Linux-based](/wiki/linux.md) operating systems.
## Setup ## Setup
Fontconfig is the standard library used to customize and configure. Fontconfig is the standard library used to customize and configure.
On most [Linux](/wiki/linux/linux.md) distributions fontconfig can be setup by On most [Linux](/wiki/linux.md) distributions fontconfig can be setup by
installing the package `fontconfig`. installing the package `fontconfig`.
### Configuration ### Configuration

@ -1,7 +1,7 @@
# Git (Client) # Git (Client)
This entry deals with the Git client used in This entry deals with the Git client used in
[Linux-based systems](/wiki/linux/linux.md). [Linux-based systems](/wiki/linux.md).
The client is pretty simple to understand. The client is pretty simple to understand.
With only a handfull of commands you should be able to get your versioning going. With only a handfull of commands you should be able to get your versioning going.
For servers with web interfaces there are different cli tools to control it For servers with web interfaces there are different cli tools to control it

@ -2,7 +2,7 @@
[NTP](https://www.rfc-editor.org/rfc/rfc5905) - short for Network Time Protocol [NTP](https://www.rfc-editor.org/rfc/rfc5905) - short for Network Time Protocol
- is the most common method to synchronize the software clock of a - is the most common method to synchronize the software clock of a
[Linux](/wiki/linux/linux.md) system. [Linux](/wiki/linux.md) system.
## Setup ## Setup

@ -53,7 +53,7 @@ Usually both of these commands are packaged withing the `renameutils` package.
For more information visit the [renameutils website](https://www.nongnu.org/renameutils/). For more information visit the [renameutils website](https://www.nongnu.org/renameutils/).
Another option for bulk renaming is `vidir` which is part of the `moreutils` package for most Another option for bulk renaming is `vidir` which is part of the `moreutils` package for most
[distributions](/wiki/linux/linux.md#distributions). [distributions](/wiki/linux.md#distributions).
vidir is able to create folders which qmv is not. vidir is able to create folders which qmv is not.
More information can be found on the [moreutils website](https://joeyh.name/code/moreutils/). More information can be found on the [moreutils website](https://joeyh.name/code/moreutils/).

@ -9,7 +9,7 @@ It is able to tag a wide range of [audio codecs](./audio.md#audio-codecs)
Picard is available on the [official website](https://picard.musicbrainz.org/) 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/linux.md#distributions) Additionally for some [Linux distributions](/wiki/linux.md#distributions)
it is available via a package often called `picard`. it is available via a package often called `picard`.
Picard can also be virtualized and accessed over [VNC](/wiki/vnc.md) or Picard can also be virtualized and accessed over [VNC](/wiki/vnc.md) or

@ -11,4 +11,4 @@ The following section lists different terminals.
- [suckless' st](/wiki/linux/suckless.md#programs) is a simple terminal - [suckless' st](/wiki/linux/suckless.md#programs) is a simple terminal
implementation for [X](/wiki/linux/x_window_system.md) on implementation for [X](/wiki/linux/x_window_system.md) on
[Linux](/wiki/linux/linux.md). [Linux](/wiki/linux.md).

Loading…
Cancel
Save