Install TigerVNC -
$ sudo apt install tigervnc-standalone-server
Configure VNC Server by running
| #!/usr/bin/env python3 | |
| """ | |
| This script is for parsing ETH wallet addresses from | |
| Reddit comments for delivery of NFT's | |
| """ | |
| import sys | |
| import re | |
| import argparse | |
| import praw |
| <# | |
| .SYNOPSIS | |
| This script is used to install the Windows Forensic Environment (WinFE) onto a USB | |
| https://github.com/digitalsleuth/ | |
| .DESCRIPTION | |
| .NOTES | |
| Version : 1.1a | |
| Author : Corey Forman (https://github.com/digitalsleuth) | |
| Prerequisites : Windows 10 1909 or later |
NOTE: If you want the ultimate Linux desktop experience, I highly recommend installing Linux as your main OS. I no longer use Windows (except in a VM) so I will not be maintaining this guide anymore.
Think Xfce looks dated? Want a conventional Ubuntu experience? This tutorial will guide you through installing Ubuntu's default desktop environment, GNOME.
GNOME is one of the more complex — and that means more difficult to run — desktop environments, so for years people couldn't figure [o
Why pfSense on this Mac? Isn't this overkill with it's Xeon processor? Well, it's got two Intel gigabit NIC's, it's quiet, and can handle any additional packages I decide to install. It's also going to replace my existing Zotac Zbox CI325 (which I want to use for other things).
Some key points to consider when setting up the Mac Pro:
My workaround for this was to create a normal bootable USB using Rufus (done on Windows 10, but you can use any USB boot-creator on any OS) and using the normal pfSense USB mems
When I googled how to create my own offline repository of packages for use in an offline Ubuntu/Debian machine, the results where disheartening and the steps to be taken scattered all over the place.
The files within this gist will allow you to:
Packages.gz file so that you can add the repository folder you create to the target machine's /etc/apt/sources.list file.