Come rubare un profilo facebook? basta un po’ di ingegneria sociale e un piccolo trucchetto

Come rubare un profilo facebook? basta un po’ di ingegneria sociale e un piccolo trucchetto Eccoci ragazzi e ragazze, se siete arrivati a questo articolo significa che avrete intenzioni di conoscere come rubare un profilo facebook, premetto che questo articolo vuole solo dimostrare quanto i nostri profili facebook, email e password non siano al sicuro, dunque non … Read more

Ubiquiti Nanostation M5 Loco Repairs

Since very few information is available on repairing UBNT Nanostation M5 Loco ( probably the same for M2 ), i am going to post here and keep updating that post with the main kinds of failure encountered with their eventual repair To do these repairs since the board contains big ground planes, you absolutely need to … Read more

Sitecom WL-326 OpenWrt update

Earlier i’ve written a post on how to install OpenWrt on that router, now it’s time to start fixing broken stuff, especially the reset button and the usb port, along with default switch/network configuration. After some work i’ve managed to reverse engineer the GPIOs of that router, GPIO0 is used on the wps button on … Read more

Convert your cheap “unmanaged” switch to a VLAN capable layer 2 managed switch for just $2

The title of that post may look crazy at first, but it’s not, it is entirely possible to convert your cheap 100M 8 port switch or stuff like that to a managed switch. That’s possible simply because, if you open up one of these and look at the datasheet, you will find out that they … Read more

How to easily test an N-CHANNEL or P-CHANNEL MOSFET using just a multimeter

You should have noticed that most multimeters come with a function to test BJT transistors, but none has a function to test the today’s more common MOSFETs Here are the steps to test an N-CHANNEL mosfet with just a multimeter ( applies to P-CHANNEL too, just swap + and – ), of course the MOSFET has … Read more

Converting movies to 60 fps on linux ( with wine )

You may have heard of SVP project , if not visit their website http://www.svp-team.com/ . SVP in a first pass calculates the motion vectors for the frame ( the direction and velocity that every object in the video has moved with ), and then on the second pass it generates intermediate frames. With that technique it can … Read more

A very simple internet of things system to control lights and other stuff

In these days i’ve worked on how to create a system that allows me to turn on and off lights or appliances at home with minimal cost and complexity, and there it is: https://github.com/tizbac/IoTManager Each node (ESP-01 ESP8266) with nodemcu firmware and the init.lua script from esp8266 folder of my repository has two outputs and can … Read more