Splunk_extract_field_1.png

Splunk how to extract a field from raw data

This is simple steps to extract a duplicated field from raw data.    1. As you can see below capture, there are same data on…

Continue Reading...

Juniper MX240 routing-engine failover configuration and tips

Juniper router MX240 routing-engine failover configuration and tips   GRES (Graceful Routing Engine Switchover) is easier to setup.   [edit chassis redundancy] Juniper@MX2400# show routing-engine…

Continue Reading...

Juniper SFP fail during routing-engine failover testing

Recently, I had discovered some weird issue during new Juniper MX240 installation. Gigabit interface  was not automatically coming up after routing-engine failover process. Here is…

Continue Reading...

Failed to login Ubuntu GUI, but ssh.

After updating all patches(*.*), lost GUI access as user(admin), but not ssh. Here is what you could try to resolve the issue.   chris@ubuntu_server:~$ ls…

Continue Reading...

zywall secuextender stopped due internal error.

Try to re-install Zyxel SecuExtender software. If you cannot uninstall the program in any reason, try this article.

Continue Reading...

How to uninstall program on missing installer or msi file

There is other way to uninstall a programs that are lost installer or *.msi file during registry or folder cleanup processing. However, this method is…

Continue Reading...

Showing CPU and Memory stat on Ubuntu top menu

To show CPU, Memory, Network status on Ubuntu’s top menu bar, just install below package thru Ubuntu Software Center. "System Load Indicator" That’s it.

Continue Reading...

Dynamips error : 206-unable to extract config of VM

We cannot save router config files and getting below error. Dynamips error : 206-unable to extract config of VM configuration directory is not defined in…

Continue Reading...

How to create shortcut icon on Ubuntu

1. Install gnome-panel Chris@Ubuntu64:~$ sudo apt-get install –no-install-recommends gnome-panel     2. create desktop icon Chris@Ubuntu64:~$ gnome-desktop-item-edit ~/Desktop/ – – create-new     3. Input…

Continue Reading...

How to install VMware tools V5 on Ubuntu12.04 LTS

Simple steps to install VMware-tools V5 on Ubuntu 12.04 LTS.   1. From vSphere console, click “Install/Upgrade VMware Tools”. It will mount VMware tools install…

Continue Reading...

iSCSI setup on ESXi 5.0

Steps to setup iSCSI on ESXi5.0 * Preconfigured iSCSI Target drive at QNAP Turbo box, 500GB. 1. Access ESXi thru viSphere Client and go to…

Continue Reading...

Create a script file(batch) on linux

1. Create new file with editors, vi, pico, nano and so on. Linux_Srv> pico script_batch   2. Edit the file #! /bin/sh or #! /bin/bash…

Continue Reading...