1
vote
2answers
58 views

Share Ubuntu between two computers and explore ubuntu

I have a Ubuntu 12.04 using the full hard disk in my laptop and a WUBI Ubuntu 12.04 using 30 GB in my desktop. Now I want to explore the networking features of Ubuntu. Like telnet and ssh. CLI etc etc ...
0
votes
1answer
303 views

How can I connect to the recovery console of a remote server?

So, my Ubuntu server's hard drive went into emergency read-only mode while I was in an SSH session. Thankfully, I was able to connect with SFTP and grabbed a few critical files, although, stupidly, it ...
2
votes
2answers
1k views

Why can't I telnet to MySQL?

When trying to connect to mysql server via telnet I am getting following error: telnet localhost 3306 Trying ::1... Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection timed out ...