I've never need to do this. I don't think I've ever seen a European plug inverted either. Can't be that useful.
In my house, the power points are very near the floor. My phone charger doesn't fit because it extends down. If I could put it in upside down, it would be helpful.
Maybe your mother dieing is necessary for a particular market to stabilize.
You don't say how this is possible. Seems very unlikely to me.
This is a point that many anti-global warming dissenters miss. They will argue: "The world has been around for billions of years and will regulate itself. We shouldn't interfere." Yes, but the world doesn't care if we live or die.
The same site actually had a very interesting video on that topic. They pointed out that the most effective way to prevent global warming deaths was to buy air conditioners and malaria vaccinations, not reduce CO2 emissions.
On top of that, passwords are apparently specific to a certain host string. Bizarre. Do I need to use localhost for the actual machine name for local users? What about remote machine without a reverse DNS entry? What's the order of precedence for '%' vs a more specific name?
The manual seems to describe this in the connection access and request access sections.
It answers your question on precedence (most specific to least specific, first match wins), but not the others.
You would assume that localhost or 127.0.0.1 would work for connections initiated over the loopback interface (i.e. where the client application connects to localhost or 127.0.0.1), but that you would need to use the real public host name if the application is connecting via that. That's how networking works.
Interesting point about reverse name lookups not working. Hopefully it's getting the name from there, and not just using whatever hostname the client asserts when it connects. You'd want to use IP addresses rather than host names to be safer. They mention that wildcard and host/subnet notation is supported.
Okay, so to change [the root password] do I use root@% or root@computer? How do I know I changed the right one and there isn't still some root@something entry? SHOW TABLES is easy enough, how about SHOW USERS? Nope, that's not it.
Well, you now know the precedence. The pages I linked to before also tell you that MySQL determines these based on the values in the user table (i.e. mysql.user), so you could just do a SELECT * FROM user WHERE User = 'root' to see what entries exist.
From there, you would either have noticed that the passwords were hashed, and so found the password hashing section and executed an UPDATE user SET PASSWORD = PASSWORD(password) WHERE..., or you would have found the SET PASSWORD documentation, or a quick Google search would likely have yielded the more common advice to just do mysqladmin -u root password NEWPASSWORD.
Calling it denial is to equate skepticism with other taboo topics such as Holocaust denialism, and to attempt to shut down debate, rather than offering meaningful theories or evidence.
Much more convenient in my opinion is Alt+p. It works the same, but without the obnoxious "reverse-search" prompt and it lets you start typing the command before you type the shortcut.
$ ls <Alt+p>
turns into... $ ls/whatever/you/last/did/an/ls/on
It's default in tcsh, and can easily be added to bash and zsh.
And none of this considers the way that heuristics work in text editors, recognizing foo.org as a URL without anyone having to say. When.anything can be a domain name, how will text editors know whether you just forgot to insert a space or you intentionally wanted to auto-highlight something as a domain name.
The only thing it would legitimately have to deal with was abbreviations like i.e., in which case you'd make sure it only highlighted words where the last component was at least two letters long, or maybe highlight any word containing a dot unless it's of the form (<letter><dot>)+.
Sure, but what good is a standard if only one country uses it?
In my house, the power points are very near the floor. My phone charger doesn't fit because it extends down. If I could put it in upside down, it would be helpful.
I didn't even know they had a store until I saw this article.
It looks pretty good. There's a bunch of stuff, including a nice polo, a Karmic Koala t-shirt, as well as CDs, stickers, etc, etc.
The CDs are only $1.50 each, so I won't mind buying them if I have to.
Isn't that what XBMC is for?
"ee" isn't similar to "ay", and Groening appears to be a German surname, not a Greek one.
I was disappointed to discover that Windows Vista Home Premium edition doesn't support Services for UNIX, whereas XP Professional did.
Hopefully they provide SFU (which I think they now call SUA) on all editions of Windows 7, or at least make it clear which ones don't.
.
Tried XFCE?
I had just that problem last week!
You don't say how this is possible. Seems very unlikely to me.
The same site actually had a very interesting video on that topic. They pointed out that the most effective way to prevent global warming deaths was to buy air conditioners and malaria vaccinations, not reduce CO2 emissions.
All versions of Windows in recent memory have had similar problems.
He he he. I called an older woman receptionist a man's name just the other day!
If only she'd actually waited for the phone call to connect before she started saying "Hello, name speaking".
Instead I assumed she was someone else who worked at the company.
Am I the only one annoyed by gender-ambiguous names? Certainly not going to use such a name for my children!
According to news.com.au, the attendance in Sydney was about 300, so you'd assume nationwide it was closer to 1,000.
It was also raining, which didn't help.
The manual seems to describe this in the connection access and request access sections. It answers your question on precedence (most specific to least specific, first match wins), but not the others. You would assume that localhost or 127.0.0.1 would work for connections initiated over the loopback interface (i.e. where the client application connects to localhost or 127.0.0.1), but that you would need to use the real public host name if the application is connecting via that. That's how networking works. Interesting point about reverse name lookups not working. Hopefully it's getting the name from there, and not just using whatever hostname the client asserts when it connects. You'd want to use IP addresses rather than host names to be safer. They mention that wildcard and host/subnet notation is supported.
Well, you now know the precedence. The pages I linked to before also tell you that MySQL determines these based on the values in the user table (i.e. mysql.user), so you could just do a SELECT * FROM user WHERE User = 'root' to see what entries exist. From there, you would either have noticed that the passwords were hashed, and so found the password hashing section and executed an UPDATE user SET PASSWORD = PASSWORD(password) WHERE..., or you would have found the SET PASSWORD documentation, or a quick Google search would likely have yielded the more common advice to just do mysqladmin -u root password NEWPASSWORD.
sed -ie '/^#/d;/^$/d' httpd.conf makes httpd.conf much more readable!
Seriously, the default format for that file is way too verbose.
If the Vim status bar says "Recording", you accidentally typed q then some character.
Press q again to turn it off.
Most people don't have a good understanding of the science whichever side they're on.
Calling it denial is to equate skepticism with other taboo topics such as Holocaust denialism, and to attempt to shut down debate, rather than offering meaningful theories or evidence.
A lot of people don't know that [ expression ] in bash is just a shortcut for test expression .
The follow on from this is that if [ ... ] is just if testing the exit status of a command, so you can use if any command .
Much more convenient in my opinion is Alt+p. It works the same, but without the obnoxious "reverse-search" prompt and it lets you start typing the command before you type the shortcut.
$ ls <Alt+p> /whatever/you/last/did/an/ls/on
turns into...
$ ls
It's default in tcsh, and can easily be added to bash and zsh.
bindkey -M emacs '^[p' history-beginning-search-backward
"\ep": history-search-backward
I don't think I've ever gone to a .info or a .biz domain, and certainly I wouldn't have unless I was specifically directed there.
By default, I use a search engine or guess a .com address.
I would have thought buying domains in other TLDs was a waste of money.
Don't existing trademark laws already protect your brand?
I assume it's the same as this bug: Red Hat bug 468107 - gdm buttons don't work at first.
Do you know the upstream bug number?
Finally some songs where the drums are so easy I can't suck!
The only thing it would legitimately have to deal with was abbreviations like i.e., in which case you'd make sure it only highlighted words where the last component was at least two letters long, or maybe highlight any word containing a dot unless it's of the form (<letter><dot>)+.
This already happened with .biz, but I don't think anybody cared.