Configuration for Proxmox host to support multiple IP addresses through a single interface.
Initially, with a single IP and a single interface, the configuration looks like this.
auto lo
DBeaver Ultimate License Key |
#Replace 'symplcms' with the database'name | |
createdb --template=template0 --locale=en_US.UTF-8 --encoding=UTF8 -U postgres symplcms |
#!/bin/bash | |
# | |
# Filename : migrate | |
# Description : Migrate Proxmox OpenVZ container from one storage to another | |
# Author : James Coyle | |
# URL: https://www.jamescoyle.net/how-to/2863-move-proxmox-container-to-different-storage-2 | |
# Version: | |
# -Date -Author -Description | |
# 20-11-2013 James Coyle Initial | |
# 13-12-2017 James Coyle Changes for LXC |
ffmpeg -i Michael_Jackson_–_Bad.mp3 -ar 8000 -ac 1 -ab 64 out_2.wav |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<style> | |
body { | |
display: flex; | |
justify-content: center; | |
align-items: center; |