sudo pacman -S virt-manager virt-viewer qemu qemu-arch-extra \
ovmf vde2 ebtables dnsmasq bridge-utils openbsd-netcat
--[[ | |
mpv 5-bands equalizer with visual feedback. | |
Copyright 2016 Avi Halachmi ( https://github.com/avih ) | |
License: public domain | |
Default config: | |
- Enter/exit equilizer keys mode: ctrl+e | |
- Equalizer keys: 2/w control bass ... 6/y control treble, and middles in between | |
- Toggle equalizer without changing its values: ctrl+E (ctrl+shift+e) |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title></title> | |
<link href="style.css" rel="stylesheet" /> | |
</head> | |
<body> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> |
#!/bin/bash | |
latesturi="https://api.github.com/repos/GloriousEggroll/wine-ge-custom/releases/latest" | |
lutris="$HOME/.local/share/lutris/runners/wine" | |
echo "Currently installed Lutris-GE version/s $(find $lutris -name "lutris-ge*" -type d -print) will be removed and updated." | |
echo | |
echo "Waiting for 10 seconds before proceeding with update ..." | |
sleep 10 | |
# Create and switch to temporary directory |
<?php | |
//======================================================================================================= | |
// Create new webhook in your Discord channel settings and copy&paste URL | |
//======================================================================================================= | |
$webhookurl = "YOUR_WEBHOOK_URL"; | |
//======================================================================================================= | |
// Compose message. You can use Markdown | |
// Message Formatting -- https://discordapp.com/developers/docs/reference#message-formatting |