apt install php-imagick imagemagick
config.php
'enabledPreviewProviders' =>
array (
'OC\Preview\PNG',
'OC\Preview\JPEG',
'OC\Preview\GIF',
'OC\Preview\BMP',
ethtool -K enp5s0 rx-vlan-offload off | |
ethtool -s enp5s0 autoneg off speed 2500 | |
ethtool -s enp5s0 autoneg off speed 100 | |
ethtool -s enp5s0 autoneg off speed 1000 | |
$ cat /etc/network/interfaces | |
------------------------------------------- | |
auto lo |
apt update && apt upgrade -y | |
apt install apt-transport-https curl vim wget sudo gnupg2 -y | |
echo "deb https://downloads.plex.tv/repo/deb public main" | tee /etc/apt/sources.list.d/plexmediaserver.list | |
curl https://downloads.plex.tv/plex-keys/PlexSign.key | apt-key add - | |
apt update | |
apt install plexmediaserver | |
systemctl status plexmediaserver | |
systemctl enable plexmediaserver | |
apt update && apt install -y curl gpg | |
mkdir -p /etc/apt/keyrings |
1. Add a virtual serial port to the VM using PVE Web GUI and restart the VM | |
2. Enable and start the virtual serial port on VM, change tty number as needed (Reference: https://askubuntu.com/a/621209/838946) | |
$ sudo systemctl enable [email protected] | |
$ sudo systemctl start [email protected] | |
3. Done! You can now select xterm.js in the PVE Web GUI |
I ran into the battle of running all of my VMs and the host node under a single public IP address. Luckily, the host is just pure Debian, and ships with iptables. | |
What needs to be done is essentially to run all the VMs on a private internal network. Outbound internet access is done via NAT. Inbound access is via port forwarding. | |
Network configuration | |
Here’s how it’s done: | |
Create a virtual interface that serves as the gateway for your VMs: |
// ==UserScript== | |
// @name noVNC Paste for Proxmox | |
// @namespace http://tampermonkey.net/ | |
// @version 0.2a | |
// @description Pastes text into a noVNC window (for use with Proxmox specifically) | |
// @author Chester Enright | |
// @match https://* | |
// @include /^.*novnc.*/ | |
// @require http://code.jquery.com/jquery-3.3.1.min.js | |
// @grant none |
scp -i key.id_rsa [email protected]:/audio/EN/* backup/
0.wav
1.wav
etc.
https://github.com/Findus23/voice_pack_dreame/blob/main/sound_list.csv use this for reference which file is which sound to avoid listening to original files to find outvorbis-tools
, ffmpeg
)sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -\n
sudo apt -y update
sudo apt -y install postgresql-14
sudo systemctl status postgresql
sudo systemctl enable postgresql
sudo -u postgres psql -c "SELECT version();"
sudo nano /etc/postgresql/14/main/postgresql.conf
https://docs.azul.com/core/zulu-openjdk/install/debian
java -version
ARTEMIS_VER=2.27.1
CLUSTER=discordlogbot-cluster
wget https://dlcdn.apache.org/activemq/activemq-artemis/$ARTEMIS_VER/apache-artemis-$ARTEMIS_VER-bin.tar.gz
sudo tar -xvzf apache-artemis-$ARTEMIS_VER-bin.tar.gz