| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 8,008
» Latest member: Jean259
» Forum threads: 9,474
» Forum posts: 62,486
Full Statistics
|
| Online Users |
There are currently 3652 online users. » 0 Member(s) | 3648 Guest(s) Baidu, Bing, Google, Yandex
|
| Latest Threads |
update_failed - 400 Bad R...
Forum: Updates
Last Post: val
04-21-2026, 10:57 PM
» Replies: 2
» Views: 88
|
Problem updating lite 7.6...
Forum: Updates
Last Post: val
04-21-2026, 10:43 PM
» Replies: 6
» Views: 2,824
|
Problem updating LL6.2 - ...
Forum: Updates
Last Post: stevef
04-16-2026, 11:31 PM
» Replies: 1
» Views: 109
|
Project Litening
Forum: Linux Lite Software Development
Last Post: valtam
04-15-2026, 11:33 AM
» Replies: 16
» Views: 1,415
|
Website forum links not w...
Forum: Suggestions and Feedback
Last Post: valtam
04-06-2026, 12:32 AM
» Replies: 5
» Views: 448
|
time synchronization
Forum: Other
Last Post: LL-user
04-03-2026, 03:13 PM
» Replies: 5
» Views: 1,684
|
Permissions on a secondar...
Forum: Other
Last Post: stevef
04-02-2026, 06:26 AM
» Replies: 9
» Views: 778
|
Some windows fail to rend...
Forum: Video Cards
Last Post: Crimson Plasma
03-31-2026, 04:19 PM
» Replies: 4
» Views: 497
|
Linux Lite 7.8 Final Rele...
Forum: Release Announcements
Last Post: Wirezfree
03-29-2026, 10:21 PM
» Replies: 16
» Views: 32,165
|
Accidentally Deleted fold...
Forum: Hard Drives and SSDs
Last Post: trinidad
03-13-2026, 11:38 PM
» Replies: 3
» Views: 432
|
|
|
| 64 bit mqachine with a 32 bit network card |
|
Posted by: Donald Trump - 07-29-2018, 05:22 PM - Forum: Network
- Replies (7)
|
 |
I have an amd64 with an athlon x2 processor . my understanding is that it has a 32 bit network card so when I install Linux lite 4 every thing works but the net dose not make a connection
when I install the 32 bit version 3.8 Linux lite every thing works and the net work connection as well
Is their any thing I can do to get Linux lite 4 to work with a 32 bit network card ?
|
|
|
| A question for LL 3.6 - 3.8 users |
|
Posted by: kpanic - 07-28-2018, 05:39 PM - Forum: Linux Lite Software Development
- Replies (7)
|
 |
Hi,
I'm writing a small desktop plugin app for LL and I have a question for LL 3.6 and 3.8 users.
(I guess there is no 3.7 version...)
If you are using either version, can you please run the terminal command:
Code: cat /etc/lsb-release
and post the output here? Thank you in advance!
|
|
|
| A fix to a probably a bug? "Linux Lite cannot check for Updates" |
|
Posted by: Roy - 07-28-2018, 04:26 PM - Forum: Installing Software
- Replies (10)
|
 |
So recently I've noticed 'lite-updates' won't run and shout at me that there's no internet connection even though there actually is.
After digging in the internet I was led into that post from Nov' 17 where Jerry uploaded a script for updates-gui
I've noticed the script contains a connection check:
Code: # Check Internet access
if eval "curl -sk google.com" >> /dev/null 2>&1; then :; else # Prompt ERROR internet connection check failed and exit
yad --center --borders=15 --info --width="320" --height="120" --window-icon="$_ICON" --button=gtk-ok:1 --title="$_APPNAME" \
--text="\n<b>Your computer is not connected to the Internet.</b> \n \nLinux Lite cannot check for Updates.\nPlease check your internet connection and try again.\n" --text-align center 2>/dev/null
rm_temp_files; exit 0
fi
So I tried running the check myself. I did:
Only to found out that 'curl' has been removed from my system and the output of the command didn't evaluated to TRUE
In my case the fix was just reinstall it:
Code: sudo apt-get install curl
This is the second time this is happened to me, sometimes 'curl' get removed when upgrading or installing software that don't need curl as a dependency and overrides it with different version of curl (libcurl3 something?)
I don't know if its a bug but maybe there's a better way to check for internet connection than 'curl'?
|
|
|
| How to get absolute value of integer? abs command does not work, man pages exist |
|
Posted by: Vera - 07-27-2018, 11:14 PM - Forum: Other
- Replies (3)
|
 |
I'm trying to get the absolute value of an integer on my LL 4.0 machine. I'd like to use it in the command line. I looked up the man pages for the abs command, and it comes up there. But when I try to use the abs command, it says:
Command 'abs' not found, did you mean...
Then it lists some other things.
I'm puzzled why abs comes up in man pages but it won't work on command-line.
Anyway, the problem is, I can't find how to actually get the absolute value of an integer. Is there a different method I should use?
|
|
|
| Iinstall LL directlD |
|
Posted by: eikelein - 07-26-2018, 08:11 PM - Forum: Suggestions and Feedback
- No Replies
|
 |
Hi;a question and suggestion:Most Linux versions I have tried so far had in the ISO version, I mean the first GRUB menu that is loaded, an entry to directly install to the disc drive.
I have that situation very often when I KNOW that I want to install LL on an older computer that I am refurbishing.Can that option be included in LL?TIA
|
|
|
|