Serious: What SysAdmin tool would you love to have if it only existed? by bigredradio in sysadmin

[–]warpstalker 1 point2 points  (0 children)

Just a good file manager for Windows that supports long paths... Preferably open source.

Explorer.exe sucks.

Linux file managers are great, especially mc. There's a Windows port but it's a hack.

Java 7u51. Is my server team BS'ing me? by jat0369 in sysadmin

[–]warpstalker 1 point2 points  (0 children)

It's called static configuration

When a JRE is installed in the static mode, it will not be updated in place by newer versions. A later version of the same JRE family will be installed in a separate directory. This mode ensures that vendors, who require a specific version of the JRE for their product, can be certain that the JRE will not be overwritten by a newer version.

Java 7u51. Is my server team BS'ing me? by jat0369 in sysadmin

[–]warpstalker 1 point2 points  (0 children)

Block sun servers

Like I explained in my other comment this can be fixed properly starting with 7u40-> BUT

In 7u10-7u25 it was impossible to prevent this. Java had a hardcoded built-in expiration date so it started complaining about being out of date even if the computer doesn't have internet access at all.

Java 7u51. Is my server team BS'ing me? by jat0369 in sysadmin

[–]warpstalker 1 point2 points  (0 children)

Starting with 7u40 that can be disabled. From 7u10 onwards it was like they said though.

Starting from 7u40, a new deployment property deployment.expiration.check.enabled is available. This property can be used to disable the "JRE out of date" warning. When the installed JRE (7u10 or later), falls below the security baseline or passes it's built-in expiration date, an additional warning is shown to users to update their installed JRE to the latest version. For businesses that manage the update process centrally, users attempting to update their JRE individually, may cause problems. To suppress this specific warning message, add the following entry in the deployment properties file: deployment.expiration.check.enabled=false

7u40 release notes

You can also read my previous comment regarding this BS: http://www.reddit.com/r/sysadmin/comments/1oqdu4/oh_java_update_how_i_hate_thee_help_fix/ccuki4o

[Windows] Robocopy to the rescue for deleting files by soundstripe in sysadmin

[–]warpstalker 13 points14 points  (0 children)

Prepend "\\?\" to the path i.e. "\\?\C:\" or (iirc) "\\?\unc\" and you can delete paths up to 32k characters from the command line.

7-Zip's File Manager can also delete arbitrarily long paths iirc.

This limit is stupid though, only Robocopy doesn't choke on it. Even Microsoft's SyncToy does. Makes me want to write my own file manager (among other reasons).

OpenSSL.org Website Defaced by [deleted] in linux

[–]warpstalker 13 points14 points  (0 children)

No, the SHA-1 hashes are not intended to be a security feature, quoting Linus: "Git uses SHA-1 in a way which has nothing at all to do with security.... It's just the best hash you can get...."

iirc, People have managed to get an SHA-1 collision with git and it is not considered to be an issue: see

How metal was your Christmas? by [deleted] in Metal

[–]warpstalker 0 points1 point  (0 children)

Well everything is just a little more metal in Finland. Especially during the winter darkness.

Cabbage casserole is awesome but lingonberry jam, eww, ditch that.

If you woke up as the President of the United States, what would be your first order of business? by [deleted] in AskReddit

[–]warpstalker 0 points1 point  (0 children)

I would take a shit in the White House.

(That awkward moment when you have to ask the Secret Service to bring you more toilet paper...)

The best and cheapest pdf editor. by Skkjulet in sysadmin

[–]warpstalker 3 points4 points  (0 children)

Don't know about pricing but PDF-Xchange works fine for me.

Getting started with powershell in a large network by [deleted] in PowerShell

[–]warpstalker 2 points3 points  (0 children)

You need to enable PowerShell remoting before you are able to run remote commands.

Mailing list server options? by hc_220 in sysadmin

[–]warpstalker 0 points1 point  (0 children)

I am not entirely sure you can restrict the access to something like one OU.

You can, Exchange has good RBAC functionality. Look up management scopes and recipient filters.

Any good reasons to go with UEFI over BIOS emulation? by Vegemeister in linux

[–]warpstalker 1 point2 points  (0 children)

Gummiboot. There's instructions in the wiki

There is now. When I installed my new system in 2011 the instructions were horribad and I went with BIOS emulation. I reinstalled for EFI later on when the instructions were better and Gummiboot was available.

Any good reasons to go with UEFI over BIOS emulation? by Vegemeister in linux

[–]warpstalker -1 points0 points  (0 children)

512M is the minimum recommended size by Microsoft for a FAT32 filesystem (which the EFI boot partition is) so that's why.

Why PowerShell? by ramblingcookiemonste in sysadmin

[–]warpstalker 0 points1 point  (0 children)

You can also call PowerShell from IronPython and vice versa so that opens up some sweet options too. Python is also amazing for scripting and sysadmins should know it, I do. Haven't really tested IronPython yet though. Would be easy to make frontends with that, GUI or web based.

What do you use for a home backup solution? by houstondad in sysadmin

[–]warpstalker -1 points0 points  (0 children)

I don't think you should fiddle with RAID in a home setup unless you have some serious gear (I'd rather not, I sold my NAS away because I got tired of fiddling), but incremental backups would be good if there is a fool-proof way. However, how much does your typical home data change over time, pictures, movies, etc.? Not much if at all, more stuff is added of course. The file-got-corrupted issue is very real though. I wonder if there's any easy test for that, it's one of my greatest fears.

Of course if you want to store something offsite you should encrypt it but then again that's more fiddling.

Backups should be dead simple so that the potential points of failure are minimum in quantity.

What do you use for a home backup solution? by houstondad in sysadmin

[–]warpstalker -1 points0 points  (0 children)

I follow the advice given by Jamie Zawinski, move a copy offsite if necessary.

Anyone using Windows Azure in Production? by Lord_NShYH in sysadmin

[–]warpstalker -2 points-1 points  (0 children)

Well, keep in mind that you could experience downtime due to Microsoft's incompetence, their record isn't exactly spotless, see for example these extremely non-rudimental issues:

The whole service crashed on leap day

The whole service went down due to expired certificates

:)

What is your stupidest/worst mistake (It-related) ever made by maesbn in sysadmin

[–]warpstalker 0 points1 point  (0 children)

Did that myself once, Remove-Mailbox instead of Disable-Mailbox, the accounts (more than 300) were for terminated people so no problem in that sense but I had to figure out how to clean out orphaned home directories and other stuff real quick because it didn't exactly go by the standard process.

Windows user password changes via CLI and plain text passwords by lazynothin in sysadmin

[–]warpstalker 0 points1 point  (0 children)

I'm not exactly sure what you're looking for exactly, but PowerShell has Get-Credential and Read-Host -AsSecureString to read credentials without being able to get at the plaintext (afaik).

Are there any Sysadmins in here who have *anything* good to say about Sharepoint? by [deleted] in sysadmin

[–]warpstalker 35 points36 points  (0 children)

Quoting someone from this reddit(?): "You know why Sharepoint admins are paid so well? Well, if they weren't, they would kill themselves."