Archive

Archive for the ‘Software Reviews’ Category

Viewing Pagerank with Opera Browser

June 16th, 2008 No comments

If you often need to know Pagerank of web pages you visit you might use Firefox with Google Toolbar, The same toolbar for IE, or Firefox Plugins like Seoquake. But if your browser is Opera there is a solution for Pagerank viewing. It is Opera Pagerank button. This is a piece of javascript code for Opera that queries Google toolbar service for Pagerank and displays it. Here is how it looks like:

Pagerank results are displayed in a small window that pops up in the top left corner of Opera. Note that this button will not work if JavaScript is turned off. You may place the button anywhere you want, I prefer to put it near the address bar.

I’ve seen some new widgets for Opera, but this one seems to work more stable. Note, that Google has limits on number of toolbar queries per IP per day, but if you just use browser I don’t think you can reach this limit.

Opera 9.50 Released

June 15th, 2008 No comments

Today I’ve checked for Opera updates and found there is an update – version 9.50 has been finally released. I’ve been using 9.50 beta for about a month and was unsatisfied with some features, especially I was unable to add Webmoney keeper Light as Opera told me it is not enough secure. But today I found a new Opera and tried to install it.

Even the installation window changed to futuristic one. Then I was proposed to upgrade my existing installation and I did it. When I started the updated version, I’ve noticed that my tabs that were opened before the installation were not saved, so be careful to do it before upgrading. Bookmarks and other stuff were saved as usual.

I was a little shocked with interface. Here it is:

I didn’t like bookmark folder icons and black tab panel – I think I’ll have to search for some skins that will revert Opera interface to the usual one.  New icons are quite beautiful but I think I need some time to get acquainted to it.

It’s a pity that Opera does not support my password manager, Sticky Password. I had to change my default browser to Firefox but I hope to revert back to Opera when the support is realized. I think it’s one of the most secure browsers and I really recommend it to all users, Linux and Windows.

Categories: Software Reviews Tags:

SSH Client for Java Enabled Mobile Phone

April 18th, 2008 No comments

System administrator should always be able to have access to his servers. If anything goes wrong it is always important to fix it as soon as possible. If you are near your PC, there are no problems, as you may use SSH clients, in almost every operating system. But what to do when you are far from PCs with Internet connection available?

If you have a Java MIDP2 enabled mobile phone (Almost all modern GSM mobile phones support it), you have a glue! There is an excellent solution for such emergency outages, and it is called MidpSSH. allows you to control any server on the web through a GPRS connection. It is not so fast, but you can enter any commands and manage your server in the way you like. There will be some delay between command execution and result appearance on your mobile phone, but your command will be executed as usual. It is great if you need to reboot some services or solve any other emergency situations. Of course, it is not so easy to type long commands using your mobile phone’s keys and you’ll need some time to get used. But sometimes this software really solves the situation and I would like to thank guys from xk72.com for this excellent midlet.

My mobile phone does not have a big display (It’s Sony Ericsson W810i) that’s why I cannot see the true output of some commands, but I should repeat that you should not use it as unique solution. This midlet makes me sure that I can always do something with any of my servers, when I am away from my workplace. So, If you really need a mobile solution (it’s completely free of charge), that’s what you need.

I’ve found a collection of Java midlets, that include not only ssh, but Telnet and VNC options too. Here it is: Java Midlets for sysadmin

I will post some screenshots for this software as soon as I get my camera back :)

Software for Remote LAMP administration

April 18th, 2008 No comments

Today I would like to talk about software that could be used for LAMP administration. As a typical LAMP administrator does not have physical access to his server, he should use some programs to access it. If you are on Linux, there is no problem as you can run any console application you like and ssh to your server. You are welcome to use Midnight Commander to easily transfer and edit your files. But what to use when you’re on a Windows machine, that has no standard software to interact with Linux?

Most administrators are using PuTTY. It is an easy, lightweight application that allows you to take full control over your Linux server. The only thing I have to say that it does not work with Windows password managers, so, if you have many servers, is is quite difficult to remember all your passwords. You’ll either have to store them in a text file, either make them simple (I suppose, you’re not writing them on the paper).

I found an open source solution that combines the power of and allows to have as many servers as you like. It’s WinSCP. It is a free ssh client, translated into many languages, and it allows you to have as many server sessions as you like. On Windows I am using a password manager, it’s Sticky Password. has PuTTY in it and it allows to easily transfer files between your server and your local machine. It has Norton Commander and Explorer-like interface, a plenty of settings, that allow you to customize it in the way you like. Take a look at the program Interface:

WinSCP with PuTTY in it are enough for a system administrator. Both are free of charge, accessible and very useful. If you need more functionality, e.g. ability to connect your server as a Windows drive, there is a shareware named SftpDrive. It allows you to have a new drive to easily transfer files. You don’t have ability to use the command line, but this could be helpful in editing files, as you can use them with your favorite Windows viewers and editors. You can try it for 6 weeks and if you decide it is worth $39, you can buy it.

That’s all for today. Next time I am going to present some tools written on PHP, that allow to work with text files. Bye-bye!