Apple to fix Video Issues on select Macbook Pros
A month ago I was faced with a Logicboard problem. It turns out that it’s been a known issue for some time. My work around […]
A month ago I was faced with a Logicboard problem. It turns out that it’s been a known issue for some time. My work around […]
Got a little annoyed I couldn’t find these programs within the store. here’s the External links that will get you to the store apps. Word […]
This is helpful for those who are having problems directly connecting to an ip due to local network restrictions or simply need to temporarily redirect […]
The following iptables will help limit the bruteforce attacks on your ssh port. With the recent exploit found in BASH, there’s been renewed interest in […]
One of the pains I’ve been going through is cross browser testing on iMIS. To further add complexity to the matter, mutliple languages required testing […]
Not realizing this was a rather big task I decided to document my journey with each of the options I chose. HARDWARE: I have the […]
There’s been proof of concept work on firmware virus. This is something similar to boot sector virus’ and bios virus’ many years back pre-internet. http://arstechnica.com/security/2014/07/this-thumbdrive-hacks-computers-badusb-exploit-makes-devices-turn-evil/ […]
I’ve been working on archiving emails. In my pursuit to find the easiest possible solution I came across smtp-sink. As posted on: http://blog.malowa.de/2011/04/postfix-as-spam-trap-server.html Also another […]
Here is a good example introducing you to backbone.js. http://arturadib.com/hello-backbonejs/
sudo sysctl net.ipv4.ip_forward=1 sudo iptables -t nat -A PREROUTING -p tcp –dport 80 -j DNAT –to-destination 10.10.10.10:80 sudo iptables -t nat -A POSTROUTING -j MASQUERADE
Copyright © 2024 | WordPress Theme by MH Themes