feldon27
- Total activity 133
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 42
Comments
Recent activity by feldon27-
Spent hours on this. Never found a way to update the ImageMagick installed in cPanel.
-
The ImageMagick in cPanel is 2+ years old. I finally found an article to update it to a newer release: [url=http://www.webdesignblog.asia/operating-systems/linux-os/updateinstall-imagemagick-centos...
-
Yep, through some sleuthing, I've confirmed that these were added by my webhost. :( Thank you for your patience with my rant.
-
I could respond with more sarcasm, but instead, I'll just let this picture speak for itself: /http://www.feldoncentral.com/forumpics/cpbackup_server_load2.png The part where server load was 80-12...
-
I expected a RTFM response and you didn't disappoint.
-
top (once I got SSH to let me login after about 5 minutes of trying) also /http://***************:2082/cpsess4031622528/frontend/x3/status.html
-
How do people survive with their production environment server at 75-100 load for hours?
-
Just open an FTP connection from one server to another and mput the file. Make sure you are in the correct directory on the local machine, then "ftp IPADDRESS" then issue "cd" and "ls" as necessary...
-
I can't use mv or any other standard function due to "argument list too long" so I am inside /cur and am trying this: find . -iname "*1.*" -exec mv {} ../new \; I guess we'll see what happens. UP...
-
Ok, let's try this again. I have 9GB of e-mails in /cur. I want to download those e-mails to an e-mail client. Obviously /cur was never intended for this purpose. To resolve the issue, do I renam...