User contributions for Admin

From D3xt3r01.tk
A user with 1,089 edits. Account created on 20 December 2008.
Jump to navigationJump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

30 June 2009

29 June 2009

25 June 2009

  • 22:3422:34, 25 June 2009 diff hist +1,178 N Registry/TaskManager Enable/disableNew 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 1ian2009New 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 InterpreterNew 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 databaseNew 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 StickNew 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 extensionNew 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 reportingNew 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 registrationNew 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 extensionNew 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 extensionNew 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 UploadNew 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 removersNew 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 AppsNew 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 DivNew 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 contentNew 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 thanNew 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 buttonNew 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 buttonNew 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 LevelsNew 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 APNew 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 structureNew 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 usageNew 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 consoleNew 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 stuffNew 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 NATNew 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 RedirectNew 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 QuotaNew 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-ngNew 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 serverNew 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 pluginsNew 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 jailNew 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 StuffNew 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 FinchNew 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 EniasanNew 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 QemuNew 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 MuttNew 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 PageNew 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...
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)