Getting back into some web development once again. I've been playing around with some simple CMS applications for blogging, etc. On one new site, I installed Pixie, which seems to be a nice solution (plus I just like trying out things that are of British origin).
On the new micro server, I installed tinyCMS to try it out. Getting it setup and working properly can be a topic of another post, but I was doing a little research on the security of the application. Seems it does have some documented vulnerabilities, along with WordPress and the TinyMCE editor.
In the course of looking at this, I came across this post that suggested some things to help make the PHP more secure. Specifically by disabling these functions in the php.ini:
disable_functions = create_function,gzinflate,eval,base64_decode
Good reading and never hurts to a least try to keep the sites a little more secure.
February 19, 2014
February 06, 2014
Dell Inspiron 1420, Ubuntu and Wireless 1395 WLAN mini-card
I had previously posted about my adventures with installing Ubuntu on this old Dell laptop. Even though I could get the wireless to connect with the open source drivers included with Ubuntu 12.04, I have always had difficulty getting the connection to persist, especially after a reboot.
First I thought it was the network manager, made changes and eventually went back to the original. I put up with it for awhile but again went searching for a better answer.
There is a proprietary driver for the Dell Wireless 1395 WLAN mini-card (which is actually a Broadcom BCM 4312 under the hood) provided by the manufacturer here.
Also, more information about detecting and installing alternate drivers provided in the Ubuntu documentation is worth reading: Identifying Your Broadcom BCM43xx Chipset (PCI)
The easy answer that I discovered was:
First I thought it was the network manager, made changes and eventually went back to the original. I put up with it for awhile but again went searching for a better answer.
There is a proprietary driver for the Dell Wireless 1395 WLAN mini-card (which is actually a Broadcom BCM 4312 under the hood) provided by the manufacturer here.
Also, more information about detecting and installing alternate drivers provided in the Ubuntu documentation is worth reading: Identifying Your Broadcom BCM43xx Chipset (PCI)
The easy answer that I discovered was:
- Go to System Settings and select Additional Drivers
- Give it a few minutes to detect your hardware
- Activate the STA wireless driver
Subscribe to:
Posts (Atom)