Comeback to the Blogosphere

August 12th, 2008 2 Comments »

After a short period of 380 days I am back blogging. It just happens I bought a wonderful device called iPhone four says ago and I just found out about an application for it called WordPress and this post and many future posts will be written on my iPhone. It somehow seems easier as it always accessible in an app and the same goes for adding photos to my blog.
I had to upgrade Worspress to enable iPhone support and in the same run, I upgraded the server to PHP 5 from 4.

Using ssh in Terminal without entering password

August 29th, 2007 6 Comments »

When we log in to a server using ssh, we need to enter password every single time, which is getting tedious after several times. So how do we automate this proces; we’re using a computer after all.

ssh is capable of generating an encrypted file with an identification, and another file with a public key that is supposed to be on the server. After this is done, you can log in to the server where you put your public key, and the server does not prompt for a password. Continue reading »

A photo of the moon

April 28th, 2007 7 Comments »

Tonight I took a picture of the moon, out the window with my Pentacon auto 4/200 MC. This is what the moon looks like. The settings were, 1/1000 s, f/8, ISO 1600.
The photo is cropped — the moon is quite small even at that focal length and with 1.6 crop factor.
maanenstor.jpg

Super-Takumar 1.4/50 lens for my Canon

April 27th, 2007 11 Comments »

Today I received a package with a new addtion to my collection of manual focus lenses for my Canon EOS 350D. It is the Pentax Asahi Super-Takumar 1.4/50 — I believe it to be the best in my collection, and I am confident that it is sharper than the Canon kit lens. It is definitely faster with a max aperture of 1/1.4. The shutter often complains that it can not go faster than 1/4000 s. Then I just stop down to 1/2.8 which probably is its sharpest state.

test1.jpg

test4.jpg
Continue reading »

Using ftp in Terminal without entering password

April 25th, 2007 1 Comment »

If you use the ftp-client in Terminal frequently, then it is probably to log in to the same server, entering the same username and the same password.
There has got to be a more clever way to log-in every time. Here is how – however, have in mind, it involves having the username and password in a plain text file in your home directory, although it is hidden. We will modify the rights so only the logged-in user can read and modify the file. Continue reading »