1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-10-29 01:31:16 +01:00

x/nvidia/intel: nvidia-xconfig and nvidia-settings added. x split from nvidia and intel

This commit is contained in:
2023-01-06 03:17:50 +01:00
parent cf69eaa409
commit bdbbda34af
33 changed files with 185 additions and 110 deletions

17
wiki/linux/shell.md Normal file
View File

@@ -0,0 +1,17 @@
# Shell
A shell is a command-line interpreter that provides a command-line interface to
interact with the many unix-like system.
## Change /bin/sh
The Shell in some distributions is made up by a POSIX compliant mode of bash.
Problem with that is the speed.
A shell like dash would be much faster.
This is a guide on how to persistently change the symlink /bin/sh from bash to
dash.
- `yay -S dash` - Install dash
- `sudo ln -sfT /bin/dash /bin/sh` - link /bin/sh to dash
- `sudo vim /usr/share/libalpm/hooks/bash-update.hook` - setup a hook to avoid
bash resetting the symlink