executing: /usr/local/bin/VBoxManage showvminfo default --machinereadable
STDOUT: name="default"
groups="/"
ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
UUID="b010cf27-762c-4387-9716-0a896d6ada0d"
CfgFile="/Users/l0rd/.docker/machine/machines/default/default/default.vbox"
SnapFldr="/Users/l0rd/.docker/machine/machines/default/default/Snapshots"
LogFldr="/Users/l0rd/.docker/machine/machines/default/default/Logs"
hardwareuuid="b010cf27-762c-4387-9716-0a896d6ada0d"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# This assumes you have: | |
# 1) A user called `hubot` in charge of the bot. | |
# 2) A file called /home/hubot/.hubotrc that contains the Hubot credentials. | |
# | |
# To set the adapter either edit bin/hubot to specify what you want or append | |
# `-- -a campfire` to the $DAEMON variable below. | |
# | |
### BEGIN INIT INFO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
find ~/Music/iTunes/iTunes\ Media/Music -depth 3 -type d | |
echo "Number of files remaining:" && find ~/Music/iTunes/iTunes\ Media/Music -depth 3 -type d | wc -l |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Alot of these configs have been taken from the various places | |
# on the web, most from here | |
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
# Set the colours you can use | |
black='\033[0;30m' | |
white='\033[0;37m' | |
red='\033[0;31m' |
00:00:00.335393 SMEP - Supervisor Mode Execution Prevention = 0 (0)
00:00:00.335395 BMI2 - Advanced Bit Manipulation extension 2 = 0 (0)
00:00:00.335396 ERMS - Enhanced REP MOVSB/STOSB instructions = 0 (0)
00:00:00.335397 INVPCID - INVPCID instruction = 0 (0)
00:00:00.335399 RTM - Restricted Transactional Memory = 0 (0)
00:00:00.335400 PQM - Platform Quality of Service Monitoring = 0 (0)
00:00:00.335401 DEPFPU_CS_DS - Deprecates FPU CS, FPU DS values if set = 0 (0)
00:00:00.335402 MPE - Intel Memory Protection Extensions = 0 (0)
00:00:00.335403 PQE - Platform Quality of Service Enforcement = 0 (0)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This code is released under the MIT license. | |
Copyright (C) 2012 Matt Magoffin | |
Permission is hereby granted, free of charge, to any person obtaining a | |
copy of this software and associated documentation files (the | |
"Software"), to deal in the Software without restriction, including | |
without limitation the rights to use, copy, modify, merge, publish, | |
distribute, sublicense, and/or sell copies of the Software, and to | |
permit persons to whom the Software is furnished to do so, subject to |
docker ps -a | awk '{ print $1,$2 }' | grep mariadb | awk '{print $1 }' | xargs -I {} docker rm {}
Copied from https://linuxconfig.org/remove-all-containners-based-on-docker-image-name
I hereby claim:
- I am alrayyes on github.
- I am alrayyes (https://keybase.io/alrayyes) on keybase.
- I have a public key ASBbJnrEWvMPvAKoZrw-c8xvEBL2VOeu89wKoykocCqP7wo
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
## | |
# @author Jay Taylor [@jtaylor] | |
# @date 2013-08-15 | |
# | |
# @description CloudFlare management script. | |
# | |
# Path ENV VAR override. |
OlderNewer