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

Posted in AIX, Linux | Tagged , | 1 Comment

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

Posted in Software | Tagged , , | Leave a comment

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

Posted in Windows | Tagged , , , , | Leave a comment

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  

Posted in AIX, Linux | Tagged , , , , | Leave a comment

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

Posted in Linux | Tagged , , , , | Leave a comment

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

Posted in AIX | Tagged , , , , , | 1 Comment

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

Posted in AIX | Tagged , , , , | Leave a comment

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

Posted in Linux | Tagged , , , , | 1 Comment

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