Beta Testers wanted for Lite Series Upgrade - Click here to register interest


Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 7,646
» Latest member: Toyo
» Forum threads: 9,408
» Forum posts: 62,103

Full Statistics

Online Users
There are currently 1535 online users.
» 0 Member(s) | 1531 Guest(s)
Applebot, Baidu, Bing, Google

Latest Threads
Install Updates could not...
Forum: Updates
Last Post: Toyo
1 hour ago
» Replies: 0
» Views: 17
Version 5.4 no longer sup...
Forum: Other
Last Post: Shane
Yesterday, 05:03 AM
» Replies: 4
» Views: 169
ASUS x206HA black screen ...
Forum: Installing Linux Lite
Last Post: stevef
10-16-2025, 02:42 PM
» Replies: 5
» Views: 138
Onboard keyboard issues.....
Forum: Security & Bug Fixes
Last Post: valtam
10-15-2025, 06:53 AM
» Replies: 4
» Views: 219
LL7.4 with Chrome 139
Forum: Other
Last Post: valtam
10-13-2025, 11:33 PM
» Replies: 9
» Views: 1,669
after Lite install, unsta...
Forum: Installing Linux Lite
Last Post: LioS1959
10-12-2025, 05:09 PM
» Replies: 7
» Views: 413
Linux Mint?
Forum: Off Topic
Last Post: Uricesc
10-11-2025, 08:24 AM
» Replies: 3
» Views: 13,126
Keyboard "Fn" keys
Forum: Other
Last Post: LioS1959
10-09-2025, 02:33 PM
» Replies: 3
» Views: 16,380
Updates can not be instal...
Forum: Updates
Last Post: stevef
10-07-2025, 09:31 AM
» Replies: 3
» Views: 312
Default Date Format
Forum: Installing Linux Lite
Last Post: silvo3070
10-05-2025, 09:16 AM
» Replies: 2
» Views: 276

 
  Install Space Questions
Posted by: Bromax2 - 03-30-2014, 07:41 PM - Forum: Installing Linux Lite - Replies (8)

I have been trying LL on a flashdrive and now want to do a hard drive installation. (Computer: HP microtower, 80 GB ATA, 2 GB RAM, Win XP) I want to keep XP and a few Win programs, at least for the time being, using it as a "local only" computer (running alongside Windows, i.e.). A couple of times I clicked on "Install" from the desktop, and looked at some of the screens, but did not complete installation. A screen said the computer "has multiple operating systems." I unmounted as suggested. Now, instead on having an icon for 80 GB File System on desktop, I have one for 64 GB File System and one for 14 GB File System (latter is full of Linux files.) I.e., sda1 (ntfs) 59.60 GiB with 12.29 unused; sda2 extended 14.93; sda5 ext4 13.06 with 12.55 unused, and sda6 linux-swap 1.87. Slider is set at 8.4 and 5.6, movable to 7.7 and 6.3. I thought I should allow 20 GB for a linux partition. Looking for some suggestions here on what I should do. Did I accidentally install some files? Also thinking about adding a second 80 GB drive (for LL) and leaving the existing HD as is. Thanks for help. Max

Print this item

  Installing skype and failing
Posted by: zrcadlo - 03-29-2014, 07:49 PM - Forum: Installing Software - Replies (9)

Hello linux community

I'm a linux noob, just got linux lite 1.0.8 installed yesterday. I'm using a laptop acer aspire 5920g. I tried to install Skype downloading it from the official site: not to avail! First I tried to install it from the download list but as I clicked to open the file the synaptic package manager would open with a dreadful message: "Software index is broken: This is a major failure of your software management system. Please check for broken packages with synaptic, check the file permissions and correctness of the file '/etc/apt/sources.list' and reload the software information with: 'sudo apt-get update' and 'sudo apt-get install -f'.". So I had a look on various troubleshoots and other similar issues dealt in linux forums and I tried to tackle the problem from terminal but apparently /etc/apt/sources.list is an unknown destination/destination. Can anyone walk me through here?
THANKS A LOT GUYS!

Print this item

  Hello from Indiana
Posted by: Bromax2 - 03-29-2014, 07:31 PM - Forum: Introductions - Replies (2)

Fairly new to Linux; had some experience with Ubuntu in 2010. I'm looking for a new system for a couple of XPs. I was impressed with Spatry's 1.0.8 review and plan to go with that. Max

Print this item

  Why is zeitgeist datahub still installed?
Posted by: sysdrum - 03-29-2014, 07:24 PM - Forum: Suggestions and Feedback - Replies (15)

Why is zeitgeist datahub still being installed on the system?

Print this item

  Yahoo! Tech Column Slams Linux
Posted by: Jim1938 - 03-29-2014, 05:48 PM - Forum: Off Topic - Replies (9)

Today Yahoo Tech Column is promoting Windows 7 and Mac as "better" replacements for Windows XP.  Rafe Needleman at [email protected] wrote that Win8, Chromebook, staying with XP and Linux are all "bad ideas".  He wrote that Linux is "for nerds", implying that Linux is for nerds only.  My wife is very definitely not a nerd and she has been using Ubuntu for years and now uses Linux Lite.  Learning Linux is no more difficult than learning XP.  Set up for the first time user is the only problem, just as it would be for Win 7 and Mac.  Win7 is too slow and Mac is too expensive.  In my opinion there are several lightweight Linux distributions that qualify as excellent replacements for XP.

Print this item

  Tumblerd - Max CPU, High Temperature
Posted by: Scott(0) - 03-29-2014, 04:03 PM - Forum: Other - Replies (2)

I got hit with this one recently and thought I'd pass it along.

If you are downloading large media files and the target download folder is open in Thunar you may experience high CPU usage and high system temperature due to the tumblerd process becoming stuck. Closing the target download folder seems to stop the problem.

This is not a new bug, for more information go here:
http://forums.linuxmint.com/viewtopic.php?f=110&t=97079
http://askubuntu.com/questions/89826/what-is-tumblerd
http://www.google.com/#q=tumblerd+high+cpu+usage

Print this item

  how to download fullcircleissue through console
Posted by: yrjo1 - 03-29-2014, 12:02 PM - Forum: Scripting and Bash - No Replies

#!/bin/bash


echo -n "What is the issue number of the first Full Circle Magazine to download?"
read number

echo "Number is $number"





for  number in $number
    do
      wget  "http://dl.fullcirclemagazine.org/issue"$number"_en.pdf" --directory-prefix=/home/user/Downloads
    done

echo ""
echo "Complete!"
#Remeber to change user to your own username and make the file executable. name it for example fullcircle.sh in your favorite editor.

Print this item

  Only scattered letters show in system menus
Posted by: bobdeconubuntu - 03-28-2014, 10:26 PM - Forum: Installing Linux Lite - Replies (9)

I'm trying out Linux Lite from a live DVD on a Dell Dimension 2350 that previously ran XP.  Only onboard video display.    I see the desktop, and I can see the desktop menus but they are unreadable because most of the letters are missing. Not only in the menus, but also file names in the file manager. But Firefox runs fine.

I suspect the problem is that I didn't see any menus during boot, so I didn't get to choose a language.  Is that plausible? 

What I saw during boot:
Feather, auto boot in 8 secs
A few flashes.
Black screen w patterned rectangle top L, stayed on screen 2-3 secs.
Grey screen with Buddha profile and progress bar.
Black screen for 50 secs.
Cursor appeared on black screen, 3 secs.
Desktop, with feather , 3 icons at top L with garbled labels,and toolbar at bottom.

I have a little experience with Linux: I run Ubuntu Studio on my (much newer) laptop. But this font problem is new to me. Any suggestions? LX terminal is working, so can I fix language with some commands (if that's the problem)? Would I have the same problem if I were to install Linux Lite as dual-boot? (not sure how, since I can't understand the menus).

Print this item

  Installation hung up on 'Creating user'
Posted by: mkamerick - 03-28-2014, 09:38 PM - Forum: Installing Linux Lite - Replies (9)

I am trying to install Linux Lite on an Acer Aspire One netbook.
The installation hangs up a the 'Create user' point and never gets past it.
This is my second attempt.  The first one went on for over 24 hours before
I shut down the netbook.

The netbook does boot the LiveOS off of a USB stick perfectly well.
Linux Lite seems to run well on this little machine.

I am trying to install a dual boot configuration in order to preserve
the user files still in the XP partition.
If that is a real source of problems I could just do a full wipe and install.

Tia.

M. Kamerick

Print this item

  Hi from BC Canada .... HELP!! :)
Posted by: slennishughes - 03-28-2014, 07:10 PM - Forum: Introductions - Replies (2)

Hi all,

I have so many questions my head is about to burst ... I really want to help some elderly friends with a basic computer so they can e-mail and internet surf and was hoping i could turn my old laptop (currently sloooowly supports xp) into something that will meet their needs ... of course they are on a fixed income ... so i was hoping to donate to Linux and find some help installing it ... CAN ANYONE TELL ME IF THIS IS A GOOD IDEA OR NOT?

Thanks all,
Sam

Print this item