Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
1 vote
2 answers
2k views

What will happen if my DB server runs out of disk space?

I'm seeing a huge difference of free disk space between df -h and du -sxh / I've understood in my question Resolving unix server disk space not adding up that du -sxh / is a better estimation as ...
Noam's user avatar
  • 181
3 votes
2 answers
2k views

Resolving unix server disk space not adding up

I'm trying to evaluate where my disk space on my unix server is distributed. In order to see disk space current status I'm running: df -h But when trying to evaluate what is taking the disk space and ...
Noam's user avatar
  • 181
1 vote
3 answers
3k views

Why am I getting "No such file or directory" after install?

If I command convert --version it shows this. bash: /usr/bin/convert: No such file or directory All what I did was this 1. $ wget ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz 2. $ ...
HUSTEN's user avatar
  • 163
5 votes
1 answer
31k views

How can I remove "ImageMagick" completely?

I think I accidently did install 2 ImageMagicks to my CentOS 5.8 before. Version 6.2.8 was removed by yum erase ImageMagick However, it still shows this when I typed $convert -version Version: ...
HUSTEN's user avatar
  • 163
0 votes
1 answer
264 views

PPTP daemon client cannot download full web pages

I have a PPTP daemon V1.3.4 running on a CentOS server. My client connections come from both Linux and Windows machines. When PPTP connection is active, the clients are unable to download full web ...
Howard's user avatar
  • 2,306
28 votes
3 answers
143k views

How to find which files and folders were deleted recently in Linux?

I am having one particular folder (/home/sam/officedocuments) which is having hundreds of folders and files. I think I deleted some files and folders by mistake but I'm not sure. How to find which ...
sumit's user avatar
  • 445
2 votes
2 answers
2k views

Why there is difference between output of linux command du and ls?

I have a file in linux machine whose size is 3404494030 upon doing "ls -l". When I do "ls -lh" it shows 3.2 GB which is correct when converted from bytes to Gigabytes. But when I do "du -h" for the ...
user avatar
5 votes
1 answer
13k views

What's the difference between "uname -r" and "uname -v"?

I am using CentOS 6.2. In the man page of uname (i.e., man uname), it says: -r, --kernel-release print the kernel release -v, --kernel-version print the kernel version ...
max's user avatar
  • 4,073
1 vote
1 answer
2k views

Can't install subversion over yum

How to install using yum ? Because when I tried this : yum install gcc gmake make libcpp libgcc libstdc++ gcc4 \ gcc4-c++ gcc4-gfortran subversion ruby ncurses-devel -y Subversion did not install , ...
Naughty.Coder's user avatar

15 30 50 per page
1
2