Category Archive: linux

May 31

common command linux

vi : for write to file i: insert Ctrl+c -> to command line :wq -> write and quit x -> delete one character on the right d -> delete one line below grep: get value on a row from a file ex : more data_dummy.txt | grep status=ok awk : get value on a clumn …

Continue reading »

May 31

grep and awk to get value from the data

for the example this bunch of data 1492 user 002 20120527013000 data dummy 2173 user 001 20120527013000 data dummy 1699 user 008 20120527013000 data dummy 2444 user 006 20120527013000 data dummy 1658 user 007 20120527013000 data dummy 1437 user 004 20120527014 windows data dummy 1497 user 005 20120527014 windows data dummy 2072 user 003 20120527014 …

Continue reading »

Jan 29

Get Back GRUB

Get Back GRUB: If your computer have more than one operation system and you install windows after you install linux OS, maybe you get problem with GRUB. GRUB (GRand Unified Bootloader) is bootloader for several distro of linux, for example Ubuntu. LILO and GRUB are required for boot linux OS and other operating system in …

Continue reading »

Jan 29

Restore LInux LOader (LILO)

Restore LInux LOader (LILO): If your computer have more than one operation system and you install windows after you install linux OS, maybe you get problem with LILO. Lilo (Linux Loader) is bootloader for linux for several distro like Slackware. LILO and GRUB are required for boot linux OS and other operating system in your …

Continue reading »

Jan 29

SETUP MIKROTIK AS GATEWAY

Now, I will let you know how to setup MIkrotik as Gateway server. First, install Mikrotik RouterOS on your server PC. Login mikrotik with console. MikroTik v2.9.7 Login: admin Password: 3. After that, you can go inside on Mikrotik Server. Your username is “admin” and without password by default. 4. If you want to setup …

Continue reading »

Jan 29

INSTALL LINUX SLACKWARE UNDER 300MB+webserver !

Install Slackware maybe is so simple way. but how if the size of installation must not bigger than 300 MB and you must include the webserver. the first question is why install the Linux with small size? the answer is to prepare the system to be embedded into small hardware (tiny computer), so, the system …

Continue reading »