Gitlab 6.5 was released earlier this week so naturally it was time to upgrade my dev box. But things broke. I could authenticate fine but got redirected back to the login page. Also, in the production.log it spit out: Started POST "/users/sign_in" for 1.x.x.x at 2014-01-22 11:11:58 -0500 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"?", …
GitHub DDOS
So GitHub gets DDOSed again. Ok, this is just speculation, but going back to this post, perhaps all these ghost accounts are vectors in to the DDOS or a way to test the effectiveness of the DDOS?
GitHub ‘Ghost Accounts’
I'm sure you've looked at your News Feed on your GitHub account and have seen the occasional Forking or Staring of something of yours or someone following you: Yet, I have noticed most of this activity to be suspicious to say the least. The common things I see are: Only forking of others' projects that …
iCloud, the little sync service that can’t
So last night I started to notice that Pages, Numbers, Keynote iCloud documents and Day One entries were not able to sync. I tried the standard rigamarole: turning off Document syncing, restarting computers and iOS devices to no success. Right now, my Day One entries are in a zip file on my Desktop. Then I found a log …
Continue reading "iCloud, the little sync service that can’t"
Setting up my Raspberry Pi
Actually, this is my second Pi. Here's some basics when setting up Wheezy Raspbian. Once done running sudo raspi-config and enlarging the fs to the max, setting up ssh and the other little things, I also install PyGlow for the PyGlow. It is not a necessary thing, but it is handy to see the load of the …