Monday, July 5, 2010

D-Link DNS-321

Just got my very own D-Link DNS-321 a couple of days ago. Spent the holiday weekend hacking it.

[Read More…]

Monday, June 28, 2010

Sendmail Smart Host Config on RHEL

Just a reminder for those (like me) who always forget where to do this.
[Read More…]

Thursday, June 24, 2010

Mounting CIFS Shares

Had this idea that being able to publish CIFS (”Common Internet File System”, a/k/a Windows SMB) shares off a NAS device through a Linux web server might be useful. Since I haven’t worked with the samba client for awhile, I wasn’t aware that smbmount has gone the way of the dodo. The new, improved, way is to use a “mount -f cifs” command. For example:

mount -t cifs //10.0.1.10/shared -o username='DOMAIN\plembo',password=mypass /var/www/html/docshare

[Read More…]

Friday, April 23, 2010

Webmin on RHEL/CentOS 5

OK, so pay careful attention here. I’m only going to do this once.

[root@test121 webmin]# rpm -Uvh webmin*
warning: webmin-1.510-1.noarch.rpm: Header V3 DSA signature: NOKEY, key ID 11f63c51
Preparing... ########################################### [100%]
Operating system is Redhat Enterprise Linux
1:webmin ########################################### [100%]
Webmin install complete. You can now login to https://test121.example.com:10000/
as root with your root password.

Got that?

webmin-1.510-1.noarch.rpm

Sunday, April 11, 2010

Cool, free, wallpapers for RHEL/CentOS Desktops

Stumbled on this site the other day and downloaded some nice wallpapers for my CentOS desktop background from here. [Read More…]