Schlagwort-Archive: Linux

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

Double your Internet speed: Load Balancing made easy

Ever wanted to combine two WAN connections for faster* internet? I do, for torrenting. And I scripted it.

On the Web, you’ll easily find “tutorials” that just give you some bash script you have to painstakingly modify for it to run. This is as simple as it gets! But see for yourself! (code at the end of this post)

Double your Internet speed: Load Balancing made easy weiterlesen

Citrix ICA (Receiver) 13.1 unter Fedora 20 (64Bit)

Der neue Citrix ICA 13.1 (Oktober 2014) bietet zahlreiche Neuerungen und ein verbessertes Linux-Setup. Jedoch wird kein rpm-Paket für 64Bit RPM-Distris angeboten – das *.tar.gz-Setup-Paket bringt die Lösung mit etwas “Nachhilfe”. Warum Citrix jedoch ein 32Bit RPM anbietet und keine 64Bit bleibt für mich ein Rätsel…
CitrixReceiverLogo

Citrix ICA (Receiver) 13.1 unter Fedora 20 (64Bit) 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