Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Forum locked  This topic is locked, you cannot edit posts or make further replies.
Author Message
PostPosted: Wed Oct 29, 2003 7:31 pm 
Offline
Linode Staff
User avatar

Joined: Tue Apr 15, 2003 6:24 pm
Posts: 3090
Website: http://www.linode.com/
Location: Galloway, NJ
:arrow: Removed unncessary packages from the default install
:arrow: Reduced minimum size from 670M to 550M
:arrow: Updated to latest packages (ssh, glibc, etc)
:arrow: General cleanups

-Chris


Last edited by caker on Tue Sep 14, 2004 4:50 am, edited 1 time in total.

Top
   
 Post subject:
PostPosted: Thu Oct 30, 2003 2:33 am 
Offline
Junior Member

Joined: Thu Sep 18, 2003 1:44 pm
Posts: 46
Website: http://www.officemechanic.com
AOL: schof@mac.com
Location: Los Angeles
Just to make sure I'm not missing anything, we'd have to create new disk images and distributions and reconfigure from scratch in order to take advantage of this, right?

_________________
John Schofield
Apple Certified Technical Coordinator
Office Mechanic Consulting
Mac, Unix, and PC Computer Support
www.officemechanic.com


Top
   
 Post subject:
PostPosted: Thu Oct 30, 2003 2:49 am 
Offline
Linode Staff
User avatar

Joined: Tue Apr 15, 2003 6:24 pm
Posts: 3090
Website: http://www.linode.com/
Location: Galloway, NJ
Yes, but this is essentially what I did:

Code:
# all on one line
apt-get remove eject ethtool fbset kernel-smp kudzu lilo mkbootdisk parted raidtools redhat-config-mouse syslinux 4Suite alchemist audiofile bonobo-activation esound finger-server kernel redhat-config-nfs usbutils postgresql postgresql-libs postgresql-odbc postgresql-server

# update the system
apt-get update
apt-get upgrade

# get rid of docs (who needs docs)
rm -rf /usr/share/doc/*

# clear out the locales you don't use in /usr/share/locale (that's about 66 megs originally, down to 800k if you just keep en*)


-Chris


Top
   
 Post subject:
PostPosted: Sat Nov 01, 2003 1:18 am 
Offline
Junior Member

Joined: Thu Sep 18, 2003 1:44 pm
Posts: 46
Website: http://www.officemechanic.com
AOL: schof@mac.com
Location: Los Angeles
caker wrote:
Yes, but this is essentially what I did:

Code:
# all on one line
apt-get remove eject ethtool fbset kernel-smp kudzu lilo mkbootdisk parted raidtools redhat-config-mouse syslinux 4Suite alchemist audiofile bonobo-activation esound finger-server kernel redhat-config-nfs usbutils postgresql postgresql-libs postgresql-odbc postgresql-server

# update the system
apt-get update
apt-get upgrade

# get rid of docs (who needs docs)
rm -rf /usr/share/doc/*

# clear out the locales you don't use in /usr/share/locale (that's about 66 megs originally, down to 800k if you just keep en*)


-Chris


I highly recommend giving us this same information every time you make changes to the distributions so we can "follow along" on our already existing distros. Thanks for the info!

_________________
John Schofield

Apple Certified Technical Coordinator

Office Mechanic Consulting

Mac, Unix, and PC Computer Support

www.officemechanic.com


Top
   
 Post subject:
PostPosted: Sat Nov 01, 2003 3:02 am 
Offline
Linode Staff
User avatar

Joined: Tue Apr 15, 2003 6:24 pm
Posts: 3090
Website: http://www.linode.com/
Location: Galloway, NJ
schof wrote:
I highly recommend giving us this same information every time you make changes to the distributions so we can "follow along" on our already existing distros. Thanks for the info!

Good suggestion -- I completely agree!

I forgot to mention one other change, but this will be covered in the general performance docs I'd like to write -- Move your /etc/cron.daily/slocate to /etc/cron.weekly. This cron job simply runs the "updatedb" command, which indexes all the files in your filesystem for the "locate somefile" command.

If you never use the "locate" command you can move it to "cron.monthly", or disable it all together and just run "updatedb" before using locate. The majority of high disk I/O load that occurs during the late morning hours is generate by Linodes running updatedb :)

-Chris


Top
   
Display posts from previous:  Sort by  
Forum locked  This topic is locked, you cannot edit posts or make further replies.


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group