Skip to content

Instantly share code, notes, and snippets.

@jaeko44
jaeko44 / data.js
Created August 3, 2016 14:25
Data for My Account, Contacts & Channels joined
function getId() {
return ++id;
}
let myAccount = {
id: getId(),
firstName: 'Jonathan',
lastName: 'Philipos',
email: 'jonathan@det.io',
phoneNumber: '867-5309',
isOnline: 'online',
.form label {
display: block;
}
.meta {
font-size: 18px;
display: block;
line-height: 1.8em;
color: #acacac;
margin-bottom: .675em;
letter-spacing: .1em;
@jaeko44
jaeko44 / VirtEngine Installation
Created July 22, 2018 19:35
Install VirtEngine Ubuntu 16.04 & OpenNebula 5.6
Information:
[VirtEngine Website](https://virtengine.com)
[Public Cloud.tc Multi-Provider](https://cloud.tc)
[VirtEngine Installation](https://docs.virtengine.com)
[OpenNebula 5.6 Installation](https://docs.opennebula.org/5.6/deployment/node_installation/kvm_node_installation.html)
# Prep System:
apt-get update
@jaeko44
jaeko44 / virtengine-waldur.sh
Last active June 14, 2023 11:23
VirtEngine Waldur Installation Script
#!/bin/bash
yum update -y
yum install -y https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-7-x86_64/pgdg-centos96-9.6-3.noarch.rpm
yum install -y postgresql96-server
/usr/pgsql-9.6/bin/postgresql96-setup initdb
systemctl start postgresql-9.6