<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>Sniptools &#187; System Maintenance</title> <atom:link href="http://sniptools.com/category/system-maintenance/feed/" rel="self" type="application/rss+xml" /><link>http://sniptools.com</link> <description>Design &#38; Technology Observations</description> <lastBuildDate>Tue, 15 May 2012 09:23:41 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>Speed up OSX Terminal with one command</title><link>http://sniptools.com/mac-osx/speed-up-osx-terminal-with-one-command</link> <comments>http://sniptools.com/mac-osx/speed-up-osx-terminal-with-one-command#comments</comments> <pubDate>Sun, 15 May 2011 09:23:03 +0000</pubDate> <dc:creator>Shanx</dc:creator> <category><![CDATA[Mac OSX]]></category> <category><![CDATA[System Maintenance]]></category><guid
isPermaLink="false">http://sniptools.com/?p=602</guid> <description><![CDATA[When you start up Terminal, does it take over 10 seconds or so before the prompt appears? Turns out the Terminal.app stores logs of previous sessions and over time this grows. Even apps like MainMenu, that delete the "User Cache", do not delete these files. These files are stored in an esoteric location, hidden from [...]]]></description> <content:encoded><![CDATA[<p>When you start up Terminal, does it take over 10 seconds or so before the prompt appears?</p><p>Turns out the <code>Terminal.app</code> stores logs of previous sessions and over time this grows. Even apps like MainMenu, that delete the "User Cache", do not delete these files.</p><p>These files are stored in an esoteric location, hidden from the regular user. The files have the <code>.asl</code> file extension.</p><p>Here's the command.</p><blockquote><p><code><br
/> sudo rm -f /private/var/log/asl/*.asl<br
/> </code></p></blockquote><p>Execute that in a Terminal window. Then quit and restart Terminal. No more delays or lags. Much faster Terminal. The lack of logs to seek really speeds up Terminal.</p><p>This has been tried and tested in Snow Leopard, Leopard and OSX Lion. Wonder why Macs don't come with this already!</p> ]]></content:encoded> <wfw:commentRss>http://sniptools.com/mac-osx/speed-up-osx-terminal-with-one-command/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Remember WEP wireless password on Nokia e61i (any e-Series)</title><link>http://sniptools.com/vault/remember-wep-wireless-password-on-nokia-e61i</link> <comments>http://sniptools.com/vault/remember-wep-wireless-password-on-nokia-e61i#comments</comments> <pubDate>Sat, 02 Aug 2008 14:23:16 +0000</pubDate> <dc:creator>Shanx</dc:creator> <category><![CDATA[Miscellaneous]]></category> <category><![CDATA[System Maintenance]]></category> <category><![CDATA[mobile]]></category> <category><![CDATA[Nokia]]></category> <category><![CDATA[Tips/Tricks]]></category> <category><![CDATA[wireless]]></category> <category><![CDATA[wlan]]></category><guid
isPermaLink="false">http://sniptools.com/?p=338</guid> <description><![CDATA[I use the Nokia e61i as my mobile. Instead of my telco's data plan (which offers me a meagre 1GB per month) I simply prefer to use my home wireless LAN when I am at home. Until recently I used the wireless "access point" without any secure settings, but have had to move to WEP [...]]]></description> <content:encoded><![CDATA[<p>I use the Nokia e61i as my mobile. Instead of my telco's data plan (which offers me a meagre 1GB per month) I simply prefer to use my home wireless LAN when I am at home. Until recently I used the wireless "access point" without any secure settings, but have had to move to WEP now due to cheeky neighbors.</p><p>Problem: Nokia's WLAN option kept prompting me for the WEP key *everytime* I would connect to my email or any website.</p><p>After googling for a good many days and bumbling around on Nokia's forums, I have finally figured out how to make Nokia remember the cotton-picking password. Simple answer: you need to lose your cached WLAN entry, which may be stored as a non-WEP access point.</p><p>Here are the more detailed steps:</p><ol><li>Delete your current WLAN access point you've created for the E61i. This is the secret sauce.</li><li>Now, under<p><code>Tools &gt; Settings &gt; Connection &gt; Access Points<br
/> </code><br
/> Select Options and create a new access point using "default settings". We'll tweak them below.</li><li>Under <strong><em>Connection Name</em></strong>, pick a name for your connection. This doesn't have to be your wireless network's SSID, but you can keep it under the same name.</li><li>Under <strong><em>Data Bearer</em></strong>, select WLAN.</li><li>Under <em>WLAN Network Name</em>, select manual entry and type in your SSID name.</li><li>Under <strong><em>Network Status</em></strong> mark "Hidden".</li><li><strong><em>Network Mode</em></strong> will be the default: "Infrastructure".</li><li>Under <strong><em>WLAN Security Mode</em></strong>, choose your security type. For instance, mine is WEP, so that's what I selected.</li><li>Under <strong><em>WLAN Security Settings</em></strong>, go to WEP key settings and define your encryption level, format, and key. For instance, for WEP you might have 64 bit, ASCII, and "xyzabc" as your level, format, and key respectively. If you don't know this stuff, this entire tutorial is perhaps not for you, otherwise you know what these values are. (You can always login as admin user into your wireless router and reconfirm these settings for your specific case.)</li></ol><p>That's it. You can now connect to some website or your email server on your mobile phone, select the WLAN with the name you chose in Step 3 above, and your Nokia e-series phone will remember your WEP password for good. Finally.</p> ]]></content:encoded> <wfw:commentRss>http://sniptools.com/vault/remember-wep-wireless-password-on-nokia-e61i/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>OSX system utilities for power-users</title><link>http://sniptools.com/mac-osx/osx-utilities-power-users</link> <comments>http://sniptools.com/mac-osx/osx-utilities-power-users#comments</comments> <pubDate>Sat, 19 Jul 2008 05:12:14 +0000</pubDate> <dc:creator>Shanx</dc:creator> <category><![CDATA[Mac OSX]]></category> <category><![CDATA[System Maintenance]]></category> <category><![CDATA[OSX]]></category> <category><![CDATA[system]]></category> <category><![CDATA[Tools/Reviews]]></category> <category><![CDATA[utilities]]></category><guid
isPermaLink="false">http://sniptools.com/cms/?p=167</guid> <description><![CDATA[As it says on the tin: Update: Here's a great list of things to do. MainMenu. Free. Superlative. Creates a neat little menu item on the top bar. Better than most other tools I have tried for this purpose, especially in its clean interface. Sometimes, if you have the pleasure of experiencing a situation when [...]]]></description> <content:encoded><![CDATA[<p>As it says on the tin:</p><blockquote><p><strong>Update:</strong> Here's a <a
title="Speed up and tune up Mac" href="http://www.theadclass.com/tips/top-best-speed-up-clean-slim-mac-osx">great list of things to do</a>.</p></blockquote><ol><li><a
href="http://www.santasw.com/"><strong>MainMenu</strong></a>. Free. Superlative. Creates a neat little menu item on the top bar. Better than most other tools I have tried for this purpose, especially in its clean interface. Sometimes, if you have the pleasure of experiencing a situation when the Trash won't clean because OSX says that the "Application is still in use" but you're sure you quit it and it's not live anyway, MainMenu's "Force Empty Trash" is a fabulous tool to have at your fingertips.<br
/> <img
class="aligncenter" title="MainMenu on OSX" src="http://farm4.static.flickr.com/3063/2681260393_d703538872.jpg?v=0" alt="" width="382" height="343" /></li><li><a
href="http://www.obdev.at/products/littlesnitch/index.html"><strong>Little Snitch</strong></a>: Tells you everytime some program on your machine wants to "call home" and connect to some server. Great flexibility in allowing the program to connect to a server, a port, or in general. Allow (or Deny) it to connect only once, or until the application quits, or Forever.<br
/> <img
class="aligncenter" title="Little Snitch by Obdev" src="http://www.obdev.at/Images/littlesnitch/rules-window-zoomed.jpg" alt="" width="528" height="347" /></li><li><a
href="http://www.rubicode.com/Software/RCDefaultApp/"><strong>RCDefaultApp</strong></a>: Just as it is on any OS from Windows to Ubuntu, it often happens that you would like to associate certain file types with certain applications. On Mac OSX, we do have the same right-click contextual menu as Windows that allows "Open with [Application]" and "Make this the default application", but for some reason this doesn't always work, and occasionally doesn't even show up as an option. No matter. RCDefaultApp is the application that allows you to do that superbly, and then some.<br
/> <img
class="aligncenter" title="Rubicode RCDefaultApp for OSX to make file associations" src="http://www.rubicode.com/Software/RCDefaultApp/ExtensionsScreen.png" alt="" width="595" height="435" /></li><li><a
href="http://www.manytricks.com/butler/"><strong>Butler</strong></a>: Another small utility with a negligible footprint that allows for some nifty shortcuts to stuff already on your machine.<br
/> <img
class="aligncenter" title="Butler on OSX" src="http://farm4.static.flickr.com/3162/2682079426_ef28225500_o.gif" alt="" width="387" height="747" /></li><li><a
href="http://perian.org/"><strong>Perian</strong></a>: No Mac should be without this. This pretty much explains itself. There's a nice <a
href="http://perian.org/#watch">video tutorial</a> here that shows how easy it is to install and then forget it. Suddenly your Quicktime (and iTunes) will be able to play a whole raft of video formats. If you want to be really equipped, get the Divx codec, the 3ivx, and <a
href="http://www.microsoft.com/windows/windowsmedia/player/wmcomponents.mspx">Flip4Mac</a> which plays wmv (Windows Media Player) files on your Mac. Of course if you get really frustrated there's always the tried and tested VLC Player.</li><li><a
href="http://www.synium.de/products/cleanapp/index.html"><strong>CleanApp</strong></a>: The best application uninstaller out there, hands down. Don't believe for a minute when the OSX manuals tell you that on a Mac all you need to do is drag the application into the Trash and you're done. BS. Many applications (think Adobe) install several things in several locations. CleanApp 3 tells you all the associated trappings of these applications and allows you to uninstall them all together.CleanApp is not free, alas (there is always a poor man's <a
href="http://www.freemacsoft.net/AppCleaner/">AppCleaner</a>, which does some basic stuff) but it allows for much more granular control. The best part: CleanApp has a "Logging" service that keeps track of whatever you install, and then knows in granular detail everything that you need to uninstall later; you can enable and disable this logging service at will, so it is useful to keep it generally off and only switch it on before you are undertaking a serious install of software, such as Final Cut Pro from Apple for example.<img
class="aligncenter" title="CleanApp" src="http://farm4.static.flickr.com/3245/2682079620_8a04fd2a25_o.jpg" alt="" width="634" height="429" /></li><li><a
href="http://www.bresink.com/osx/TinkerTool.html"><strong>TinkerTools</strong></a>: To modify the many system preferences in your OSX that should have been made tinker-able but are not. Us Windows switchers are used to modding everything, so this is a fabulous tool.<a
href="http://www.bresink.com/osx/0TinkerTool/screenshots.html"><img
class="aligncenter" title="TinkerTools for OSX" src="http://farm4.static.flickr.com/3061/2681260313_122b684a3a_o.gif" alt="" width="626" height="357" /></a></li><li><strong><a
href="http://www.transmissionbt.com/">Transmission</a>:</strong> The best torrent client for OSX. Very simple, no-nonsense, and yet pretty interface. BitRocket is all google-juiced as it has been around longer, but it went down more often than Paris Hilton's pants.Â  Limewire now has an OSX version too, but I am done with crashing and slow download speeds unless you cough up a few dollars.<img
class="aligncenter" title="Transmission for OSX" src="http://farm4.static.flickr.com/3250/2681260355_3f4058e5d5_o.gif" alt="" width="360" height="505" /><a
href="http://www.panic.com/candybar/"><br
/> </a></li><li><a
href="http://www.panic.com/candybar/"><strong>Candy Bar</strong></a>: If you really, really want to modify your icons. Panic is one of the better software developers for the OSX platform. Their Unison tool, a native OSX Usenet client is pure code poetry. There's a lot of iconography available at their partner website <a
href="http://iconfactory.com/freeware/icon">IconFactory</a>. CandyBar is not free though. If you are short on cash, you can always try the somewhat barebones <a
href="http://www.freemacsoft.net/LiteIcon/index.html">LiteIcon</a>.<img
class="aligncenter" title="Candy Bar on OSX" src="http://www.panic.com/candybar/img/cb-screenshot_1-v2.jpg" alt="" width="712" height="569" /></li><li><a
href="http://www.vienna-rss.org/vienna_features.php"><strong>Vienna</strong></a>: The best and most elegant RSS reader client for OSX at the moment. Now if only they could sync it with <a
href="http://reader.google.com">Google Reader</a>, Bob might be my uncle. How long has the Google API been out now!?<img
class="aligncenter" title="Vienna RSS Reader" src="http://blog.wired.com/cultofmac/Vienna.jpg" alt="" width="410" height="315" /></li><li><a
href="http://sourceforge.net/projects/cotvnc/"><strong>Chicken of the VNC</strong></a>: The best VNC client out there, connects without problems to Windows VNC servers too.<br
/><blockquote><p><img
class="aligncenter" title="Chicken of the VNC for OSX" src="http://images.apple.com/downloads/macosx/networking_security/images/chickenofthevnc_20070608171558.jpg" alt="" width="300" height="195" /></p></blockquote></li><li><a
href="http://www.omnigroup.com/applications/omnidisksweeper/"><strong>OmniDiskSweeper</strong></a>: As you start using your OSX, and installing applications and such, your hard disk usage keeps mounting (no pun intended). The fast, small footprint OmniDiskSweeper does this job faster than anything else on the market, including the somewhat visually prettier <a
href="http://www.id-design.com/software/whatsize/">WhatSize</a>.<br
/> <img
class="aligncenter" title="OmniDiskSweeper" src="http://www.omnigroup.com/images/applications/omnidisksweeper/screenshot.png" alt="" width="591" height="350" /></li><li><a
href="http://monolingual.sourceforge.net"><strong>Monolingual</strong></a>: Like Windows, OSX also comes with about a gazillion languages preinstalled, which take several gigabytes on your hard disk. Likewise, OSX the operating system also comes with a number of architectures such as PowerPC even if you have an Intel system, because the same OS needs to support older Apple hardware. Anyone who has bought a new system with Intel's architectures (the latest Macbooks or iMacs) can safely get rid of the other architectures. Monolingual is a simple, free utility that does exactly that.<br
/> <a
href="http://monolingual.sourceforge.net/"><img
class="aligncenter" title="Monolingual - get rid of unnecessary languages and architectures" src="http://monolingual.sourceforge.net/images/Monolingual-1.3.0-en.png" alt="" width="462" height="481" /></a></li><li><strong>Tech Tools Pro</strong>: Explanation coming soon.</li></ol> ]]></content:encoded> <wfw:commentRss>http://sniptools.com/mac-osx/osx-utilities-power-users/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Save SSH password for use in &quot;Terminal&quot; (OSX or *Nix)</title><link>http://sniptools.com/mac-osx/save-ssh-password-in-terminal</link> <comments>http://sniptools.com/mac-osx/save-ssh-password-in-terminal#comments</comments> <pubDate>Sat, 19 Jul 2008 04:37:39 +0000</pubDate> <dc:creator>Shanx</dc:creator> <category><![CDATA[Mac OSX]]></category> <category><![CDATA[System Maintenance]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[OSX]]></category> <category><![CDATA[SecureCRT]]></category> <category><![CDATA[SSH]]></category> <category><![CDATA[Terminal]]></category> <category><![CDATA[Tips/Tricks]]></category> <category><![CDATA[Windows]]></category><guid
isPermaLink="false">http://sniptools.com/cms/?p=163</guid> <description><![CDATA[How to set up time-saving shortcuts for SSH in Mac OSX or Linux, a bit like SecureCRT on Windows. ]]></description> <content:encoded><![CDATA[<p>Anyone who runs hosted remote servers and has to log into remote terminals for regular use, it is vital to have shortcuts that allow for quick login. SSH2 is the recommended way.</p><p>On Windows, there is the fantastic SSH2 tool <a
href="http://www.vandyke.com/products/securecrt/">SecureCRT</a>. Or if you're cash crunched, a combination of Putty and Putty Connection Manager works for many.</p><p>On Mac OSX and Unix/Linux systems, one doesn't truly need an SSH client at all, because the "<a
href="http://www.osxterminal.com/">Terminal</a>" application is inbuilt. People talk of iTerm and such, but I have still to see a value add for such tools.</p><p>But one does miss the convenience of SecureCRT on OSX, because I have still to find a true SecureCRT alternative for the Mac platform. Something that allows me to make pre-determined connections so I can just click on them to connect (which tools like <a
href="http://www.grepsoft.net/jellyfissh.html">JellyfiSSH</a> do) and then logs me in directly without prompting for a password (which JellyfiSHH does not do).</p><p>So I have simply made aliases in my [code].profile[/code] file, which gets executed everytime you start your Terminal window (so it's a good place to put your shortcuts and any code you wish to execute when the terminal starts, such as paths).</p><ol><li>Start the Terminal.</li><li>Open the profile file for the current user (you).</li><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;">pico .profile</pre></div></div><li>Enter a new line for our shortcut.</li><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">s</span>=<span style="color: #ff0000;">'ssh -2 -p 22 user@host.com'</span></pre></div></div></ol><p>Quick explanation for that command in step 3. The letter "s" is the shortcut I make for connecting to the sniptools.com server. Change it to what you wish. This will mean that when I start Terminal, all I need to do is type "s" and it connects me via SSH to the sniptools.com server. The "-p" switch is an important one because some of us with paranoid security settings might have a different port number than the default port 22 for secure SSH. The rest user/host stuff is self-explanatory. The "-2" is to force SSH2 connections instead of older vanilla SSH.</p><p>Now. Save the profile file and source it to try it out:</p><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">source</span> .profile</pre></div></div><p>Sourcing is only for this one time, for your current Terminal window, which had already executed the profile file *before* we added this alias. When you start a new Terminal session, these aliases et al will be automatically set for you.</p><p>Done. Now your profile has the alias for "s". From now when you type "s" in your Terminal, it will connect, but it will ask you for a password. To get rid of the nagging password, we need to create public authentication key for the domain. This, in fact is what SecureCRT does behind the scenes on Windows too.</p><p>Here are the steps to accomplish this. Run these <strong>one-time</strong> commands in order from the Terminal window.</p><div
class="wp_syntax"><table><tr><td
class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
</pre></td><td
class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># generate pub and priv keys, leave the passphrase empty</span>
<span style="color: #666666; font-style: italic;"># (simply press ENTER when asked for it)</span>
<span style="color: #c20cb9; font-weight: bold;">ssh-keygen</span>
&nbsp;
<span style="color: #666666; font-style: italic;">#copy the pub key to the remote computer</span>
<span style="color: #666666; font-style: italic;">#(change port number if different from the usual 22)</span>
<span style="color: #666666; font-style: italic;">#change &quot;user&quot; to your user name</span>
<span style="color: #666666; font-style: italic;">#change &quot;host&quot; to your domain name</span>
<span style="color: #c20cb9; font-weight: bold;">scp</span> <span style="color: #660033;">-P</span> <span style="color: #000000;">22</span> ~<span style="color: #000000; font-weight: bold;">/</span>.ssh<span style="color: #000000; font-weight: bold;">/</span>id_rsa.pub user<span style="color: #000000; font-weight: bold;">@</span>host:~<span style="color: #000000; font-weight: bold;">/</span>
&nbsp;
<span style="color: #666666; font-style: italic;">#log on to the remote computer</span>
<span style="color: #c20cb9; font-weight: bold;">ssh</span> <span style="color: #660033;">-p</span> <span style="color: #000000;">22</span> user<span style="color: #000000; font-weight: bold;">@</span>host
&nbsp;
<span style="color: #666666; font-style: italic;">#create the .ssh directory in the root login directory, if it doesn't already exist</span>
<span style="color: #c20cb9; font-weight: bold;">mkdir</span> .ssh
&nbsp;
<span style="color: #666666; font-style: italic;">#append key to file</span>
<span style="color: #c20cb9; font-weight: bold;">cat</span> id_rsa.pub <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> ~<span style="color: #000000; font-weight: bold;">/</span>.ssh<span style="color: #000000; font-weight: bold;">/</span>authorized_keys
&nbsp;
<span style="color: #666666; font-style: italic;">#delete the public key file, no longer needed</span>
<span style="color: #c20cb9; font-weight: bold;">rm</span> <span style="color: #660033;">-f</span> id_rsa.pub
&nbsp;
<span style="color: #666666; font-style: italic;">#log off the remote server</span>
<span style="color: #7a0874; font-weight: bold;">exit</span>
&nbsp;
<span style="color: #666666; font-style: italic;">#logon to the remote server, without password prompt</span>
<span style="color: #c20cb9; font-weight: bold;">ssh</span> <span style="color: #660033;">-2</span> <span style="color: #660033;">-p</span> <span style="color: #000000;">22</span> user<span style="color: #000000; font-weight: bold;">@</span>host</pre></td></tr></table></div><p>That's it. This is a huge timesaver. Now all I need to do to login to the sniptools.com server is type one letter, "s" in the Terminal, and I'm on! Follow these instructions for each host you connect to on a regular basis and you'll love the convenience henceforth.</p> ]]></content:encoded> <wfw:commentRss>http://sniptools.com/mac-osx/save-ssh-password-in-terminal/feed/</wfw:commentRss> <slash:comments>19</slash:comments> </item> <item><title>Customize Microsoft Office 2007 blue ribbon UI to Office 2003</title><link>http://sniptools.com/windows/customize-microsoft-office-2007-blue-ribbon-ui-to-office-2003</link> <comments>http://sniptools.com/windows/customize-microsoft-office-2007-blue-ribbon-ui-to-office-2003#comments</comments> <pubDate>Thu, 17 Jul 2008 17:34:17 +0000</pubDate> <dc:creator>Shanx</dc:creator> <category><![CDATA[System Maintenance]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[Excel]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[MS Word]]></category> <category><![CDATA[Office]]></category> <category><![CDATA[Powerpoint]]></category> <category><![CDATA[Tips/Tricks]]></category><guid
isPermaLink="false">http://sniptools.com/cms/?p=160</guid> <description><![CDATA[Take the hideous new blue look of Microsoft Office 2007 "blue ribbon" and make it more palatable to eyes that are accustomed to Office 2003. ]]></description> <content:encoded><![CDATA[<p>So I finally got around to installing Office 2007. This is what it looked like:</p><div
class="wp-caption aligncenter" style="width: 510px"><img
title="Office 2007 - First Look" src="http://farm4.static.flickr.com/3034/2677351944_1319c8a9af.jpg" alt="Office 2007 - First Look" width="500" height="305" /><p
class="wp-caption-text">Office 2007 — First Look</p></div><p>Now I don't know about you, but to me this bloo-ey look is hideous.I am not on Vista yet, by choice, so that sky blue gradation thing going on the top was not my cuppa. Why software designed for a certain platform cannot honor a user's general system UI preferences is beyond me, but Office 2007 does insist on having it's own look and feel. As though the new ribbon clutter was not enough.</p><p>I wanted to get rid of those ribbons to begin with. So I downloaded the the free version of <a
href="http://pschmid.net/office2007/ribboncustomizer/index.php">Ribbon Customizer</a>. They offer some Pro version but it does things I don't particularly care about. Alternatively, there is <a
href="http://toolbartoggle.com/">ToolbarToggle</a>, but on their site I did not seem to catch a free version, and I was unwilling to pay for this stuff.</p><p>The RibbonCustomizer install is pretty straightforward and when you start Word 2007 after its installation, here is how Word looks. There is an additional item in the View menu at the end:</p><div
class="wp-caption aligncenter" style="width: 730px"><img
title="Word 2007 after RibbonCustomizer" src="http://farm4.static.flickr.com/3146/2676534653_6594a869a3_o.gif" alt="Word 2007 after RibbonCustomizer" width="720" height="391" /><p
class="wp-caption-text">Word 2007 after RibbonCustomizer</p></div><p>I clicked on the obvious menu option to make ClassicUI my first menu tab. This is what this does:</p><div
class="wp-caption aligncenter" style="width: 819px"><img
title="Classic 2003 interface" src="http://farm4.static.flickr.com/3146/2677351776_0d12dcc876_o.gif" alt="Classic 2003 interface" width="809" height="494" /><p
class="wp-caption-text">Classic 2003 interface</p></div><p>That's a good start, but I now wanted to clean up some other stuff. Fortunately, Microsoft chose to include the additional "Minimize Ribbon" feature, which contextually hides the ribbon when your focus is on writing inside the document. So let's do that:</p><div
class="wp-caption aligncenter" style="width: 819px"><img
title="Minimize the Word 2007 ribbon" src="http://farm4.static.flickr.com/3237/2676534517_1552a04ccb_o.gif" alt="Minimize the Word 2007 ribbon" width="809" height="494" /><p
class="wp-caption-text">Minimize the Word 2007 ribbon</p></div><p>Now to get rid of the forced Blue. Click on the "More Commands" option in the menu shown in the screenshot above. Choose Silver and make other adjustments to your taste:</p><div
class="wp-caption aligncenter" style="width: 628px"><img
title="Choose silver" src="http://farm4.static.flickr.com/3021/2677351580_16e1a9b57a_o.gif" alt="Choose silver" width="618" height="373" /><p
class="wp-caption-text">Choose silver</p></div><p>Now this is what Word 2007 looks like, with minimized ribbon, classic 2003 UI, and a somewhat less intrusive silver gradient:</p><p><img
class="aligncenter" title="Office 2007 with minimized ribbon, classic 2003 UI, and silver color" src="http://farm4.static.flickr.com/3293/2676534383_437b64de15_o.gif" alt="" width="1001" height="408" /></p><p>Phew. I also recommend setting the default "Save" options as your regular Word ".doc" instead of the new ".docx" (or other .xlsx and .pptx equivalents) as that is a bit more standard even today in 2008.</p> ]]></content:encoded> <wfw:commentRss>http://sniptools.com/windows/customize-microsoft-office-2007-blue-ribbon-ui-to-office-2003/feed/</wfw:commentRss> <slash:comments>14</slash:comments> </item> <item><title>RCDefaultApp for OSX</title><link>http://sniptools.com/mac-osx/rcdefaultapp-for-osx</link> <comments>http://sniptools.com/mac-osx/rcdefaultapp-for-osx#comments</comments> <pubDate>Wed, 16 Jul 2008 09:00:18 +0000</pubDate> <dc:creator>Shanx</dc:creator> <category><![CDATA[Mac OSX]]></category> <category><![CDATA[System Maintenance]]></category> <category><![CDATA[Tools/Reviews]]></category><guid
isPermaLink="false">http://sniptools.com/cms/?p=158</guid> <description><![CDATA[Quite simple. As it says on the tin. OSX will often try to "intelligently" associate your files with the software most likely to be able to open it. But this is not what you always want. For instance, I do not want *.png files opening up with Adobe Fireworks just because I use the software [...]]]></description> <content:encoded><![CDATA[<p>Quite simple. As it says on the tin. OSX will often try to "intelligently" associate your files with the software most likely to be able to open it. But this is not what you always want.</p><p>For instance, I do not want *.png files opening up with Adobe Fireworks just because I use the software to create new ones.</p><p>Here's a mighty useful app that allows you to set the default applications for file extensions, or mime type, or most common uses (such as "Email", "Browsing") etc. It sits snugly within the "System Preferences" and is quite easy to access.</p><p>How it looks:</p><p><a
href="http://www.rubicode.com/Software/RCDefaultApp/"><img
class="alignnone size-full wp-image-478" title="Default Apps in OSX" src="http://sniptools.com/cms/wp-content/uploads/2008/07/defaultapp.jpg?348443" alt="Default Apps in OSX" width="399" height="260" /></a></p><p>Click on the image to go to the developer's website.</p> ]]></content:encoded> <wfw:commentRss>http://sniptools.com/mac-osx/rcdefaultapp-for-osx/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Reinstall Kotoeri Japanese input on OSX</title><link>http://sniptools.com/mac-osx/reinstall-kotoeri-japanese-input-on-osx</link> <comments>http://sniptools.com/mac-osx/reinstall-kotoeri-japanese-input-on-osx#comments</comments> <pubDate>Tue, 20 May 2008 13:13:22 +0000</pubDate> <dc:creator>Shanx</dc:creator> <category><![CDATA[Mac OSX]]></category> <category><![CDATA[System Maintenance]]></category> <category><![CDATA[Japanese]]></category> <category><![CDATA[OSX]]></category><guid
isPermaLink="false">http://sniptools.com/?p=363</guid> <description><![CDATA[I used the excellent "Monolingual" on OSX to delete unnecessary languages from my iMac. I could have sworn I did not delete the Japanese input system, Kotoeri. But turns out I had. To reinstall it, I visited the usual forums and searched Google. No solution. No downloadable file. Well, the solution is simple. Insert DVD [...]]]></description> <content:encoded><![CDATA[<p>I used the excellent "<a
href="http://sniptools.com/vault/osx-utilities-power-users">Monolingual</a>" on OSX to delete unnecessary languages from my iMac. I could have sworn I did not delete the Japanese input system, Kotoeri. But turns out I had.</p><p>To reinstall it, I visited the usual forums and searched Google. No solution. No downloadable file.</p><p>Well, the solution is simple.</p><ol><li>Insert DVD 1 of your original Mac OSX software.</li><li>Click into the folder "Optional Install".</li><li>Click on "<code>OptionalInstalls.mpkg</code>".</li><li>Expand the menu item "Language Translations".</li><li>Choose "Japanese".</li></ol><p>That's it. It should install the input menu in about 2 minutes. When you're done, eject the DVD and click on the "International" option in your System Preferences.</p><p>If the option does not show as English (romaji) "Kotoeri", it should show up as original Japanese as in the screenshot below:</p><p><img
class="aligncenter" title="Kotoeri Reinstall on Mac OSX from Language Input Methods" src="http://farm4.static.flickr.com/3211/2780547821_71dd6ea50b.jpg?v=0" alt="" width="500" height="444" /></p> ]]></content:encoded> <wfw:commentRss>http://sniptools.com/mac-osx/reinstall-kotoeri-japanese-input-on-osx/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>rm or find on Linux: &quot;Argument list too long&quot;</title><link>http://sniptools.com/system-maintenance/rm-or-find-on-linux-argument-list-too-long</link> <comments>http://sniptools.com/system-maintenance/rm-or-find-on-linux-argument-list-too-long#comments</comments> <pubDate>Tue, 24 Jul 2007 04:12:52 +0000</pubDate> <dc:creator>Shanx</dc:creator> <category><![CDATA[System Maintenance]]></category><guid
isPermaLink="false">http://sniptools.com/?p=534</guid> <description><![CDATA[So you're trying to delete a huge list of files and seeing this error. It's a limitation of your kernel, because your OS cannot handle too many files at once. The solution is simple. Use the following command: find . -name 'dos-*' -print0 &#124; xargs -0 rm Where "dos-" is a string contained in the [...]]]></description> <content:encoded><![CDATA[<p>So you're trying to delete a huge list of files and seeing this error. It's a limitation of your kernel, because your OS cannot handle too many files at once.</p><p>The solution is simple. Use the following command:</p><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">find</span> . <span style="color: #660033;">-name</span> <span style="color: #ff0000;">'dos-*'</span> <span style="color: #660033;">-print0</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">xargs</span> <span style="color: #660033;">-0</span> <span style="color: #c20cb9; font-weight: bold;">rm</span></pre></div></div><p>Where "<code>dos-</code>" is a string contained in the files you wish to delete. That should do it.</p><p>Suggestion: for log folders that fill up quickly, e.g., the logs of a database or Apache modules such as mod_evasive, it's usually a good idea to automatically remove the files older than a certain number of days. For instance, to remove all log files in the mod_evasive folder older than 2 days, use this command in the crontab:</p><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;">01 01 <span style="color: #000000; font-weight: bold;">*</span> <span style="color: #000000; font-weight: bold;">*</span> <span style="color: #000000; font-weight: bold;">*</span> <span style="color: #c20cb9; font-weight: bold;">find</span> <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>log<span style="color: #000000; font-weight: bold;">/</span>apache<span style="color: #000000; font-weight: bold;">/</span>mod_evasive<span style="color: #000000; font-weight: bold;">/*</span> <span style="color: #660033;">-mtime</span> <span style="color: #000000;">2</span> <span style="color: #660033;">-exec</span> <span style="color: #c20cb9; font-weight: bold;">rm</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span><span style="color: #7a0874; font-weight: bold;">&#125;</span> \; <span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>null <span style="color: #000000;">2</span><span style="color: #000000; font-weight: bold;">&gt;&amp;</span><span style="color: #000000;">1</span></pre></div></div>]]></content:encoded> <wfw:commentRss>http://sniptools.com/system-maintenance/rm-or-find-on-linux-argument-list-too-long/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Upgrade Zend Optimizer on Cpanel WHM</title><link>http://sniptools.com/system-maintenance/upgrade-zend-optimizer-on-cpanel-whm</link> <comments>http://sniptools.com/system-maintenance/upgrade-zend-optimizer-on-cpanel-whm#comments</comments> <pubDate>Sat, 12 May 2007 05:22:32 +0000</pubDate> <dc:creator>Shanx</dc:creator> <category><![CDATA[System Maintenance]]></category> <category><![CDATA[cpanel]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[SSH]]></category> <category><![CDATA[Tips/Tricks]]></category> <category><![CDATA[Zend]]></category><guid
isPermaLink="false">http://sniptools.com/cms/?p=147</guid> <description><![CDATA[upgrade zend optimizer on cpanel
]]></description> <content:encoded><![CDATA[<p>Simple little trick to get to the latest version.</p><p>Most <a
href="http://www.cpanel.net/products/cPanelandWHM/linux/try_cp_whm.htm">Cpanel/WHM</a> servers come with <a
href="http://www.php.net">PHP</a> and <a
href="http://www.zend.com">Zend</a> installed. With the recent (and important) update of PHP 5.2.1, the <a
href="http://www.zend.com/products/zend_optimizer">Zend Optimizer</a> that is installed by default (version 3.0.1 as of this writing) breaks.</p><p>You might begin to see a message like this:</p><div
class="code">[26-Apr-2007 10:32:49] PHP Warning: Zend Optimizer does not support this version of PHP — please upgrade to the latest version of Zend Optimizer in Unknown on line</div><p>To fix this, simply login to your SSH as root and execute the following command to upgrade Zend Optimiser:</p><blockquote><p><code>/scripts/installzendopt <span
style="color: #ee0000;">3.2.8</span></code></p></blockquote><p>Note that if you skip the version number, Zend Optimizer 3.0.1 will be installed by default. The trick is to specify the version as above. This will also work in the future, so as long as you know the latest released version of Zend Optimizer, just replace the red text above with that number.</p> ]]></content:encoded> <wfw:commentRss>http://sniptools.com/system-maintenance/upgrade-zend-optimizer-on-cpanel-whm/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>How to truly erase all data from your hard disk?</title><link>http://sniptools.com/windows/how-to-truly-erase-all-data-from-your-hard-disk</link> <comments>http://sniptools.com/windows/how-to-truly-erase-all-data-from-your-hard-disk#comments</comments> <pubDate>Wed, 02 May 2007 05:32:16 +0000</pubDate> <dc:creator>Shanx</dc:creator> <category><![CDATA[System Maintenance]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[Tips/Tricks]]></category><guid
isPermaLink="false">http://sniptools.com/cms/?p=137</guid> <description><![CDATA[recover deleted files
]]></description> <content:encoded><![CDATA[<p>Interesting post from ZDNet buoys an important concept to know, but only barely scratches the surface of the issue.</p><p><span
id="more-137"></span></p><p>This ZDNet post brings up a good point: <a
href="http://blogs.zdnet.com/storage/?p=129">How to REALLY erase a hard drive</a>. You know when you want to delete a file on a machine, it doesn't truly get deleted. It is saved somewhere on the hard disk because hard disks have in-built protection features.</p><p>Now it this really something to rejoice? Not really. If you've ever deleted a file while you were being stupid, trust me, it'd be easier to float in the Niagara than to recover your document. I was in a similar soup recently, and searched far and wide (ok, I did start with Google), I even paid for a few commercial ones, but the truth is that erasing a hard drive using pretty much any tool which overwrites the entire drive at least once will make any data on it unrecoverable.</p><p>Can someone do it in principle? You know, like those men in white in FBI crime labs? I read recently in Forsyth's <a
href="http://www.amazon.com/Afghan-Frederick-Forsyth/dp/0399153942/">The Afghan</a> (and I am sure such examples abound in crime thriller novels and Hollywood) that recovering hard disks was brushed off as a trivial matter. Not quite, not so soon. I asked a friend who's been in reconnaissance in his draft, and he says it's amazing what they *can* recover. For instance, some labs will claim to be able to pull data of a drive put through an industrial chipper–one little bit at a time, on a magnetic microscope, for tens of thousands of dollars.</p><p>However, you overwrite it once, and you'll be told the same thing: it is irrecoverable, not even with the microscope.</p><p>But since this is actually a post about file recovery and undelete software, I'll include a couple of recommendations: <a
href="http://dban.sourceforge.net/">Darik's Boot and Nuke (DBAN)</a> is a superb FREE utility that works well. If you want a paid piece of software, I've tried a few but found <a
href="http://www.r-undelete.com/">R-Undelete</a> to be the best.</p><p>If you use Linux, check out this detailed <a
href="http://www.engadget.com/2005/03/15/how-to-erase-old-hard-disks/">visual guide from Engadget</a> (although there's always the dreaded <a
href="http://www.bellevuelinux.org/shred.html">shred</a> command which is a pretty secure delete as it blasts random data over the file multiple times.)</p><div
class="quote">PS: If you're really, really destroying a hard disk for legal or other reasons, you shouldn't be reading google stuff anyway. Toss the disk into an searing oven and you can rest assured there's very little recoverable from melted metal <img
src="http://sniptools.com/cms/wp-includes/images/smilies/icon_wink.gif?348443" alt=';)' class='wp-smiley' /></div> ]]></content:encoded> <wfw:commentRss>http://sniptools.com/windows/how-to-truly-erase-all-data-from-your-hard-disk/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 5/13 queries in 0.003 seconds using disk: basic
Object Caching 1262/1280 objects using disk: basic

Served from: sniptools.com @ 2012-05-17 19:15:42 -->
