Archive | Imprint | Privacy
18th April 2008
Nerd 2.0

Logfile kills the hard drive

Suddenly, nothing more. No sessions, no database connection, etc.

write failed: No space left on device (28)

Provided the SQL database, but as the hard disk may be full because if it was yesterday even as good as dead?

$ ls-Lah (find /-type f-size +10000 k)

Proved to be listed as very helpful because it allows this command, all files larger than 10MB of size.

So fast was the offending file, a log file which has expanded to a whopping 55GB.

That's how we in the Friday afternoon;)

16th April 2008
Nerd 2.0

XAMPP and Imagick (MagickWand)

Great, if an error message as long as one can stay, although the solution is so simple.

Class 'Imagick' not found in ...

Thus, only one was missing in the Windows system environment variable, which must be set as follows.

Computer-> right click-> Properties-> Advanced-> Environment Variables-> Custom ..

MAGICK_HOME = path / to / Imagick / config files (eg C: / Imagick / config)

Many thanks to Mikko's blog for the answer!

10th April 2008
Nerd 2.0

Server failure and optimizations

Unfortunately all I managed projects in the last few days plagued by failures, which lasted through a couple of unfortunate events strung together more and more.

  Source: www.prepolino.ch 

Now, it is managed and optimization work on the server is back in fashion.

Your Body-Snatcher, now hopefully always accessible for you!

2nd March 2008
Nerd 2.0

Failures of the page

I apologize for the recent failures occur more often times my sides.

Is a mistake somewhere in the server configuration, which is busy with the consequence that the memory requests are complete and no more possible.

I hope now this problem is now a thing of the past. In conjunction with Apache 2, MySQL, and memory problems, I can highly recommend this forum thread.
>> Tuning Primer Script

Sincerely,
Your Body-Snatch

14th February 2008
Nerd 2.0

We're moving!

It's finally here and it comes from our simple web space on a real server.

Occur in the near future so if brief interruption would, I apologize for that and to visit us just once more later.

This step is easy to become necessary, because web space can never offer the configurability, which I need for a project.

Thank you!

7th February 2008
Nerd 2.0

Reputable providers on spamming?

Suddenly it started, 64th. 105 ... 210 new messages.

But this time not with normal spam, as you know him otherwise, of dubious Viagra, sex or, more recently, vacuum cleaners, and turntable sellers, but with error messages from various mail servers, which meant that I sent no mail would be undeliverable.

Unfortunately, proposes to such messages, which are otherwise quite useful, the spam filter and I could not sort out first.

So the next time my dear spammers, sometimes they update their email addresses or better yet, send with their own address!

20th September 2006
Nerd 2.0

Exchange Server & Blog URL

We have now changed the server within our webhost, since the new PHP 5 support, has clearer management capabilities and also provides better opportunities for evaluation of log files.

But what is all so after a server change? Updates from MySQL data is only the beginning.

All references must be altered and files relinked.

This is also an opportunity finally to make new structure, how it looks here on the blog the best. It will not be redirected to the web long, but still directly in the blogUrl.

But so that everything goes with WordPress 2 hours were up and down tasting of distress, which I will not just own the cleanest solution, but in any case, a functioning.

Sun and WordPress blog URL are set to this address, but using. Htaccess is forwarded to the other server. This, but only for documents and PHP paths. Images are accessed directly from here.

Why did I do all the work myself? 1 & 1, where the domain is, does not have PHP support and I can not therefore not there to run the blog, but on a PHP enabled web space.

Currently, I'm still working on the solution, but if it is "ripe" for large scale testing, then I post it here.

Mfg. BODY-Snatch


Update 1:
I've now found a fairly simple way to solve this quite simple: # # on the server with htaccess RewriteEngine On derURL.
RewriteBase /
^(.+( RewriteRule \ zip |. Rar | exe | tar | gz | gif | jpg | css | js)) $ http://wordpress.server/ $ 1 [L]
# # No proxy to protect the traffic
RewriteRule (.*) http://wordpress.server/ $ 1 [P]
# # Proxy (URL above, are popular.) 1The's it and you have yours. Htaccess in the wordpress directory still make chmod 666 on 644, so that they can not be changed.

In this example, you can now easily see that free domains, as my can of 1 & 1, can simply be laid over PHP web space, and the user no longer found where he actually is.

1st February 2006
Nerd 2.0

body-ready snatcher.ath.cx

I finally made it and was able to finish my network page. It is hosted on my network and is about my network, so anyone who feels can even look past times.

Mfg. BODY-Snatch

PS: If something does not work just try again later, that is the first test of my DLink 360T as an HTTP server ;-)

13th November 2005
Nerd 2.0

Web server & DHCP on DLink 360T

And during the last week I was once again a few times and have long since looked to see what to do with my old DSL modem can start all over everything and lo and behold, it is a true multifunction device ;-).

So I do not have to start again from the very front of this old article: New DSL Modem (06.06.2005)

When I first got out that one can not write to the modem and that in the tempporären memory (/ var / tmp /).
The simplest method was to transfer files for me to make the time just a web server on the PC and then using "wget" from modem. In addition, the modem is still an "ftp client" with whom I am concerned but not further.

So first umgopolt DHCP server so that it does not take the modem as a gateway but my router by simply switching the "/ var / tmp / udhcpd.conf" with its overrides. This time my sample file:

start 192.168.0.3
end 192.168.0.254
inflease_time 604800
interface br0
opt router 192.168.0.1
opt dns 192.168.0.1
opt subnet 255.255.255.0
opt lease 3600
conflict_time 60
lease_file /var/tmp/udhcpd.leases

where the first two lines for the IP range available, the next award for permanent, inter-factor describes the interface, optical router is the gateway, dns opt the DNS server and the rest no plan ;-). When should you lease_file specify the path to the file containing the IP assignment is stored.
And now you can restart the DHCP using: "udhcpd / var / tmp / udhcpd.con"

Then what I thought, maybe if you can not spend its web interface instead of the private sites, which also works perfectly. Simply use "ps-a" to seek "httpd" service and end with "kill".
Then start the web server again with "/ usr / sbin / thttpd-g-d / var / tmp / www-u root-p-c / cgi-bin /". It is "/ var / tmp / www /" directory where the HTML files can be stored.

That's actually already.

Enjoy it wants BODY Snatch.