Prevent Ubuntu asking for the CD to install packages

  • December 27, 2007
  • Avatar for peter
    Peter
    Upfold

Recent releases of Ubuntu have a feature where the installation CD can be used as a repository for installing software, just like any repository on the web.

The advantage of this, obviously, is it means that you can save bandwidth for some packages that haven't been updated since the release, or even sometimes be able to install new packages without an internet connection at all. The main disadvantage - the …

Click through to read more...

GTK dialog boxes from shell scripts

  • December 23, 2007
  • Avatar for jacob
    Jacob
    Peddicord

Well, Peter showed you how to do it in KDE, so now I'll show you how to make GTK dialogs using a little program called Zenity.

It runs in a similar manner to kdialog:

zenity --info --text="FOSSwire is Awesome."

zenity-fw-awesome.png

As you can see, it is fairly similar to KDialog in execution. The only main differences are the syntax of the command and the GTK backend. Zenity supports all …

Click through to read more...

Colour your GRUB boot menu

  • December 22, 2007
  • Avatar for peter
    Peter
    Upfold

That boring white on black GRUB boot menu you get when you switch on your computer is a bit, well, boring, isn't it?

Thankfully, there's an easy way to change it if you go into your GRUB configuration file. A word of warning, though, editing the GRUB configuration file without knowing what you're doing can result in bad things happening and can cause you to not be able to boot …

Click through to read more...

Making KDE dialogue boxes appear from shell scripts

  • December 21, 2007
  • Avatar for peter
    Peter
    Upfold

Providing graphical feedback in the form of dialogue boxes when you're writing a shell script isn't really that easy to do yourself. If you're a KDE user, though, and want to write a shell script that gives you feedback in the form of one of these.

FOSSwire KDialog

This could be really useful if you want to set up a script that you want to be able to run graphically, for example, …

Click through to read more...

  1. 1
  2. ...
  3. 53
  4. 54
  5. 55
  6. 56
  7. 57
  8. ...
  9. Go to