Mark, from WriteToMyBlog commented over here a few posts ago on his new service.
I was a little leery at first, not knowing if it was spam or not, but Lifehacker has picked up the lead so I guess it may be legit.
Anyway it looks pretty neat and would do in a pinch on a public computer if you didn’t have your favorite blog client handy. I’ll have to give it a try from Ubuntu and Firefox and see what happens…
Technorati : WriteToMyBlog, ajax, blog, blogging, client, cool, neat, new, post, service, web 2.0
Categories: blog · blogger · blogging
I’m posting the following more for my own benefit and reference than anything else…
Correct syntax for SSH and SFTP on Ubuntu on irregular ports: (replace items in < > with your stuff, without the < >)
SSH:
ssh -p <port number> <username>@<server name>
SSH to accept socks 5 proxy on port you specify:
ssh -p <port number> <username>@<server name> -D <port to watch>
SFTP:
sftp -oPort=<port number> <username>@<server name>
Forward the X server from your remote box:
ssh -X -p <port number> <username>@<remote computer>
Unless your are a Linux geek or have some remote Linux servers you will probably never use this, but in case you do it sure is handy…
Next week we will dive into how to create a SSH tunnel (shunnel) using your Ubuntu box at home.
Technorati : Linux, SFTP, SSH, Ubuntu, connections, encryption, irregular, odd, ports, remote, secure, servers, shell, tech, technical
Categories: Linux · ubuntu