How To

How to [easily] commit your changes to CVS

Posted by Kristjan Hiis on Aug 21, 2012

When you want to easily commit your file changes to CVS do the following:  Bash |  copy code |? 1cvs ci -m '- your comment for the change'...

Read More

Gaming

League of Legends late August pach notes

Posted by Kristjan Hiis on Sep 1, 2012

This is mediated from: http://euw.leagueoflegends.com/news/late-august-patch-notes     PvP.net 1.66 You can now disable notifications by using the new “Notification...

Read More

News

Stick it, a.ka. make your case look nifty

Posted by Kristjan Hiis on Nov 12, 2012

Unixsticers is a website where you can buy unix or FOSS related sticers, it is really nice site has many designs and is quite cheap. You can get freebies from there aswell, just...

Read More

Programming

Learn to program – for FREE

Posted by Kristjan Hiis on Jun 26, 2012

Ever pondered your mind around the possibilities of becoming a programmer? You might lack some time to go to college or school in general to learn some basics of programming. Well...

Read More

Recent Posts

Stick it, a.ka. make your case look nifty

Stick it, a.ka. make your case look nifty

Nov 12, 2012

Unixsticers is a website where you can buy unix or FOSS related sticers, it is really nice site has many designs and is quite cheap. You can get freebies from there aswell, just like and share their facebook page and your done, want to get discounts? No problem! Follow them on twitter and like them on facebook and one discount is heading your way. What more can...

League of Legends late August pach notes

League of Legends late August pach notes

Sep 1, 2012

This is mediated from: http://euw.leagueoflegends.com/news/late-august-patch-notes     PvP.net 1.66 You can now disable notifications by using the new “Notification Suppression” feature in the Options menu League of Legends v1.0.0.146 Akali Mark of the Assassin Fixed: Now correctly grants the Energy return when the target is killed by the...

Microsoft offers large collection of free ebooks

Microsoft offers large collection of free ebooks

Aug 30, 2012

As we discussed earlier that MH.net will go more and more FOSS so we are, but as Microsoft is offering free books – I personally would think that it’s a great offer and should be handled by us at MultiHow.net   So without further fuzz about this and that – get your free Microsoft ebooks from their website @ msdn   From the original...

Download free ebooks

Download free ebooks

Aug 23, 2012

Most of these ebooks listed on the link I will provide are released under Creative Commons license or under GNU GPL/FDL – so it is okay to download them from the internet without being a pirate of any kind. Those books are downloadable in .pdf format but you can convert them in any kind of file your eBook reader opens with the program called Calibre. So...

How to [easily] commit your changes to CVS

How to [easily] commit your changes to CVS

Aug 21, 2012

When you want to easily commit your file changes to CVS do the following:  Bash |  copy code |? 1cvs ci -m '- your comment for the change' your-file-name.file-extension where ci calls for commiting and -m is the message part (i.e. lets you make the comment for the change). It is quite simple – isn’t it?

5 Beautiful WooThemes WP Themes

5 Beautiful WooThemes WP Themes

Jul 15, 2012

To keep your blog/homepage simple and elegant I’d recommend that you’d use third party webdesign – if you’re not a web designer yourself, so you could design your own page, go with the ones that other designers have made and you will save some brain cells along the way. To be honest – there are so many WordPress designers out there...

Free video editing software by VideoLAN

Free video editing software by VideoLAN

Jul 10, 2012

VideoLAN Movie Creator is a non-linear editing software for video creation based on libVLC and running on Windows, Linux and Mac OS X! It is a free software distributed under the terms of the GPL v2. The VideoLAN team has done it again – created useful, yet needed open source program that is free! I had a chat with VLC developers in Akademy 2012 that was...

Finding things in Linux CLI

Finding things in Linux CLI

Jul 10, 2012

Every once in a while you might need to search a folder or a file that you or the previous owner of the server/computer has put somewhere – and on command line interface it could be a serious hassle to do that just by browsing through the folders and files. That’s why  it’s more convenient to use “locate” command on the...