I just found this lifesaver post on “akrabat.com”, about how to do it all.
Just thought maybe you would use it as well.
http://akrabat.com/php/setting-up-php-mysql-on-os-x-10-7-lion/
I just found this lifesaver post on “akrabat.com”, about how to do it all.
Just thought maybe you would use it as well.
http://akrabat.com/php/setting-up-php-mysql-on-os-x-10-7-lion/
Sometimes you work with your remote host so much, that having to enter a password every time becomes a real pain. If that is the case, you should follow with this instructions to set up automatic handshake with your remote host.
First off, you have to have OpenSSH on both the host and your local machine. SSH into your remote host to create the “.ssh” directory in your home folder.
Now we are going to use the SSH Key Generator to create the authorized key.
ssh-keygen -t dsa
You will be prompted to enter a passphrase for this identity key. Choose something hard to break.
Now all you have to do is copy the identity key to the remote host.
scp ~/.ssh/id_dsa.pub myuser@remote.host.com:.ssh/authorized_keys2
Of course, you will replace “myuser@remove.host.com” with your actual remote host’s access information. Now, you will run a simple script that will tell the remote host which identity it should use, and also starts a new shell that will enable you to SSH to the remote host without entering any passwords.
ssh-agent sh -c 'ssh-add < /dev/null && bash'
Now try typing “ssh myuser@remote.host.com” and you will see that you are all set.
Sitting in a hotel room in a remote village
looking at all man does, the massacre, the pillage
I look at you taking on the life, daring the devil
standing on just one foot on the window sill
your pink and white gown as sharp as it goes
against the wind that’s playing with your upturned toes
your hair a wild flower’s raging leaves
mismatched with a sky no one believes
to exist anymore save you the lively you
who are in the roadless world the only avenue
picking your fights with care and giving your care away
standing for who you are without any sway
going about your life and looking down
the poor devil doesn’t know — he is your pawn
After a couple of crazy months on the uni campus, here I am, again with different things on my mind, and again with loads of new stuff to do. Even so, Spring Framework and its intricacies are still a big part of my activities.
I am about to get married, and even as I speak, arrangements are being made for me and my beloved to be betrothed sometime in the near future. That is the most significant change in my life right now.
Other than that, I’ve gotten into some pretty intense information retrieval stuff and I think I will spend my summer working on that.
I’ve also gotten into this crazy bout where I write and write and write stuff. I might even publish some of them. I guess we will see
And oh! before I forget. I’m back again to using “ecto”, which just shows how bad the desktop blog client industry is for the OS X.
Springland has been already conquered, despite the fact that I totally forgot about this blog thing.
Things have been proceeding in my life like crazy. I don’t even know who I am anymore
But I have written lots of programs in Spring and Maven. I have not yet, however, used Spring RC to develop rich client applications.
And oh, I am using “blogo” for posting this entry.
As I immersed myself deeper and deeper in the depthless sea that is Spring Rich Client, and despite Chris Parsons’ extremely helpful tutorial on the subject, I found myself at a loss. So, I am going to learn more about what Spring itself does and how it actually works. Having done that, I will make sure to record my journey through Spring and Spring RC here, in the Thinkpod.
My goal is to write a Hello World program with Spring, which will simply write the world-famous “Hello World!” message on the screen. This is currently my first stop. I will write back soon.
The past few days have been a very critical time for my blogging experience. I have been trying different blog clients for Mac, and I was slowly, albeit surely, coming to the conclusion that there is no good blogging client for Mac. On my Windows 7 PC, I used to blog with Microsoft Windows Live Writer. It actually downloaded my WordPress blog theme and let me type as if I was writing on the blog itself. It could add annotations, had plugins to provide Wikipedia quick-links, and in short, anything I would have wanted from a blog client. So, when I started my search, the standard was set pretty high.
Here is a list of all the different applications I’ve tried on my Mac:
Well, that’s it for now. I hope by reading this you can save some wear and tear – and some bucks of course
.
And I killed a dead man, once upon a time,
It was a hired kill, and it cost’ just a dime,
A very cheap feat, kicking a man who’s down,
But hey people, I’ve since then grown,
Now I only kick them when they’re up and standing,
And – okay, I admit – when they’re not looking,
Maybe I’m not a good man, but who gives you the right to judge me so?
Do you consider God cruel, when fate brings you low?
Well, I’m just writing rubbish, that much is clear,
And my writing dwindles, as the end draws near …
Hello everybody out there! About two weeks ago, I bought my very first MacBook. It’s not much better than my old VAIO Z, hardware-wise. But man, can it work.
The OSX runs in about twenty seconds and the logon process takes about 5 seconds (compare it to a 95 second startup time on Windows 7).
After the initial confusion of finding my way around, everything was a piece of cake. After only three hours, I had said goodbye to my old VAIO Z. For nearly any application I had on my Windows, there is a – sometimes better – replacement for my Mac. More than that, I now have the luxury of enjoying a native Persian calendar, the lack of which I always felt on Windows
Everything looks perfect and elegant. At 2kg – about 500g heavier than Z – it’s just barely heavy enough to make me notice the weight.
What I have installed on the OS include:
Also, I have come to believe that Mac is all about integration. I am now enjoying a level of integration and cooperation of applications I never had experienced before. My iPhoto, Address Book, Mail, and Skype are inter-connected. I can sync my Nokia E52 mobile phone with my Mac as easily as I would take a look at it. And it’s just the beginning.
Well, I guess that’s all for now. Have a good time folks.