曾經在本Blog介紹過可以擺自己個貓樣上M&M這網上服務。
https://hk.myblog.yahoo.com/rudileung/article?new=1&mid=6401
如果你怕見到自己或者朋友個貓樣晌粒M&M出現,但係又想攪些花臣,家下又多一個選擇。
M&M最近同迪
曾經在本Blog介紹過可以擺自己個貓樣上M&M這網上服務。
https://hk.myblog.yahoo.com/rudileung/article?new=1&mid=6401
如果你怕見到自己或者朋友個貓樣晌粒M&M出現,但係又想攪些花臣,家下又多一個選擇。
M&M最近同迪

| |
| From *~~袁彌明 Erica's blog~~* |
I discovered recently that I missed a case in my writeup of whenbash sources your .bashrc , or technically I didn'tmiss a case because bash has an inexplicable omission: bash doesn'tsource your .bashrc when you ssh in with a pty. That is, if youdo:
ssh -t host command ...
Your .bashrc is not sourced. Neither does bash source your .login (well, of course).
This was an unpleasant surprise when I found it out recently, since

It turns out that I can get something that more or less does what Iwanted sshmenu to do (per yesterday's entry ).In email Dan Astoorian pointed me at the Gnome 'Command Line' appletand that it has macro capabilities; you can define a pattern and acommand to run (using bits of the pattern) when the pattern matches the'command' that you type. Thus, you can hijack it into a 'ssh sessionlauncher' with suitable patterns.
The current patterns and commands that