Not sure where to post this. These are portable linux apps. They are single executables with all deps included that should run on a variety of linux flavors. Just download the executable then set it to executable (chmod +x file) and run it (./file).
http://www.mirrorservice.org/sites/ftp. ... /portable/
Lots of apps
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Lots of apps
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
-
- Black ninja
- Posts: 63
- Joined: 18 Jan 2011, 15:51
- Distribution: xfce 32bits/64bits
- Location: internet
Re: Lots of apps
thanks for the information.
i really like these kind of "portable".
by the way, how to make lots of files into one?
i really like these kind of "portable".
by the way, how to make lots of files into one?
- wread
- Module Guard
- Posts: 1257
- Joined: 09 Jan 2011, 18:48
- Distribution: Porteus v5.0-kde-64 bits
- Location: Santo Domingo
- Contact:
Re: Lots of apps
@feng
Suppose you want to make a game-package; first you make a folder and rename it "games-feng", then you extract the module "casino.xzm" and you will get a few subfolders (bin, lib, share, doc,..). You copy the subfolders into the folder games-feng.
Second you extract the module "pocker.xzm" as before and copy the subfolders into the folder games-feng, again; the operating system will ask you if you will them copied "into" the already existing folders (bin, lib, share, doc..) and you say yes, otherwise the operating system substitutes the old bin with the new one, the old lib with the new one, etc. etc.)
Repeat step 2 with "patience.xzm", "billiard.xzm", "baseball.xzm", etc. until all games are packed in "games-feng".
Third, convert the folder "feng-games" to the module "games-feng.xzm" and you are done. Easy 8)
Regards!
Suppose you want to make a game-package; first you make a folder and rename it "games-feng", then you extract the module "casino.xzm" and you will get a few subfolders (bin, lib, share, doc,..). You copy the subfolders into the folder games-feng.
Second you extract the module "pocker.xzm" as before and copy the subfolders into the folder games-feng, again; the operating system will ask you if you will them copied "into" the already existing folders (bin, lib, share, doc..) and you say yes, otherwise the operating system substitutes the old bin with the new one, the old lib with the new one, etc. etc.)
Repeat step 2 with "patience.xzm", "billiard.xzm", "baseball.xzm", etc. until all games are packed in "games-feng".
Third, convert the folder "feng-games" to the module "games-feng.xzm" and you are done. Easy 8)
Regards!
Porteus is proud of the FASTEST KDE ever made.....(take akonadi, nepomuk and soprano out and you will have a decent OS).
The Porteus Community never sleeps!
The Porteus Community never sleeps!
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: Lots of apps
I have created a few portable packages using a tool called "cde" and also makeself.
These allow you to touch a binary executable and have all files associated with it copied into a fakeroot. This makes it portable between even many linux flavours. After running 'cde' you could probably ue makeself (or similar) to package everything into one neat executable file.
http://www.pgbovine.net/cde.html
These allow you to touch a binary executable and have all files associated with it copied into a fakeroot. This makes it portable between even many linux flavours. After running 'cde' you could probably ue makeself (or similar) to package everything into one neat executable file.
http://www.pgbovine.net/cde.html
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
Re: Lots of apps
brokenman
I will check it out
Joe
Posted after 2 days 27 minutes 58 seconds:
Hey Jay
there is a run time slow down
but this is still a great tool for really tracking dependencies
I built a few apps and its easy to use in the sandbox
thanks again for this link and info it will have some good use
Psst... cde could be easily changed to tde
Joe
Sounds very interesting Thanks!I have created a few portable packages using a tool called "cde" and also makeself.
I will check it out
Joe
Posted after 2 days 27 minutes 58 seconds:
Hey Jay
there is a run time slow down
but this is still a great tool for really tracking dependencies

I built a few apps and its easy to use in the sandbox
thanks again for this link and info it will have some good use
Psst... cde could be easily changed to tde

Joe
How can I run CDE packages natively without using cde-exec?
Executing a package with cde-exec has several limitations, most notably a run-time slowdown (due to system call redirection) and suffering from the limitations of ptrace. Here are some ideas for running CDE packages without cde-exec:
All user-level dependencies that your program requires are located in cde-package/cde-root/, so you can simply use a regular chroot command to directly execute programs within that directory.
Of course, chroot requires root permissions to execute (whereas cde-exec doesn’t) and also some intricate setup work (e.g., bind mounting the /dev and /proc filesystems and copying /etc/resolv.conf into cde-root/). In exchange, though, your programs run at native speed without any of the limitations associated with the ptrace monitoring that CDE uses.
You can bind mount your home directory inside of cde-root/ in order to allow your CDE-packaged program to access files on the native filesystem (similar to running in seamless execution mode).
If you’re feeling even more adventurous, you can use a union mount (either a kernel module or FUSE implementation) to combine your package’s cde-root/ with portions of your own filesystem and then chroot into the union mount. Both bind and union mounting will allow your CDE-packaged program to access and manipulate arbitrary files on your machine rather than being isolated in a sandbox.
- ncmprhnsbl
- DEV Team
- Posts: 4256
- Joined: 20 Mar 2012, 03:42
- Distribution: v5.0-64bit
- Location: australia
- Contact:
Re: Lots of apps
this link
but here http://portablelinuxapps.org/ or http://sourceforge.net/projects/portable/files/ is similiar(if not the same)
is broken..http://www.mirrorservice.org/sites/ftp. ... /portable/
but here http://portablelinuxapps.org/ or http://sourceforge.net/projects/portable/files/ is similiar(if not the same)
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44
- francois
- Contributor
- Posts: 6501
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: Lots of apps
Thanks for the tip brokenman.
@ncmprhnsbl: Nice to you to have found the new links. The second one is more straitghforward:
http://sourceforge.net/projects/portable/files/
@ncmprhnsbl: Nice to you to have found the new links. The second one is more straitghforward:
http://sourceforge.net/projects/portable/files/
Prendre son temps, profiter de celui qui passe.
-
- Black ninja
- Posts: 63
- Joined: 18 Jan 2011, 15:51
- Distribution: xfce 32bits/64bits
- Location: internet
Re: Lots of apps
i found another option is: wine + windows application (@portableapps.com/apps)
1. in this case, application can open a file anywhere in my linux box.
2. i don't have to make a module for the application, excepting wine. all the applications can be anywhere on the storage.
1. in this case, application can open a file anywhere in my linux box.
2. i don't have to make a module for the application, excepting wine. all the applications can be anywhere on the storage.
- francois
- Contributor
- Posts: 6501
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: Lots of apps
This is still a very good thread where you can get a variety of executables, though a little outdated. I did not want to wait building gimp on my old laptop, which takes an infinity. Use the find function of your browser to get the package of your choice.
As brokenman writes in the first thread:
Just download the executable then set it to executable (chmod +x file) and run it (./file).
http://portablelinuxapps.org/
As brokenman writes in the first thread:
Just download the executable then set it to executable (chmod +x file) and run it (./file).
http://portablelinuxapps.org/
Prendre son temps, profiter de celui qui passe.