Ubuntu Flash
To install flash in Ubuntu use:
sudo apt-get install flashplugin-nonfree
This works on Ubuntu 32bit and 64bit. Flash is slightly unreliable on 64bit Ubuntu, but it works nonetheless.
You can also install two open source versions of flash that have limited to good support.
Gnash supports most older versions of swf animations, and newer versions should work better as updates are rolled out. Install gnash with:
sudo apt-get install gnash
You can also try swfdec:
sudo apt-get install swfdec
No comments yet.
No trackbacks yet.
VirtualBox 3.1.4 – Debian Lenny SMP Instability
March 27, 2010 - 1:30 pm
Tags: debian, desktop environment, fine, kernel, lenny, smp kernel, ubuntu, virtual machine, virtual machines, virtualbox, would make sense
Posted in Karmic, debian, lenny, smp, ubuntu, virtualbox | No comments
I use an Ubuntu Karmic desktop environment for my host. I use VirtualBox with Debian Lenny for virtual machines. Most of the time virtual machines work fine with multiple processors enabled in VirtualBox, but Debian Lenny does have some instability forcing the VirtualBox configuration to use 1 processor to maintain stability. Maybe changing the kernel, [...]
Mod Security for Apache – Web Server Smart Firewall
February 22, 2010 - 9:25 am
Tags: debian repositories, denial of service, denial of service attacks, mod, module, security, security options, spamhaus, sudo, ubuntu
Posted in Apache, firewall, mod, security | No comments
Mod security has features that go above and beyond a standard firewall. It will help to prevent denial of service attacks, and also can be used to block traffic based on realtime blackhole lists issued by Spamhaus and others. Mod security is apparently in the Debian repositories as well as Ubuntu. In the Ubuntu repos [...]
Apache2 Server Side Includes
February 16, 2010 - 9:32 am
Tags: benifit, caption, client web, code, directory, directory path, document, gt options, host containers, html, Server, server parameters, shtml, side, sudo, Wikipedia
Posted in Server, apache2, include, side, ssi | No comments
Server side includes allow for external html documents to be injected into a page prior to it rendering on the client web browser. The benifit of this is eliminating the need to repetitiously repeat code over and over again. If you include the same scripts, on each of your website pages, you can create an [...]
Apache 2 Manage Modules and Sites – Configuration Structure
February 14, 2010 - 10:52 am
Tags: Apache, com, conf, default, document, document roots, example, host containers, php5, servername, software modules, sudo, virtualhost, www data
Posted in a2dismod, a2dissite, a2enmod, a2ensite, apache2, mod, php5 | No comments
Apache2 implements a structured method of organizing and enabling/disabling modules and sites. The default apache2 host is automatically turned on in /etc/apache2/sites-enabled/, and it includes the virtual hosting option. Therefore, by default, virtual hosting is enabled. Create your virtual host containers in /etc/apache2/sites-available, and then enable them by issuing the command: sudo a2ensite xxxxx.com VirtualHost [...]
Remote Server Management in Local Facility – LTSP
February 13, 2010 - 9:26 am
Tags: boot sequence, dhcp, dhcp servers, domain default, local ip, ltsp, machine, Server, server option, sudo
Posted in Server, inet, ltsp, tftp | No comments
I’m using LTSP to manage a server remotely in a local facility. I setup an LTSP server on the host machine, and will place it in an air-conditioned room to preserve longevity. I configured a machine, of much lower power, to PXE boot from the server. There are several nuances to setting up an LTSP [...]
Nvidia Driver on Linux – Easy, and Quick
February 7, 2010 - 9:07 am
Tags: desktop, desktop cd, driver, gdm, modules package, nvidia, nvidia driver, open source driver, startup settings, sudo
Posted in driver, gcc, headers, linux, modules, nvidia, xorg | 1 comment
Image via CrunchBase There is a buzz that installing the Linux based Nvidia accelerated graphics driver is complicated. I consider it rather straight forward. First install build-essential, and the headers for your kernel. Those may appear to be some bigs words in the previous sentence, but it is really one line in a terminal window. [...]
Lock Down IP Addresses – SSH and Else
January 26, 2010 - 12:07 pm
Tags: 192, ALL, everything, hosts, ip addresses, machine, sshd, use
Posted in Server, deny, ip, rule, ssh | No comments
If you know the IP addresses that will be connecting to your machine, lock them down. Use the hosts.allow file as follows. sshd : localhost : allow sshd : 192.168.3. : allow sshd : 192.168.1. : allow sshd : ALL : deny Using sshd : ALL : deny and listing various allow rules blocks everything [...]
Linux CUPS Configuration – Foomatic
January 16, 2010 - 3:58 pm
Tags: configure, foomatic, hp drivers, ppd, printer, printer configuration, setup script, static ip address, sudo, Webmin
Posted in cups, driver, foomatic, linux, open, ppd, print | No comments
First install all needed packages. Your going to need cups, and the client, and the foomatic and openprinting drivers. sudo apt-get install cupsys cupsys-client Then install everything in: sudo apt-cache search foomatic If its an HP printer your going to want that library. HP has an auto setup script. Install the package and run: sudo [...]
2014 – Windows XP Deadline
December 30, 2009 - 9:23 am
Tags: alternative, company, database applications, framework, frontends, linux, longtime staple, thousand dollars, ubuntu, Windows
Posted in Uncategorized | No comments
Its time for a shift. Windows XP, the longtime staple of industries around the world, has a deadline. It will no longer be supported by Microsoft in 2014. Because of this companies will either need to upgrade to Windows 7, or some sort of alternative. Windows 7 costs been 4-6 thousand dollars for a 30 [...]
Scrub – File Shredding for Linux
December 26, 2009 - 9:06 am
Tags: cronjob, folder, free space, gigs, global path, home folder, scrub, shred, space, sudo
Posted in free, linux, scrub, shred, space | No comments
With this handy little app you can shred files and folders, but more conveniently you can shred your entire free space. Just make sure you’ve erased all the files you want to shred. Empty the trans, issue: sudo apt-get autoclean && localepurge Download scrub from Sourceforge: http://sourceforge.net/projects/diskscrub Its a simply source so configure, make and [...]