Entries in the ‘Linux’ Category:

Basic WGET Command to Login and Download File

GNU Wget – free utility for non-interactive download of files from the Web.
suppossed you’re a member of some site [ex: http://www.doesnt-exist.com]. you want to download some file from there. but first, you need to login. the question is, how to download file from site that ask user to login first, using wget? i’ll show you [...]

Tags: ,

Comments (1)

Java plugin is missing after update Firefox

if you ever encounter this problem, you may try this. all you have to do is linking the plugin file [libjavaplugin_oji.so] from the Java JRE plugin’s directory, into the Firefox plugin’s directory.
cd /usr/lib/firefox/plugins

sudo ln -sv /usr/lib/jvm/java-6-sun/jre/plugin/i386/ns7/libjavaplugin_oji.so

restart your Firefox. hope it helps..

Tags: , ,

Leave a Comment

HJSplit for Linux

HJSplit – Freeware multi-platform file splitters and joiners.
buat yg mengalami masalah ketika menginstal HJSplit di kompi linuxnya, mungkin bisa ngikutin post ini..

Tags: ,

Comments (4)

Nyari Nomer UUID dari Hardisk

UUID – Universally Unique Identifier.
kebanyakan Linux Operating System (OS) yang sekarang, seperti Ubuntu, telah menggunakan nomer UUID untuk nge-mount media (hardisk). udah ga pake nama yang seperti biasanya (contoh: /dev/sda1, /dev/hda1, dll). pengertian UUID sendiri adalah Universally Unique Identifier. jadi, meskipun kita rubah posisi slot hardisk, OS tetap akan dapat melakukan mounting terhadap media yang [...]

Tags: ,

Comments (4)