Browsed by
Category: Uncategorised

Setting up SSH Keys and changes needed for SFTP with proftpd

Setting up SSH Keys and changes needed for SFTP with proftpd

Every time I need to set up SSH keys I’m never sure I’ve remembered correctly, and for proftpd SFTP logins an additional step is needed. So here’s how I do it! 1. Generate a 4096 key, with -o ensuring the passphrase is stored more securely. I also specify a file for the keys to avoid overwriting any existing keys and for future reference. Login into client and change to .ssh directory john@myclient:~/.ssh$ ssh-keygen -b 4096 -o -f myserver-john-id-rsa Generating public/private…

Read More Read More

New Post with Block Editor

New Post with Block Editor

This is a heading This is some text, This is some text, This is some text, This is some text, This is some text, This is some text, This is some text, This is some text, This is some text, This is some text, This is some text, This is some text, This is some text, This is some text, This is some text, This is some text, This is some text, This is some text, This is some text,…

Read More Read More

About Me

About Me

Well, this is pending….. But I have a GitHub repository: https://github.com/jradxl?tab=repositoriesI’m going to use this more for everything, as the post links keep breaking  

Test Post from OpenLiveWriter

Test Post from OpenLiveWriter

I initially thought OpenLiveWriter didn’t support BlogEngine, but by fiddling with the options – perhaps it was using dasBlog that did it, it logged in succesfully and I have posted this as a test. Phew!Seems OpenLiveWriter is the last of the Blog authoring tools, as the other names I searched for have gone.

Teamviewer 11 for Ubuntu Server 15.10 running in Virtualbox

Teamviewer 11 for Ubuntu Server 15.10 running in Virtualbox

In Teamviewer 11 a feature to manage a headless server has been introduced. The trouble is that Teamviewer’s FAQ leaves out a crucial piece of information on how to get this going. The following instructions are for Ubuntu Server 15.10 running on Virtualbox 5.0.14, using Teamview 11.0.53254 1. Install Ubuntu Server 64bit as per normal. 2. Log in with the account you created during the install. 3. sudo to root $sudo -i 4. Activate the root account with passwd #passwd…

Read More Read More

Post two

Post two

This post is just an example using Post List widget with image in the post body. Post List widget should find first image in the post body and display it in the post list when this option selected in the widget admin.

X2go Server on Ubuntu 15.04

X2go Server on Ubuntu 15.04

X2go is a great way of remotely connecting to a headless Ubuntu server (assuming you’re the type of person that wants to manage Ubuntu graphically). In my case my headless Ubuntu is just a hobbyist’s server and I think it’s cheaper to have one hosted for me, than to pay for the electricity and with the added fire risk of hosting a physical server myself. (Except for disk space considerations).I’ve been using DigitalOcean droplets and I think their control panel…

Read More Read More