wesdeboer.com
ruby | Wes DeBoer
http://wesdeboer.com/tag/ruby
I'm probably going to talk about PHP, Wordpress, Ubuntu, Dev/Ops, or something else… read on to find out. Middleman Dynamic Content in Single Template. I’ve been playing a little with middleman (http:/ middlemanapp.com/) to build some simple static sites lately and have been looking at how to do this a little more dynamically. The example I’ll go through is to have three pages for 3 people (Bob, Joe and Linda). But instead of creating a 1 to 1 relationship between the yml and html.erb files:. 8220;/#{per...
wesdeboer.com
ansible | Wes DeBoer
http://wesdeboer.com/tag/ansible
I'm probably going to talk about PHP, Wordpress, Ubuntu, Dev/Ops, or something else… read on to find out. Use ansible to update openssl for heartbleed. Here is a quick and dirty ansible playbook to update to a specific version of libssl1.0.0 and openssl on my ubuntu 12.04 boxes:. This entry was posted in SysAdmin. April 11, 2014. Use ansible to update openssl for heartbleed. Middleman Dynamic Content in Single Template. Received disconnect from: Too many authentication failures for ubuntu.
wesdeboer.com
Vagrant Symlink Error | Wes DeBoer
http://wesdeboer.com/vagrant-symlink-error
I'm probably going to talk about PHP, Wordpress, Ubuntu, Dev/Ops, or something else… read on to find out. I had a problem getting symlinks to work with Vagrant but lets get symlinks setup first before I get to the problem. First thing to do which is well documented is you need to add the following line to your Vagrantfile:. Config.vm.customize ["setextradata", :id, "VBoxInternal2/SharedFoldersEnableSymlinksCreate/WebDocRoot", "1"]. Config.vm.share folder "WebDocRoot", "/var/www", "www". This entry was po...
wesdeboer.com
ubuntu | Wes DeBoer
http://wesdeboer.com/tag/ubuntu
I'm probably going to talk about PHP, Wordpress, Ubuntu, Dev/Ops, or something else… read on to find out. Use ansible to update openssl for heartbleed. Here is a quick and dirty ansible playbook to update to a specific version of libssl1.0.0 and openssl on my ubuntu 12.04 boxes:. This entry was posted in SysAdmin. April 11, 2014. Received disconnect from: Too many authentication failures for ubuntu. To your .ssh/config file. Ok, so it looks like my public keys are failing. I’m using my .ssh...Set to 6, i...
wesdeboer.com
devops | Wes DeBoer
http://wesdeboer.com/tag/devops
I'm probably going to talk about PHP, Wordpress, Ubuntu, Dev/Ops, or something else… read on to find out. Use ansible to update openssl for heartbleed. Here is a quick and dirty ansible playbook to update to a specific version of libssl1.0.0 and openssl on my ubuntu 12.04 boxes:. This entry was posted in SysAdmin. April 11, 2014. Config.vm.customize ["setextradata", :id, "VBoxInternal2/SharedFoldersEnableSymlinksCreate/WebDocRoot", "1"]. Config.vm.share folder "WebDocRoot", "/var/www", "www". So let̵...
wesdeboer.com
cli | Wes DeBoer
http://wesdeboer.com/tag/cli
I'm probably going to talk about PHP, Wordpress, Ubuntu, Dev/Ops, or something else… read on to find out. I had a problem getting symlinks to work with Vagrant but lets get symlinks setup first before I get to the problem. First thing to do which is well documented is you need to add the following line to your Vagrantfile:. Config.vm.customize ["setextradata", :id, "VBoxInternal2/SharedFoldersEnableSymlinksCreate/WebDocRoot", "1"]. Config.vm.share folder "WebDocRoot", "/var/www", "www". This entry was po...
wesdeboer.com
Received disconnect from: Too many authentication failures for ubuntu | Wes DeBoer
http://wesdeboer.com/received-disconnect-from-too-many-authentication-failures-for-ubuntu
I'm probably going to talk about PHP, Wordpress, Ubuntu, Dev/Ops, or something else… read on to find out. Received disconnect from: Too many authentication failures for ubuntu. To your .ssh/config file. To see what errors were occuring. At the end of the output I was seeing a lot of this:. Still nothing, it still is passing several publickeys and failing on all of them. My servers all have the default setting in the sshd config for. Next up, I did a little googling around and ran. And see that ssh-agent ...