Running Puakma as a service on Linux
Ask anyone and they'll probably tell you that the idea of Write Once, Run Anywhere software is a little misleading. That's why I was pleasantly surprised when I managed to install and run the same copy of Puakma on my new Linux server as I used on the Windows install that it replaced. Here's the moment of truth. Look ma, no errors:
One of the things I liked about Red Hat was that it was easy for me to find the above window. On previous installs of other flavours I've had problems figuring out what was running and how to start what wasn't. This box, analogous to the Windows Services console, is just the trick for quickly restarting programs. Since my first failed Linux installs I've learnt how you start and stop programs from the shell using the "service" command. I've also learnt of the Secure Shell (ssh) protocol. Until yesterday however I had never actually used it. Needing to reboot the MySQL daemon I thought I would try a ssh session to the server before I bother switching monitors and logging in. Here's how easy it was. Guessing that the command "ssh" would do something at the terminal, I typed it in. What I got was a list of options and the next time I got it right. I just love it when things just work like you'd expect. Here's me doing the same thing as in the above window but from my iBook downstairs. Obviously you're not limited to working with services. Once logged in to the shell on the remote server you can pretty much do anything you can actually sat at the server.
I know this is child's-play to a lot of you but I still have a lot to learn. Any of you pros know of a decent Windows SSH client? Preferably a free one.
Updated (a day later): Thanks to all who responded. I now have a lovely little util for Windows called PuTTY:
I find that PuTTY is a great little SSH client as well as its sidekicks PSCP and PSFTP.
Hi.
Yes, PuTTY is the best SSH client for Windows .... You can find it at :
{Link}
Good one Jake.
I use WinSPC2 as my SSH client. Is very intuitive and easy to use.
{Link}
.::AleX::.
Dominocode.Net
Hi,
As recommended above. PuTTY is excellent, and WinSPC2 is great as a way to transfer files between computers without having to use a command line.
Speaking of which, you can simplify your ssh command from your iBook by using:
ssh root@epswebsvr01
If you've set up a login on your server the same as your login on your iBook (or whatever) you can then use:
[EPSMACLAP01:~] jakehowlett% ssh epswebsvr01
which will log you in to the jakehowlett account on your webserver, and from there su to root when you need to.
Cheers,
Chris
I've used this one before and it's great. Also has secure ftp built in too. Allows you to set up different profiles\connections for different servers, tunnelling etc.
{Link}
Cheers,
Carl
Putty for me too!
PuTTY :-)
Welcome onboard!
Well - it is great to run Domino on Linux. You can ssh to the box, restart the server and to send tell commands to the server's console...
Highly recommended!
Thanks guys. I'll try them all out and let you know how I get on...
Well, that didn't take long. Tried PuTTY first and I love it. You can't beat programs that don't run an install...
My vote - PuTTY here also
Jake - as your running X on the Linux box you could also use VNC to do remote admin of it. Think (but not 100% sure) that RH9 includes VNC server somehwere in its packages. TridiaVNC Client & Server is free for Windows.
Use TightVNC for Windows
I can vouch for VNC. It is not a feature-rich as pcAnywhere etc, however, it is free!!!!
For your iBook and OS X, I like Fugu.
{Link}
Guys, i also use Putty and enjoy it, my question is how do i run vncserver on my RH9 box? Where is vnc?