-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I use a VPS with Ubuntu Server 10.10 x64. I want to use Java and run the command sudo apt-get install openjdk-6-jre but it fails because the installation encounted errors while processing ca-certificates-java.
I have tried to install the failed package with:
sudo apt-get install ca-certificates-java
How…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I'm constantly encountering an error related to Java and certificates on my Ubuntu server running in OpenVZ when installing things from apt-get. I'm pretty sure it has to do with how Java allocates memory. I know the fail counter for privvmpages is very high, so the problem must be that Java is hitting…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
hello,
I am building a mozilla extension that contacts a python application on a remote server to send and receive data. The python application can be used using xml-rpc from a python console.I am given the task to design a json-rpc that would contact the same application.Making the python server…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
My site is being attacked and is using up all the RAM. I looked at the Apache logs and every malicious hit seems to simply be a POST request on /, which is never required by a normal user.
So I thought and wondered if there's any sort of solution or utility that will monitor my Apache logs and block…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I see on my webserver some logs as follows
203.252.157.98 - :25:02 "GET //phpmyadmin/ HTTP/1.1" 404 393 "-" "Made by ZmEu @ WhiteHat Team - www.whitehat.ro"
203.252.157.98 - :25:03 "GET //phpMyAdmin/ HTTP/1.1" 404 394 "-" "Made by ZmEu @ WhiteHat Team - www.whitehat.ro"
203.252.157.98…
>>> More