Write to NTFS partitions on Fedora

  • March 21, 2007
  • Avatar for peter
    Peter
    Upfold

Writing to NTFS partitions under Linux has been a real pain, if possible at all, for quite a long time. With a dual-boot Linux and Windows system, you can end up not being able to exchange files without a lot of trickery and special programs.

Thankfully, things have moved on since then and with the help of a couple of bits of software, it's now really easy to install FUSE …

Click through to read more...

Explanation of the hash-bang (#!)

  • March 20, 2007
  • Avatar for peter
    Peter
    Upfold

If you do any amount of scripting with any Unix-like operating system, you are probably familiar with the hash-bang (also known as the shebang).

The hash-bang, put at the start of a script, instructs the OS to use the program following the #! to interpret the script. For example, if you've got a Perl script and you set the permissions to executable, you won't automatically be able to just do: …

Click through to read more...

OpenSUSE 10.2’s new KDE menu

  • March 19, 2007
  • Avatar for peter
    Peter
    Upfold

Recently, Novell have been doing quite a lot in the way of customising Linux desktop environments to fit their distributions. In SUSE Linux Enterprise Desktop (SLED) 10, they replaced the traditional GNOME Applications / Places / System trio with a single Computer button at the bottom left (much like the Start button).

In OpenSUSE 10.2, this change has made its way out of the enterprise distribution and into the community …

Click through to read more...

Making your own OpenSearch plugins

  • March 19, 2007
  • Avatar for peter
    Peter
    Upfold

OpenSearch is a standard being pushed by Amazon’s research arm, A9.com. To create a search plugin, you simply need to write a really short XML file containing instructions to the web browser on how to perform the search. The search plugins currently are supported in both Firefox 2.0.x and Internet Explorer 7. Unfortunately, Microsoft’s implementation is sadly incomplete, so to retain full cross-browser support you can’t use all features of …

Click through to read more...

  1. 1
  2. ...
  3. 112
  4. 113
  5. 114
  6. 115
  7. 116
  8. ...
  9. Go to