May 182013
 

flareget
flareGet is a full featured, advanced, multi-threaded, multi-segment download manager and accelerator for Linux, It allows user to pause, resume or monitor the download speed.

The application is free to use on it’s lite version, but not open-source,there is also a pro version that cost around 20$ that can be bought directly from the official website.
It supports all 32 and 64 bit Debian and RPM based Linux Distributions. The supported Linux Distributions include Ubuntu, Fedora, Mandriva, OpenSuse, LinuxMint, ArchLinux and many more.

Continue reading »

flattr this!

May 142013
 

dkim-process

Article By Chris Pentago

Goal of this how-to: Step to step guide on how to setup  OpenDKIM with postfix on Debian GNU/Linux to send signed email from your VPS.

There are numerous methods or techniques that you can use to achieve email message signing. Good examples are DomainKey as well as DKIM which is an abbreviation for DomainKeys Identified Mail.

DomainKeys Identified Mail (DKIM) lets an organization take responsibility for a message that is in transit.  The organization is a handler of the message, either as its originator or as an intermediary. Their reputation is the basis for evaluating whether to trust the message for further handling, such as delivery. Technically DKIM provides a method for validating a domain name identity that is associated with a message through cryptographic authentication.

These two techniques will not use symmetric encryption but rather will employ asymmetric encryption. (more info: http://support.microsoft.com/kb/246071) In both methods, the common algorithm used is RSA. This algorithm is also the default for these methods of achieving email message signing.

For those wondering about what asymmetric means, the following is a detailed explanation. It is a technique that utilizes a key to sign the email message. Other methods will not require a key. One can have two types of keys: a private key and a public key. These keys will come into play to verify the message as well. The two methods of creating email message signing as highlighted above are filters for SMTP server. DomainKey works with a dk-filter although this filter has been discontinued in the market. OpenDKIM has become the preferred replacement where filters are concerned.

A mail server must be enabled with a filter to set up the server properly. In light of this, Postfix can be used because it is enabled accordingly. Another requirement is the freedom to add or change the DNS records as you desire. With the above in mind, the following is a step by step guide on how to set up Postfix email server with DomainKey Indentified Mail on Debian.

Continue reading »

flattr this!

May 102013
 

Article by Luca Bartoli

Linux is becoming more user friendly and mainstream with every passing year and with the passing of the Beta test for Steam you will have noticed a marked increase of games on offer. Many users are wondering if they still need to rely on Windows to use their PC as a gaming platform or if they can switch to Linux and give Microsoft the boot. This switch does depend somewhat on PC hardware, but generally Linux has proved itself to be a robust and reliable gaming platform that has been growing quietly for several years.
Continue reading »

flattr this!

Change your Grub options with Grub Customizer

Edit the menu of grub is not the easiest thing to do, and if you do some mistakes there is the risk that you are not able anymore to boot into your Linux, for these reasons it’s usually suggested to use some tool to edit grub configurations, today I’ll show you Grub Customizer. Grub Customizer is [...]

Linux shell: Dfc – Check your disk space with style

Article by Alessio Bash, published in Italian on his nice ArchLinux Blog Check constantly your disk or its partitions is one of the essential things in a linux system. Today users usually checks this through graphical tools, but the real Linux old-timers use a terminal and the command “df“. Today I want to show you [...]