Oct 23
Posted by: Mo J. Al-Mughrabi
to be able to connect to an other linux box from one box without entering your password all the time do the folowing:
login to the connecting computer as the user who will later connect to the other box.
execute
ssh-keygen -t rsa
and accept all defaults. you must leave the passphrase blank as well, otherwhise you’re going to be asked for that all the time, so it doesn’t do any good.
now you should have some files in your user’s home directory in .ssh/
id_rsa
id_rsa.pub
known_hosts
now we need to copy id_rsa.pub (your public key) to the server you want to connect to. to connect to the server, you have to use the user you want to be logged in as later on.
scp .ssh/id_rsa.pub username@server:~/
now connect to the server through ssh and add the contents of the copied file to your ~/.ssh/authorized_keys2
if this is the first time you do that, then you have to create both, the directory and the file.
ssh username@server
cat id_rsa.pub >> .ssh/authorized_keys2
exit
and now you should be able to login through
ssh username@server
without a password prompt
source pslog
Oct 22
Posted by: Mo J. Al-Mughrabi
I got this quote in my inbox and I thought it is a must to share with every one here.
“Teamwork is the ability to work together toward a common vision. It is the ability to direct individual accomplishments toward organizational objectives. It is the fuel that allows common people to attain uncommon results.” By Andrew Carnegie
Oct 18
so that's why Apple canceled the 4 G.B, ....

A person cliaming to be an Apple Retail Store employee has posted in MacRumors forum that Apple is expected to officially announce 16GB iPhones within the next few days.
The poster says that their Apple Store has already received their units and display materials and posted photos to prove it:
• The 16GB iPhone's About Screen
• The 16GB iPhone's box
So guys, 8 G.B isn't our goal anymore, thanks god that many of us didn't buy it !!
Oct 18

Okay iPhone owners, it's time to say HORAAAAAY !!!, Steve Jobs has announce that three-party applications will be in Feb. which this move will make iPhone get more advanced and more creative.
"Let me just say it: We want native third party applications on the iPhone, and we plan to have an SDK in developers’ hands in February," Jobs wrote in his most recent open letter. "We are excited about creating a vibrant third party developer community around the iPhone and enabling hundreds of new applications for our users. With our revolutionary multi-touch interface, powerful hardware and advanced software architecture, we believe we have created the best mobile platform ever for developers."
i guess many programmers preparing for it from now.
note that the three-party applications will also available for iPod touch.
Oct 17

We guess all of us Mac fans have just received the wonderful E-Mail from Apple, it says... the Leopard is ready for pre-order.
so, how many of us clicked the Pre-Order link ??
I did !!
at last after waiting for several months and more of delaying from Apple, they introduce the Leopard... I guess Apple shipping department will not take a break for a month !!
Click here for pre-order
Recent Comments