Damned Malaysians

<cybermike> what?
<donald> yeah thats my man 
<donald> pls dont be angry 
<donald> i'm a new persn here 
<donald> can i get hackers here ?
<cybermike> yea and we get like fifty like you each day
<cybermike> What do you think a hacker is?
<donald> so how do i get them pls
<donald> ok let me tell u what i need them for 
<cybermike> ok
<donald> i need the to do tf for me 
<cybermike> tf?
<donald> that money tf 
<donald> and sending of checks 
<donald> cheques 
<donald> hello cybermike 
<cybermike> so you wanna be a criminal?
<donald> wat ?
<donald> pls can u help me and tell me wat hackers are meant to be here 
<cybermike> I can help you
<cybermike> my fee is 350EURO Per hour
<donald> p/1 ?
<donald> is it not too much 
<donald> ?
<cybermike> thats what i get payed normally
<donald> but cybermike i asked for a privacy and u agreed but now u have exposed everything in the house even gave them my country 
<cybermike> you havent paied for my silence yet
<donald> is that the way here ?
<donald> but u cound have told me now !!!!!!!!!!!!
<donald> which door are u talking about ?
<cybermike> ofcourse i dont work for free?
<cybermike> please be serious
<donald> i'm serious cybermike 
<cybermike> doesnt sound like it
<donald> this is a deal i want to crack out with u 
<donald> ok this money u r talking about is for what 
<donald> for each tf ?
<cybermike> i take 350 Euro's each hour
<cybermike> and 1500 Euro startup fee
<donald> i agree but that one what will u do with it for me 
<cybermike> learn to speak english please?
<donald> cybermike u have killed me reputation in the room 
<cybermike> no you did that :)
<cybermike> I may know an illegal brain surgeon who might sell you a new brain?
<cybermike> and afterwards a plastic surgeon and a new identity :)
<donald> what are u talking about cybermike 
<cybermike> just be quitet please
<donald> k
<donald> then where are we 
<cybermike> you promised to be quiet
<cybermike> thanks allot, now have a nice day :)
Udgivet i Humor, Knowledge Base | Skriv en kommentar

What is Rfc1983 and what about it?

This is not something to argue about, this is how it is. Argue and youre stupid, 
disagree and we just wont talk to you. Waste more of our valuable time with this 
subject and be disliked.

Source: ftp://ftp.rfc-editor.org/in-notes/rfc1983.txt

   cracker
      A cracker is an individual who attempts to access computer systems
      without authorization.  These individuals are often malicious, as
      opposed to hackers, and have many means at their disposal for
      breaking into a system.  See also: hacker, Computer Emergency
      Response Team, Trojan Horse, virus, worm.

   hacker
      A person who delights in having an intimate understanding of the
      internal workings of a system, computers and computer networks in
      particular.  The term is often misused in a pejorative context,
      where "cracker" would be the correct term.  See also: cracker.
Udgivet i Knowledge Base | Skriv en kommentar

What is Rfc1983 and what about it?

This is not something to argue about, this is how it is. Argue and youre stupid, 
disagree and we just wont talk to you. Waste more of our valuable time with this 
subject and be disliked.

Source: ftp://ftp.rfc-editor.org/in-notes/rfc1983.txt

   cracker
      A cracker is an individual who attempts to access computer systems
      without authorization.  These individuals are often malicious, as
      opposed to hackers, and have many means at their disposal for
      breaking into a system.  See also: hacker, Computer Emergency
      Response Team, Trojan Horse, virus, worm.

   hacker
      A person who delights in having an intimate understanding of the
      internal workings of a system, computers and computer networks in
      particular.  The term is often misused in a pejorative context,
      where "cracker" would be the correct term.  See also: cracker.
Udgivet i Knowledge Base | Skriv en kommentar

Genialt IDE til php udvikling, crossplatform, ftp browsing og opensource

http://aptana.com/

Udgivet i Links | Skriv en kommentar

Genialt IDE til php udvikling, crossplatform, ftp browsing og opensource

http://aptana.com/

Udgivet i Knowledge Base | Skriv en kommentar

install mod_mono on gentoo

The mod_mono and some dependencies are masked:
(I use ~amd64, use ~x86 if that applies to your system)

# echo "www-apache/mod_mono ~amd64" >> /etc/portage/package.keywords
# echo "dev-dotnet/xsp ~amd64" >> /etc/portage/package.keywords
# echo "dev-lang/mono ~amd64" >> /etc/portage/package.keywords

# echo "www-apache/mod_mono aspnet2" >> /etc/portage/package.use

install the mono package

# emerge -av mono mod_mono

Next, add: '-D MONO' to APACHE2_OPTS in /etc/conf.d/apache2

Restart apache and have fun programming C# :D
Udgivet i Knowledge Base, Linux, Old Base | Skriv en kommentar

Change timezone on Debian boxes

Current default timezone: 'Europe/Copenhagen'
Local time is now:      Mon Jun 25 13:51:47 CEST 2007.
Universal Time is now:  Mon Jun 25 11:51:47 UTC 2007.
Run 'dpkg-reconfigure tzdata' if you wish to change it.
Udgivet i Knowledge Base, Linux, Old Base | Skriv en kommentar

Recover MySQL root password

/etc/init.d/mysql stop
/usr/bin/mysqld_safe --skip-grant-tables --skip-networking &
mysql -u root
use mysql;
UPDATE user SET Password=PASSWORD("your password here") WHERE User="root";
exit
# kill all the mysql processes
/etc/init.d/mysql stop
# Start MySQL again
/etc/init.d/mysql start
Udgivet i Knowledge Base, Old Base, SQL | Skriv en kommentar

Tool for recovering broken harddisk…and stuff like that

http://www.cgsecurity.org/wiki/TestDisk

Udgivet i Knowledge Base, Old Base | Skriv en kommentar

Dualscreen med x200 paa debian med aabne drivere

Section "Files"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
EndSection

Section "Device"
        Identifier      "ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]"
        Driver          "ati"
        BusID           "PCI:2:0:0"
        Screen          0
EndSection


Section "Device"
        Identifier      "ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)] 2"
        Driver          "ati"
        BusID           "PCI:2:0:0"
        Screen          1
EndSection



Section "Monitor"
        Identifier      "SyncMaster"
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]"
        Monitor         "SyncMaster"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1680x1050"
        EndSubSection
EndSection


Section "Screen"
        Identifier      "Secondary Screen"
        Device          "ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)] 2"
        Monitor         "SyncMaster"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1680x1050"
        EndSubSection
EndSection



Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        Screen          "Secondary Screen" LeftOf "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        Option          "Xinerama" "on"
        Option          "Clone" "on"
EndSection

Section "DRI"
        Mode    0666
EndSection
Udgivet i Knowledge Base, Linux, Old Base | Skriv en kommentar