-
Recent Posts
Archives
- August 2019
- January 2019
- December 2017
- October 2017
- August 2015
- January 2015
- December 2014
- June 2014
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- March 2013
- October 2012
- September 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
Meta
Categories
Events
- A/V
- AES
- audit
- audit logs
- backups
- beer
- BIND
- cameras
- CentOS
- chroot
- Cobian
- coffee
- custom service
- DD-WRT
- drink
- Find Users
- firefox
- food
- foscam
- foscam ip camera camera web cam
- ge xl1800
- iptables logging
- Linux
- linux vmware-tools vmware
- Malware
- media server
- media streamer
- microwave
- Migration
- modern tv
- moving images
- named
- Oracle oci8 OracleClient
- oven
- pam_tally
- pam_tally2
- profiles
- redhat
- RHEL
- rsyslog
- samba
- satnav GPS gps Garmin garmin
- Security
- SELinux
- solaris
- Splunk
- SSD
- ssh
- sshd
- startup
- swatch
- tech
- Technology
- Tenable Security Center
- TKIP
- unit file
- unRAID
- Upgrade
- user profile
- VMware
- vSphere
- winbind
- Windos 7
- Windows
- Windows 7
- wireless
- X11
- yum
- zones
Monthly Archives: June 2012
CentOS – configuring nightly automatic updates
I believe that yum-cron now comes package with, but if it doesn’t this do the trick. Upgrade yum first # yum upgrade yum Reboot Check to see if you already have yum-cron – the cron job for updating # rpm … Continue reading
Posted in Linux & Solaris
Leave a comment
Converting Xen guest VM to ESX
Guest prep For this guide the guest Xen VM is named “foo” Check current kernel version (XEN) $uname -a 2.6.18-194.11.4.el5xen Install kernel $yum install kernel Downloading Packages: Kernel-2.6.18-308.16.1.el5.x86_64.rpm The new kernel will now show up in /boot $lst -ltr /boot … Continue reading
Posted in Linux & Solaris
Leave a comment
Linux – sending log files to a remote server
This worked fine on version: Sending host CentOS 6.2 final 64-bit to receiving host CentOS 5.6 final 64-bit Sending To send logs to remote server (central log server et-al) add the following to the end of the /etc/syslog.conf/rsyslog.conf, best to … Continue reading
Posted in Linux & Solaris
Leave a comment
Securing Samba
Changing some of the options may break compatibility with Windows XP and older versions of Samba may not support some of the above options. Optimal settings overview a) lanman auth = No (prevents use of weak password hashes, breaks compatibility … Continue reading
Posted in Linux & Solaris
Leave a comment