All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Vidalinux Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:03, 10 May 2022 10.65.50.93 talk created page Kubernetes Cheatsheet (Created page with "= Completion = installing bash completion on macOS using homebrew if running Bash 3.2 included with macOS brew install bash-completion or, if running Bash 4.1+ brew install bash-completion@2 if you've installed via other means, you may need add the completion to your completion directory: kubectl completion bash > $(brew --prefix)/etc/bash_completion.d/kubectl installing bash completion on Linux source <(kubectl completion bash) write bash completion code to a file a...")
- 18:49, 16 February 2022 10.65.50.93 talk created page Howto HiveOS (Created page with "= commands = show hive client agent: agent-screen ask for rig id and password again: firstrun -f run file manager: mc upgrade from console, same as hitting a button on the web: selfupgrade do a hard reboot: sreboot do a hard shutdown: sreboot shutdown")
- 18:25, 20 January 2022 10.65.50.93 talk created page Howto install archlinux arm (Created page with "= download image = download raspbian lite image: wget https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2021-11-08/2021-10-30-raspios-bullseye-armhf-lite.zip download archlinuxarm image: wget http://os.archlinuxarm.org/os/ArchLinuxARM-rpi-aarch64-latest.tar.gz")
- 21:30, 3 September 2021 10.65.50.93 talk created page Howto manage user and groups (Created page with "= creating users = add user and create home folder: useradd -m student specify shell when creating the user: useradd -m -s /bin/bash student specify another location for use...")
- 18:40, 13 January 2021 10.65.50.93 talk created page Howto install docker rhel8 (Created page with "install repo: dnf config-manager --add-repo=https://download.docker.com/linux/centos/docker-ce.repo install docker latest version: dnf install docker-ce --nobest -y start an...")