Wednesday, September 14, 2011

 

Magic TrackPad from Apple running under WinXP SP3

Hi foxes!

I have bought a Magic TrackpPad from Apple few days ago. And today, I'm using it under WinXP on my laptop.

It was quite tricky to set up, but now, I'm very pleased to use it. Definitely,using one figer as a left click, 2 fingers as a right click, vertical scrolling in application using 2 fingers is really nice. You should give it a try, even if 69 euros is expensive.

To set it up under windows, here are the main steps :
Enjoy the new experience :)

Labels: , , , , , , , ,


Tuesday, August 09, 2011

 

Emacs as a mail reader

Hi,

For some weeks now, I'm trying to use emacs as a mail reader. I want to remove sylpheed as I don't use it very often. Plus, I would like to become more power using emacs too.

As today my main machine is running under windows, things are a little bit more complex than using any unix.

So, here is my configuration : emacs 23.3.1.

To be able to get your mails from IMAPS servers, you need to be able to open a SSL connection. You can read Configuring Gnus and Gmail With IMAP on MS Windows. I prefer to use stunnel. So, I can manage a simplier gnus.el configuration.

Example for gmail:
  1. stunnel file
    1. [imaps-gmail]
    2. accept=localhost:12345
    3. connect=imap.gmail.com:993
  2. gnus.el for email reading

    1. ;;limit the number of fetch email (too avoid to slow down the system and to run in out of memory)
      (setq gnus-newsgroup-maximum-articles 30)
      ;;here, only 30 mails are fetched

    2. ;;gmail account
      (setq gnus-select-method '(nnimap "Example GMAIL"
      (nnimap-address "localhost")
      (nnimap-server-port 12345)
      (nnimap-authenticator login)
      (nnimap-stream network)
      (nnimap-authinfo-file
      "~/.imap-auth")
      ))

  3. the imap-auth file

    1. machine localhost login GMAIL_LOGIN password GMAIL_PASSWORD port 12345
You must have at least one gnus-select-method in this file before using the gnus-secondary-select-methods !!! It is hardly said on the web.

A great tutorial,My experiences from setting up Gnus with nnimap and Courier IMAP, about the splitting feature provided by emacs. Splitting is like an automatic sorting according to rules, like in outlook.

Sources
  1. Official emacs wiki : GnusGmail
  2. emacs wiki : gnus nifty tricks: the basics
  3. sample gnus.el config file
  4. another gnus.el sample
  5. a discussion about "the gnus-secondary-select-methods and use of variables"

Labels: , , , , , , , , , , , , , ,


Thursday, July 14, 2011

 

How to optimize mail reading

Hi Foxes!

When you are dealing with many mail account, you know, it takes a lot of time. Firrst, you have to found an efficient email client, and that is very difficult. Plus, today, everyone is using IMAP protocol to deal with email, if it is not the HTTPS provided from GMAIL or another webmail gateway.

So, according to some reading, the best combo is to use a local IMAP server which will retrieve/fetch mails from a remote server to the local server, then use a regular mail client to read mail which are on the local computer. So, reading is fast, search is fast too, and you can read your mails offline too :D.

I let you read this comment.

So, one nice solution may be to use :
Such combinaison is described there for MacOS.

Another solution is to use a local mail server which can retrieve mails from a remote server, such as :

Labels: , , , , , , , , , , , , ,


Sunday, July 10, 2011

 

Light - small footprint MP3 / Music player for windows

Hi foxes!

   Since web browsing is more and more ressource consumming, I was looking for a way to save some CPU and RAM memory when I was listening music and browsing internet under windows. Usually, I was using the great VLC software. Now, I'm using   Evil Player. It can plays OGG, MP3, FLAC files.It has a very small footprint (around 3Mo once it has been minimize in the system tray), it is efficient. Today, it fills my need.

You can have a look to other mp3 players :

Labels: , , , , , , , , , , , , ,


Thursday, March 03, 2011

 

Alternative shell for windows

Hi foxes!

If you are using a netbook as I do, you should have a look at the alternative shell for windows, which are supposed to be :
1. lighter in memory usage,
2. fully customizable (nice for any geek).

Here are the most interesting ones, still in developement and open source :
Emerge Desktop (aka ED) Last update February 2011.
LiteStep and a french distribution. Last update April 2009.
BBLean which is a port from Blabckblox from unix. Last update december 2009.
The wikipedia page with a list of window shell replacement, and another page with kind of the same list.

Labels: , , , , , , ,


 

Mail client for windows

Hi all!

Still looking for a light footprint, fast email client under windows, I have done some googling and here are what I have found:

Labels: , , , , , , , , , , , , , , ,


Sunday, February 13, 2011

 

Few light tools for windows

Hi,

Here are some light tools that I'm using quite often:

FAR2 - Farmanager for file browsing
mydefrag as a defrag tool to optimize the defragmentation space.
ultradefrag as a defrag tool to do a quick defrag operation.
fast copy to make quick file transfert.
malwarebytes to scan and remove malware on my laptop.
0irc, an open source IRC client full CLI for windows. Feel free to contribute to improove it. Here is its wiki page
If you have some other light tools, feel free to share them.

Labels: , , , , , , , , , , , , ,


This page is powered by Blogger. Isn't yours?