A B2 Super Battle Droid
This is the second B2 Super Battle Droid we’ve been given, the first one was on Day 21 of the 2012 Star Wars Advent Calendar đ
[Read More]
A B2 Super Battle Droid
This is the second B2 Super Battle Droid we’ve been given, the first one was on Day 21 of the 2012 Star Wars Advent Calendar đ
[Read More]
A young man off to the post office
So, the last couple of years I’ve been posting the Advent Calendar set of the day from the LEGO Star Wars and LEGO City box sets. The most mind-numbing part of this was creating the page and tagging it each day, so this year I decided to pre-populate the system with the posts ahead of time.
I leveraged some information on the net and a terrible PHP script, listed below. Whatever you do, I wouldn’t recommend using this on a production system without FIRMLY understanding what’s going on đ
[Read More]In the process of locking down our servers we’ve been setting up host-based firewalls on one of our internal FTP servers.
The default thing was to deny access to everything but ICMP and SSH, good start.
Our first command was to only allow a given host access to port 21, FTP:
sudo iptables -I INPUT 1 -s 10.1.2.3 -p tcp -m tcp --dport 21 -j ACCEPT
This allows the client to connect:
[Read More]Here’s an annoying one when building a custom splunk search command using the python SDK:
"Error in 'script': Getinfo probe failed for external search command 'testscript'"
This mean you have:
"supports_getinfo = true" set in commands.conf for that particular commandAnother issue that may occur is this one:
[Read More]So, when you have services available to the world through your external address/hostname, it’s nice to be able to access them via that as well. âHairpinningâ or Hairpin NAT is the term for the NAT redirection required to make this work.
Update 14/3/16: It’s been raised to me that it’s best to use split-DNS for this particular example, but it’s designed to be a simple one for documentation purposes. There’s much better ways of solving the problem, but:
Amongst a whole host of other reasons. Just trust me đ
[Read More]Paul Blackburn - Julio CortĂĄzar from Cronopios and Famas âThe Instruction Manualâ
(A Spanish Text)
Preamble to the Instructions on How to Wind a Watch
Think of this: When they present you with a watch they are gifting you with a tiny flowering hell, a wreath of roses, a dungeon of air. They aren’t simply wishing the watch on you, and many more, and we hope it will last you, it’s a good brand, Swiss, seventeen rubies; they aren’t just giving you this minute stonecutter which will bind you by the wrist and walk along with you. They are giving youâthey don’t know it, it’s terrible that they don’t know itâthey are gifting you with a new, fragile, and precarious piece of yourself, something that’s yours but not a part of your body, that you have to strap to your body like your belt, like a tiny, furious bit of something hanging onto your wrist. They gift you with the job of having to wind it every day, an obligation to wind it, so that it goes on being a watch; they gift you with the obsession of looking into jewelry-shop windows to check the exact time, check the radio announcer, check the telephone service. They give you the gift of fear, someÂone will steal it from you, it’ll fall on the street and get broken. They give you the gift of your trademark and the assurance that it’s a trademark better than the others, they gift you with the impulse to compare your watch with other watches. They aren’t giving you a watch, you are the gift, they’re giving you yourself for the watch’s birthday.
[Read More]I had a friend trying to download the IOS 7.1.2 image for his iPhone 4 (which he’d just about bricked installing IOS8 on) and was having a weird issue.
It looks like if the server sends the content-type âapplication/octet-streamâ it’ll try to download it with the extension .zip instead of the original extension. This is because of MIME sniffing, which only reads the first 200 bytes of the file to try and guess - rather than just trusting the server and not being a tool about it.
[Read More]Getting an error like this one?
Windows cannot access the specified device, path, or file. You may not have the appropriate permissions to access the item.
Voila, it should be working - remember to revert your permissions changes, they’re inconsequential.
[Read More]