It is currently Sat May 18, 2013 5:53 pm

All times are UTC - 8 hours




Post new topic Reply to topic  [ 15 posts ] 
Author Message
 Post subject: Portable Linux Apps
PostPosted: Wed May 04, 2011 3:08 am 
Offline
User avatar

Joined: Sat Jun 10, 2006 11:54 am
Posts: 180
Has anyone else discovered PortableLinuxApps.org?


Top
 Profile  
 
 Post subject: Re: Portable Linux Apps
PostPosted: Wed May 04, 2011 5:20 am 
Offline

Joined: Wed Jan 09, 2008 1:16 am
Posts: 324
Location: Bristol, UK
Seems very strange because what are the odds of the machine you are working when away from home actually running Linux?

_________________
C a r b o n i z e
System Event Notification Service Not Starting


Top
 Profile  
 
 Post subject: Re: Portable Linux Apps
PostPosted: Wed May 04, 2011 9:27 am 
Offline
User avatar

Joined: Sat Mar 31, 2007 2:38 am
Posts: 902
Location: Kce,PL
Depends. If you use it in regular places like home and school, you may have Linux in both.
And there are places where Linux is popular, i.e. among my friends there are probably more Linux than Windows users. Though it's not a representative group, these are machines I'm likely to be using at some point.
Besides, portability has benefits other than carrying stuff in your pocket. Like easy OS migration. I have almost all my tools portable, though I don't carry them for many years already.

_________________
Image


Top
 Profile  
 
 Post subject: Re: Portable Linux Apps
PostPosted: Wed May 04, 2011 9:35 am 
Offline
User avatar

Joined: Wed Apr 11, 2007 8:06 pm
Posts: 3466
Location: US, Texas
usdcs wrote:
Has anyone else discovered PortableLinuxApps.org?

I thought this had been posted at some point ... but I guess not. Thanks usdcs.

As with Windows portable apps, there are other advantages besides portability:
  • These apps have the advantage of avoiding a lot of annoying dependencies issues that sometimes come up in Linux. These have mostly been ironed out over the past 10 years, but they can still find you.
  • If you have a really stripped-down copy of Linux, (such as Lubuntu) apps with all the libraries built into them will have no trouble running.

Negatively:
  • The apps have a much larger system footprint than if they're run natively
  • When many apps are running, you may end up running multiple copies of the same library. Its not a big deal on modern systems, but can take up quite a bit of RAM.

(This is according to a sysadmin friend of mine -- I haven't actually tested this. Its possible that Linux might automatically see identical libraries and adjust accordingly, I don't know.)

carbonize wrote:
Seems very strange because what are the odds of the machine you are working when away from home actually running Linux?

I've run into a few. On very old hardware, its really the only way to go because old versions of MS are just too vulnerable and XP is too slow. Additionally -- unlike Windows -- you don't need a hard drive.

_________________
Supporting the Electronic Frontier Foundation | DuckDuckGo user | My GPG key | Projects donated to: VLC, CubicExplorer, Ditto, Greenshot, TrueCrypt


Last edited by webfork on Thu May 12, 2011 10:30 am, edited 1 time in total.
(added lubuntu link)


Top
 Profile  
 
 Post subject: Re: Portable Linux Apps
PostPosted: Wed May 04, 2011 10:13 am 
Offline

Joined: Wed Jan 09, 2008 1:16 am
Posts: 324
Location: Bristol, UK
But unlike Windows you have no guarantee these apps will work with whatever desktop Linux is running. I mean will these run under Unity?

_________________
C a r b o n i z e
System Event Notification Service Not Starting


Top
 Profile  
 
 Post subject: Re: Portable Linux Apps
PostPosted: Wed May 04, 2011 12:26 pm 
Offline
User avatar

Joined: Wed Apr 11, 2007 8:06 pm
Posts: 3466
Location: US, Texas
carbonize wrote:
But unlike Windows you have no guarantee these apps will work with whatever desktop Linux is running. I mean will these run under Unity?

The site says they've been tested on three of the big distros, including Ubuntu.

_________________
Supporting the Electronic Frontier Foundation | DuckDuckGo user | My GPG key | Projects donated to: VLC, CubicExplorer, Ditto, Greenshot, TrueCrypt


Top
 Profile  
 
 Post subject: Re: Portable Linux Apps
PostPosted: Wed May 04, 2011 12:36 pm 
Offline

Joined: Wed Jan 09, 2008 1:16 am
Posts: 324
Location: Bristol, UK
Yes but that was Ubuntu running Gnome. Ubuntu 11 uses Unity be default although you can switch to Gnome.

_________________
C a r b o n i z e
System Event Notification Service Not Starting


Top
 Profile  
 
 Post subject: Re: Portable Linux Apps
PostPosted: Wed May 04, 2011 1:11 pm 
Offline
User avatar

Joined: Sat Jun 10, 2006 11:54 am
Posts: 180
So far, I've successfully run Calibre and Dropbox on Puppy Linux v5.2.5, which is running from the Live CD... 8)

The apps are stored on a FAT 32 partition on the local drive.


Top
 Profile  
 
 Post subject: Re: Portable Linux Apps
PostPosted: Sat Sep 01, 2012 12:05 pm 
Offline
User avatar

Joined: Wed Apr 11, 2007 8:06 pm
Posts: 3466
Location: US, Texas
Old thread update:

webfork wrote:
The apps have a much larger system footprint than if they're run natively

This still seems far away for most users, but was an interesting development:

I talked to one of the developers of PC-BSD and found out they've developed a system to avoid overlap: The operating system dynamically integrated de-duplication into the OS. I think this is a feature of the awesome ZFS file system that's finally making it down to the desktop level.

The example that was used was two Mozilla programs: Firefox and Thunderbird share a lot of similar files. So when one of the shared files (say an update in Mozilla), it will create a separate (new) file. Then, once Thunderbird catches up, it will go back to sharing a single file.

If this could make it down to the USB drive level and become a standard across Linux devices, that would be a phenomenal space saver and increase drive life by reducing data writes.

This grabbed me because it reminded me of the DLL Project I attempted 2 years ago to create a shared library folder.

_________________
Supporting the Electronic Frontier Foundation | DuckDuckGo user | My GPG key | Projects donated to: VLC, CubicExplorer, Ditto, Greenshot, TrueCrypt


Top
 Profile  
 
 Post subject: Re: Portable Linux Apps
PostPosted: Sun Sep 02, 2012 5:36 am 
Offline
User avatar

Joined: Sat Mar 31, 2007 2:38 am
Posts: 902
Location: Kce,PL
webfork wrote:
Old thread update:

webfork wrote:
The apps have a much larger system footprint than if they're run natively

This still seems far away for most users, but was an interesting development:

I talked to one of the developers of PC-BSD and found out they've developed a system to avoid overlap: The operating system dynamically integrated de-duplication into the OS. I think this is a feature of the awesome ZFS file system that's finally making it down to the desktop level.

Nope, it's on the package manager level, so it's filesystem-independent.
http://www.pcbsd.org/~kris/pbi9-slides.pdf

BTW it's nice that you interested in PC-BSD. :)

_________________
Image


Top
 Profile  
 
 Post subject: Re: Portable Linux Apps
PostPosted: Sun Sep 02, 2012 7:05 am 
Offline
User avatar

Joined: Mon Dec 07, 2009 7:09 am
Posts: 910
Location: Terra @ Sol System
Really happy to see this. It makes a lot of sense, although BSD if way out of the reach of my meager *nix skills...


Top
 Profile  
 
 Post subject: Re: Portable Linux Apps
PostPosted: Sun Sep 02, 2012 7:13 am 
Offline
User avatar

Joined: Sat Mar 31, 2007 2:38 am
Posts: 902
Location: Kce,PL
Did you try PC-BSD? It's way easier than FreeBSD itself, about the level of consumer-oriented Linuces.

_________________
Image


Top
 Profile  
 
 Post subject: Re: Portable Linux Apps
PostPosted: Sun Sep 02, 2012 8:37 am 
Offline
User avatar

Joined: Wed Apr 11, 2007 8:06 pm
Posts: 3466
Location: US, Texas
m^(2) wrote:
Nope, it's on the package manager level, so it's filesystem-independent.

Ah -- good news, thanks.

m^(2) wrote:
BTW it's nice that you interested in PC-BSD. :)

Heh -- the dev that I talked to is really responsible for that. :)

m^(2) wrote:
Midas wrote:
Really happy to see this. It makes a lot of sense, although BSD if way out of the reach of my meager *nix skills...
Did you try PC-BSD? It's way easier than FreeBSD itself, about the level of consumer-oriented Linuces.

Yeah they are trying really hard to push into the desktop space and make it easier. They're removing package dependency issues that have long plagued *Nix systems and introducing a app store that most definitely rivals any available in terms of speed and efficiency, only downloading what files you need between releases. If they can keep making things simple and easy while doing it better on the back end like that, you'll definitely be seeing some converts.

_________________
Supporting the Electronic Frontier Foundation | DuckDuckGo user | My GPG key | Projects donated to: VLC, CubicExplorer, Ditto, Greenshot, TrueCrypt


Top
 Profile  
 
 Post subject: Re: Portable Linux Apps
PostPosted: Mon Sep 03, 2012 2:26 am 
Offline
User avatar

Joined: Mon Dec 07, 2009 7:09 am
Posts: 910
Location: Terra @ Sol System
I must confess my limited experience with any BSD -- I mostly fiddled around with a FreeNAS installation a while back and had a lot of filesystem trouble (JFS, if memory serves me right)...

My appraisal is more of the cost/benefit genre: having not been successful to get a comfortable linux setup yet (Linux Mint Debian Edition {stats @ http://community.linuxmint.com/} and Peppermint OS are my closest runners up, the latter is a breeze to run from USB and has extricated me from hardship more than once) I'm reluctant to dwell into an even less standard *nix flavor.


Last edited by Midas on Tue Sep 04, 2012 4:23 am, edited 2 times in total.

Top
 Profile  
 
 Post subject: Re: Portable Linux Apps
PostPosted: Mon Sep 03, 2012 9:42 am 
Offline
User avatar

Joined: Sat Mar 31, 2007 2:38 am
Posts: 902
Location: Kce,PL
Yeah, fine. I don't have any experience with FreeNAS yet (I want to have a closer look one day, but lack time), but plain FreeBSD is much more painful than PC-BSD and if sb.'s willing to take a look, I can totally recommend it.

_________________
Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 15 posts ] 

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

Protected by Anti-Spam ACP Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group