. Player > Manager > Update VM Tools
#If audio is not working: . On host > Control Panel > Realtek Audio Manager > Options > Check AC97 option
--install / npm error | |
sudo apt-get purge nodejs npm | |
curl -sL https://deb.nodesource.com/setup | sudo bash - | |
sudo apt-get install -y nodejs |
import os | |
import datetime | |
import csv | |
import requests | |
credentials = 'your_zendesk_email', 'your_zendesk_password' | |
session = requests.Session() | |
session.auth = credentials |
https://github.com/atom/apm/issues/322#issuecomment-196835163 |
fn main() { | |
println!("Guessing game project!"); | |
let secret_number = rand::thread_rng().gen_range(1, 101); | |
println!("Secret number {}", secret_number); | |
} |
module.exports = { | |
config: { | |
// default font size in pixels for all tabs | |
fontSize: 12, | |
// font family with optional fallbacks | |
fontFamily: 'Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace', | |
// terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk) | |
cursorColor: 'rgba(248,28,229,0.8)', |
#!/bin/bash | |
echo Intalling linux esentials... | |
sudo apt-get update -y | |
sudo apt-get install -y gcc \ | |
gconf2 \ | |
make \ | |
linux-headers-$(uname -r) \ | |
build-essential \ | |
apt-transport-https \ | |
ca-certificates \ |
{"lastUpload":"2019-04-07T21:40:08.100Z","extensionVersion":"v3.2.8"} |
Mozilla/5.0 (Solaris; Solaris x86_64; rv:40.0) Gecko/20100101 Firefox/40.0