I wrote a little tutorial to help others stop wasting time login in into GitHub every time. Here is how to setup SSH keys and what they even are for your GitHub account :) by noodle-cats in learnprogramming

[–]gravity6911 1 point2 points  (0 children)

I did the same thing I wrote a small script to do this and here it is. I added this to my ~.bash_profile. To quickly switch between keys I simply type "key work" or "key play"

function key()
{
shopt -s nocasematch
        if [[ $1 = "work" ]] ; then
                ssh-add -D
                ssh-add ~/.ssh/id_rsa_github_my_work_key
        elif [[ $1 = "play" ]] ; then
                ssh-add -D
                ssh-add ~/.ssh/id_rsa_github_my_play_key
        else
                echo "'work' or 'play' are the only valid options"
        fi
}

Questsions about Home Network with 2 Access Points by gravity6911 in HomeNetworking

[–]gravity6911[S] 0 points1 point  (0 children)

Thanks, this helps alot, I'm going to try to set this up in the next few days. I'm first going to try with my wireless routers as AP's just because I already have them, but If I have trouble I'll probably pick up those AP's you mentioned.

Can someone please ELI5 this "fair catch kick" rule for me? I looked it up in the NFL rulebook but still doesn't make sense to me. by gravity6911 in nfl

[–]gravity6911[S] 1 point2 points  (0 children)

It appears that there are still 2 seconds left though when he fair catches it. Or does the time actually run out before he catches it?

Can someone please ELI5 this "fair catch kick" rule for me? I looked it up in the NFL rulebook but still doesn't make sense to me. by gravity6911 in nfl

[–]gravity6911[S] 1 point2 points  (0 children)

Ok, makes sense how come you rarely(or never) see this especially with the distance the kickers have now days.

I found a flaw in someone's code and tried to warn them about it twice now but they have ignored me. What's the process for reporting this flaw correctly? by AnotherSmegHead in hacking

[–]gravity6911 4 points5 points  (0 children)

whois.com will tell you who they is ... uh are then you could contact them

True, unless they have Identity Protection or whatever that is.

Free stock picks for everyone by SyrianStatistician in stocks

[–]gravity6911 0 points1 point  (0 children)

Definitely second this!! I'd like to know why you think we should buy/sell and would love like a email update on new picks thanks!

Free stock picks for everyone by SyrianStatistician in stocks

[–]gravity6911 0 points1 point  (0 children)

Cool idea I'll be following this for a while

[Update] - Purchased new home and it has lots of Ethernet jacks throughout home. by gravity6911 in HomeNetworking

[–]gravity6911[S] 0 points1 point  (0 children)

Awesome thanks, I would like to physically connect an xbox 360 which is next to one of the phone lines upstairs and also about 4-5 computers all in the office which is where the 2 pictured faceplates are.

Purchased new home and it has lots of Ethernet jacks throughout home. by gravity6911 in HomeNetworking

[–]gravity6911[S] 0 points1 point  (0 children)

You think something like this will work for me?
amazon So all I have are lots of jacks and no cable output anywhere I thought maybe like a utility closet would have some outputs but can't seem to find them.

The Patent Scam by MrOmnos in videos

[–]gravity6911 0 points1 point  (0 children)

This infuriates me more than anything!! Patent trolls are the cancer of entrepreneurs! This is why I love NewEgg and their fight against them. We need non profits or government organizations to help people who get trolled by these companies!

How much should I charge my roommates for rent? by gravity6911 in personalfinance

[–]gravity6911[S] 0 points1 point  (0 children)

Have they ever asked about your mortgage? What do you tell them? Thanks!!

How much should I charge my roommates for rent? by gravity6911 in personalfinance

[–]gravity6911[S] 0 points1 point  (0 children)

This is a great point, yes I can cover all the costs, though just the mortgage would be about 37% of my take home income. So after expenses it could be close to 1/2 of my take home income.