| bio | website | |
|---|---|---|
| location | Switzerland | |
| age | 43 | |
| visits | member for | 3 years, 5 months |
| seen | May 21 at 18:05 | |
| stats | profile views | 12 |
Love spoken and signed human languages, purring cats, symbolic languages, nature and art.
|
Oct 14 |
comment |
rewriting a URL where a subfolder should not be visible As I have said, this needs some testing. You are on your own now. I flagged this question as too localized already because your question won't help anybody else. |
|
Oct 13 |
comment |
rewriting a URL where a subfolder should not be visible Did you post the complete .htaccess file? There might be other directives and if I don't see them I might give you wrong counsel. |
|
Jun 10 |
comment |
How to rename a MySQL database? All four answers make sense. It's a question with many possible solutions. |
|
Nov 14 |
comment |
No apache MPM package installed error lol, this worked! |
|
Oct 17 |
comment |
Is there a way to have a virtual machine only have one core yet use three cores on the host machine? +1 great and funny analogy! |
|
Jul 28 |
comment |
“Cloud” file storage Vs. Self-Managed Servers (What's the big deal with cloud?) And also don't do something what someone else can do cheaper. You didn't calculate your own hours. |
|
Jul 28 |
comment |
How can I track growing directories? You mean restarting, not stopping. Even after logrotate renamed or even deleted a file, the daemon process keeps writing to the same file (if you deleted it, it disappeared from the directory but it is not unlinked yet from the filesystem or respectively, if you renamed it, the renamed file continues to grow). A restart forces the daemon to drop its hold on the file. |
|
Dec 9 |
comment |
Running Cron every 2 hours True, but better posted as a comment to the question, but if you don't have enough reputation, you won't be able to. It's a limitation of the StackExchange platform. |
|
Sep 16 |
comment |
GPG encrypt and decrypt with ssh-agent Okay, some things are not possible with SSH keys but I believe that encryption is possible since ssh encrypts traffic. Perhaps I should have asked: How can I encrypt a file with an SSH key? |
|
Sep 15 |
comment |
GPG encrypt and decrypt with ssh-agent I prefer to work in the reverse: use gpg with ssh keys, since I already have an extensive ssh infrastructure. |
|
Sep 15 |
comment |
VMware Server 2 under 32 bit OS and more than 4G RAM crashes No, we don't have processes needing more than 2G RAM. |
|
Dec 17 |
comment |
VMware Server 2 under 32 bit OS and more than 4G RAM crashes No, we don't have processes needing more than 2G RAM. |
|
Dec 8 |
comment |
64bit UnixODBC and FreeTDS: a bug in libtdsodbc.so? A Debian developer said, it's fixed in unstable. |
|
Dec 4 |
comment |
64bit UnixODBC and FreeTDS: a bug in libtdsodbc.so? +1 (cannot upvote yet) |
|
Dec 3 |
comment |
64bit UnixODBC and FreeTDS: a bug in libtdsodbc.so? I discovered something. The line "Address 0xd2b564c is 44 bytes inside a block of size 48 alloc'd" means that a 64 bit value is stored at the end of a 44 byte memory area such that the upper 4 bytes exceeds the allocated memory. If I only easily could change the malloc to use 52 bytes instead of 48 bytes! |
|
Dec 2 |
comment |
64bit UnixODBC and FreeTDS: a bug in libtdsodbc.so? +1 (but cannot upvote yet). Are you sure that I should report the bug to PHP? It seems it is more the ODBC-TDS bridge which is faulty. |