Welcome to SyKoHPaTh.com!
This is a development blog for all of my projects.
indexindexindexindexindexindexindexindexindexindexindexindexindexindexindexindexindexindexindexindexindexindexindexindexindexindexindexindexindexindexindexindexindexindex
This is a development blog for all of my projects.
Alright, looks like my SSH request finally went through. Let's go ahead and set this up for today's lesson (yes I know you have your database "test" created - we'll get to that soon enough!)
...
Hey thanks for losing my really long post I did this morning! siiigh.
After writing out a freakin' novel on setting up your environment for a basic MVC setup, I'll have to cut corners as I try t ...
Ok, so, we got through day one. We used Git GUI to handle out keys, because for some reason the terminal part is scary. Welp, time to not be scared anymore. Technically you can use Git GUI for ever ...
SO, you want to get started in web development, eh? Sure, you can crap out an html page and slap on a "I DID THIS" on the bottom, but that won't even start to get you a job, anywhere, unless you w ...
Short one today...
Normally, array_search() is awesome for finding a match within an array:
$array = array( "one", "two");
array_search("one", $array); //true
But, in dealing with an ...
Mainly for my reference since I can't seem to remember exactly:
ssh -D
Configure software to use SOCKS proxy:
localhost:
Forgot I made this a while back...Ok, you know how there's "free" sitemap.xml generators? And you know how they limit it to like, 10 links? And you know how they suck?
Time to fix that.
[co ...
So, using some resources scattered about the 'net, I was finally able to piece together how to convert a Guild Wars template code into their respective skills and attributes. The biggest issue I cam ...
Mainly putting this here for my own reference, since I posted it on another site, and promptly forgot where it was. Some newer hardware does not support the default Ubuntu/Mint installation, and requ ...
Here's how to automount a drive:
1) First, open up terminal, and determine what type of drive format it is:
sudo blkid
With a second hard drive, it'll most likely be /dev/sdb1 ...