A Simple Monitor Script

[codesyntax lang=”bash” lines=”no&#82 […]

Posted in Linux | Tagged , | Leave a comment

My /etc/rc.local in Development Server of RHEL

[codesyntax lang=”bash”] #!/bin/sh # # This […]

Posted in Linux, RHEL | Tagged , | Leave a comment

One Tips for the Loading Order of Environment Files

loading order which? who? when? 1 /etc/enviroment syste […]

Posted in Linux | Tagged , | Leave a comment

Linux Hardware Detection

[codesyntax lang=”bash”] # Linux Version $ […]

Posted in Linux | Tagged | Leave a comment

Linux C hello world

1. vi functions.c [codesyntax lang=”c”] #in […]

Posted in C, Linux | Tagged , | Leave a comment