cli

cool sed/grep magic to convert output to csv format

2019/03/11

I generallly keep doing this a lot, so thought will share with you. Lets assume we are capturing free ouput every min/hour/or whatever. The output looks like this: […] Time: Mon Jan 21 23:59:10 …

speedtest cli

2015/01/30

To test your speed you can use speetest-cli. Here is the description: […] Command line interface for testing internet bandwidth using speedtest.net […] and to install and test: sudo yum …

CLI Color and bash prompt.. some colored fun with prompts in bash

2010/06/29

There are two ways to do it, one is with tput command. We will see that some other time, today we will consider the escape sequence way. First we need to understand the colors as understood by bash. …

Upload a video to youtube

2010/06/23

[…] <td> <div class="bash codecolorer"> google youtube post <span class="re5">--title</span> <span class="st0">"My …

concatenate compressed and uncompressed logs

2010/06/21

$ find /var/log/apache2 -name 'access.loggz' -exec <a class="zem_slink freebase/en/gzip" title="Gzip" rel="homepage" href="http://www.gzip.org/">zcat {} ; …

email with templates (with variables) from the command line with sendmail or any other MTA.

2010/06/09

I was trying to get templates to work on evolution and found that although templates are there in evolution mail client, its not that efficient to use. What I thus wanted was to have something that …

command line cheat sheet for begineers.

2010/05/17

A list of commands with some examples posted by Ian <a href="http://ardchoille42.blogspot.com/2009/08/command-line-cheatsheet.html" target="_blank">here. Looks good for new …

Linux xdg-open — replacement for start in windows

2009/11/05

if you want to open any document with the default document handler from the bash prompt or command prompt in linux then the simplest way to do that is use &#8221;xdg-open&#8221;. This can also …


This website uses cookies to ensure you get the best experience on our website. Learn more Got it