zsh -c "$(curl -fsSL https://raw.githubusercontent.com/nrjdalal/silicon-virtualizer/master/install-qemu.sh)"xcode-select --install| // Tracking cursor position in real-time without JavaScript | |
| // Demo: https://twitter.com/davywtf/status/1124146339259002881 | |
| package main | |
| import ( | |
| "fmt" | |
| "net/http" | |
| "strings" | |
| ) |
| #!/bin/bash | |
| # This has been tested on the aws-linux Coder template, which runs Ubuntu Focal | |
| # Check if LXDE is installed | |
| if ! dpkg -s lxde &> /dev/null; then | |
| sudo apt-get update | |
| DEBIAN_FRONTEND=noninteractive sudo apt-get install -y lxde | |
| else | |
| echo "LXDE is already installed." |