-
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
June 2023 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 - 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
Category Archives: Linux & Solaris
Centos6.4 64-bit – No networking after clean install
I was recently running up a new CentOS6.4 64-bit minimal install on VMware vCenter v5 & vSphere client v5, and during the install of CentOS you can configure the networking manually, which I usually do for servers. This VM server … Continue reading
How to blow away a Solaris zone
You’ve been monkeying around with Solaris zones, and now you want to blow away your screwed up test zone, here’s how you do it. To completely delete/remove a Solaris zone you essentially have 4 step process. Shutdown the zone Halt … Continue reading
pam_tally & pam_tally2
There a few minor differences between pam_tally & pam_tally2, just enough to trip you over and end up in another head scratching moment! pam_tally, seems to have fallen out of favour for RHL6 & >= CentOS 6, they seemed to … Continue reading
Splunk – howto configure a RHEL6 host to send data to Spunk and to use the Splunk TA for Unix and Linux
I did this. On Splunk server (receiver) Download/install Splunk TA for Unix and Linux to the Splunk server (receiver) and enabled it by going to Manager|Apps|Enable On host you want to collect data from (sender) Download and install the Splunk … Continue reading
How to exclude a directory from Linux audit
Using audit to track system changes, with rules from the CIS security guidelines. This server also has Splunk running on it, this created a crap load of changes that are reflected in the audit log files, so much so that … Continue reading
Posted in Linux & Solaris
Leave a comment
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
vsftpd – my ever so slightly more secure conf file than the default
May not work in your particular environment, use at your own risk, and read the man pages. Things to note, I had slightly different requirements and this is reflected in the vsftd.conf file. I configured to be not anonymous, for … Continue reading
Posted in Linux & Solaris
Leave a comment