Warning: Invalid argument supplied for foreach() in /home1/lembobro/public_html/eldapo/fp-includes/core/core.fpdb.class.php on line 803

Friday, June 25, 2010

Adobe murders flash 64-bit for Linux

As usual, The Register delivers the news in its own inimitable way.

Adobe euthanizes Flash 10.1 for 64-bit Linux: ‘Expects’ 64bitness later

On Thursday, the company took the beta tag off the 32-bit Flash Player 10.1 for Windows, Linux, and Mac, and it released a slew of security updates for versions 10.0.45.2 and earlier. But at the same time, it posted a statement to the Adobe Labs page announcing the end of the Flash 10.1 for 64-bit Linux beta.

[Read More…]


Thursday, June 24, 2010

Mounting CIFS Shares

Had this idea that being able to publish CIFS (”Common Internet File System”, a/k/a Windows SMB) shares off a NAS device through a Linux web server might be useful. Since I haven’t worked with the samba client for awhile, I wasn’t aware that smbmount has gone the way of the dodo. The new, improved, way is to use a “mount -f cifs” command. For example:

mount -t cifs //10.0.1.10/shared -o username='DOMAIN\plembo',password=mypass /var/www/html/docshare

[Read More…]

Saturday, May 22, 2010

Open files

Just some quick notes on setting how many files can be open system-wide and by a particular user. [Read More…]

Friday, April 23, 2010

Webmin on RHEL/CentOS 5

OK, so pay careful attention here. I’m only going to do this once.

[root@test121 webmin]# rpm -Uvh webmin*
warning: webmin-1.510-1.noarch.rpm: Header V3 DSA signature: NOKEY, key ID 11f63c51
Preparing... ########################################### [100%]
Operating system is Redhat Enterprise Linux
1:webmin ########################################### [100%]
Webmin install complete. You can now login to https://test121.example.com:10000/
as root with your root password.

Got that?

webmin-1.510-1.noarch.rpm