Hi
I’m having a problem upgrading from version 3.4 to 3.6, 64 bit only. The 32 bit upgrade worked great. Please know I am not using a proxy and updates is working. Except for using a proxy my issue is the same as WytWun. However his thread was marked as “Solved” But the resolution did not work for me. In that thread my understanding is the resolution is to comment out line 495 of the /user/bin/lite-upgrade-series3 file. I opened the file but the file on my PC has only 470 lines. When I ran the command “wget -nv -t2 -T1 --ignore-length --max-redirect=1 --spider http://repo.linuxliteos.com/linuxlite/db/version” I get the error”
“wget: unable to resolve host address ‘repo.linuxliteos.com’. The other wegt and curl commands suggested by ralphy run without errors.
Heya!
Not really a software "issue" so posting here.
I've been looking for a visual (i.e. not glmark) benchmark
that would run in opengl 1.x on Linux and Windows.
I tried unigine sanctuary and tropics but looking
for something that would be on a 'real' (albeight old) game engine.
For not so old pcs I can run Furmark and StreetFighter IV benchmark in Wine,
bFur is almost same speed as Windows in wine but SFIV varies from 60.- 90%
of Windows performances so not too reliable.
The Doom3 demo works on linux but no FPS and the equivalent Doom3 demo is too old to work in Windows 7.
Any suggestions?
Will i be able to play Blue-ray dvd's using VLC media player in Linux Lite-3.6?
I prefer using Gedit for all my HTML and CSS. So, i uninstalled Leafpad and removed it from the main menu. Problem is that after installing Gedit i can't see any link for it in the main menu. Can anyone help this old fool please.
Have just installed Linux Lite 3.6 and it seems to this oldman that the OS just seems to be getting better and better all the time. Outstanding work by everyone yet again. Big thanks!
I've not updated for a week but when I tried to do so today I got the following message:
Install Updates Error log
===========================
Install Updates could not successfully download and install available updates.
Go to https://www.linuxliteos.com/forums/ and paste the log below into a new or existing thread for assistance.
============ Log ===========
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
I tried logging out and then backin again but got the same message.
Suggestions on how to tackle it would be much appreciated, thank you
hey guys im currently looking for an server but i am in an confusing bind. im looking to at Lenvno, thinkpenguin plus system76. almost for forgot Zareason. the lenvno is cheaper and is on Amazon. but i need to know the hardware sturdiness. the zareasons i got are ok but the hardware kinda bad.

Upgrade to LL3.6 from LL3.4 on eeePC 901 went ok, but I now find that Remmina 1.1.2 SFTP crashes into oblivion after entering the remote PCs SSH password. Remote desktop and SSH login both work ok.
The Remmina debug window indicates a segmentation fault after the password is entered.
I have purged Remmina and re-installed a few times with no success. Anyone else seeing this problem?
Update:
According to github, Remmina 1.1 is no longer supported so I removed it and installed 1.2 from the apps repository. But it has the same problem, segmentation fault when SFTP plugin is used.
I'm going to pose this question primarily to the developers, but any of you guys with loads of Linux knowledge chip in too. Over the years that I have run some flavor of Linux, there has always been a mild disagreement over whether or not to do a version upgrade. The three trains of thought are, 1) Never do an upgrade if your computer is running just fine, 2) Doing upgrades is the smartest thing you can do because of improvements to the distro, and 3) Only do an upgrade if it is a major release version as in from 3.4 to 4.0.
So what do you developers think the is the right thing to do? My laptop is running so smoothly I'd sure hate to do anything to jinx that. Any and all opinions welcome here.
Hello,
following on from the music A-Z tip.
I learned a new trick for creating the year folders from "The Linux Command Line" book.
To this I then added in months by number, and the A-Z as used for music tip, to create efficient photo directories.
Open your terminal using the icon in the panel, or by holding down Ctrl and Alt keys then pressing t, (Ctrl+Alt+t)
Change to Pictures folder
cd PicturesType in this code and press enter
mkdir -p life-in-pics/{2002..2020}/{1..12}/{A..Z}Here it makes inside the main Pictures directory, a folder/directory named life-in-pics, inside this it makes year folders 2002 thru 2020 (future proofing a bit), inside each year it makes month folders numbered as 1 thru 12, inside each month it makes folders A thru Z.
In total the 1 line of code creates 6176 folders in 1 command, forming an efficient structure for the pics.
You can change the, life-in-pics, folder to whatever name you prefer, and alter the years to how you prefer, the 1..12 and A..Z needs to remain the same for it to work in this way.
Additional examples -
If you were making for pics of someone named Bob, and someone named, Karin, it would be like so
mkdir -p life-in-pics/Bob/{2002..2020}/{1..12}/{A..Z}mkdir -p life-in-pics/Karin/{2002..2020}/{1..12}/{A..Z}Inside the, life-in-pics folder/directory, there would be graphically visible 2 folders Bob, and, Karin, inside each of these there will be their own structure by year, month and A-Z each month.
It can also be used for music, documents, videos, or a directory of your own making, just cd (change directory to where you prefer.
I hope it may help someone with organizing their pics, or files, and save you some time.



