Follow guide kt bawah ni :


Reference:
BeginnerLinuxTutorial
- 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.
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