Know-How / Wissenswertes
5 09 2016
git clone https://github.com/padelt/temper-python.git cd temper-python sudo python setup.py install sudo temper-poll gives … parallels@ubuntu:~/temper-python$ sudo temper-poll Found 1 devices Device #0: 31.2°C 88.1°F Needed to adjust scale and offset, it was off for +6.5 Celsius. So first find out which USB bus TEMPer is connected to: lsusb | grep “0c45:7401” Now we get the ports: […]
3 09 2016
http://askubuntu.com/questions/761713/how-can-i-downgrade-from-php-7-to-php-5-6-on-ubuntu-16-04
3 09 2016
http://www.webupd8.org/2014/01/prime-indicator-lets-you-quickly-switch.html
1 09 2016
https://www.livecoding.tv/rodrwan/videos/2AQW7-scraping-wikipedia-to-create-a-classifier
1 09 2016
https://cr.yp.to/snuffle/design.pdf
1 09 2016
https://www.praetorian.com/blog/reversing-and-exploiting-embedded-devices-part-1-the-software-stack Thanks so much for sharing, 0wl!
1 09 2016
Browsing: https://www.torproject.org/projects/torbrowser.html.en https://disconnect.me/ https://www.startpage.com/ Email: https://protonmail.com/ https://www.startmail.com/
30 08 2016
Useful for testing your own websites if you don’t http://www.ipv6proxy.net/
20 08 2016
Kompakt: /^((AT)?U[0-9]{8}|(BE)?0[0-9]{9}|(BG)?[0-9]{9,10}|(CY)?[0-9]{8}L|(CZ)?[0-9]{8,10}|(DE)?[0-9]{9}|(DK)?[0-9]{8}|(EE)?[0-9]{9}|(EL|GR)?[0-9]{9}|(ES)?[0-9A-Z][0-9]{7}[0-9A-Z]|(FI)?[0-9]{8}|(FR)?[0-9A-Z]{2}[0-9]{9}|(GB)?([0-9]{9}([0-9]{3})?|[A-Z]{2}[0-9]{3})|(HU)?[0-9]{8}|(IE)?[0-9]S[0-9]{5}L|(IT)?[0-9]{11}|(LT)?([0-9]{9}|[0-9]{12})|(LU)?[0-9]{8}|(LV)?[0-9]{11}|(MT)?[0-9]{8}|(NL)?[0-9]{9}B[0-9]{2}|(PL)?[0-9]{10}|(PT)?[0-9]{9}|(RO)?[0-9]{2,10}|(SE)?[0-9]{12}|(SI)?[0-9]{8}|(SK)?[0-9]{10})$/ Lang: ^( (AT)?U[0-9]{8} | # Austria (BE)?0[0-9]{9} | # Belgium (BG)?[0-9]{9,10} | # Bulgaria (CY)?[0-9]{8}L | # Cyprus (CZ)?[0-9]{8,10} | # Czech Republic (DE)?[0-9]{9} | # Germany (DK)?[0-9]{8} | # Denmark (EE)?[0-9]{9} | # Estonia (EL|GR)?[0-9]{9} | # Greece (ES)?[0-9A-Z][0-9]{7}[0-9A-Z] | # Spain (FI)?[0-9]{8} | # Finland (FR)?[0-9A-Z]{2}[0-9]{9} | # France (GB)?([0-9]{9}([0-9]{3})?|[A-Z]{2}[0-9]{3}) | […]
16 08 2016
Occasionally, and with different kinds of webshop technologies it happens once in a while that the PayPal IPN (instant payment notification) doesn’t go through. Internet forums are filled with different reports about this phenomenon, too. – What happens? Basically a customer paid, payment went through, but the webshop doesn’t receive the IPN payment notification from […]