|
You are here |
xcorr.net | ||
| | | | |
www.bnikolic.co.uk
|
|
| | | | | To find the IP address that SSH has connected to (note a machine can have more than address!) look at the SSH_CONNECTION environment variable, e.g.: echo $SSH_CONNECTION | cut -f3 -d' ' inside the ssh session of interest. | |
| | | | |
blog.alexbeals.com
|
|
| | | | | Using an XBox One Kinect and the adapter for USB, you should be able to take a mapping and use the SDK to make a 3D model of you. I'll get it and see if it's possible. | |
| | | | |
blog.nuculabs.de
|
|
| | | | | It's been a while since I wrote a post and I'm also going to make this one a short one. Python Fire is a pretty cool Python library from Google that lets you turn any Python script into a command line tool, this means that you don't have to write any logic for handling command line parameters and options, but, if you script has sophisticated use cases then you'll be probably be better by using argparse from the standard library. | |
| | | | |
reverseengineeringtogether.wordpress.com
|
|
| | | Bots are not always bad It might be tempting to just straight up set up a big firewall with lots and lots of rules to try and block each and every bot trying to access your website.You might want to try some "quick and dirty" hacks, such as checking the header's order to determine if... | ||