User contributions for Admin
From D3xt3r01.tk
Jump to navigationJump to search
30 June 2009
- 22:5022:50, 30 June 2009 diff hist 0 Main Page No edit summary
- 22:5022:50, 30 June 2009 diff hist +67 Main Page No edit summary
- 22:4522:45, 30 June 2009 diff hist +2 How to disable 135 445 No edit summary
- 22:4522:45, 30 June 2009 diff hist +456 N How to disable 135 445 New page: ==WHY== Because this is what the Blaster worm uses to get high ! ==HOW== In regedit 1) Set the 'EnableDCOM' value to 'N' in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole 2) Delete the stri...
- 17:1017:10, 30 June 2009 diff hist −164 m Versions used on cable modem network →HOW current
- 17:0917:09, 30 June 2009 diff hist +2,990 Versions used on cable modem network No edit summary
- 16:1016:10, 30 June 2009 diff hist −2 Versions used on cable modem network No edit summary
- 16:1016:10, 30 June 2009 diff hist +748 Versions used on cable modem network No edit summary
- 15:5315:53, 30 June 2009 diff hist +202 N Versions used on cable modem network New page: ==WHY== I need to upgrade the software version used on most of the modems so I first need to know what's out there. Here's what I did to find out ==HOW== Category: Linux [[Category:...
- 15:5115:51, 30 June 2009 diff hist +147 Main Page No edit summary
- 15:3215:32, 30 June 2009 diff hist +5 Stuff to improve Eniasan No edit summary
- 15:3115:31, 30 June 2009 diff hist +26 Stuff to improve Eniasan No edit summary
29 June 2009
- 20:2820:28, 29 June 2009 diff hist +40 Stuff to improve Eniasan No edit summary
25 June 2009
- 22:3422:34, 25 June 2009 diff hist +1,178 N Registry/TaskManager Enable/disable New page: Anyone got spyware/viruses who blocked regedit or the task manager ?! :| Ever wondered how to enable them back so you know what to delete so you can clean yourself ? .. here are the tools ... current
- 22:3322:33, 25 June 2009 diff hist +1,309 N Preturi calc 1ian2009 New page: 1 ianuarie 2009 pc: Sterge Placa de baza Intel BLKDX58SO Placa de baza Intel BLKDX58SO Model: BLKDX58SO Disponibilitate: disponibil la comanda online 996,86 RON 996,86 RON Sterge Pr... current
- 22:3122:31, 25 June 2009 diff hist +4,455 N PHP OOP Brainfuck Interpreter New page: <source lang="php"> <?php /* * PHP OOP Brainfuck Interpreter (No Debugger) * * @version 0.1 * @author "Ivan Lucian" <nophinity@gmail.com> * * @todo Add a debuger w/ breakpoints * @t... current
- 22:2822:28, 25 June 2009 diff hist +566 N Mysql primary key after creating and using a database New page: ==WHY== .. I created a database .. used it for quite a while without a primary key .. ( I had a uniq field set as an index ) .. but .. I now need a primary key .. ==HOW== Feel free to use... current
- 22:2622:26, 25 June 2009 diff hist +2,148 N Bootable USB Stick New page: Well.. I still haven't figured out how to do this .. but as soon as I do .. It'll be here .. 'till then .. here are some tools that should do the job .. '''''MKBT''''' is used for insta... current
- 22:2522:25, 25 June 2009 diff hist +450 N SpamBlacklist extension New page: ==WHY== Because I still don't trust romanians with other spammers .. ==HOW== Get the extension in extensions/SpamBlacklist and add this to LocalSettings.php <source lang="php"> require_o... current
- 22:2322:23, 25 June 2009 diff hist +433 N PHP error reporting New page: So after wondering my ass off on how and where to change confs to make php spit out all the errors in one location only .. here's what I found ... <source lang="php"> php_flag display_err...
- 22:2222:22, 25 June 2009 diff hist +603 N Wikimedia prevent user registration New page: ==Why== Because I don't trust romanians .. I don't want them to be able to register and mess up all my work ... ==How== Just put the code in LocalSettings.php Restrict anonymous editing ... current
- 22:2022:20, 25 June 2009 diff hist +1,698 N ConfirmEdit extension New page: ==WHY== Because I want people tu suffer ! :)) Well .. I just wanna block people making bots even if I allowed them to edit my wiki.. ==HOW== Get the extension and put it in the /extension... current
- 22:1822:18, 25 June 2009 diff hist +548 N GeSHi Syntax Highlight extension New page: ==Why== Because I might want to add code samples ==HOW== <source lang="bash" enclose=pre> cd extensions svn co http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/SyntaxHighlight... current
- 22:1622:16, 25 June 2009 diff hist +248 N FileExtension Upload New page: ==Info== So you want to allow any kind of file to be uploaded !? It's easy as <source lang="php"> $wgFileExtensions = false; </source> in LocalSettings.php ==LINK== http://www.mediawi... current
- 22:0922:09, 25 June 2009 diff hist +2,743 N Spyware removers New page: These are some damn good spyware removers .. should be the first step in cleaning up your computer .. '''''SUPERAntiSpyware PRO''''' is the most thorough scanner on the market. Our Multi... current
- 22:0722:07, 25 June 2009 diff hist +484 N Portable Apps New page: I'll put here all the portable apps I find & use .. [http://wiki.d3xt3r01.tk/files/portable/mbam_131.exe Malwarebytes' Anti-malware 1.31] [http://wiki.d3xt3r01.tk/files/portable/firefox... current
- 22:0122:01, 25 June 2009 diff hist +3,366 N Hide/Remove Div New page: ==Remove DIV Source== <source lang="javascript"> <script type="text/javascript"> function removeEvent(divNum){ var d = document.getElementById('myDiv'); var olddiv = docum...
- 21:5821:58, 25 June 2009 diff hist +2,706 N Update div content New page: ==Source== <source lang="javascript"> <script type="text/javascript"> function loadpage(page_request, containerid){ if (page_request.readyState == 4 && (page_request.status == 200 ...
- 21:5621:56, 25 June 2009 diff hist +495 N MySQL select entries older than New page: ==Query== <source lang="mysql"> SELECT * FROM `table` WHERE `timestampfield` > subdate(NOW(), INTERVAL 10 MINUTE); OR SELECT * FROM `table` where `timestampfield` > NOW() - INTERVAL 10 M... current
- 21:5521:55, 25 June 2009 diff hist +1,389 N JavaScript print frame button New page: ==Info== Let's say you have a page made with frames .. and you want to print one frame easily by pressing a button .. but you don't want that button showing up .. the idea is to put everyt... current
- 21:5321:53, 25 June 2009 diff hist +522 N JavaScript back button New page: ==Info== Would you like to enable your visitors to click on a link to be taken back to the previous page they were on? This JavaScript will enable you to do just that. This JavaScript code...
- 21:4921:49, 25 June 2009 diff hist +2,964 N Cisco Levels New page: ==WHAT== I'll try to post here my try to get the CISCO certifications in order and what I'll learn in each of them... ==ORDER== CCNA - Cisco Certified Network Associate<br/> CCNP - Cisc... current
- 21:4721:47, 25 June 2009 diff hist +988 N Cracking a clientless wep AP New page: ==WHY== Not all AP's have a client connected ...I'll assume you already have a supported card and the injection is working !!! I'll also assume that you know what you're doing and you're ...
- 21:4621:46, 25 June 2009 diff hist +220 N Copy table structure New page: ==CODE== To copy the structure <source lang="mysql"> CREATE TABLE `newtable` LIKE `oldtable`; </source> To also copy the rows in the newtable.. <source lang="mysql"> INSERT `newtable` SEL... current
- 21:4221:42, 25 June 2009 diff hist +342 N Perl simple usage New page: ==What== Trying to explain basic perl usages. ==HOW== This is how you update CPAN in case there's a new version: # perl -MCPAN -e install Bundle::CPAN This is how you get a perl she... current
- 21:4021:40, 25 June 2009 diff hist +638 N Writing a CD in console New page: ==WHY ?== Because maybe you don't have a graphic interface .. maybe you don't want to install k3b or another graphical tool for burning cd/dvd's ==HOW== Make sure you have ''mkisofs'', ...
- 21:3721:37, 25 June 2009 diff hist +2,519 N Interesting youtube and stuff New page: ==Youtube interesting videos== [http://www.youtube.com/watch?v=HDi9OeJqwG4 Rob Dougan - Furious angels] - Clip cu o idee superba [http://www.youtube.com/watch?v=ldPf3yqq3-8 Giovanni Soll...
- 21:3221:32, 25 June 2009 diff hist +3,392 N Cisco Simple NAT New page: ==WHAT== The simplest way to learn some cisco is trying to do a simple NAT in your home router so you can share your internet connection multiple computers. This is probably the most aske... current
- 21:2821:28, 25 June 2009 diff hist +998 N Iptables Redirect New page: Useful for NAT-ing stuff... ==Redirecting== iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8080 This would redirect anything going out on port 80 to the same ho...
- 20:4220:42, 25 June 2009 diff hist +7,926 N Virtual ProFTPD with MySQL and Quota New page: ==Presumptions== I assume you already know how to use your distro's package manager .. and you know how to use it.. I also assume you know your way around your distro ... ==HOW TO== <sour...
- 20:4020:40, 25 June 2009 diff hist +1,449 N ZD1211rw with patches for aircrack-ng New page: ==WHAT ?== I'm trying to make my zd1211rw driver card support injection in Ubuntu Jaunty in order to be able to use the airecrack-ng suite. ==HOW ?== Get the headers and prepare everyth... current
- 20:3620:36, 25 June 2009 diff hist +42,236 N Setting up a mail server New page: Nota de inceput: Tot ce veti citii in continuare reprezinta propria exprimare asupra cum privesc si cum inteleg eu lucrurile. Nimic de aici nu este copiat din alta parte ( inafara de poze ...
- 20:3320:33, 25 June 2009 diff hist +6,875 N Firefox plugins New page: Useful firefox plugins I use .. most of them are web development orientated .. '''''FireFTP''''' is a free, secure, cross-platform FTP client for Mozilla Firefox which provides easy and i...
- 20:2920:29, 25 June 2009 diff hist +3,939 N SSH jail New page: ==WHY== Because I wanted to jail some users .. for the fun of it .. they don't need to be able to move everywhere they want but basicaly .. I wanted to give some access to run a screen pro...
- 20:2620:26, 25 June 2009 diff hist +426 N VIM Stuff New page: SO except regular use of vim like .. "open .. write/delete" in vim .. I know it's the only one that can do regular expressions search and replace .. here's how I did it I needed to replac...
- 20:2420:24, 25 June 2009 diff hist +1,839 N Using Finch New page: Ok .. so no more X on my server .. console only .. but I still want my messenger to be always online .. what do to ? FINCH TO THE RESCUE !!! Yeah .. well .. I'll be using pidgin's finch !... current
- 20:2220:22, 25 June 2009 diff hist +1,294 N Stuff to improve Eniasan New page: 01)Ip-uri reale la CPE-uri ! ( simplificare iptables )<br/> 02)1 singura clasa la toate modem-urile ( eventual mai multe /24 - /23 )<br/> 03)Rutare pe mai multe placi de retea ( Policy bas...
- 20:1520:15, 25 June 2009 diff hist +3,659 N Using Qemu New page: ==About== Ok .. so my mind was buzzing to make mac os work in qemu .. doesn't work ! :P so don't bother .. here's what I did so far .. this should be usable at any other OS though .. ==St... current
- 20:1320:13, 25 June 2009 diff hist +3,883 N Using Mutt New page: ==Basic Info== So .. I though that why not start using mutt instead of evolution or any other thingies to read my imap folder ? you know how easy it is ? ==~/.muttrc stuff== set my_serve...
- 19:5219:52, 25 June 2009 diff hist +2,456 N Main Page New page: '''''D3xt3r01 WIKI''''' is a place where I and others like me will put useful info about anything related to computers. ==About Me== I'm Adrian. A 3rd year computer science student @ Univ...