Build A GUI With C Language in Linux (part I)

0 comments

Posted on 20th June 2010 by biohazards in Application/Software |Tutorial

, , , , , ,

linuxHi dude,
We meet again, this time i’ll discuss about making a GUI with C. Altough you maybe already an expert of it…:p

You know, Linux is an Operating System that work with C Language. And, because it is open-source, we can edit, modify, add, or even make any customization on the operating system. In this case, we try to make simple GUI using C.

(more…)

SQLi, Injecting With Outfile Command

2 comments

Posted on 12th June 2010 by biohazards in Hacking |Web Security

, , , , , , , , , , , , , ,

Hi guys, long time no see…I’ve been busy to making a simple IDS (Intrusion Detection System) for now on. But, it still in progress. Although I’ve try very hard, it seems very difficult for me. Maybe next time i’ll post it here. Now, stop the crap, and lets go to the topic. Did you know, in the widespread use of websites, there was so many sites doesn’t protect their databse securely. In this post, I want to discuss about injecting with “outfile” command. This vulnerability could happend because the administrator doesn’t protect the database. He/They, maybe using the default setting of the SQL. So, to preventing this damage, let’s try how the attacker penetrating the target. (more…)

How To Use FIMAP

0 comments

Posted on 13th February 2010 by biohazards in Application/Software |Hacking |Web Security

, , , , , , , , , , , , , , , , , , ,

FIMAP is a simple and amazing tool that used to penetration testing. This tool has made by Iman Karim, this is just one of his project at google-code. He made this tool using python, so it’s very easy to using it for scanning any bug or vulnerability in a site. So, for more guide, let’s begin the show…

1. Download the FIMAP
You can download this tool here or here. (more…)

Remastering openSuSE is Easy

2 comments

Posted on 7th January 2010 by biohazards in Operation System

, , , ,

hi guys,

Let’s talk about ‘remaster’, what is it? With a simple words we can say, ‘remaster’ is how we can build our own Operating System that reflecting ourself. However, in this case, ‘remaster’-ing is when we modifying an Operating System to be what we want to. That will be including changing the themes, applications, or anything else. So, let’s get in on…

Before beginning to remaster something, we have to preparing the list of application that have to be installed, the image for backgroud, themes, logo, and everything…If we got that, remastering will be just finish in an hour. Incredible isn’t it? (more…)

Modify Mandriva Bootsplash

5 comments

Posted on 2nd December 2009 by biohazards in Operation System

, , , , , , , , ,

When your Mandriva booting with grub loader, there is a nice background picture on it. But, maybe we not always comfortable with that picture. As a simple human being, is a normal situation when we not satisfied with something that was not going like what we want (actually, we never satisfied about everything).
So, in this post, I try to share to you how to edit that “boot-splash“. At the first time, I did a little bit confuse. Because in Mandriva, is more complex than bootsplash on Ubuntu. In Ubuntu we just can edit the “/boot/grub/menu.lst” file, and add this command :

splashimage (hd0,x)/boot/image_file.so

But in Mandriva there is steps to change, so lets get in on…

(more…)

New Solution For SiS VGA

0 comments

Posted on 23rd November 2009 by biohazards in Driver |Hardware |Operation System

, , , , , , , , , , ,

Maybe you still remember about my recent post about SiS VGA card that doenst support 3D at Linux. Now, i’ve got a new solution for this problem. Actually, it’s not my idea. I try this after had a little discussion with Mr. Onno W. Purbo. Yeah, the most famous linux expert in Indonesia.

He told me, there is a very simple solution for SiS VGA. You just have to find a xorg.conf file from any SiS VGA that works in Linux, and then copy it into your X11 directory… (more…)