ohmkara 1.0

a technical blog.

Archive for the ‘tools’ Category

how long did it take?

leave a comment »

How to measure how long it took to run a command — to benchmark etc. in linux / unix etc.

…]$ time command

Online man-page

Written by deepak

January 26, 2010 at 9:07 am

Posted in linux, my notes, tools

Tagged with

split / join files in linux

leave a comment »

I was looking for a way to split and join files in linux.

“split” command splits – online man

“join” command joins — online man

Another way to join files is (say join two files file1, file2 to a combinedfile)

cat file1 file2 > combinedfile

You can specify sizes. Ex. If you want to split a bigfile (of size 820Mb) to an 700Mb file and the rest

the following ‘may’ work

split -b 734003200  bigfile

And so on see the manpage

Written by deepak

January 26, 2010 at 8:53 am

Posted in linux, my notes, tools

Tagged with

learn to touch type

leave a comment »

I think that touch typing is a useful skill to have, more so for people like me — slated to spend a considerable portion of their life @ coding. I have just started to learn — the tool I am using to learn touch typing is gtypist (GNU Typist) available here — link. Both linux and windows versions are available. It has just a plain text look, nothing fancy, but I liked the tool.

Written by deepak

March 18, 2009 at 11:14 am

Posted in links, tools

Tagged with

‘spice’ up linux

leave a comment »

To spice in linux I recommend ngspice (and post processor ngnutmeg).

# yum install ngspice

should install this (at-least on fedor10).

This page – link – tells what you need to know to get the tool-flow going — A ngspice / ngnutmeg basic how-to / tutorial.(explained in a simpler manner than in man pages)

Just a suggestion on top of link, entering stuff in nutmeg interactive session takes time, better type up a nutmeg command card file like

set hcopydevtype=postscript
hardcopy plot.ps i(vids)
quit

Then you can call it up as

ngnutmeg raw_file.raw < nutmeg_command_card_file

It is faster going this way or so I feel.

Written by deepak

January 14, 2009 at 12:33 pm

Posted in links, my notes, tools

Tagged with

Follow

Get every new post delivered to your Inbox.