Schlagwort-Archive: Terminal

Back to the Future: Using a DEC VT220 from 1983

vt220_transparent

===============================================
Back to the Future: Using a DEC VT220 from 1983
===============================================

I bought an actual serial terminal. It is many years older than I am, and can display 24 lines by 80 (or 132) colums of text.

My workflow is quite terminal centric: Work for Uni is done with vim over ssh, emails are read with mutt, and ncmpcpp provides the front end to my music. If it weren’t for the Internet, I’d ditch the display server without batting an eye.
Back to the Future: Using a DEC VT220 from 1983 weiterlesen

Terminal speedtest?

How to test the networkspeed on a ubuntu-computer with ssh access?

Install “pyhton-pip” (package management for python-modules):

sudo apt-get install python-pip

Now install speedtest-cli form the pip-repository:

sudo pip install speedtest-cli

Run speedtest:

 speedtest-cli

Output:

Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from XXXXXXX (xxx.xxx.xxx.xxx)...
Selecting best server based on latency...
Hosted by Cablevision (Schorfling am Attersee) [71.14 km]: 61.698 ms
Testing download speed........................................
Download: 5.65 Mbits/s
Testing upload speed..................................................
Upload: 2.54 Mbits/s

Comments and suggestions: iSticktoit.net on Facebook