Skip to content

Instantly share code, notes, and snippets.

View MrPowerGamerBR's full-sized avatar
:shipit:
We facepalm, we shrug and we hack around it and never look back.

MrPowerGamerBR MrPowerGamerBR

:shipit:
We facepalm, we shrug and we hack around it and never look back.
View GitHub Profile
{
"0":{
"red":-1,
"green":-1,
"blue":-1
},
"1":{
"red":-1,
"green":-1,
"blue":-1

Attention: This guide is super outdated and, while it works, this isn't really the best way to setup Proxmox!

Thanks to mmolitor87#7314 for helping me out on /r/admincraft's Discord server! I just rewrote what he said to make a nice and tidy post, to make it easier for me (and other users) to setup Proxmox on a new machine

In this tutorial I will use Windows Bash (via Windows Subsystem for Linux, running Ubuntu), but this tutorial will work with an Linux distro too.

First, go to your dedicated server dashboard and install Proxmox, SoYouStart (and OVH) has an option install Proxmox directly from the dashboard on the Reinstall option.

Choose Proxmox VE 5 (64 bits) (if you have multiple devices that you want to make a pool with, choose the option with ZFS), after that, wait until Proxmox is installed...

@MrPowerGamerBR
MrPowerGamerBR / assembly.asm
Created August 16, 2018 12:31
kk eae men o SAM é brabo
section .data
hello: db "Hello!", 10 ; 10 = pular linha (na tabela ASCII)
helloLen equ $-hello ; tamanho da string
kkEaeMen: db "kk eae men", 10
kkEaeMenLen equ $-kkEaeMen
section .text
global main
main:
mov ebp, esp; for correct debugging
mov eax, 4 ; system call para sys_write (4 = escreve para um arquivo ou um dispositivo)
[INFO] --- kotlin-maven-plugin:1.2.50:compile (compile) @ Loritta ---
[WARNING] Using experimental Kotlin incremental compilation
WARN: Failed to initialize native filesystem for Windows
java.lang.RuntimeException: Could not find installation home path. Please make sure bin/idea.properties is present in the installation directory.
at com.intellij.openapi.application.PathManager.getHomePath(PathManager.java:82)
at com.intellij.openapi.application.PathManager.findBinFile(PathManager.java:161)
at com.intellij.util.lang.UrlClassLoader.loadPlatformLibrary(UrlClassLoader.java:321)
at com.intellij.openapi.util.io.win32.IdeaWin32.<clinit>(IdeaWin32.java:48)
at com.intellij.openapi.util.io.FileSystemUtil.getMediator(FileSystemUtil.java:62)
at com.intellij.openapi.util.io.FileSystemUtil.<clinit>(FileSystemUtil.java:54)
package net.perfectdreams.dreamcore.utils
import com.comphenix.packetwrapper.*
import com.comphenix.protocol.wrappers.WrappedDataWatcher
import com.comphenix.protocol.wrappers.WrappedWatchableObject
import org.bukkit.Bukkit
import org.bukkit.Location
import org.bukkit.entity.Entity
import org.bukkit.entity.EntityType
import org.bukkit.entity.Player
package utils
import org.w3c.dom.HTMLElement
@JsName("grecaptcha")
external object GoogleRecaptcha {
fun render(element: HTMLElement, options: RecaptchaOptions)
}
class RecaptchaOptions(val sitekey: String, val callback: String, val size: String)
sending: {"o":{"actions":["Browsing"],"target":"ndc://x26883146/public-chats","ndcId":26883146,"params":{"duration":20215},"id":"269197328"},"t":306}
sending: {"o":{"ndcId":26883146,"topic":"ndtopic:x26883146:users-start-typing-at:e9b29c8d-d6ac-4868-908a-ba9d43e8b924","id":"269197372"},"t":300}
sending: {"o":{"ndcId":26883146,"topic":"ndtopic:x26883146:users-end-typing-at:e9b29c8d-d6ac-4868-908a-ba9d43e8b924","id":"269197377"},"t":300}
sending: {"o":{"ndcId":26883146,"topic":"ndtopic:x26883146:users-start-recording-at:e9b29c8d-d6ac-4868-908a-ba9d43e8b924","id":"269197381"},"t":300}
sending: {"o":{"ndcId":26883146,"topic":"ndtopic:x26883146:users-end-recording-at:e9b29c8d-d6ac-4868-908a-ba9d43e8b924","id":"269197385"},"t":300}
sending: {"o":{"ndcId":26883146,"threadId":"e9b29c8d-d6ac-4868-908a-ba9d43e8b924","id":"269197450"},"t":100}
sending: {"o":{"actions":["Chatting"],"target":"ndc://x26883146/chat-thread/e9b29c8d-d6ac-4868-908a-ba9d43e8b924","ndcId":26883146,"params":{"threadType":2},"id":"269197526"},"t":
# *iniciando variáveis por favor ignorar*
addi $s0, $zero, 2
addi $s1, $zero, 5
# *iniciando variáveis por favor ignorar*
# m (s0) = 2
# n (s1) = 5
# s2 = somatória
#
# Fazer a somatória entre os números m e n, ou seja, se for 2 e 5, o programa
package net.pocketdreams.dreampocketimagehq
import io.netty.buffer.Unpooled
import net.pocketdreams.dreamcore.utils.KotlinPlugin
import org.bukkit.Bukkit
import org.bukkit.event.EventHandler
import org.bukkit.event.Listener
import protocolsupport.api.Connection
import protocolsupport.api.events.ConnectionHandshakeEvent
import protocolsupport.protocol.serializer.VarNumberSerializer
fun main(args: Array<String>) {
var sessionId = ""
val conversations = arrayListOf<String>("", "", "", "", "", "", "")
var lineRef = "";
var prevref = ""
while (true) {
// println("Insira sua mensagem para o Cleverbot")
val stimulus = readLine()
// val stimulus = "Do you like Undertale?";