Tuesday, September 1, 2009
Phasex! LinuxSampler! Pizza Game!!!
Pizza Game is just that. It appears to be based around a robot that manages a pizza store. It looks lik the project has been abandoned though. : (
Linuxsampler is a free, streaming capable open source pure software audio sampler with professional grade features, comparable to both hardware and commercial Windows/Mac software samplers and to introduce new features not yet available by any other sampler in the world.
Phasex is an experimental software synthesizer for use with Linux/ALSA/JACK. The name comes partially from its experimental method of using phase offset modulation, where each oscillator can have its phase offset between right and left channels modulated by an LFO or another oscillator.
Create a Text File of Installed Apps
To store a list of every application that is currently installed to a file called apps.txt load up a blank terminal and run the following command:
dpkg --get-selections > apps.txt
This will store a list of every application that is currently installed to a file called apps.txt. If you are wanting to re-install your OS, then make sure that you save this file to a USB stick!
Once you are ready to install all your applications again:
dpkg --set-selections < apps.txt
dselect update
apt-get dselect-upgrade show
Now after a lot of downloading and installing, you will once have all of your applications installed again. It may be an idea before you re-install your OS to back up the /etc/apt/sources.list file, so that you are able to download the applications that you may of got else where.
If you have any questions about this methord, then please leave a comment!
Subscribe to:
Post Comments (Atom)
Thanks for the information, this helps identify what is installed without being cumbersome!
ReplyDeleteWish it was this easy on the MS OS.
Tony in Brentwood