How we do custom NFS mount authorization on Solaris 10
Suppose that you want to use some custom method of authenticating andauthorizing NFS mounts, and that your fileservers are Solaris 10 systems(although the same general approach could probably work elsewhere).Further suppose that you don't have the source to mountd , or at leastdon't want to modify it for various sensible reasons. Fortunately,there is an evil hack that you can commit that will let you do whateverauthorization checks that you need.
(When thinking about all of this, remember that NFS mount
A "Rash" Decision
What we seem not to recognize is that, much to our chagrin, we're carrying out such behind-the-curtain consultation every
The shift-selection trick in X terminal programs
Seeing this todayreminded me of a relatively obscure feature and counter-feature in xterm and similar imitators like gnome-terminal and konsole.
First, the feature (sometimes 'feature'): in order to let text modeprograms still have clickable objects, xterm lets programs steal leftmouse (button-1) clicks; instead of selecting text, the program getsescape sequences that tell it about the click and it can do whatever itwants with them. The most obvious application is text-mode web browserslike links
Re-post an article about Social Norms and Economic Norms
________________________________________________________
人類 同 時 活 在

一起看~PIP劇場最讚人熱淚舞台劇
大家有沒有興趣8月9日(星期日)晚上7:30pm一起看 舞台劇 《 家家春秋》?
聽說超好看的喔~
如果大家平時少看 舞台劇 可以看看這一套。
門券原價$295,跟我一起訂會有“朋友仔”offer, 每張$177。
如欲訂購,請參

Spammers are quite dedicated in their address scraping
This is one of those entries that require some apparently irrelevantbackground.
The Atom syndication feed format requires that each entry have a uniqueidentifier assigned to it (the atom:id element, to use XML jargon).This identifier is a valid URI, formed using any number of schemes(see here ). DWiki (the software behind WanderingThoughts ) initially used the fullURL of entries as the Atom ID, because this required no additionalconfiguration or per-entry metadata. However, this causes seriousproblems if you ever
Why you should do code reviews for sysadmin scripts
Through my experiences over the past while, I've come around to theview that you should try to have code reviews for sysadmin shellscripts. There's two reasons for this, and they both have to do withthe fact that the Bourne shell is not really a programming language .
First, you want code reviews so that other people can convince you thatyour clever Bourne shell idioms are a little too clever. People's tastesand standards for this vary widely, and you're writing scripts not