Category: Technology

Every post that has something got to do with technology…whether it’s to do with computers, phone, the internet. It’ll be posted here

  • My introduction to git!

    So, the other day a good friend of mine fucking retard that is a tranny (Reid at http://reidweb.com), set up a GitLab (Which is a self-hosted GitHub-esqe website) and the first thing that I said to him was.

    I must learn Git

    So, I spent about a couple of hours talking with him and linking to the git-scm website and before I knew it, I was pushing files from my Linux server over SSH to this Git website!

    Once it “clicked” with me on what was the reasoning for using Git, GitHub, GitLab, BitBucket etc was, I was so intrigured. The way that branches can be easily created and doing patches and what-have-ya. It was amazing.

    I worked over the weekend with Pricetx (@Pricetx), on creating/modifying some Just Cause 2 Multiplayer Scripts and we were creating, editing, uploading all through Git and GitLab.

    And with that said, I am now going to start using Git for simple version control stuff and hopefully something good with come out of it eventually. 😛

    The next site that I am creating (nologam), is going to be hosted on our private GitLab for development purposes and hopefully we’ll get some awesome stuff going.

    Invaluable tool to know no matter which part of the IT industry you are in 🙂

  • How to Update WordPress automatically using FTP Details

    If you have been using WordPress (since 3.7), you would know that a new feature that allows you to auto-update WP and plugins was implemented.

    But sometimes, you may come across that you can’t update it because of FTP Details not being found.

    Easiest thing that you can do is open your wp-config.php file and add the following lines:

    define('FTP_USER', 'username');
    define('FTP_PASS', 'password');
    define('FTP_HOST', 'localhost');

    Replacing ‘username’ with the FTP login username and ‘password’ with your own password and ‘localhost’ with the location of your WP install (if it is different)

  • Google+ Comments System on YouTube

    If you have been living under a rock for the past week, YouTube has made a massive change to the site in ways that people now want to leave!

    They have now implemented the Google+ commenting system (which has been trialed and tested to be a great tool)…but when YouTubers got this new feature, everyone lost their mind!

    And I don’t mean a small portion…I mean, EVERYONE. From TotalBiscuit, Jonathan Paula, Boogie2988 and more, they have shared their displeasure with the new comments system that they have disabled comments on videos uploaded since the changeover.

    What is so bad you may ask? Well, for starters, everyone has pretty much accepted that everyone needs to link their YouTube account with a Google+ profile or page. No one wanted to do it, but for the ‘unification’ that Google is doing, it seems logical.

    While it will take away anonymity from people, that is something that people are going to have to accept. Times are changing at Google and they want everyone to be “Open and Free and something something”.

    People are afraid of using Google+…That’s the way it is, people are using Facebook and Twitter and Tumblr and thus they don’t want to use anything else. But something has occurred to me while writing this piece which may be true….

    Google would like people to try Google+ before dismissing it. Most people who have complained about the new system have never touched Google+ and Google would like those people to actually try out the service. Now you may be asking “Why would they do this? Why are they trying to force us to use it?”

    YouTube is owned by Google. Google can do whatever they want. It is their site and they have the rights to make this change. They obviously didn’t think this on a whim and say “Let’s implement it right now”…No. They took their time with this system. They announced  this system a long time ago and they were confident in their system.

    YouTube under-estimated what the community is capable of. They thought that YouTube was this place of awesome community discussions relating to the video and thus they wanted to centralise the whole “Community discussion”, but they never thought of the side effects from this.

    Unlimited character length. Who thought that would be a good move? Yes, it allows you to talk about the discussion on hand, but it also makes way for people to copy and paste movie scripts, books, and even ASCII penises and swastika’s.

    And also…External linking…Anything from viruses to screamers and…porn.

    While the system of Google+ comments on YouTube works, the content of which doesn’t and YouTube needs to fix that. I know what people may be thinking at this point. Changing the system back to the old YouTube commenting system. No. That is not how you fix stuff. If that was the way of doing things, then we would have the same version of YouTube that we had in 2005/6 and no real innovation from anyone and thus hold everything back from ever developing.

    So, YouTube will have to sit down and actually fix these issues I just talked about. Because at the moment, Big YouTubers such as TotalBiscuit and Boogie2988’s career is on thin ice. They could lose their job because of this.

    I think Boogie’s video sums it up well. I have done enough of talking about it.

    Great system…badly implemented!

  • PFN Update 11th October 2013

    Hey everyone. It has been a bit since I have done a proper blog and I thought I would let you all know what has been happening at PFN.

    We have moved PadraigFahy.com, GamersAndGeeks.net and Fahy.eu to Chocobo. Chocobo is the nickname for the new dedicated server that I have which now gives me even more flexibility to do what I want.

    Gamers and Geeks has undergone a re-branding.

    From:

    Gamers and Geeks January 2013 Logo
    Gamers and Geeks logo (January – October 2013)

    To:

    Gamers and Geeks October 2013 Logo
    Present Gamers and Geeks logo (October 2013 – Present)

    Updates of Gamers and Geeks are made over on the forums and a detailed post about specific changes will be going up soon on it.

    As for PadraigFahy.com, nothing much has changed since the August Update (whenever TwentyThirteen) was released. You may have noticed that the PF logo is Orange (At the time of writing), but this is just a ‘event’ logo since it is nearly Hallowe’en, but it will of course change back to the blue-logo for November (and then December is HoHoHo month (Can’t bloody wait(!)))

    We had some teething issues with MySQL and WordPress and vBulletin when we moved to Chocobo.

    One night, I got about 20 emails from vBulletin telling me that there was a database error and that there was something about space being full. Rightfully so, when I logged into SSH, the first thing I see is.

    “/ is 99% of 19.8GB”. This meant that the / (root) partitions on the drive filled. I couldn’t figure out how to fix it, and it clicked with me at about 3pm, that the backups that was setup by a friend was going to the root partiton and thus was creating that issue. So, for now, we have moved the backups to a protected folder in the /home/ partition and symlinked the backup folder to go to it, so we don’t have to mess with the script.

    Since MySQL crashed, it corrupted most of the tables and the built in tools on vBulletin to repair and optimise tables didn’t work, so I had to manually use a command to repair and fix all the tables that were affected. Luckily nothing here on WordPress was affected which is always a good thing.

    So, after a good few hours of fixing everything up, I got it back up and running again and have been keeping a close eye on it.

    As for WordPress though, when I moved the site over, it didn’t want to upload any pictures. Hmm…sounds like a issue that I had before.

    With some permissions picking, I finally got it sorted last night, and the pictures do seem to be working as intended and thus I have no more problems.

    I am no means a web developer (Although, I would love to be one), but I do try and learn how to fix stuff and I would like to use languages such as JavaScript and PHP and manually add my own content to stuff like WordPress and vBulletin.

    Righteo, I have rambled enough about PFN for now. Should hopefully have a gaming update later on all going good.

    Email: padraig@padraigfahy.com

  • About what happened today!

    (From Reddit). The Irish High Courts orders 6 Irish ISP’s to block ThePirateBay (http://www.independent.ie/business/technology/high-court-orders-six-internet-service-providers-to-block-pirate-bay-access-29339933.html).

    Then the EU says “EU to slap bans on Online Blocking”. (http://euobserver.com/news/120456).

    Well done Sean Sherlock TD. You have wasted everyone’s time and I MEAN EVERYONE’S!

    Why? Because you are blocking 1 of millions of torrent sites out there. And anyway, TPB isn’t that good anymore, so I don’t use it and therefore, not affected by this in any shape or form

  • Brand New Theme

    I have just launched the brand new theme for PadraigFahy.com – From the guys over at 320press, I introduce the “WP-Foundation” theme.

    This is a WordPress theme with Twitter Bootstrap integrated. Any issues, contact me. 🙂

    promo_june2013