Archive for April, 2012
24-Apr-2012
Apr 24th
Bogus users – again
Today, I removed about 15 bogus accounts. All residing from domains I’ve seen as spam related elsewhere, and mainly from China:
163.com
21cn.com
yeah.com
PullToRefreshPanel
Apr 20th
It has been a while since I blogged, it’s been busy. I have been neglecting my certifications, so I have got two and I am going for the third.
PullToRefreshPanel
Apr 20th
It has been a while since I blogged, it’s been busy. I have been neglecting my certifications, so I have got two and I am going for the third.
18-Apr-2012
Apr 18th
Viewing T4 data – on OpenVMS
On a Dutch OpenVMS-SIG meeting last February, there were a number of demos of displaying T4 data other than using TlViz (TimeLine Vizualisation) – which is a Windows application and so requires the files being copied to a location that can be reaced by the program.
But now you can do so on a VMS box using DIX – by Fekko Stubbe, that allows you the same functionality as TlViz does, but on an (XWindows) screen. There are packages for Vax, Alpha and Itanium.
Without the nice features in combining them, there is also a PHP script that I got from one of the ambassadors, it took some tweaking to get it running the way I wanted it, but I’ve got it running from the basic locations: t4$data (for the data) and t4$sys (for the executables). It meant a little adaptation to the PHP-script, and allowing W:E on t4$SYS and the files within, plus setting t4$DATA to be W:RE, all files within W:R, and making that the default protection. By ACL, of course. Acess is limietd to the webserver executor – in my case HTTP$NOBODY, but you may choose to make it generally open…
One more thing that I found: t4$DATA normally contains ALL files that have ever been created. In my case, that includes files dating back to 2006…And since the PHP-code doesn’t scan on date, but on system, it takes a huge amount of time to get the files. And due to the naming convention used, the list is not ordered on date….So it makes sense to cleanup this directory to begin with; next the procedures creating the zip-files (and probably the T4-CSV-files as well) should be adapted to produce a more workable filename – so you’ll get them BY DATE.
13-Apr-2012
Apr 13th
Mail bomber blocked?
For weeks, I’ve been receiving – as shown in operator.log – many, many messages that for some reason were accepted by the spam filter but were caught by the SMTP-client itself. They never made it to the inbox. Quite likely they were passed since the enveloppe_from was from within my own domain, but these headers were al forged: they were not sent from my domain:
Windows 8: Windows cannot read the setting from the unattend answer file.
Apr 7th
Since the Windows 8 Consumer Preview has been recently released, you may want to experiment with it in VMWare Workstation. After you have the done the following things …: Download the ISO from http://windows.microsoft.com/en-US/windows-8/iso Create a new Virtual Machine and, while you’re still in the wizard, choose the ISO to boot and install your OS [...]
Windows 8: Windows cannot read the setting from the unattend answer file.
Apr 7th
Since the Windows 8 Consumer Preview has been recently released, you may want to experiment with it in VMWare Workstation. After you have the done the following things …: Download the ISO from http://windows.microsoft.com/en-US/windows-8/iso Create a new Virtual Machine and, while you’re still in the wizard, choose the ISO to boot and install your OS [...]
Yesterday, I installed a fresh Java EE application server to run a test on an application I was working on. The installation of the application server was as simple as unzipping a distribution archive. As with most application servers, the server could be started by running a shell script from the command line. This was all familiar to me, as I already had another instance of the same server installed on my MacBook. However, when I tried to run the script, I got surprised by an error message: