2013년 6월 24일 월요일

kernel 상세 확인

lsb_release -a

Relative path for Uri ( C# )

this.dashboardViewer1.DashboardUri = new System.Uri(@"../bin/data/Xfra_Widget.xml", System.UriKind.Relative);

2013년 6월 11일 화요일

root access by ssh

vi /etc/ssh/sshd_config
PermitRootLogin yes
save
/etc/rc.d/init.d/sshd restart