Go Back   The macosxhints Forums > Working with OS X > Tweaking OS X / Wish List



Reply
 
Thread Tools Display Modes
Old 02-06-2002, 04:24 PM   #1
Phil St. Romain
Site Admin
 
Join Date: Dec 2001
Location: Wichita, KS
Posts: 2,350
Swap file utility and a few others.

I'll start this one off by pointing out two great freeware apps I downloaded from versiontracker.com today:

Swap Cop moved my swap file to another partition using gui point-and-click process. I'd been intimidated by Terminal hacks to do this, but recommend Swap Cop. The speed boost is unmistakable.

Monolingual removed all the non-English language files; I recouped at least 300 MB space.

-------------

Share your favorite apps of this kind on this thread.
Phil St. Romain is offline   Reply With Quote
Old 02-07-2002, 11:45 AM   #2
Craig R. Arko
Site Admin
 
Join Date: Dec 2001
Location: Minneapolis, MN
Posts: 3,965
Thumbs up SMB Browser

Another one I was referred (via MacWindows.com) to is <an SMB network browser>, so you don't have to memorize all those server/sharename combos anymore. So far it's worked fine on my network.
Craig R. Arko is offline   Reply With Quote
Old 02-07-2002, 03:21 PM   #3
hschickel
All Star
 
Join Date: Jan 2002
Location: NY, NY
Posts: 776
re: Swap Cop

Phil,

I've been playing around a bit with this utility. It uses the fstab method of moving the swap file. While this method can be reliable on a system with only 1 partitioned drive it can be very unreliable on a system with multiple drives due to the way OSX's autodiskmount system works.

Use this utility with caution.

Hugh
hschickel is offline   Reply With Quote
Old 02-07-2002, 03:32 PM   #4
jmb
Triple-A Player
 
Join Date: Jan 2002
Posts: 92
physical mem?

Phil,

How much physical RAM do you have?

jmb
jmb is offline   Reply With Quote
Old 02-07-2002, 03:37 PM   #5
Phil St. Romain
Site Admin
 
Join Date: Dec 2001
Location: Wichita, KS
Posts: 2,350
Re: re: Swap Cop

Hugh, when you say one partitioned drive, do you mean one physical hard drive with partitions, or more than one hard drive? I have only one hard drive, with 3 partitions, and stuck the Swap File on my 9.1 partition. No problems so far. If my hard drive had no partitions, Swap Cop would have had no alternatives for moving it.

jmb, I have 640 RAM on my Pismo, and 320 on my iMac.
Phil St. Romain is offline   Reply With Quote
Old 02-07-2002, 03:49 PM   #6
hschickel
All Star
 
Join Date: Jan 2002
Location: NY, NY
Posts: 776
One physical drive with partitions seems to be ok. The mount point is always the same.

If you have multiple physical drives (ie CDs, firewire drives, scsi drives, etc.) the mount point can change due to environmental factors. Unlike with most *nixes - its not guaranteed. The fstab file assumes that it will get the same mount point every time but this cannot be assumed under OSX. This is probably why there is no fstab file in OSX natively.

See this thread or this thread for more.

Hugh
hschickel is offline   Reply With Quote
Old 02-07-2002, 04:01 PM   #7
Phil St. Romain
Site Admin
 
Join Date: Dec 2001
Location: Wichita, KS
Posts: 2,350
Whew!

Thanks, Hugh! Seems I'm OK with one drive and multiple partitions. The caution you raise might be in the Readme file that came with Swap Cop (no I didn't read it ); if not, it should be.
Phil St. Romain is offline   Reply With Quote
Old 02-07-2002, 09:32 PM   #8
Thundarr
Triple-A Player
 
Join Date: Jan 2002
Location: Earth, two thousand years later
Posts: 149
One of my favorites...

One of my favorite utilities is InfoDog from http://www.pidog.com . It allows you to use shift-command-I to get more options about your selection than just command-I, such as letting you set creator and type, change file privileges and owner/group information, drag file path information from InfoDog to any application, and is an integrated file browser. Definitely increases the efficiency of making such changes by being readily available in the background. Give it a try.
Thundarr is offline   Reply With Quote
Old 02-07-2002, 09:39 PM   #9
Thundarr
Triple-A Player
 
Join Date: Jan 2002
Location: Earth, two thousand years later
Posts: 149
Another favorite

Another favorite utility is OmniDiskSweeper, from OmniGroup, the makers of OmniWeb (http://www.omnigroup.com/applications/omnidisksweeper/). This utility scans your hard drive and lists files by their size. It lets you find big files relatively easily and delete the ones that are sucking up you hard disk space. I use it to see if I have been accumulating very large folders or files that might best be transferred to an external hard drive or burned onto a disk. With omnidisksweeper, it is a snap.
Thundarr is offline   Reply With Quote
Old 02-18-2002, 12:36 PM   #10
DSHwrd
Triple-A Player
 
Join Date: Feb 2002
Location: Okinawa, JP
Posts: 118
Hey Phil,

Cany you point me in the right direction for "Multilingual"? I searched versiontracker and couldn't find it. If the languages are REALLY taking up about 300MB of space, I want them gone.

Thanks,
- Daniel H.
__________________
- Daniel S Howard
- Okinawa, JP
DSHwrd is offline   Reply With Quote
Old 02-18-2002, 01:02 PM   #11
Phil St. Romain
Site Admin
 
Join Date: Dec 2001
Location: Wichita, KS
Posts: 2,350
Oops! That's Monolingual

I'll make the correction in the opening post.
Phil St. Romain is offline   Reply With Quote
Old 02-18-2002, 02:49 PM   #12
thatch
All Star
 
Join Date: Jan 2002
Posts: 534
Here's another way to de-localize your drive from Mike Bombich called DeLocalizer:

http://www.bombich.com/mactips/index.html

And there's always the good old command line way of doing it:

find / \! -name "English.lproj" -name "*.lproj" -type d -exec rm -r -- {} \;

There are a lot of other good utilities on Mike's site that are very useful, like Foresight, which can be used to back up individual files or directories saving all the attributes and permissions so that you can move it where ever you want to and restore it there. I use it to backup my Home, Applications and Library directories to CD-RW.

Also, check out Carbon Copy Cloner for cloning local drives keeping all the attributes, permissions, hard and symbolic links together and readily bootable for use on the target partition.

Last edited by thatch; 02-18-2002 at 03:11 PM.
thatch is offline   Reply With Quote
Old 02-18-2002, 07:02 PM   #13
saint.duo
MVP
 
Join Date: Jan 2002
Location: Seattle
Posts: 1,077
the command line method one post above this one is not safe. If I read it right, it will remove any file ending in ".lproj" that doesn't start with "English". This will result in some non language files being removed. The ones that come to mind are epson.lproj (i think, I know they are epson things).

There is a better command line script at the macosxhints site to do this.
saint.duo is offline   Reply With Quote
Old 02-18-2002, 07:44 PM   #14
mervTormel
League Commissioner
 
Join Date: Jan 2002
Posts: 5,536
good catch, saint.duo, there are, indeed, some files that script will vaporize that you hadn't oughta allow it to...

% sudo find / \! -name "English.lproj" -name "*.lproj" -type d
Password:
/Applications/Utilities/Applet Launcher.app/Contents/Resources/en.lproj
/Library/Printers/PPDs/Contents/Resources/en.lproj
/System/Library/CoreServices/Jar Launcher.app/Contents/Resources/en.lproj
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/Resources/en_AU.lproj
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/Resources/en_GB.lproj
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Resources/en_AU.lproj
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Resources/en_GB.lproj
/System/Library/Printers/PPDs/Contents/Resources/en.lproj

even tho those files above are prolly nukable, they fall outside the expectations of the intentions of the command, so other files could list here.

what have we learned?

if you're handed a script, examine it and run the 'non-purposeful' portion before unleashing it to do it's dirty business, so you know what to expect.

Last edited by mervTormel; 02-18-2002 at 07:46 PM.
mervTormel is offline   Reply With Quote
Old 02-18-2002, 08:11 PM   #15
thatch
All Star
 
Join Date: Jan 2002
Posts: 534
My apologies for the incorrect command line. The improved version is no longer just a command line but rather an entire shell script and I was looking at a snippet of these things while I was posting. My bad.

Here is the correct shell script. It has to be made executable after saving it into your favorite text editor:

#!/bin/tcsh

sync
df
date
foreach language ( French Dutch Spanish Italian Swedish Portuguese German )
find / -name $language.lproj -type d -exec rm -r -- {} \; -prune
end
date
df
sync

....

But the real point to my original post was all the other tweaks mentioned there which are not dealing with the command line at all. So, please let's not overlook the good stuff.
thatch is offline   Reply With Quote
Old 02-20-2002, 08:35 PM   #16
seb2
Prospect
 
Join Date: Jan 2002
Location: Germany
Posts: 43
if you want some other "more exotic" lprojs, have a look at omniweb's resources.

it has fancy stuff like zh_tw, (which afaik, is taiwanese chinese), da (danish) and others in it.

this might be a good starting point.
seb2 is offline   Reply With Quote
Old 02-22-2002, 01:00 AM   #17
meancode
Triple-A Player
 
Join Date: Jan 2002
Location: Bowling Green, Ohio
Posts: 212
Super Get Info

hey all,

my favorites for OS X are as follows:

Super Get Info , its free for 14 days, and well worth the $$$

Window Shade X, bring back window shade so not all your windows go into the dock, i hate that.

Fruit Menu, bring back the good old apple menu, very custimizable.

Quitling, its something like ASM, but with a kick. it allows you to do things such as quit, force quit, relanch, and switch to an all like ASM does.

Process Wizard, this is a nice gui for 'nice' and 'renice' to change the priority of an app.

Share Points, share (or unshare) any folder on the hd, brings back the ability to share like OS 9 has.

Tinker Tool, this tool does a lot, but my favorite feature is scroll arrows together at both ends.

A Better Finder Rename, this is a killer util to rename things, with tons of find/replace options, well worth the $$$, too bad the OS X version does not create droplets like the OS 9 version does.

Little Dutch Moose , this is well worh the $$$ for people running a web server on OSX client or OSXS, it cleans the log files of all the worms/virus hits to your site, so you can actually see what is getting hit, other than requests for win32, etc.

Mac Reporter , grab all the headlines (not just mac headlines) you want.

unlockAll , great tool to lock/unlock mass amounts of files with.

guess thats a grociery list of stuff i like for OS X. i actually own all that stuff wich is shareware. and i use it too.
meancode is offline   Reply With Quote
Old 02-23-2002, 10:34 AM   #18
Craig R. Arko
Site Admin
 
Join Date: Dec 2001
Location: Minneapolis, MN
Posts: 3,965
SNAX

The latest version of SNAX (1.2.5) is out, and it now supports labels in list view, along with many other enhancements.
Craig R. Arko is offline   Reply With Quote
Old 02-23-2002, 10:19 PM   #19
mervTormel
League Commissioner
 
Join Date: Jan 2002
Posts: 5,536
word utilities...

...for the Faustian

"OmniDictionary is a Mac OS X client for network dictionary servers. It's pretty straightforward - type a word into the entry field, hit return, and the definition is displayed. If the dictionary server supports multiple dictionaries, you can select your desired dictionary from the dictionary popup to limit queries to that specific dictionary, or you can query all the dictionaries. OmniDictionary also provides a "Define in OmniDictionary" Service, so you can select words in your other applications and hit Command-= to see the definition."

http://www.omnigroup.com/applications/omnidictionary/


"Aiksaurus is an English-language thesaurus that is suitable for integration with word processors, email composers, and other authoring software."

http://www.aiksaurus.com/

OSX port...

http://www.alinameridon.com/AbiWord


and some handy shell word lookup commands:

tcsh:

% alias fword 'grep -i \!* /usr/share/dict/web2'


bash (function so you can parse args) :

$ fword () { fgrep -i "$*" /usr/share/dict/web2 | less ; }

% fword dangle
adangle
bedangled
dangle
dangleberry
danglement
dangler
dingledangle
fandangle
overdangle
mervTormel is offline   Reply With Quote
Old 02-24-2002, 01:26 AM   #20
Titanium Man
Guest
 
Posts: n/a
Hi everyone. MT, that last word lookup command of yours in bash is intriguing. I've been trying to figure out how to do this:

alias man 'man \!* | less'

in bash, so I adopted what you did, but couldn't get it to work. Can you (or anyone else) tell me how that might be done? Thanks.

TiMan
  Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT -5. The time now is 06:05 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.