1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-11-07 05:31:17 +01:00

linux/windows: moved main articles into main directory

This commit is contained in:
2023-08-20 17:54:14 +02:00
parent 75929dd327
commit dfb1f18d00
17 changed files with 23 additions and 23 deletions

View File

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

View File

@@ -1,12 +1,12 @@
# Font Configuration
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
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`.
### Configuration

View File

@@ -1,7 +1,7 @@
# Git (Client)
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.
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

View File

@@ -1,14 +0,0 @@
# Linux
Linux is a family of open-source operating systems that are based on the kernel
with the same name.
Linux based operating systems are Unix-like.
## Distributions
The different operating systems that are based on the Linux kernel are called
distributions.
- [Arch Linux](/wiki/linux/arch-linux/arch-linux.md) is a rolling-release
distribution whose base system is as minimal and needs heavy user
configuration.

View File

@@ -2,7 +2,7 @@
[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
[Linux](/wiki/linux/linux.md) system.
[Linux](/wiki/linux.md) system.
## Setup

View File

@@ -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/).
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.
More information can be found on the [moreutils website](https://joeyh.name/code/moreutils/).