Posts with "linux" Tag

Installing and Using VNC

by Dan Aukes

```bash sudo apt update sudo apt install -y xfce4 xfce4-goodies tightvncserver vncserver vncpasswd

vnc password *

vncserver -kill :1 mv ~/.vnc/xstartup ~/.vnc/xstartup.bak nano ...

Read More
Weylus

by Dan Aukes

...

Read More
using wine

by Dan Aukes

```bash sudo apt update sudo apt install -y wine64 sudo apt install -y wine64-development wine64-tools wine64-preloader sudo ...

Read More
ZFS info

by Dan Aukes

Typical backup process

log into your main zfs server

use this one-liner to get the name ...

Read More
Nextcloud Installation

by Dan Aukes

  1. Prerequisites

    ```bash sudo apt install -y openssh-server net-tools ...

Read More
Orange Pi Zero2 Information

by Dan Aukes

Introduction

Note: the most important and helpful resource is the manual, which is available here.

...

Read More