258 reputation
310
bio website zlayer.net
location Zagreb, Croatia
age 35
visits member for 3 years, 9 months
seen 20 hours ago
stats profile views 21

IT professional, Linux and open-source enthusiast.


May
17
comment How to scrap email addresses from a pst file?
Thanks, it kind of helped. I started out by searching outlook 2010 scrape addresses or something similar so I wasn't getting anything useful. I even tried searching here before posting, but didn't get anything. I wonder why I cant find one answer to such common task her.
Mar
28
comment MSTSC crash on connect
You should get additional + for the "don't ask why" bit :)
Mar
12
comment Configuring membership-blind mailing lists in Outlook for AD/external users with replay-all disabled?
You could code up some sort of a Windows overlay which will pass through any click/keypress not directed to outlook to the desktop, and take over outlook management. Hopefully you know I'm just making up a stupid academic not funny joke. That's not funny.
Dec
3
comment Have both domain and non-domain users use NetApp CIFS storage
Like Eric Nicholson suggested in the comment, I ended up using iSCSI for this use case.
Dec
3
comment Have both domain and non-domain users use NetApp CIFS storage
Unfortunately, another storage solution isn't the answer. Thank you for the explanation, though.
Nov
20
comment How to delete domain user profile from a computer?
Accepted because of the group policy addition :)
Nov
15
comment Host sFlow on older Windows servers
Thanks, this looks more promising then the other answer.
Oct
26
comment How to monitor the size of files in Windows folder?
@JohnGardeniers Ok thanks anyway.
Oct
24
comment How to monitor the size of files in Windows folder?
@JohnGardeniers how about to me? I'd like to get this set up.
Oct
12
comment How to I tell Git for Windows where to find my private RSA key?
Me too, other answers made git ask me for key passphrase.
Sep
20
comment How to monitor the size of files in Windows folder?
I might have to change the progresds devs too, they said there is no way to do it :-)
Sep
17
comment How to remove duplicate illegal site in apache configuration?
Thanks Shane, this helped. Looked like the guy pointed his subdomain to my IP, who knows why. Btw, do you know of a catchall version? I guess something like virtualhost for my hostname, and a catchall for everything else?
Sep
17
comment How to remove duplicate illegal site in apache configuration?
My site is domain.com. The other site is not mine, not hosted at my place, the TLD has some content, but one of the subdomains looks like it is on my server and acts like it.
Aug
6
comment Being a good IT Manager (as opposed to a purely technical role)
+1 for external goals instead of managing peoples' lives
Aug
5
comment How would one start with assesing and organizing an IT department?
I think it is not a dupe as that huy is starting anew.
Aug
5
comment How would one start with assesing and organizing an IT department?
I have to start somewhere and since Wednesday it's my head on these criticalities :-) I will start here. And since I start here, I'll mark your answer as accepted
Aug
5
comment How would one start with assesing and organizing an IT department?
I am getting a ticketing system first. But I haven't thought of speaking with the personell (just one guy), so it is a great advice.
Aug
5
comment How would one start with assesing and organizing an IT department?
Thanks, books are always a good thing to have and consult.
Aug
5
comment How would one start with assesing and organizing an IT department?
Thanks, I like the bit about meeting key users. I think I'll definitely do that.
Aug
3
comment What's wrong with always being root?
And I'd like to comment to some of the answers. Particularily the ones that say "you can screw up stuff being root". I don't think that is the point... "rm -rf /" does the same as "sudo rm -rf /". The point lies in that that things like "sudo rm" do not work, yet "sudo startMyApp on low port" works.