Sign In

    Enjoy FOSSwire's content? Have it delivered! Subscribe

    Add FOSSwire to your browser search bar

    FOSSwire has been around since October 2006. That means we've got a pretty impressive (if I do say so myself) back catalogue of posts on all sorts of FOSS and Linux related things.

    You can search our archives by using the Google-powered search box on the homepage, but what if you'd like even closer access to our posts from any site? Well, now you can add FOSSwire to your browser's search bar (in any browser that supports OpenSearch, including Firefox 2 and later).

    Simply click the search drop-down, and choose to add the FOSSwire Archive Search.

    Adding FOSSwire to your search box

    Now, you can select it anywhere you are on the web to do a quick search of our archives, or even keep it at the top always, for the closest access to FOSSwire currently possible!

    FOSSwire Search Box in Firefox 2


    Year Two

    Well, FOSSwire, we've had some ups and downs, but overall it's been a good year. We now have quite a reader base compared to when we started.

    But now isn't the time for reminiscing. (really, never is the time.)

    You may have noticed some changes around here. Did FOSSwire get a haircut? You'll have to figure that out for yourself. But we did add several new features:

    • Tabs: Now, instead of a bajillion categories, we now only have five, and they are shown as tabs at the top of the page. Who doesn't like tabs?
    • Tags: This is where the mass amounts of categories were thrown. We didn't really know what to do with this new feature in WordPress 2.3, so we're just using it as our new category home.
    • The Metabar: Chris calls this the Überbar. To each their own. The important thing is this is home to many more features, including:
      • GNOME vs KDE vs XFCE wars
      • FOSSwire Video: Yep, we finally support video. Expect many more posts to have this feature.
      • PkgBase Automatic Installers: This is what we were suggesting with this post. You can now enjoy a one-click style install feature for systems that support it. And for those that don't, instructions are given.
      • Expertise Level: Know before you read a post how difficult it will be to do. Most commonly used in the Tips & Tutorials section.
    • Post Ratings: For anything that can be reviewed, such as a software or game release, we can now assign a rating out of 10 to it.
    • Caching: You won't notice anything (other than comments being delayed) except for the site running a lot faster. We're using a custom-built caching system that is by far faster than WP-Cache.

    Those are most of the features, but we've made some cosmetic changes here and there. We think you'll like it.

    Special thanks to Peter, who kept posting away while I was coding away, and to Chris, who did the design and kept me focused on getting this done.

    Welcome to Year Two.


    IRC Part 1 - Connecting to #fosswire

    If you are familiar with the IRC protocol already, all you need to know is that we have opened up #fosswire on irc.freenode.net. Come idle with us.

    You might have heard the term IRC thrown around in support forums or on blogs. If you are curious to learn what it is, then look no further: IRC stands for Internet Relay Chat, and is a way of communicating with anywhere from one to thousands of people at one time using an open protocol.

    IRC is a great method to get support, organize a group, or just hang out. Before we learn to connect to any server, know these things:

    • Be obnoxious and most people will kick or ban you from their chat channel (room).
    • People tend to join and leave some channels without greetings; this is usually because they were active in another channel on the same server and are just "idling."
    • Have a lot of patience. Someone may answer your question an hour later than you asked it.
    • Typing someone's name usually causes their computer to beep. This can be annoying if done repeatedly, so only use to get someone's attention.
    Know those four facts and you will succeed in any IRC channel on any server.

    Now on to connecting...

    For this tutorial, we're going to use the server irc.freenode.net.

    To start, you're going to need some sort of IRC client. You can use the one built into Pidgin if you like, though some more popular IRC clients are XChat (GNOME), Konversation (KDE), and ChatZilla (XUL/Firefox). No matter what client you are using, you will need to start by entering some settings. XChat I know has a wizard to start, and Pidgin is a bit more manual. Here are some options you might have when connecting:

    • Server: We want to use irc.freenode.net to connect.
    • Nick/Screen name: Pick a unique name. If someone else on the server is using it ("registered" in freenode's case) you will need to pick another.
    • [NickServ] Password can be ignored for now, but we'll need to fill it in later.
    • Real Name is optional, but it lets people know who you are
    • IDENT/username is usually generated for you, but you can specify one here if you know what to do with it.
    Whenever you input those settings (via wizard or otherwise) go ahead and connect. In Pidgin, a small chat box might pop up, and other IRC clients will just spawn a tab in the main window. I'll refer to this area as the server window.

    Now, you are on a chat server, but you cannot chat yet! You need to join a chat room, known as a channel, before you can yak away. We're going to use #fosswire. To join the channel, type /join #fosswire in that main server window.

    Another window/tab will spawn. Here you are able to talk away. If you want to join yet another channel, just type /join #thechannel in any IRC window.

    That's all there is to it for basic chatting! Some IRC clients might give you the option of joining channels when you start, so use them if you like to be in a lot of channels.

    If you are not on irc.freenode.net or a compatible server, stop reading here, as the following only pertains to freenode servers.

    Now, you probably want to claim this nick as your own. freenode bot NickServ lets you claim a nick as your own (others can still use it, but trust me, they won't want to if you have it registered). To do this, when signed in, type the following in the server window:

    /ns register newpassword

    where newpassword is the password you want to use. That's it! You now "own" the nickname. Remember the NickServ password box in your client from earlier? You'll want to put that there. Otherwise, NickServ will bug you about needing to identify yourself every time you sign on.

    Have fun chatting, and if you feel like it, drop by #fosswire for some idle chatter. We'll be waiting.

    Coming in Part 2: Managing an IRC channel


    1. 1
    2. 2
    3. 3
    4. 4
    5. 5