-
Recent Posts
Recent Comments
- Can’t delete a macOS user with dscl [resolution] – it.megocollector.com on When you “can’t” delete a user in MacOS
- morsing on Starting tactic script for CPU allocation calculations on POWER9/10
- morsing on Adding a Gmail account to your Mutt
- morsing on AIX IRC channel moving home
- morsing on AIX IRC channel moving home
Archives
- October 2023
- August 2023
- May 2023
- April 2023
- December 2022
- November 2022
- October 2022
- September 2022
- April 2022
- December 2021
- October 2021
- June 2021
- May 2021
- March 2021
- February 2021
- January 2021
- November 2020
- June 2020
- November 2019
- May 2019
- August 2017
- July 2017
- January 2016
- June 2013
- April 2013
- November 2012
- March 2012
Categories
Meta
Author Archives: morsing
VI changing to lowercase
I don’t know why I can never remember this one, but here it is for reference: :%s/.*/\L& .* = Match line& = What was matched No need for /g as .* already matches the line, and .* if faster than … Continue reading
Can’t bosboot on Veritas cluster
I had an AIX Veritas cluster using DMP disk paths which couldn’t run bosboot or much else. Rootvg seemed locked down. The two commands below fixed it. vxdmpadm native enable vgname=rootvg vxdmpadm native release followed by: vxdmpadm native aqcuire These … Continue reading
Posted in AIX, Software
Leave a comment
Zoneminder upgrade
I recently had to upgrade from Debian Sid to Buster and this seemed to break Zoneminder. The first problem was both PHP 7.0 and 7.3 were now installed and Apache was using 7.0 still. This made going to the Zoneminder … Continue reading
AOC monitor software maximizes windows on movement
I recently purchased an AOC monitor and installing their software broke Windows. I have only just managed to fix it, NOT with help from their “support” staff! Installing AOC’s Screen+ software, everytime I tried moving a window, both my screen … Continue reading
Finding SQL query in TCP stream
Just a little one to remember, as I use this occasionally, with this tcpdump you can read SQL queries, rsh commands etc: tcpdump -i en0 -s 0 -l -w – dst port 3306 | strings
DHCPv6 and finding DUID
As you probably know if you are using IPv6 at home, Privacy Extentions are a pain, Apple devices are a pain, “smart” phones are a pain, etc. The problem is that privacy extentions makes it impossible to set-up as firewall … Continue reading
rmsock bug and workaround
I found a bug in rmsock on AIX 6.1 TL9 recently which caused a server crash. If run on a socket ID that has disappeared, the server just dumps and reboots. I came up with a work around for identifying … Continue reading
NFS soft versus hard mounts
We had an “interesting” debate in the office yesterday. And when I say interesting it was more like “heated”. Soft vs. hard NFS mounts is really something that gets people going, mainly because some people has been annoyed by a … Continue reading
Entering BIOS on a Toshiba Satellite C855-2F0 laptop
I recently bought a Toshiba Satellite with the intention of putting Linux (Ubuntu) on it. The first hurdle turned out to get it to boot from a DVD or USB stick. I don’t understand why it has to be so … Continue reading
IRC and ##aix
A kind of a follow-up from a well-known AIX blogger, promoting IRC and the AIX related channel ##aix. Even though IRC is old, there really isn’t any other equivalent medium to replace it, and with its continued popularity, that is … Continue reading
Posted in AIX
Leave a comment