Forgot your password?

typodupeerror

Comment: Re:Umm, no. (Score 0) 161

by xenoterracide (#33922508) Attached to: Home WiFi Network Security Failings Exposed
bad analogy. I just moved into an apartment complex that has gates, so that in theory people without keys can't (won't try?) to get in. None of my previous complexes were fenced and gated. Not having gates did not make those complexes unsecure, having gates doesn't really make this one secure. Actually I take it back... it's not a bad analogy... It's ALMOST as good as mine.. All things like chains and gates do is keep the honest people honest. Dishonest people may just take bolt cutters to your chain and hop my fence. However, there's one thing your missing... here with my gates if anyone wants to visit me I have to give them the gate code, same as with wifi, where if I didn't have gates... people could just come without being hassled. I doubt you'd want to let other people use your bike as they please.

Comment: OpenSuse (Score 0) 766

by xenoterracide (#31211916) Attached to: Which Linux For Non-Techie Windows Users?
My personal opinion used to be OpenSuse w/ kde. I think it's much closer to windows than something running gnome. If I were you I'd test it first... but I thought it was fairly quick to get running. but that was kde3 the road to kde4 was rough and I haven't tried the latest, but I think kde4 is now quite good, I use arch because I prefer bleeding edge but I know that's not for everyone.

Comment: wait until at least 2.6.30+ (Score 2, Insightful) 289

by xenoterracide (#28150561) Attached to: Is ext4 Stable For Production Systems?

last I checked some patches for the dealloc empty file problem was being merged in 2.6.30. if you want to avoid it but want some other advantages like faster fscks you could go with data=journal on your filesystems which is a bit slower but also disables dealloc, while still having extents, barriers, and other ext4 benefits. I've been using data=journal on my /home partition without a single problem.

it also depends a lot on what you have in 'production'. a web server that's mostly doing reads it should be fine for. a heavy email server... well.. can you afford to lose email on a crash? I think it might be alright for a server that just does mta but not the fs for the actual mailbox's (with dealloc anyways). database server should be fine, because the database's job is to make sure data hits the disk, among other things. dns servers are a very read heavy so again I would think it'd be fine. so basically you need to watch anything that's heavy write and not to a database, and even then only with dealloc.

still as I'm sure others have said, it's a good idea to wait on new tech like this. some tools don't yet recognize that ext4 is not ext3.

Comment: QtCreator (Score 0) 1055

by xenoterracide (#28111373) Attached to: What Free IDE Do You Use?
This is the only IDE that's getting my vote atm. since it has a 'fakevim' mode plus a lot of other IDE features. being primarily a vim user having a vim mode is essential (even though it's not perfect). It seems to be pretty good in general, but I haven't used a lot of IDE's, I like it better than VS, Eclipse, and Netbeans, all of which I stopped using after an hour or so of not accomplishing anything.

QOTD: "I used to get high on life but lately I've built up a resistance."

Working...