Hi all,
I got a question. My previous new laptop did die after a week and now got a new one. This got a 128gb ssd and a 1tb hdd installed
At the moment windows 10 is installed on the ssd. I would like to keep windows 10 but move it to the hdd
What is the best solution of moving windows 10 to the hdd and then installing linux lite on the ssd?
Solved it by only installing Linux Lite
I have installed Linux Lite literally hundreds of times. I have yet to encounter an unsurmountable issue. Here I am suddenly puzzled. I simply cannot get the Lite Tweaks UI to remove the suspend & hibernate buttons from the logout screen. OS runs perfectly, machine is Intel Dell and not exotic. For some reason tweaks is not requiring authentication for this option, and it is a desktop not a laptop, so somewhere in those configurations is where the issue lies. It's not possible to reboot and install without authentication in Debian, yet Lite Tweaks is seeming to attempt this concerning hiding the buttons.
TC
This build is progressing nicely. I've nearly completed the Beta ISO which I'll release either late September or early October. Lite Upgrade is finished and is undergoing testing.
This release has a number of small changes, nothing terribly new. Think of it as 'refinement' and not a 'major upgrade'. There are some new wallpapers thanks to [member=5059]whateverthing[/member] and some minor tweaks here and there.
Is the slow boot fixed on some computers? That has yet to be tested. I have done some 'under the hood' work on this, but of course, we need testing on real hardware on an array of different computer configs to know for sure.
If you have any questions, please let me know.
Screenshots are in German (for testing Language install) default is English as always 
![[Image: 0vg0UYk.png]](https://i.imgur.com/0vg0UYk.png)
![[Image: rETFMQH.png]](https://i.imgur.com/rETFMQH.png)
![[Image: CvOkYqV.png]](https://i.imgur.com/CvOkYqV.png)
![[Image: 1p9ut7F.png]](https://i.imgur.com/1p9ut7F.png)
![[Image: NqLJG69.png]](https://i.imgur.com/NqLJG69.png)
![[Image: qkLHBxJ.png]](https://i.imgur.com/qkLHBxJ.png)
![[Image: ifWhlzZ.png]](https://i.imgur.com/ifWhlzZ.png)
![[Image: TcsIcRq.png]](https://i.imgur.com/TcsIcRq.png)
Namaste, to all. Feeling happy to join the group.
Hi. Im a new user. Windows 10 home edition would not leave my little 2GB Celeron N2840 laptop any peace. It was always trying to load updates and maxxed out my 32GB SSD. So here I am.
Thanks for all your hard work Linux Lite team.
Paul
Hi everyone! Hope you're all having a nice life! 
I wrote a very simple script to copy files from one dir into another one, I want to create a cronjob so it runs once a week - on Sundays - but I'm not sure whether if it's correct or not. Can you take a look and tell me so?
this is the cronjob:
0 1 * 1-12 SUN /home/myusername/dir/cp.sh
or
0 1 * 1-12 SUN /bin/bash /home/myusername/dir/cp.sh
I've read quite a few posts all over the web but I'm still confused. Thanks in advance for your answers.
Good afternoon!
I apologize if this has been asked already, i searched and came up with nothing.
I migrated to Lite because Ubuntu LTS was slowing down on my laptop. HP, 8 gig RAM and 2.2gHz core i3. I need to install software that was in the Ubuntu software center (QUCS circuit simulator to be specific) but I can't find it through the synaptic manager or apt-get.
Is there any way to install this software, since Lite is based on Ubuntu?
Thanks all!
Hello,
here is a YouTube playlist link for 62 videos of Shell Scripting Tutorials
https://www.youtube.com/playlist?list=PL...E693D8E790
I hope some enjoy it and find it of use in their learning.
Hi everyone! Hope you're all having a nice life! 
Today I'd like to share with you some basics on how to change the login shell and/or terminal prompt. It's a completely and entirely safe procedure which will make no harm to your system, because that's how smart Linux is
However, if it makes you feel better/safer, you can make a backup of your .bashrc file located in your home folder
$ cp ~.bashrc .bashrc.bakIn order to change your login shell simply type in your terminal:
$ chsh -lIf the command above doesn't work you may use:
$ cat /etc/shellsOne or the other will list all installed/available shells in your system, to change the current shell for one of those available type:
$ chsh -s desired shell's namefor example
chsh -s /bin/zshYou'll be asked to type your password, do so then logout/login back, open a terminal and type:
echo $SHELL$ /bin/zsh![[Image: 5bvaz4.jpg]](http://i66.tinypic.com/5bvaz4.jpg)
Changing the terminal prompt is quite easy using the command
$ PS1=ARGS$ PS1='\[\e[1;36m\][\t \u \[\e[0m\]\W \$]'resulting in this:
![[Image: 25ewhhh.jpg]](http://i68.tinypic.com/25ewhhh.jpg)
However, this is only temporary and it will be back to defaults in your next login, if you want to make it permanent edit your .bashrc file to make it so:
$ nano .bashrc #change nano for your preferred editor, i.e; viWell, that's it. This is the basics for changing the login shell and/or terminal prompt. Here's a couple of links to some very instructional sites/articles on these topics
https://bash.cyberciti.biz/guide/Changing_bash_prompt
https://wiki.archlinux.org/index.php/Com...ive_shells
Hope you find this helpful!
Hello
I seen Linux Lite last year for first time. I been looking around it, tonight is my first time online using it. I like it coz its nice and is fast.
