September 1st, 2009 |
by heric |
published in
Unix
convert multi field line separated with a certain character to rows
Measurement Time|ss7OctetsReceivedPerLinkBb.1.2.0.0.35|ss7OctetsSentPerLinkBb.1.2.0.0.35|ss7OctetsReceivedPerLinkBb.1.4.0.0.35|ss7OctetsSentPerLinkBb.1.4.0.0.35|ss7OctetsReceivedPerAssociation.1.2.513|ss7OctetsSentPerAssociation.1.2.513|ss7OctetsReceivedPerAssociation.1.2.519|ss7OctetsSentPerAssociation.1.2.519|ss7OctetsReceivedPerAssociation.1.3.1|ss7OctetsSentPerAssociation.1.3.1|ss7OctetsReceivedPerAssociation.1.3.3|ss7OctetsSentPerAssociation.1.3.3|ss7OctetsReceivedPerAssociation.1.4.514|ss7OctetsSentPerAssociation.1.4.514|ss7OctetsReceivedPerAssociation.1.4.520|ss7OctetsSentPerAssociation.1.4.520|ss7OctetsReceivedPerAssociation.1.5.2|ss7OctetsSentPerAssociation.1.5.2|ss7OctetsReceivedPerAssociation.1.5.4|ss7OctetsSentPerAssociation.1.5.4|ss7MessageOrigCR|ss7MessageOrigDT1|ss7MessageOrigRLSD|ss7MessageOrigUDT|ss7MessageOrigXUDT|ss7MessageTermCR|ss7MessageTermDT1|ss7MessageTermRLSD|ss7MessageTermUDT|ss7MessageTermXUDT|ss7NoOfCurrRunConnTot|ss7AssocAvlForUP|ss7AssocUnavlForUP|ss7MSUDiscardError|ss7MessageDiscardedOPCScreening|ss7NoOfRunDialTot|ss7NoOfRunOpTot|ss7ProtocolErrorComp|ss7ProtocolErrorTraA|ss7ProtocolErrorTraD|ss7SPInaccess|ss7TCMessageReceive|ss7TCMessageSent
use one liner awk below :
April 30th, 2009 |
by heric |
published in
Ubuntu, Unix
Salah satu fitur baru pada ubuntu Jaunty adalah screen-profiles. Sebuah tool untuk program GNU Screen ( terminal multiplexer ). Screen memungkinkan kita untuk mengakses beberapa terminal session didalam 1 terminal window. Sederhananya, program ini seperti SecureCRT atau Xshell ( di windows ) , namun ini text based, jadi bisa dijalankan tanpa X-Server.
Dulu menggunakan screen bisa [...]
March 1st, 2009 |
by heric |
published in
Photography, Ubuntu, Unix
Untuk mereka yang suka upload foto di situs seperti Flickr, Picasa Web Album, Ayofoto.com ataupun Facebook, resize foto seharusnya adalah hal yang pertama kali dilakukan sebelum foto tersebut dipajang. Selain mempercepat waktu upload, juga mempercepat loading pada saat orang lain melihat foto tersebut. Bayangkan jika anda punya kamera 8 MegaPixel yang berarti resolusi 3456 x [...]
February 26th, 2009 |
by heric |
published in
My Jobs, Ubuntu, Unix
Bagi anda yang sering bermain-main dengan protocol, maka wireshark adalah mainan yang sangat powerfull. Opensource, gratis dan canggih. Dalam pekerjaan sehari-hari, protocol analyzer ini sangat membantu saya untuk menggali lebih dalam tentang apa yang terjadi di network, kemudian menentukan masalahnya ada dimana.
Bukan IP Packet yang saya pelototi, melainkan SS7 over IP ( SIGTRAN ) yang [...]
January 5th, 2009 |
by heric |
published in
Ubuntu, Unix
I Installed XAMPP inside Ubuntu JeOS in Virtual Box. Using this XAMPP, i create a blog to manage all note & tips my work that can’t be posted in public because of proprietary reason.
This lightweight JeOS is only having Operating System without any Graphical User Interface and i need to start XAMPP service automatically at [...]
December 22nd, 2008 |
by heric |
published in
Ubuntu, Unix
Usually we use samba to access Linux Host Operating System from Linux/Unix Guest OS in VirtualBox.
But this is another way to get it done with small effort and better result :)
In this case, I have OpenSolaris 2008.11 running inside VBox on My Ubuntu Linux Host Operating System.
First, what we need is just install openssh-server.
December 21st, 2008 |
by heric |
published in
Ubuntu, Unix
To get a live view of logfile.
User@Box$ tail -f /path/to/logfile
to quit - Ctrl+C
or
User@Box$ less /path/to/logfile
then : SHIFT+F
to quit - Ctrl+C then q