Skip to content

Instantly share code, notes, and snippets.

View Starefossen's full-sized avatar
🍉
Developer experience in the Norwegain Government

Hans Kristian Flaatten Starefossen

🍉
Developer experience in the Norwegain Government
View GitHub Profile
find . -name 'Dockerfile' -print0 | xargs -0 sed -i -e 's/6.9.1-6/6.9.1-10/g'
@Starefossen
Starefossen / gist:319f36ff30694a775806
Created August 13, 2015 08:24
Resize VirtualBox .vmdk disk
# http://www.midwesternmac.com/blogs/jeff-geerling/resizing-virtualbox-disk-image
# Clone the .vmdk image to a .vdi.
vboxmanage clonehd "virtualdisk.vmdk" "new-virtualdisk.vdi" --format vdi
# Resize the new .vdi image (30720 == 30 GB).
vboxmanage modifyhd "new-virtualdisk.vdi" --resize 30720
# Optional; switch back to a .vmdk.
VBoxManage clonehd "cloned.vdi" "resized.vmdk" --format vmdk

On the server with tmux

Create a new tmux session:

tmux new-session -s my-session # launch `top`, `htop`, or anything that will regularly updates, then detach

Stream your session:

@Starefossen
Starefossen / gist:be30fa4a1468a1472a02
Created March 9, 2016 08:22
VIM: Reformat Paragraph
gqip

Yank lines 81-91

:81,91y<enter>

If your fingers don't like to find the : and , keys, this would work as well (go to line 81, yank 11 lines)

81gg11yy 

My only use of g is 5gg. To go to the 5th line. 22gg: 22nd line. As jimbo said, it's really only a modifier for some other commands.

@Starefossen
Starefossen / gist:7e2a8ef40ba099acbee5ed72e89d0f8e
Last active December 27, 2017 21:53
Docker Machine with Docker v1.13.1
docker-machine create --driver virtualbox --virtualbox-cpu-count 2 --virtualbox-memory 4096 --virtualbox-boot2docker-url https://github.com/boot2docker/boot2docker/releases/download/v1.13.1/boot2docker.iso default
FROM ubuntu
MAINTAINER Example McAuthor
RUN apt-get update
RUN apt-get install -y \
mongodb-10gen
RUN mkdir -p /data/db
EXPOSE 27017
@Starefossen
Starefossen / gist:ea624b6da1b4e12e9b06e7b1e0254ca5
Created April 22, 2019 18:22
Get default browser on macOS
VERSIONER_PERL_PREFER_32_BIT=1 perl -MMac::InternetConfig -le 'print +(GetICHelper "http")[1]
@Starefossen
Starefossen / data.json
Last active August 22, 2019 11:25
Numerics
{
"postfix": "Rain",
"color": "green",
"data": {
"value": "🌦"
}
}
@Starefossen
Starefossen / gist:59e5910c15715bc73f8e5e07caf5171c
Created December 26, 2019 21:56
Restart macOS with File Vault 2 enabled remotely
sudo fdesetup authrestart