Details
-
AboutFrequently uid 0
-
SkillsLinux and stuff
Joined devRant on 5/12/2016
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
Accidentally bridged the only interface with a manual IPv4 address on a production box. With only public key access, my only choice was to calculate and ssh via its IPv6 link local address address.
Thanks god it worked. -
It's ridiculous that the server factory default configuration is of worst efficiency while providing zero performance advantages.
-
I hate it every single time my boss says: Don't we have a script for that?
Maybe in he imagination we have everything automated so anything I want to do I just need to press a button. And that's why he thinks me slacking?4 -
Command --help prints there's a --format=xml option but I never got it to work. Downloaded the source code and found:
case XML:
/* NYI */ -
Got handed a CentOS 7 cluster, previous admin made kernel command line changes in grub.cfg instead of default/grub.
Ah, thank you. -
Thunderbird frequently shows the spinning beachball on my Mac (OS X Lion, late 2006, 3GB RAM (max), SSD)
Is there a mail client that's current (still being patched), runs on Lion and does not suck?12 -
Expanding a batch system on production
Set reservation to block the new nodes
Apply changes and restarted scheduler
(Reservation quietly lost, as it should persist)
Client called because jobs start to fail on new nodes…
Gahhhhhhh!!!!!! -
Things are trivial before one starts implementation
Hi senior, now you know it's not trivial as you reimplement my code and break things, right? -
qemu-img keeps on reporting error:
Could not open 'some-qcow2-img': No such file or directory
Why you waste me 2 hours for troubleshooting instead of telling me it's the backing file that could not be found? -
I was told to write a program without being given any spec, and now get comments that I should have done more of top-down approach. Yay.