10
Shell Script – Automatically SSH Without Key
If you ever need to write a script that automatically SSHs to another computer, use this script. You’ll find that you cannot automatically SSH for two reasons.
- You can’t pass the password through the ssh command
- You can’t bypass the initial ssh key registration
This script can handle both these problems.
It requires the expect package, which is installed by default on OS X and most Linux distros.
#!/usr/bin/expect
spawn ssh username@hostname – o StrictHostKeyChecking=no
expect “Password:”
send “password\r”
interact
5
New Google Design
I noticed last night that Google has updated their design. It doesn’t look like everyone is getting it. I wonder if it is just for Google accounts??
29
Adobe vs Apple. Open vs Closed. – The Truth
If you read any tech sites or blogs, you’ve read about Adobe and Apple taking shots at each other. Well, they’ve said a lot of things about each other and I took it upon myself to go through all of it. Here’s my analysis and clarifications of what they’re saying.
22
Why A Twitter DM Is Better Than A Text
It’s the numbers. Numbers never lie. They are ingrained in fact.
So what are the numbers?
The numbers of places you can check for new Twitter DMsĀ (direct messages) versus the number of places you can new texts (SMSs).
Let’s break it down.
12
iPhone or Android? iPhone… no.. Android
I had an interesting moment today. I felt an extreme and sudden desire to go back to using my iPhone after using the Nexus One for almost 3 months.
It wasn’t that I was dissatisfied with my Nexus One or that I was frustrated with the Android operating system. It was purely missing the enjoyment of playing around with apps and I also had the feeling that some of the apps were superior.
I quickly hurried to recharge my iPhone and unlock it to work with T-Mobile. I set it all up and updated my apps. I installed Brizzly and was impress by the pretty app with the slick UI that makes up the iPhone OS.
But then it hit me.
- I can’t use the Back/Undo button.
- The apps can’t hide the menu items because there is only one button and there’s no easy way to search or access the main text box.
- There’s no widgets. There’s no easy integration between apps. There’s no multitasking.
I know this article seems to be the purpose to slam the iPhone but not at all. The iPhone is a great smartphone. It limits you into a very simple manipulation of the interface. This sounds bad but is a great advantage for Apple products. That’s how Apple products sell.
I just learned today that there are many great Android apps and features that make it a viable alternative to the iPhone.
My Twitter (@jsteinka)
- @brohde Get your Flash on. RT @engadget: EVO 4G's Froyo firmware now available for download, manual installation http://bit.ly/bB1waa 14 hrs ago
- @patrickmurder No. That's awesome. I always respect actors more when they do there own stunts. Hell I'd love to do some of the stunts. in reply to patrickmurder 1 day ago
- @patrickmurder Yeah I loved it. in reply to patrickmurder 1 day ago
- More updates...
Posting tweet...
Popular Posts
- 8 Best Sites to Watch Movies for Free
- How To Fix AddThis Toolbox for WordPress Blogs
- Apple App Store Now Showing Objectionable Material Warning Message - What A Joke
- Adobe vs Apple. Open vs Closed. - The Truth
- Drew Carey Gets Hit In The Nuts & Looks Old
- Why A Twitter DM Is Better Than A Text
- The Facebook Education Plan: Social Networking Becoming More Than Friends




