updated 2021-06-23
Version 2105 (Build 14026.20302)
==========================================
#!/usr/bin/env bash | |
set -e | |
sudo -v | |
sudo apt-get update | |
sudo apt-get dist-upgrade -y | |
sudo apt-get autoremove -y |
1. connect to network | |
2. open terminal | |
3. change password | |
1. $: passwd | |
4. update packages | |
1. $: sudo apt update | |
5. install chromium | |
1. $: sudo apt install chromium unclutter | |
6. Reboot | |
7. set chromium to launch at start up with custom url and flags |
#!/usr/bin/env bash | |
set -e | |
sudo -v | |
sudo apt-get update | |
sudo apt-get dist-upgrade -y | |
sudo apt-get autoremove -y |
#!/usr/bin/env bash | |
set -e | |
cd ~ | |
sudo -v | |
# Make sure system is in a good, updated, clean, state. | |
sudo apt-get -y update |
#!/bin/bash | |
# Install Latest XRDP with XORGXRDP and GFX/Glamor server-side acceleration | |
# Tested on Ubuntu 22.04 LTS | |
BUILD_DIR=/tmp/xrdpbuild | |
echo "-> preparing $BUILD_DIR" | |
rm -f -r $BUILD_DIR | |
mkdir -p $BUILD_DIR | |
Discord is now slowly rolling out the ability to send colored messages within code blocks. It uses the ANSI color codes, so if you've tried to print colored text in your terminal or console with Python or other languages then it will be easy for you.
To be able to send a colored text, you need to use the ansi
language for your code block and provide a prefix of this format before writing your text:
\u001b[{format};{color}m
See https://github.com/traefikturkey/onvoy/tree/master/proxmox for latest versions of the proxmox install scripts!