So, continuing my series of collections of links that I've come across while wandering the web, here are a few pages providing useful info on various Linux-related topics. (I haven't included the pages I have of GIMP tutorials, they'll come later in an art-related post. This goes the same for anything non-strictly Linux-based)
Debian Package Of The Day
A great page that lists a different Debian package every day (well, in theory). It's intention is to introduce people to some of the lesser known packages that are available for Debian (and its derivatives). They run the gambit from useful to fanciful (Thoggen is a great DVD ripping tool, whereas cowsay is just silly) and from niche to usable by all (not everyone needs a command-line calculator, but a countdown timer is always useful). Check it out and at the very least you can be amused by ASCII cows saying things...
Reconstructor
Reconstructor is a simple and easy way to create your own Ubuntu live CD without having to learn to programme and then compile it all. Say you have a friend who wants to try Linux/Ubuntu but doesn't want to install it, so you give him a live CD. Now, as great as it is, the Ubuntu live CD doesn't come with anything that exciting (I mean, can you get excited about Open Office?), so instead you put together a suite of applications on a Reconstructor CD that you think he'll like and Bob's your uncle!
Finally, a few links to help anyone who may be unfamiliar/unwilling to use the command line:
The one-page Linux manual - The most important commands you'll ever need to know on one simple page.
LinuxCommand.org - More in-depth tutorials on using the command line.
A day without X - One man's adventure spending a day not using a GUI.
Showing posts with label synaptic. Show all posts
Showing posts with label synaptic. Show all posts
Saturday, 10 November 2007
Wednesday, 23 May 2007
"Upgrade" to Ubuntu Studio.
So, seeing as it gets asked in the forums a lot, I thought I'd stick a guide here on how to "upgrade" from regular Ubuntu 7.04 (Feisty Fawn) to Ubuntu studio. This gives you the option of converting your regular Feisty install to Studio (meaning you don't lose any configuration, etc that you would doing a fresh install) or it's for if you don't have the option of burning the Studio .iso to DVD (either you don't have a DVD burner, you can't manage to download the .iso or you just don't want to waste a whole DVD on 900MB). So here goes.
First add the Ubuntu Studio repositories by running these two commands:
# sudo su -c 'echo deb http://archive.ubuntustudio.org/ubuntustudio feisty main >> /etc/apt/sources.list'
# wget -q http://archive.ubuntustudio.org/ubuntustudio.gpg -O- | sudo apt-key add - && sudo apt-get update
Then use your preferred method (synaptic, apt-get, aptitude, etc) to install these packages:
ubuntustudio-desktop
ubuntustudio-audio
ubuntustudio-audio-plugins
ubuntustudio-graphics
ubuntustudio-video
ubuntustudio-artwork
ubuntustudio-gdm-theme
ubuntustudio-icon-theme
ubuntustudio-look
ubuntustudio-session-splashes
ubuntustudio-sounds
ubuntustudio-screensaver
ubuntustudio-theme
ubuntustudio-wallpapers
usplash-theme-ubuntustudio
wired
If you just want to copy and paste, chuck this (yes, the whole damn line) into a command line:
# sudo apt-get install ubuntustudio-desktop ubuntustudio-audio ubuntustudio-audio-plugins ubuntustudio-graphics ubuntustudio-video ubuntustudio-artwork ubuntustudio-gdm-theme ubuntustudio-icon-theme ubuntustudio-look ubuntustudio-session-splashes ubuntustudio-sounds ubuntustudio-screensaver ubuntustudio-theme ubuntustudio-wallpapers usplash-theme-ubuntustudio wired
Or if you just want audio stuff (no themes, etc):
# sudo apt-get install ubuntustudio-desktop ubuntustudio-audio ubuntustudio-audio-plugins wired
Though it would really be a hell of a lot simpler just to fire up Synaptic and do a search for "ubuntustudio" and then "wired".
This is adapted from ep2011's post in this thread.
I also recommend checking out LMMS, it's a programme similar to Fruity Loops and is pretty simple to use and can yield some great results. It's not in Ubuntu's simplified "add/remove programmes" app, you have to either get it via synaptic or do a "sudo apt-get install lmms" (or aptitude or whatever). Also, when it installs, you won't get a menu entry made for you. You'll have to right click on your "Applications" menu and hit "edit menus" and add a new launcher there (this is assuming you're running GNOME, which you probably will be if you're running Ubuntu Studio. If you use KDE, I'm sure you know how to edit the menus. If not, ask on the forums). A graphic you can use for the menu icon can be found here.
-Andy
First add the Ubuntu Studio repositories by running these two commands:
# sudo su -c 'echo deb http://archive.ubuntustudio.org/ubuntustudio feisty main >> /etc/apt/sources.list'
# wget -q http://archive.ubuntustudio.org/ubuntustudio.gpg -O- | sudo apt-key add - && sudo apt-get update
Then use your preferred method (synaptic, apt-get, aptitude, etc) to install these packages:
ubuntustudio-desktop
ubuntustudio-audio
ubuntustudio-audio-plugins
ubuntustudio-graphics
ubuntustudio-video
ubuntustudio-artwork
ubuntustudio-gdm-theme
ubuntustudio-icon-theme
ubuntustudio-look
ubuntustudio-session-splashes
ubuntustudio-sounds
ubuntustudio-screensaver
ubuntustudio-theme
ubuntustudio-wallpapers
usplash-theme-ubuntustudio
wired
If you just want to copy and paste, chuck this (yes, the whole damn line) into a command line:
# sudo apt-get install ubuntustudio-desktop ubuntustudio-audio ubuntustudio-audio-plugins ubuntustudio-graphics ubuntustudio-video ubuntustudio-artwork ubuntustudio-gdm-theme ubuntustudio-icon-theme ubuntustudio-look ubuntustudio-session-splashes ubuntustudio-sounds ubuntustudio-screensaver ubuntustudio-theme ubuntustudio-wallpapers usplash-theme-ubuntustudio wired
Or if you just want audio stuff (no themes, etc):
# sudo apt-get install ubuntustudio-desktop ubuntustudio-audio ubuntustudio-audio-plugins wired
Though it would really be a hell of a lot simpler just to fire up Synaptic and do a search for "ubuntustudio" and then "wired".
This is adapted from ep2011's post in this thread.
I also recommend checking out LMMS, it's a programme similar to Fruity Loops and is pretty simple to use and can yield some great results. It's not in Ubuntu's simplified "add/remove programmes" app, you have to either get it via synaptic or do a "sudo apt-get install lmms" (or aptitude or whatever). Also, when it installs, you won't get a menu entry made for you. You'll have to right click on your "Applications" menu and hit "edit menus" and add a new launcher there (this is assuming you're running GNOME, which you probably will be if you're running Ubuntu Studio. If you use KDE, I'm sure you know how to edit the menus. If not, ask on the forums). A graphic you can use for the menu icon can be found here.
-Andy
Subscribe to:
Posts (Atom)