Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 7,481
» Latest member: drgatz
» Forum threads: 9,370
» Forum posts: 61,949
Full Statistics
|
Online Users |
There are currently 1594 online users. » 0 Member(s) | 1592 Guest(s) Bing, Google
|
Latest Threads |
Set Home Folder
Forum: Installing Linux Lite
Last Post: LanceCorporal
08-20-2025, 03:24 PM
» Replies: 2
» Views: 212
|
Updates Error Log - no re...
Forum: Updates
Last Post: Valtam
08-20-2025, 04:57 AM
» Replies: 3
» Views: 278
|
NEW Wiki replaces Help Ma...
Forum: On Topic
Last Post: Valtam
08-19-2025, 11:12 AM
» Replies: 0
» Views: 160
|
New Website Design
Forum: On Topic
Last Post: Valtam
08-19-2025, 11:01 AM
» Replies: 11
» Views: 1,156
|
Install Error Log - No Pu...
Forum: Updates
Last Post: Valtam
08-14-2025, 11:18 AM
» Replies: 2
» Views: 469
|
Help me, please! - CDROM ...
Forum: Updates
Last Post: stevef
08-10-2025, 01:44 PM
» Replies: 26
» Views: 4,490
|
Linux Lite 7.6 RC1 Releas...
Forum: Release Announcements
Last Post: Valtam
08-09-2025, 11:05 AM
» Replies: 5
» Views: 1,937
|
Intel HD Graphics Not Wor...
Forum: Installing Linux Lite
Last Post: Abhi_245
08-08-2025, 06:44 PM
» Replies: 10
» Views: 1,516
|
installing 5.8 Lunix lite...
Forum: Installing Software
Last Post: Ren
08-01-2025, 03:34 PM
» Replies: 0
» Views: 407
|
VERY ODD install Issue
Forum: Installing Linux Lite
Last Post: Azoic
08-01-2025, 05:34 AM
» Replies: 0
» Views: 401
|
|
|
HP Deskjet 1050 (J410) print misaligned |
Posted by: john9159 - 10-29-2014, 09:56 PM - Forum: Printing and Scanning
- Replies (4)
|
 |
Tried to print off a form but the end result had approx. 30mm of the original document missing from the top with a corresponding blank section at the bottom, also 30mm.
Unable to find any settings on Linux Lite to adjust for this error.
Any suggestions?
|
|
|
Help me understand the way linux install programs |
Posted by: dodo - 10-29-2014, 10:31 AM - Forum: Installing Software
- Replies (3)
|
 |
So i managed to uninstall old LibreOffice and installed new 4.3 following instructions on LibreOffice site.
I downloaded tar.gz file, extracted it into my "home" folder, inside it was another folder named "DEBS", i opened terminal there, run some commands and now i have LibreOffice 4.3 (which is great btw.)
-what bugs me is: "DEBS" folder is still there where i extracted it, what would happen if i deleted it?
i don't know if this folder is important because program is already installed?
Because if it isn't, i would gladly delete it to free 200 MB of disk space.
|
|
|
Hi there ! Hola ! Bonjour ! |
Posted by: Kamyar - 10-28-2014, 09:03 PM - Forum: Introductions
- Replies (6)
|
 |
I read a nice article on LL on "Planete Linux" magazine and here I am.
I quickly adopted it since I immediately enjoyed it.
I migrated from Mint 17 that is a nice distro (it made me to abandon W******).
However with the recent versions it tends to become heavy.
Migrating to something too light but incomplete is not a good idea either.
So a BIG THANK YOU for LL which has found the right balance !
|
|
|
Random computer reboot |
Posted by: Monkeyman - 10-27-2014, 10:09 PM - Forum: Off Topic
- Replies (21)
|
 |
Putting this in the Off Topic section because I don't think it's LL related. If it turns out to be, someone can move it.
I never turn my computer off (ever, other than a reboot once in a while). In the past month or so, I've sat down at my desk only to find that, at some point, the computer's rebooted on it's own. Unfortunately, when it does this, all I get are blank monitors. The computer was (over) built my me about 3 years ago, it's as cool as it's going to get without water, the dust was blown out about 6 weeks ago and I only installed LL about the same time. No issues when it's running and (so far) it's never happened while I've been sitting in front of it.
I've gotten the occasional Blue Screen of Death (on other computers) back when I was running Windows but there's just "nothing" there when this happens now. It's like the monitors are turned off. Memory is correctly seated (although I guess it "could" be dying) and there's nice cool air blowing out of all 3 exhaust fans. If I hit the reset button on the computer case, she boots right back up (although a little slow).
What do ya'll think? HDD? RAM? mobo? Linux?
ASUS M4A89GTD PRO mobo
AMD Phenom II 965 Black Edition Deneb Quad-Core running at 3.4Ghz (not overclocked)
4GB (2 sticks) HyperX DDR3 1333 RAM
EVGA GeForce GTS 450
Corsair 650W PSU
all wrapped up in an Antec 1200 case
Everything but the PSU and case were new in '11. The PSU and case were new in '09. If there's a hardware issue, I don't mind replacing a part but I can't afford to build a new computer. If it's Linux related, I don't mind reinstalling it other than losing all my Firefox/Thunderbird data. I CAN'T lose some of that. With nothing like Mozbackup to back that stuff up, I'm screwed. (One of the reasons I haven't ditched Win7 on the laptop for LL.)
|
|
|
defrag |
Posted by: Alex - 10-26-2014, 07:13 PM - Forum: On Topic
- Replies (11)
|
 |
When XP used to slow down significantly, defragging the HD helped a lot. My computer is significantly slower now, I am wondering if I should be doing something similar to defragging?
If not, any ideas why it has slowed down?
Thanks
Alex
|
|
|
When opening unknown file, uses command /usr/scripts/updates (file path)... |
Posted by: bugzeeolboy - 10-25-2014, 03:07 PM - Forum: Other
- Replies (1)
|
 |
...instead of using xdg-open or whatever it uses to pick an application for an unknown file. This happens also when opening a directory from another application (eg, opening my downloads folder from firefox)
It will open a terminal with the Linux Lite updates script. Looking in the task manager, it just creates the command "updates /home/bugzee/foo/bar/filename"
I tried sudo rm /usr/scripts/updates, now it opens a terminal with nothing in it.
I tried making /usr/scripts/updates into
Code: #!/bin/bash
xdg-open $1
and now it won't even open the terminal, it just changes the cursor to 'waiting' icon for a few seconds and stops.
How do I get my normal unknown file handling back?
This happened after an apt-get upgrade a few months ago. I'm using LL 2.0 Beryl.
|
|
|
Forgot UNIX/root password |
Posted by: sferrl - 10-24-2014, 09:31 PM - Forum: Other
- Replies (1)
|
 |
I needed to install flash player with sudo. But when i go to download it it asks for a sudo password. I don't remember setting one and can't install flash without it. I've tried to reset the password, but it asks for the current password to do that. So... I need help.
|
|
|
|