back to home - see all tags

Tags

lostorbit

git - bare minimum

The bare minimum commands you need to update your git repo and sync to your github account are as follows: git status git add <any new files> git commit -a -m "Update Description" git push -u origin master There, I said it. I didn't see this...

mod_rewrite

I had some trouble cleaning up my URLs on my local copy of this site. As much as I wanted to use a super easy wizard to automagically make mod rewrite rules for me, nothing seemed to take. phpinfo() showed mod_rewrite was turned on, and "apache2ctrl...

lostorbit.net

I put together this website in an effort to have a central place to keep track of some of the projects I spend most of my time on, and to keep an updated resume on the web. I needed a quick-and-dirty way to update everything, and it needed to be rel...

page generated in 0.017 seconds.