Categories
Linux Solutions

Kate: Not allowing to Edit Specific Files – Solution



Recently I encountered an interesting problem with Kate. When ever I opened certain files it opened them in read only mode. The files had the necessary permissions to let me write and I could open them in nano or vim and edit them successfully.

There can be multiple reasons for this happening:

  • File is in use in some program (known to cause problems with Kate)
  • File is a PHP file and being accessed somewhere
  • File has more than 1024 characters in a line. (The limit might vary but after a point the files are opened as read only)
Categories
Solutions Ubuntu Web

Getting Multimedia Working on Ubuntu

Ubuntu wordmark official
Image via Wikipedia

If you are a newbie Ubuntu user then in all probability you have struggled to get the system setup to listen to your favorite music, watch your favorite movies and browse your favorite sites(video and flash).

Is there a quick simple way to fix these problems in one go? Yes there is 🙂

All you need to do is to install the Restricted Extras package for your distro and you are set to go.

For (K/X)Ubuntu 9.04 (Jaunty Jackalope) and 9.10 (Karmic Koala)

Based on your derivative of Ubuntu, install one of these packages:

(K/X)Ubuntu 9.04, 8.10, 8.04

  • Go to your system’s Application installer
  • Search for the package ubuntu-restricted-extras(Ubuntu), xubuntu-restricted-extras (Xubuntu) and kubuntu-restricted-extras (Kubuntu) and install it.

Or Alternatively open the Terminal, and execute the following command:

sudo apt-get install ubuntu-restricted-extras

Reblog this post [with Zemanta]
Categories
Laptop Ubuntu

Test Drive The All New Ubuntu/Kubuntu Netbook OS


Wubi
Image via Wikipedia

The latest version of (k)Ubuntu comes with a Netbook OS to suit the small screen and moderate horsepower netbook segment of notebooks. The version is light weight and makes good use of the features common between netbooks to get the best out of your netbook.

The official websites recommend you download the iso and create a bootable flash drive using the iso. The step by step method to do it is given in the following links:
Ubuntu – Netbook Remix
KubuntuNetbook Technical Preview


If you are like me and dont want to go thru the process of installing Karmic Koala again, you are in luck… You can test the new Netbook Remix directly from the default desktop install of Ubuntu/Kubuntu.

If you are using Ubuntu you just have to install the “ubuntu-netbook-remix” package. That can be done with the following command:
sudo apt-get install ubuntu-netbook-remix

If you are using Kubuntu you just have to install the “kubuntu-netbook” package. That can be done with the following command:
sudo apt-get install kubuntu-netbook

When you reboot and login you will automatically be taken to the netbook remix of your OS.

PS: The version is one of the earliest releases, so expect updates and more improved performance in the near future.

Reblog this post [with Zemanta]