Wednesday, April 20, 2011

Command "MV" dlm Linux Yg kewl

Guna command "find Log* -exec mv {} /home/hafiz/Config/Mac11/Log \;" untuk alihkan semua file ke folder yg tertentu..Dalam kes ni aku nk move semua file Logg & file configuration ke dalam folder yg telah di buat..

Follow guide kt bawah ni :
Pastu issue command di atas :





Reference:
BeginnerLinuxTutorial

DHCP

https://supportforums.cisco.com/videos/1423

Nmap Founder - Fyodor

Dari mana asalnya nama "Fyodor"

  1. Where did the nicname Fyodor come from?

    Like many hackers, I enjoy reading. For a while in the early 90s I was particularly enamored with Russian author Fyodor Dostoevsky. Shortly after reading his Notes From Underground, I logged onto a new BBS using the handle Fyodor as a whim. It stuck. I'm a little embarrassed that a Google search for Fyodor now lists me before Dostoevsky. I guess it is hard to earn and maintain a decent PageRank when you're dead.



Reference

http://insecure.org/fyodor/

Mastering the Nmap Scripting Engine

Reference
Nmap.org - Defcon

Open VA

Reference
HackerTarget
Laneolson

Resize Multiple images in a folder (Batch Image Resize) in Ubuntu

Dlm windows biasanya kita pkai software image resizer yg disediakan dlm pakej power Toys... Dalam Linux (Ubuntu) juga ada aplikasi tersebut...Menggunakan perisian ImageMagic..

1- sudo apt-get install imagemagick
2- cd (pergi ke directory imej yg ingin di resize kn)
3- mogrify -resize 50% -format jpg * (resize imej 50% dr size asal)
4- mogrify -resize 800x600 -format jpg * (tetapkan sendiri size imej)


Reference
BDhecker