Use mac-oriented ditto instead of cp.
ditto = copy files and directories
ls = list directory
cd = change directory
store shell scripts in ~/bin
set a script to be executable with +x
chmod +x ~/bin/backup.sh
Use mac-oriented ditto instead of cp.
ditto = copy files and directories
ls = list directory
cd = change directory
store shell scripts in ~/bin
set a script to be executable with +x
chmod +x ~/bin/backup.sh
You only need to use three buttons and all can be used with your right thumb.
1. Power/light – Lower button on right.
2. Page button – Upper button on right.
3. Click-stick – front left.
1. Turn on. Hold power button for 2 seconds.
2. Allow 3 satellites to be found.
3. Use Page button to go to main menu. (Look for Find flag.)
4. Use click-stick to move to the Find flag.
5. Click the Find flag (pressing in on click-stick.)
6. Choose “Favorites” to find subset of Waypoints.
7. Scroll to the destination Waypoint and click.
8. The “Goto” button will be highlighted. Click it.
You should now be on the compass. You can turn off the navigator by pressing the power button for 2 seconds. Repeat steps 1 and 2 to turn back on and just page directly to the compass with the page button since the GPS is already looking for the last waypoint. Use the page button to go to the main menu if you want to change destinations.
An obscure place to play soccer. Seems like it is always cold when we play there. (Dark and 45 degrees right now.)
Norcross, Pinckneyville Park
4707 South Old Peachtree Road
Norcross GA 30092
From I-285 in Northeast Atlanta:
Take the Peachtree Industrial Blvd/GA 141 exit (Exit #31).
Travel NE on Peachtree Industrial Blvd. for 6 miles (Take the right fork at the split with Peachtree Parkway (GA 141)).
Turn right on South Old Peachtree Road.
Go 0.4 miles to the Pickneyville Park Soccer Complex on the left. (Click to zoom.)
Nicole came home for a birthday celebration including funky glasses shopping, church, dinner at Roadhouse, and a delicious birthday cake with Nicole’s favorite icecream from Bruster’s.
Nicole flanked by her two goofy sisters.
Merlin is an IBM Netfinity 3000 Type 8476-31U SN 23FK107.
Two SCSI Drives (0) and (1) are in the back bays 5 and 6.
Target bay 2 for third drive.
IBM 10/100 Ethernet PCI Adapter 100Base-TX, 10 Base T.
Used Ctrl A at boot up to access Adaptec SCSI Select Utility.
Available IDs: 2,3,4,5,6,8,9,10,11,12,13,14,15.
7 is taken by AHA-2940 Ultra/Ultra W controller.
8 – 15 are external SCSI.
IBM 9.1GB Wide Ultra SCSI HDD
1 spare (50 pin) ID BIT 3 (for wide) – open
2 id for bit 2 – open
3 id for bit 1 – closed (to set SCSI 2)
4 id bit for 0 – open
5 enable auto spin – closed
6 SCSI Term on – open (not at end of chain)
7 Disable Unit Attn – open
8 TI Sync Negro – Open
9 Auto Start Delay – open
10 Delay Start 6/12 – open
11 Disable Parity – open
12 LED out – open
After reviewing all posts here, I found this method preferrable for my application, because I needed to provide a different message other than No Documents Found. Thanks to Fernando Matias Valadao who posted this on http://searchdomino.techtarget.com.
I’ve made one technical correction. Step 2 needs to be in the On Load and not the JS Header.
1) In the “HTML Head Content” of your form or page, add this code: “< style> H2 {display:none;} </style>”
This momentarily hides any H2 text, including the No Documents Found message.
2) Add this code to the “On Load” event of your form or page. It searches all H2 text and replaces the No Document Found text. It then displays all H2 text.
var noDocumentsFound = document.body.all.tags(“H2”);
var tagH2, textH2;
for (var i = 0; i < noDocumentsFound.length; i++){
tagH2 = noDocumentsFound[i];
textH2 = tagH2.innerText;
if (textH2.toLowerCase() == "no documents found"){
tagH2.innerHTML = '
Nothing found. Please search again.‘;
}
tagH2.style.display = “block”;
}
Randy Newman promoting his new album on NPR’s Morning Edition.
Windows bloggers can use w.bloggar to post to MovableType (and other blog systems.) The advantage of using w.bloggar (or Kung-Log on the Mac side) is that you get some familiar word processing controls like bold, italic, underline, strikethrough, font color, and image inserting.
Oh… and spell checking!
According to this article, if you sign up for the National Do Not Call list (free) you will automatically be added to the Georgia No Call list. Since registering for Georgia’s costs $5 every two years, the National Do Not Call list is the way to go.