test

test, updated 1/2/24, 2:58 PM

categoryOther
visibility11
  verified

About Eric Asberry

Computer geek, software developer, writer, bicycle rider and occasional runner, if something scary is chasing me.

Tag Cloud

sudo killall -HUP mDNSResponder
ls -a .*
for x in `ls -a | egrep '^\\.\\w' | egrep -v 'atom|Web|DS_Store|cache|vagra
nt'`;
do
cp -rpv $x ~/dotfiles;
done
for x in `somecommand`
ls -a | egrep '^\\.\\w' | egrep -v 'atom|Web|DS_Store|cache|vagrant'
egrep '^\\.\\w'
$(document).on('click', '.my-button', function(e) {
$.ajax({
method: 'POST',
url: '/api/call/to/get/the/url/we/need/to/open',
error: function (status, err) { },
success: function (data) {
window.open(data.redirectUrl);
}
});
});
$(document).on('click', '.my-button', function(e) {
$.ajax({
method: 'POST',
async: false,
url: '/api/call/to/get/the/url/we/need/to/open',
error: function (status, err) { },
success: function (data) {
var newWindow = window.open();
newWindow.location = data.redirectUrl;
}
})
});
{
"bip": "192.168.1.1/24"
}
sudo service docker restart
hciconfig hci0 sspmode 1
hciconfig hci0 down
hciconfig hci0 up
:%s/\\n/,/