Your Questions Answered
- FAQ
If you have a question you want answering, please do get in contact.
Answers are in chronological order, with most recent at the top
-
Question - Tobs
Hi my name is Tobs and I ma new to Ubuntu 7 10. Why when I use terminal can I not go to a directory ie cd /home/Tobs/metric - I get the massage "This is a directory". I was thinking I might have to log on as root only I cant find how. Is there any help you can give me as i cant find any on the forums. also in the terminal i get:
tobs@tobs - desktop: su
Thanks, Tobs
Password:
su: Authentication failure
SorryAnswer:
when you use cd in terminal to change directory make sure that the path name is exactly correct (also case sensitive) try copy and pasting the directory name into terminal from the nautilus file browser (use Ctrl+Shift+V to paste into terminal). Try using
dir /home/tobs
to show all files and folder in the tobs folder to check.I also haven't been able to log on as root but it is a good thing as it is a highly unsafe thing to do as you can mess up the system easily and accidentally. In terminal use
sudo su
to become a root user for all tasks performed in that terminal window, make sure the password is correct (it will be the one you created as your password when you installed Ubuntu).If it is just the terminal usage you are having problems with then type in terminal
gksu nautilus
to open a file browser which gives you administrative permissions to do what you need. -
Question - Anonymous
Hi, I've only been using Ubuntu 7.10 for a couple of days and I'm hooked. I've just got a few small quirks to iron out. One of them is streaming video. Using Gnome and Firefox, I can't seem to get most streaming videos to work.
Answer:
I used to have this trouble until I followed this post, http://ubuntuforums.org/...media+streaming. Works like a charm now, only niggle is sometimes with BBC rpm feeds I have to launch the video in a standalone player (real player) to get both sound and video, but this is nothing really because I still get to see the videos with ease.
-
Question - Anonymous
I couldn't get an avi file using the Indeo 5 codec to play so I installed everything I could find that mentioned "codec" including all the "avifile" components using synaptic package manager. Totem still doesn't find the correct codec but MPlayer will play the file. At this point it's only an annoyance, but does anyone know how to get Totem to use the correct codec as well?
Answer:
You need to install the complete set of gstreamer plug-ins from ADD/REMOVE option under the Applications Menu.
-
Question - Anonymous
I have looked at video editors and would like to try Cinelerra, however I cannot get it working, can you?
Answer:
After much trial and error I finally managed to get a version of Cinelerra working. Here is how for a standard i386 machine:
Add "deb http://repository.akirad.net akirad-gutsy main" to my System >> Administration >> Software Sources under the third party software tab.
Open up System >> Administration >> Synaptic Package Manager, search for "cinelerra" and right-click, mark for installation the "cinelerra-k7" package. Agree to the extra packages to be installed and click 'Apply'.
When the process is finished then a working Cinelerra will be available under Applications >> Sound & Video >> Cinelerra.