Welcome



Welcome to DavidHedges.info

I have created this site to provide information on highlight information about myself, the activities I perform within my community, and information that I may see as relevant or helpful to others.

Thanks for visiting

ILO Config Genorator

I put together a web based config generator to configure an HP ILO's. Just enter in the few items, hit submit, then copy to your server.

Once you have it there, all that's left is running "hponcfg -f yourfile.txt"


here is a link to the ILO config tool

Running an RDP server on a linux box

I came across xrdp
this is a RDP server for linux.
The install goes fairly easy, but they leave out that you need to link the init script (located in /etc/xrdpd/xrdp.sh) to a link in /etc/init.d
other than that it works pretty well. you standard windows terminal server client works to connect and access the server, just like connecting to any windows server.

Rsync from windows to a linux server

I spent way too long trying to figure out why I couldn't get windows (using cygwin) to rsync to my linux server using a key exchange (so I can automate it). In the event anyone else is wanting to try this, I'll post it here (assuming cygwin is already installed):

Symantec Antivirus for SuSE Linux install / remove / build kernel modules script

I had run into issues getting consistency installing Symantec AV on all of the Linux servers. Because all of ours are SuSE, I wrote this specifically for SuSE, but it should be easy to modify for redhat or other distributions (ex. instead of using yast, use yum).
This script is designed to make antivirus install, removal and kernel module updates quick and easy, while keeping your install on a central server that is easy to get to.
If you use it, let me know if it works well, or you run into issues...

---- here it is----

#!/bin/bash

Pages