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,711
» Latest member: RobertRoyar
» Forum threads: 9,424
» Forum posts: 62,170

Full Statistics

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

Latest Threads
after install Linux Lite ...
Forum: Installing Linux Lite
Last Post: val
7 hours ago
» Replies: 0
» Views: 23
Sem som quando reinicia
Forum: Other
Last Post: di0lh0
11 hours ago
» Replies: 0
» Views: 22
ASUS x206HA black screen ...
Forum: Installing Linux Lite
Last Post: Doceal
11-10-2025, 09:25 AM
» Replies: 6
» Views: 790
time synchronization
Forum: Other
Last Post: LL-user
11-09-2025, 12:18 AM
» Replies: 1
» Views: 154
Series to Series Upgrade ...
Forum: Linux Lite Software Development
Last Post: berrywhitetiger
11-07-2025, 05:43 AM
» Replies: 4
» Views: 4,095
Problem updating lite 7.6...
Forum: Updates
Last Post: valtam
11-06-2025, 10:11 PM
» Replies: 3
» Views: 273
Regarding the minimum sys...
Forum: Installing Linux Lite
Last Post: valtam
11-02-2025, 11:41 PM
» Replies: 3
» Views: 381
Can't test LinuxLite 7.6 ...
Forum: Installing Linux Lite
Last Post: valtam
11-02-2025, 05:51 AM
» Replies: 23
» Views: 7,120
My worries
Forum: Installing Linux Lite
Last Post: stevef
11-01-2025, 03:44 PM
» Replies: 1
» Views: 212
nstall Updates - Could n...
Forum: Updates
Last Post: stevef
10-30-2025, 10:21 PM
» Replies: 5
» Views: 443

 
  Vector
Posted by: rbdflyboy - 12-14-2014, 07:27 PM - Forum: Member Submitted Artwork - Replies (1)

Just starting to learn vector graphics and combining it with BRL (bevel reflect logo). Seem to make a good combo...


[Image: OpziGAF.png]

Print this item

  Nice Screen Saver
Posted by: Wirezfree - 12-14-2014, 05:45 PM - Forum: Off Topic - Replies (3)

Nice Sceensaver
UK Comedy about a dis-functional IT Department...
They have sent an email to the Fire & Rescue Department to tell them they have a fire.. Smile Smile

[youtube]In8XxjfdTyk[/youtube]

Print this item

  Question 64 or 32 bit LL 2.2 Opinions welcomed
Posted by: newtusmaximus - 12-14-2014, 03:45 PM - Forum: On Topic - Replies (5)

Have  a 2007 ultra slim desktop HP Compaq dc7700 which currently has 3 x 1 GB Ram fitted  running on 32 bit  LL2.0
RAM  usually only 10% occupied.  Bios previously updated 2011 version.

System apparently has 64 bit capability so out of interest ran live LL2.2 from USB and all appears to be working OK.

Question therefore:-

What would be the advantage of running 64 bit instead of 32 bit given that existing  RAM is only 3GB and barely occupied.  To fully utilise the 64 bit capability the dc7700 will accept 3 x 2gb RAM modules. Not a cheap upgrade £65.00 or so

Bearing in mind the desktop PC is being used for "normal" office use NOT CAD,  Intense Graphics ( photo editing) or gaming.  is there any point in changing from 32bit to the 64 bit option; with or without RAM upgrade?  Thanks

Print this item

  Cannot add Armenian Language
Posted by: Sebouh - 12-14-2014, 09:48 AM - Forum: Other - Replies (10)

Hi All, being a newbie, I need assistance to add and work with Armenian language in Linux Lite 2.2

Here is the issue:

* Downloaded and installed the Armenian language package via Language Support.
* Added the Armenian language in the Keyboard layout.
* Ibus is selected.
* Ibus preferences input methods, the "Customize active input methods" is checked.
* Drop down the :Select input method >>> show all input methods, the Armenian language is not there.

Where have I gone wrong or what is missing ?

Thank you in advance for your assistance  Smile

Print this item

  This is wicked & cool
Posted by: Wirezfree - 12-14-2014, 01:22 AM - Forum: Off Topic - Replies (2)

These guys should be in charge of the motorway network in the UK.
Joking apart this is pretty amazing.

[youtube]ACkmg3Y64_s[/youtube]

Print this item

  btrfs-tools
Posted by: Mike - 12-14-2014, 01:05 AM - Forum: Suggestions and Feedback - No Replies

Please add btrfs-tools to the iso. I encountered an error while installing LL 2.2 with btrfs format selected. Installing the tools package fixed it.

Print this item

  Hello Dave..!!
Posted by: Wirezfree - 12-14-2014, 12:15 AM - Forum: Screenshots - Replies (5)

I forgot all about HAL... 46 years ago...!!!
Just for me ~
circa late 90's?? ~ Windows 95/98 Wallpaper

[Image: lQmIEDl.png]

Dave

Print this item

  Remote "Terminal" Access
Posted by: Wirezfree - 12-13-2014, 09:51 PM - Forum: On Topic - No Replies

Hi,

This may come in useful if you just need to quickly connect to another PC to say check some files or config.

First install package on the "Remote PC(s)" the one(s) you will "Connect TO"

Code:
sudo apt-get install openssh-server
lots of output
[ snip ]
Reading package lists... Done
Building dependency tree     
Reading state information... Done
The following extra packages will be installed:
.
.
0 to upgrade, 5 to newly install, 0 to remove and 83 not to upgrade.
Need to get 445 kB of archives.
After this operation, 1,571 kB of additional disk space will be used.
Do you want to continue? Y
.
.
$
Then to test it locally, still at the terminal prompt
Code:
ssh <yourusername>@localhost
The authenticity of host 'localhost (127.0.0.1)' can't be established.
ECDSA key fingerprint is e5:da:66:ed:64:9d:d2:bc:db:18:ca:92:10:46:d1:8c.
Then a question.?
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'localhost' (ECDSA) to the list of known hosts.
dave@localhost's password: <enter your password>

Welcome to Linux Lite 2.0 (GNU/Linux 3.13.0-40-generic x86_64)
* Documentation:  https://help.ubuntu.com/
The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law.

dave@hp-lappy1:~$ exit
logout
Connection to localhost closed.
dave@hp-lappy1:~$

Now test it from another PC, connecting from my desktop to my laptop.
Code:
ssh <yourusername>@<hostname>
It should go like below, and I issued a lsusb command
Type exit when finnished.

[Image: VmWJ7v7.png]

NOTES:
1. You will be asked about the key 1 time for each new machine you connect, just type yes
2. There is away to get it to Launch "GUI" programs as well in a separate window, not quite figured that one out yet, config stuff..!!

Print this item

  [SOLVED] Firefox 32.0.3 Flash Plugin Vulnerability
Posted by: dby - 12-13-2014, 08:16 PM - Forum: On Topic - Replies (9)

HI
I'm running LL 2.0 32 bit, which has Firefox 32.0.3 installed. However, it is now out of date and I'm getting warnings about the Flash Plugin being vulnerable and should be updated. Mozilla recommend installation through the repository updates but as these don't seem forthcoming, I'm wondering if it would be wise to update to Firefox 34.0.5 manually and also update the Flash Plugin manually.


I would be happy to read any views on this as Firefox is my prefered browser (Chrome's so sluggish these days).


Regards
dby  :-\

Print this item

  wifi problem...
Posted by: millerose23 - 12-13-2014, 06:24 PM - Forum: Installing Software - Replies (12)

Hello and thnx for sharing with me that great and free linux edition...!! I have the following problem with my wifi card...i can see all available wifi networks but i cant connect..any idea?(I use TL-WN8200ND wifi card)

Print this item