05-02-2014, 06:08 PM
(05-02-2014, 12:40 PM)Wombat66 link Wrote:The sound problem is fixed
That's good! If you can, let us know what you did to fix problem. That might help others when reading through your post looking for similar answer.
(05-02-2014, 12:40 PM)Wombat66 link Wrote:Real Player downloads physically the video to the computer and shows its icon on the video screen on passing the mouse over it but lately there are problems with it in Chrome and Firefox and it only works on Internet Explorer8.
Maybe someone else can shed some light on this -- I know nothing about Real Player.
(05-02-2014, 12:40 PM)Wombat66 link Wrote:My Data drive has mainly PDF documents and books and spreadsheets and word documents and powerpoint and copies of internet articles + zipped program sources . I accessed some files yesterday but can I move them to the LL area ? not that it matters .
If you'd like to have the contents of that partition easily accessible from LL and auto-mounted every time you start computer, simply do the following and you'll have access to it in your Home under the directory "Windows_Data":
1. -- Open a terminal and make a new directory called "Windows_Data" in your Home directory.
Code:
mkdir /home/wombat66/Windows_Data
2. -- Open the fstab file (it directs which partitions are mounted on startup) with your text editor as root.
Code:
gksu leafpad /etc/fstab
3. -- With the file now opened in leafpad, copy the following two lines and paste them to the end of the file.
Code:
# Mount Windows data partition under /home/wombat66/Windows_Data
UUID=FA3C1CC33C1C7D37 /home/wombat66/Windows_Data ntfs-3g defaults,window_names,locale=en_US.utf8 0 0
4. -- Now save the file; then exit the text editor to get back to the terminal.
5. -- Exit the terminal.
6. -- Reboot the computer.
7. -- After reboot you should have access to the files from your Home under the "Windows_Data" directory.
(05-02-2014, 12:40 PM)Wombat66 link Wrote:How does one download Skype and to which folder?
Don't use Skype myself, but there are instructions for that in the Help Manual (Menu -> Help Manual) under the "Software" heading (near bottom of page).
Try Linux Beginner Search Engine for answers to Linux questions.