Document management on iOS is a mess. Every application implements its own scheme. They all work differently. Some allow you do open documents in other applications that support a matching file format. Others don’t. Some support Dropbox, or other services. Others don’t. Some allow you to organize your documents hierarchically or spatially, others don’t.
In webOS, you can set up different system-wide accounts.
Category Archives: Operating Systems
Pyramid Linux
pyramidlinux – Pyramid Linux – Google Project Hosting.
Pyramid is binary linux distro for use on x86 embedded platforms. It is primarily focused on wireless applications however people have found many great uses for it. We primarily develop and test Pyramid for Metrix Kits, but it works well on other x86 based hardware as well. Check the WorkingHardware page for more info or add to it if you find hardware not listed that works with Pyramid.
EPEL/FAQ – FedoraProject
rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
This link works as of this date. There are a lot of bad links floating around out there in the google.
HowTos/CreateLocalRepos
If you have downloaded, created, or rebuilt RPM packages locally (as explained in TipsAndTricks/YumAndRPM “Get set up for rebuilding packages while not being root”) you may want a place to put them so they are accessible from all the machines on your local net.
UNetbootin
UNetbootin allows you to create bootable Live USB drives for Ubuntu, Fedora, and other Linux distributions without burning a CD. It runs on Windows, Linux, and Mac OS X. You can either let UNetbootin download one of the many distributions supported out-of-the-box for you, or supply your own Linux .iso file if you’ve already downloaded one or your preferred distribution isn’t on the list.
Linux vendors rush to patch privilege escalation flaw after root exploits emerge
According to Carsten Eiram, the chief security specialist at vulnerability research firm Secunia, the flaw was introduced in the Linux kernel code in March 2011 and affects versions 2.6.39 and above. “Any Linux distributions providing these kernel versions should be vulnerable,” Eiram said.
Fedora 14 is stuck on 2.6.35 something. This shouldn’t affect CentOS builds either. Sometimes it’s beneficial not to upgrade the OS!
Linux Local Privilege Escalation via SUID /proc/pid/mem Write
Introducing Mempodipper, an exploit for CVE-2012-0056.
via Linux Local Privilege Escalation via SUID /proc/pid/mem Write | Nerdling Sapple.
Upgrade PHP 5.1/5.2 to 5.3 on CentOS
I’m finding that more and more software developers are being quite inconsiderate and are making code that requires PHP 5.3. Since many server-based and long-term support distros are still on PHP 5.2, this can make things difficult quickly.
via Upgrade PHP 5.1/5.2 to 5.3 on CentOS :: Chris Jean.
Here here! I needed to do the following on CentOS 5.7:
#sudo yum erase php
#sudo yum erase php-commons
#sudo yum install php53
#sudo yum install php53-mysql
AdditionalResources/Repositories/RPMForge
The default RPMforge repository does not replace any CentOS base packages. In the past it used to, but those packages are now in a separate repository (rpmforge-extras) which is disabled by default.
You can find a complete listing of the RPMforge package packages at http://packages.sw.be/
via AdditionalResources/Repositories/RPMForge – CentOS Wiki.
The rpm at this link allows for yum to see the additional packages — such as alpine and perhaps others that were missing in the base.
H.P.’s TouchPad, Some Say, Was Built on Flawed Software
From concept to creation, WebOS was developed in about nine months, this person said, and the company took some shortcuts. With a project like this, programmers typically start by creating the equivalent of building blocks that can be reused and combined to create different applications. But with WebOS, Palm employees initially constructed each app from scratch. Later, they made such blocks, but they were overhauled once by Palm and then again by H.P., forcing programmers to relearn how to build WebOS apps.
via H.P.’s TouchPad, Some Say, Was Built on Flawed Software – NYTimes.com.