2014年5月1日 星期四

XXX帳號沒有權限用sudo切換

http://goods.ruten.com.tw/item/show?21405174289328

http://download.msn.com.cn/messenger/2009/
原因:XXX帳號沒有權限用sudo切換。

解決:
修改 /etc/sudoers 的內容,
在root ALL=(ALL)  ALL下面,
加上XXX ALL=(ALL)  ALL


以Centos, Scientific Linux為例:
1.輸入su - 切換到root帳號,並輸入root密碼。
2.輸入chmod u+w /etc/sudoers,具有寫入的權限。
3.輸入vim /etc/sudoers,開始修改 /etc/sudoers檔案。
4.找出root ALL=(ALL)  ALL
5.在root ALL=(ALL)  ALL 下面按 i 進行編輯,加上XXX ALL=(ALL) ALL
6.按Esc退出編輯,輸入:wq 儲存並退出檔案。
7.輸入chmod u-w /etc/sudoers,撤銷寫入的權限。

CENTOS 6安裝VNC
http://note.tc.edu.tw/908.html


Node.js 中文学习资料和教程导航

http://www.cnblogs.com/lhb25/p/node-js-tutorials.html

【一起学node.js】再再版啦~
http://cnodejs.org/topic/519e01c563e9f8a542fa68f9

node.js学习笔记——《node.js开发指南》代码中需要注意的几点
http://rhsieh76.pixnet.net/blog/post/55914547

Delphi中如何調用C#寫的Dll

如何在Delphi 中调用C#生成的DLL类库

http://www.cnblogs.com/liaoyi/archive/2012/08/10/2631849.html

http://www.abcxd.com/delphi/abcxddelphi/delphiDLL/401/

一个进程间同步和通讯的 C# 框架

http://www.oschina.net/translate/a-c-framework-for-interprocess-synchronization-and-communication

Using Win32 Semaphores in C#

http://www.codeproject.com/Articles/2982/Using-Win-Semaphores-in-C


http://basuya.blogspot.tw/2009/10/windows-xp-sp3-windows-7.html
%windir%\system32\mstsc.exe /span

http://blog.longwin.com.tw/2007/08/programmer_best_font_monaco_2007/