Difference between revisions of "Main Page"

From My Admin Page
Jump to: navigation, search
 
Line 1: Line 1:
 
::Welcome to my <b>SysAdmin Wiki</b>. Various notes for stuff I've dealt with. [[Other|Other stuff]] is here..
 
::Welcome to my <b>SysAdmin Wiki</b>. Various notes for stuff I've dealt with. [[Other|Other stuff]] is here..
   
==[[ASWS|AWS Related]]==
+
==[[AWS|AWS Related]]==
 
*[[awscli | Setup AWS cli and AWS-SHELL]] ([http://docs.aws.amazon.com/cli/latest/index.html CLI documentation])
 
*[[awscli | Setup AWS cli and AWS-SHELL]] ([http://docs.aws.amazon.com/cli/latest/index.html CLI documentation])
 
*[http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/tutorial_run_command.html Remotely Manage Your EC2 Instances]
 
*[http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/tutorial_run_command.html Remotely Manage Your EC2 Instances]

Latest revision as of 15:50, 8 June 2021

Welcome to my SysAdmin Wiki. Various notes for stuff I've dealt with. Other stuff is here..

AWS Related

RedHat Related

Applications

Unix Operating Systems

Sun Related

HP-UX Related

AIX Related

General Unix

To only use health stuff, list the contents ("tar ztf <file>") and extract the health file (e.g. "tar zxf <*.gz> hp-health-*.rpm")

Storage Related

RedHat Specific

Dell Related

To setup YUM for the Dell Repositories:
 wget -q -O - http://linux.dell.com/repo/firmware/bootstrap.cgi | bash
 wget -q -O - http://linux.dell.com/repo/community/bootstrap.cgi | bash
 wget -q -O - http://linux.dell.com/repo/hardware/latest/bootstrap.cgi | bash 

Oracle Related