Skip to content

Instantly share code, notes, and snippets.

View Utkarsh-vishnoi's full-sized avatar

Utkarsh Vishnoi Utkarsh-vishnoi

  • Jaspur, Uttarakhand, India
View GitHub Profile
@Utkarsh-vishnoi
Utkarsh-vishnoi / run_sql.js
Created June 6, 2020 22:42 — forked from anderser/run_sql.js
Small node command line script to run SQL against postgres and/or CartoDB API
#!/usr/bin/env node
'use strict';
var dir = require('node-dir');
var fs = require('fs');
var http = require('http');
var _ = require('lodash');
var CartoDB = require('cartodb');
var pg = require('pg');
@Utkarsh-vishnoi
Utkarsh-vishnoi / arm64-on-Win10.md
Created February 29, 2024 16:39 — forked from billti/arm64-on-Win10.md
ARM64 Linux on Win10

Below are the steps to get an ARM64 version of Ubuntu running in the QEMU emulator on Windows 10.

Install QEMU

Install for Windows from https://qemu.weilnetz.de/w64/ (I used qemu-w64-setup-20181211.exe)

Put C:\Program Files\qemu on your PATH, and run the below to check it's working (which will list out the CPUs the AArch64 emulator can emulate):

qemu-system-aarch64 -M virt -cpu help