Aug 012014
 

If, like me, you work on terminals connected via ssh to remote computer/server you are probably used to tmux and screen and so it’s not a problem if you have to close your session, as you’ll be able to easily re-connect when you need it, but sometimes you could forget about using one of these utility.

Started a long-running process over ssh, but have to leave and don’t want to interrupt it?
Just start a screen, use reptyr to grab it, and then kill the ssh session and head on home.

Continue reading »

Flattr this!

Aug 222013
 

I’ve received this press-release from Proxmox, I like their software and I really believe that it can enhance the work of system administrators, and so I’m happy to publish this news about their new release.

What’s Proxvox ?

Proxmox Virtual Environment is a complete open source virtualization management solution for servers. It supports KVM-based guests, as well as container-virtualization with OpenVZ and includes strong high-availability (HA) support based on Redhat Cluster and Corosync. Installation is fast and easy with a bare-metal installer and configuration is done via the integrated web-based management interface. Based on Debian GNU/Linux and fully licensed under the GNU Affero General Public License, Version 3 (AGPL-3.0), Proxmox VE is a solution without restrictions for home and business use.

What’s new in 3.1 release ?

Continue reading »

Flattr this!

Sep 032012
 
           ______  _     _  ______   _______  ______   _______  _  _  _
          / _____)(_)   (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_)
         ( (____   _     _  _____) ) _____    _____) ) _______  _  _  _
          \____ \ | |   | ||  __  / |  ___)  |  __  / |  ___  || || || |
          _____) )| |___| || |  \ \ | |      | |  \ \ | |   | || || || |
         (______/  \_____/ |_|   |_||_|      |_|   |_||_|   |_| \_____/
         Surfraw - Shell Users' Revolutionary Front Rage Against the Web

Surfraw stand for: Shell Users’ Revolutionary Front Rage Against the Web and is a funny way to query Search engines and other services on the net from the terminal; well, is funny for people who think that working on the CLI is funny ;), ah and have I told you that Surfraw was originally written by Julian Assange ? yes that one, so it must be a good tools to get information from the net…
Continue reading »

Flattr this!

2 practical examples of Expect on the Linux CLI

In my work I’ve not used “Expect” many times, but to do some jobs I’ve learnt how to use it, and I must say that to complete some tasks this program can help a lot and be a valid alternative to more complex solutions, like a complete program in python, php or your favorite scripting […]

eBook “The Linux Command Line”, a complete guide to using the command line

William E. Shotts, Jr., published a few years ago a useful ebook entitled “The Linux Command Line”, a guide to learn and know more about the Command Line Interface (CLI) on GNU / Linux. The ebook is still available for download and is released under a Creative Commons license. Although most distributions have graphical environments […]