We Dutch are the rudest people in the world, so you can still learn a lot from us I think. In Amsterdam these little robots would be flattended or thrown in a canal in no time.
Interesting, given that New York City was at one time called New Amsterdam:)
In any case, the language the minister used is a bit deceptive. Unfortunately after taking a close look at what he said, it seems the money can only be spent on _licences_.
On the plus side, you can "buy" a hell of a lot of licenses for Open Source software with 12,000,000,000 florints!
Either that, or it could just mean that Openfire is more focussed on the c2s part of XMPP and what is experimental is the s2s functionality. i.e. the "XMPP" they are calling experimental is under "Experimental Gateways" in the configuration.
Clojure is a dynamic programming language that targets the Java Virtual Machine. It is designed to be a general-purpose language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. Clojure is a compiled language - it compiles directly to JVM bytecode, yet remains completely dynamic. Every feature supported by Clojure is supported at runtime. Clojure provides easy access to the Java frameworks, with optional type hints and type inference, to ensure that calls to Java can avoid reflection.
Clojure is a dialect of Lisp, and shares with Lisp the code-as-data philosophy and a powerful macro system. Clojure is predominantly a functional programming language, and features a rich set of immutable, persistent data structures. When mutable state is needed, Clojure offers a software transactional memory system and reactive Agent system that ensure clean, correct, multithreaded designs.
hell, it would not surprise me if depth perception is a learned thing, based on variations between inputs from the eyes as the various parts get their parameters changed.
I haven't used the Exchange plugin for Evolution, but I have used Evolution before. It was rather unstable for me too using IMAP and SMTP.
One problem with the Exchange plugin AFAIK is that it works by talking to Outlook Web Access. i.e. it does not talk to the server using the same protocols as Outlook itself uses.
If you read the bug and the comments you will see that the submitter was complaining about having to click through the "yes I really want to add this dodgy cert" process for every HTTPS site she visited. She thought this was just Firefox 3.0 being stupid. What was actually happening was that she was the victim of a MITM attack and the certs were actually bad. i.e. Firefox was working as it should and was doing everything it could to warn her of this possible MITM attack.
Since there was a MITM attack and no actual Firefox bug it was closed as RESOLVED INVALID.
I can't comment on the lack of comments at the time you posted, though:)
PEBKAC, at least in the business setting can be effectively eliminated by the use of simply being unable to even execute the programs.
You can make it harder to execute something, but even on filesystems that are mounted noexec, you can still run shell scripts with:
$ sh/path/to/script
or binaries with:
$/lib/ld-linux.so.2/path/to/binary
So mounting filesystems noexec (and nodev etc.) is a good idea if they don't need to contain executables, it will not stop a determined idiot from running something on that filesystem:)
1.) Get the admins to enable IMAP. 2.) If they won't do that, see if they will install Brutus Server (unlikely if they won't do 1 but might be worth a try.)
Brutus wraps the MAPI API and provides a CORBA API. There's an evolution plugin that talks to Brutus Server.
The JFS2 file system shrink function supports optimizing storage utilization by removing unused disk space from the file system environment. Administrators can dynamically add and delete disk space as needed to manage both the JFS2 and LVM environments in place, without the need to copy and reboot.
I haven't run it on a truly low end machine since the early 1.x days but back then it would run fine for about a week on a win2k machine with a P3 266 and 192MB of ram, anything older than that isn't worth powering up.
Yes, that's what I thought too.
What the hell were they thinking?
We Dutch are the rudest people in the world, so you can still learn a lot from us I think. In Amsterdam these little robots would be flattended or thrown in a canal in no time.
Interesting, given that New York City was at one time called New Amsterdam :)
In any case, the language the minister used is a bit deceptive. Unfortunately after taking a close look at what he said, it seems the money can only be spent on _licences_.
On the plus side, you can "buy" a hell of a lot of licenses for Open Source software with 12,000,000,000 florints!
Either that, or it could just mean that Openfire is more focussed on the c2s part of XMPP and what is experimental is the s2s functionality. i.e. the "XMPP" they are calling experimental is under "Experimental Gateways" in the configuration.
Although I have been using Ruby and Lisp more the last few years, much of my business is based on Java
You might want to have a look at Clojure
hell, it would not surprise me if depth perception is a learned thing, based on variations between inputs from the eyes as the various parts get their parameters changed.
Depth perception has been shown to be learnt:
Introduction to Psychology
The article mentions it does fuzz testing, so it'd be the former.
Actually, the article says it's used during fuzz testing, not that it does fuzz testing.
It sounds more like an automated crash dump analyzer used after a fuzzer has caused the program to crash.
If power is lost at the right time, the same results would happen.
The right time being the hundredths of a second between the commit of the file data and the commit of the directory data, not 60 seconds.
No, not "hundredths of a second". Five seconds. Or 30 if you're using laptop mode.
https://bugs.launchpad.net/ubuntu/jaunty/+source/ecryptfs-utils/+bug/317781/comments/54
I haven't used the Exchange plugin for Evolution, but I have used Evolution before. It was rather unstable for me too using IMAP and SMTP.
One problem with the Exchange plugin AFAIK is that it works by talking to Outlook Web Access. i.e. it does not talk to the server using the same protocols as Outlook itself uses.
The grandparent is so clueless it's got to be a troll.
If you read the bug and the comments you will see that the submitter was complaining about having to click through the "yes I really want to add this dodgy cert" process for every HTTPS site she visited. She thought this was just Firefox 3.0 being stupid. What was actually happening was that she was the victim of a MITM attack and the certs were actually bad. i.e. Firefox was working as it should and was doing everything it could to warn her of this possible MITM attack.
Since there was a MITM attack and no actual Firefox bug it was closed as RESOLVED INVALID.
I can't comment on the lack of comments at the time you posted, though :)
You mention Afrikaans, but forget IsiNdebele, IsiXhosa, IsiZulu, Sepedi, Sesotho, Setswana, SiSwati, Tshivenda and Xitsonga?
You can make it harder to execute something, but even on filesystems that are mounted noexec, you can still run shell scripts with:
$ sh /path/to/script
or binaries with:
$ /lib/ld-linux.so.2 /path/to/binary
So mounting filesystems noexec (and nodev etc.) is a good idea if they don't need to contain executables, it will not stop a determined idiot from running something on that filesystem :)
Yes, but "vmlinuz" does not have a dot in it, so "rm /*.* -r" will not remove it. (i.e. Unix globbing != DOS FindFirst/FindNext)
1.) Get the admins to enable IMAP.
2.) If they won't do that, see if they will install Brutus Server (unlikely if they won't do 1 but might be worth a try.)
Brutus wraps the MAPI API and provides a CORBA API. There's an evolution plugin that talks to Brutus Server.
I have never used Brutus.
JFS2 on AIX can shrink and it's silly to say it doesn't need to.
http://www.ibm.com/developerworks/wikis/display/Wikip5/Lesson+2+-+AIX+5L+Features+and+Benefits
http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?topic=/com.ibm.aix.cmds/doc/aixcmds1/chfs.htm
A 2 square inch computer would be very impressive. This, however, is an 8 cubic inch computer...
You could try:
tar tf archive.tar | while read fname; do rm "${fname}"; done
but that will break if you have newlines (and probably other non-printable characters) in your filenames.
ummm... I think you mean 63 years.
Looks like a character encoding problem.
Can they not use jtag to fix them?
Something based on Quantum Cryptography maybe?
Maybe this?
sqlmap
I haven't tried it.
I assume you mean a P2 266?
LVM was written by Sistina. You're thinking of EVMS.