Sending Ubuntu badges and CDs, hooray!

Hey everybody!

I am so excited to announce that i have started to send CDs and badges to users, the badges was a gift of System76 (Thanks Carl!) and the CDs was sent from Canonical (Thanks Maria!).

To spread these items, the non-profit association, “Hamakor” gave me 250 NIS (about $65), I bought envelopes and decided that to make it look more professional I’d better print something on them, and that’s what I designed:

so….. now it’s sending time, if anyone (from Israel) didn’t ordered, you still can do it!

what a fun to see things happening 🙂
Dor.

אופרה 10.60 כאן!

אחרי חודשים של פיתוח, סוף־כל־סוף – אופרה 10.60 כאן!

הדבר החדש הבולט ביותר, מעבר לעשות השינויים, הוא שעכשיו אופרה היא Linux Native!!!

התכנה זמינה בחבילות אריזה שונות כולל Tarball.
מוזמנים להתנסות כאן: http://www.opera.com/browser/download/

* שימו־לב שלמרות שזה Linux Native, לא מדובר בקוד פתוח.
** שימו־לב2: פיירפוקס עדיין יותר טוב 😉

דור.

How to install Dropbox without having a GUI

Hey there,

Yesterday I tried to find a way how to install Dropbox when no GUI available, which means on my Ubuntu server machine (just an old computer sitting in my small “mamad“mamad). I wanted to use it for some kind of a little cloud between the computers of my family so i can choose what to share with who, and also as a backup system (online).

I must say it wasn’t so easy to find how to do it, but in the end i found the answer on a very surprising place: the Dropbox wiki (surprised, huh?).

the page on the wiki looks very complicated, which is not true – so how to do it?

First make sure you are registered, I believe you won’t like to use your own account on a different machine.
after you’ve registered, enter the machine (SSH would be best option) and do the following steps:

1. Make sure you’re on your home directory by running the command:
$ cd

2. Now download the Linux tarball
$ wget -O dropbox.tar.gz http://www.dropbox.com/download/?plat=lnx.x86
or for 64bit users:
$ wget -O dropbox.tar.gz http://www.dropbox.com/download/?plat=lnx.x86_64

3. now extract the files:
$ tar -zxof dropbox.tar.gz

4. run the script in background:
$ .dropbox-dist/dropboxd &
you’ll get a link. copy it and open it in your browser and then login with the email address and password you have registered in the beginning.
after you’ve done so – the script will stop and Dropbox will run logged-in.
the Dropbox folder located on ~/Dropbox as usual.

5. to make sure Dropbox will load on startup run the command:
$ dropbox autostart
you can find the whole commands list using dropbox –help or man dropbox

please note that while I did it on Ubuntu server, it might work on any distribution.

Hope this small guide will help someone…
Ddorda 🙂