Linux, Open Source, Web, Engineering, Technology

Posts Tagged ‘Linux’

June 22, 2011

Migrate from Gmail to Google Apps and keep labels, read-status, stars and email date

Install imapsync:

Under Ubuntu:

sudo apt-get install imapsync

then:

imapsync --host1 imap.gmail.com --user1 username@gmail.com --port1 993 --ssl1 --password1 GmailPasswordHere --host2 imap.gmail.com --user2 username@YourGoogleAppsDomain.com --port2 993 --ssl2 --password2 GoogleAppsPasswordHere --authmech1 LOGIN --authmech2 LOGIN --syncinternaldates --split1 100 --split2 100 --allowsizemismatch

Done!

Posted by acuervo. Filed under Business, Google, Linux, terminal, Ubuntu, Web-Ecosystem.

Tags: , , .



November 4, 2009

Terminal commands to keep handy on an unresponsive Ubuntu.

This is an ever growing list of terminal commands to keep handy

  1. sudo apt-get install --fix-broken
  2. sudo dpkg --configure -a
  3. htop
  4. dpkg --get-selections > installed-software (Back up list of installed Software)
  5. dpkg --set-selections < installed-software (Restore previously installed software)
  6. apt-get -u dselect-upgrade (Execute #5)
  7. lshw > lshw.txt (See your system's hardware info)

Posted by acuervo. Filed under Linux, terminal, Ubuntu.

Tags: , , .



March 2, 2009

Free blogging desktop clients for linux

This will be an ever gowing list of blogging desktop clients

Posted by acuervo. Filed under Firefox, Linux, WordPress.

Tags: , .



October 15, 2008

The easiest way to install Flash 10 on Ubuntu 64 bits

IMPORTANT UPDATE #2: Adobe has released a NATIVE 64bit Flash Player, Please click here to the newer post

To install Flash 10 version 10.0.12.36 on Ubuntu 8.04 64 Bits, (Released October 15 2008)

Copy and Paste the following on the terminal:

wget https://blog.alejandrocuervo.com/downloads/flash10_en.sh && sudo chmod +x flash10_en.sh && sudo sh ./flash10_en.sh

Done!

Note: If you just want to see the code for the script, it is available here:
https://blog.alejandrocuervo.com/downloads/flash10_en.sh

Posted by acuervo. Filed under 64-bit, Firefox, Flash, Linux, Ubuntu.

Tags: , , .



"The opposite of love is not hate, it's indifference.
The opposite of art is not ugliness, it's indifference.
The opposite of faith is not heresy, it's indifference.
And the opposite of life is not death, it's indifference."

Elie Wiesel
532 grains of sand from alejandro cuervo