TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How to reduce the size of your VMs

5 pointsby dakullover 11 years ago

2 comments

stereoover 11 years ago
Debian&#x2F;Ubuntu systems can accumulate a lot of cruft. Fortunately, it is quite easy to clean up your installed packages. Most people would probably be okay with this:<p><pre><code> aptitude markauto &#x27;~i!~M!~nbuild-essential(~E|~prequired|~sdevel|~sinterpreters|~slibdevel|~slibs|~soldlibs|~sperl|~spython)&#x27; </code></pre> You can then see which non-essential packages are installed with<p><pre><code> aptitude search &#x27;~i!~M!?essential&#x27;</code></pre>
Cholover 11 years ago
<a href="http://www.electrictoolbox.com/vmware-shrink-vmware-disk/" rel="nofollow">http:&#x2F;&#x2F;www.electrictoolbox.com&#x2F;vmware-shrink-vmware-disk&#x2F;</a>