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,730
» Latest member: kloin123
» Forum threads: 9,426
» Forum posts: 62,205

Full Statistics

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

Latest Threads
after install Linux Lite ...
Forum: Installing Linux Lite
Last Post: val
Yesterday, 04:37 PM
» Replies: 10
» Views: 254
Sem som quando reinicia
Forum: Other
Last Post: di0lh0
Yesterday, 02:20 PM
» Replies: 19
» Views: 294
Hello!!!
Forum: Introductions
Last Post: stevef
Yesterday, 05:35 AM
» Replies: 1
» Views: 47
No authentication when i ...
Forum: Start up and Shutdown
Last Post: stevef
Yesterday, 05:33 AM
» Replies: 1
» Views: 45
Problem updating lite 7.6...
Forum: Updates
Last Post: valtam
11-13-2025, 11:52 PM
» Replies: 5
» Views: 412
ASUS x206HA black screen ...
Forum: Installing Linux Lite
Last Post: Doceal
11-10-2025, 09:25 AM
» Replies: 6
» Views: 894
time synchronization
Forum: Other
Last Post: LL-user
11-09-2025, 12:18 AM
» Replies: 1
» Views: 207
Series to Series Upgrade ...
Forum: Linux Lite Software Development
Last Post: berrywhitetiger
11-07-2025, 05:43 AM
» Replies: 4
» Views: 4,252
Regarding the minimum sys...
Forum: Installing Linux Lite
Last Post: valtam
11-02-2025, 11:41 PM
» Replies: 3
» Views: 463
Can't test LinuxLite 7.6 ...
Forum: Installing Linux Lite
Last Post: valtam
11-02-2025, 05:51 AM
» Replies: 23
» Views: 7,425

 
  unable to remove the suspend an hibernate buttons from user logout
Posted by: trinidad - 09-19-2018, 05:20 PM - Forum: Desktop Customization - Replies (8)

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


Print this item

  Linux Lite 4.2 Beta update
Posted by: valtam - 09-19-2018, 09:09 AM - Forum: On Topic - Replies (4)

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 Smile

[Image: 0vg0UYk.png]

[Image: rETFMQH.png]

[Image: CvOkYqV.png]

[Image: 1p9ut7F.png]

[Image: NqLJG69.png]

[Image: qkLHBxJ.png]

[Image: ifWhlzZ.png]

[Image: TcsIcRq.png]

Print this item

  Namaste from India
Posted by: yash005 - 09-19-2018, 06:39 AM - Forum: Introductions - Replies (2)

Namaste, to all. Feeling happy to join the group.

Print this item

  Greetings
Posted by: paulshaffer - 09-19-2018, 03:25 AM - Forum: Introductions - Replies (2)

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

Print this item

  Cronjob for a script
Posted by: Moltke - 09-18-2018, 08:39 PM - Forum: Scripting and Bash - Replies (5)

Hi everyone! Hope you're all having a nice life! Smile

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.

Print this item

  Ubuntu Software
Posted by: jimalexander - 09-18-2018, 08:16 PM - Forum: Other - Replies (4)

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!

Print this item

  62 Shell Scripting video tutorials
Posted by: bitsnpcs - 09-18-2018, 02:36 AM - Forum: Scripting and Bash - No Replies

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.

Print this item

  Changing loging shell and/or terminal prompt
Posted by: Moltke - 09-17-2018, 11:34 PM - Forum: Tutorials - Replies (2)

Hi everyone! Hope you're all having a nice life! Smile

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 Smile However, if it makes you feel better/safer, you can make a backup of your .bashrc file located in your home folder 

Code:
$ cp ~.bashrc .bashrc.bak
but it's really not neccesary. Like I said, Linux's smart enough not to let you screw things up  ;D

In order to change your login shell simply type in your terminal:

Code:
$ chsh -l

If the command above doesn't work you may use:

Code:
$ cat /etc/shells

One or the other  will list all installed/available shells in your system, to change the current shell for one of those available type:

Code:
$ chsh -s desired shell's name

for example

Code:
chsh -s /bin/zsh

You'll be asked to type your password, do so then logout/login back, open a terminal and type:

Code:
echo $SHELL
your new shell's name should be displayed. In our example it'd show:

Code:
$ /bin/zsh

[Image: 5bvaz4.jpg]

Changing the terminal prompt is quite easy using the command
Code:
$ PS1=ARGS
  for example, this is how my terminal prompt is configured:
Code:
$ PS1='\[\e[1;36m\][\t \u \[\e[0m\]\W \$]'
where; \e= An ASCII escape character (033), 1;36m\= bold font and cyan color, \t= current time, \u= current logged user, \W= current working directory, \$= current prompt symbol.
resulting in this:


[Image: 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:
Code:
$ nano .bashrc #change nano for your preferred editor, i.e; vi
and add something like this: export PS1='\[\e[1;36m\][\t \u \[\e[0m\]\W \$] '


Well, 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! Smile

Print this item

  Hello
Posted by: Shanti - 09-17-2018, 08:34 PM - Forum: Introductions - Replies (3)

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.



Print this item

  Tunnel Gre problem between two hosts (vps and dedicated server)
Posted by: AleDevite - 09-17-2018, 02:52 PM - Forum: Other - Replies (10)

Hello guys i need to resolve this problem (all server have installed centos 7): i'm trying to create a gre tunnel through vps (in Italy - OpenVZ)
and a dedicated server (in Germany), but they do not communicate internally (ping and ssh command tests).
Next i create a gre tunnel trought vps (in Italy - OpenVZ) and vps (in France - KVM OpenStack) and their communicate, i next i had create a tunnel trought vps (in France - KVM OpenStack) and a dedicated server (in Germany) their communicate.
I can not understand why the vps (in Italy - OpenVZ) and the dedicated server (in Germany) do not communicate,
ideas on how I can fix (I also tried with iptables disabled, firewalld is not enable)? Thanks

Quote: 1. VPS command for tunnel:
  •       echo 'net.ipv4.ip_forward=1' >> /etc/sysctl.conf
          iptunnel add gre1 mode gre local VPS_IP remote DEDICATED_SERVER_IP ttl 255
          ip addr add 192.168.168.1/30 dev gre1 ip link set gre1 up

2. Dedicated server command for tunnel:
  •       iptunnel add gre1 mode gre local DEDICATED_SERVER_IP remote VPS_IP ttl 255
          ip addr add 192.168.168.2/30 dev gre1
          ip link set gre1 up


Quote:[root@VPS ~]# ping 192.168.168.2
PING 192.168.168.2 (192.168.168.2) 56(84) bytes of data.
^C
--- 192.168.168.2 ping statistics ---
89 packets transmitted, 0 received, 100% packet loss, time 87999ms

[root@DE ~]# ping 192.168.168.1
PING 192.168.168.1 (192.168.168.1) 56(84) bytes of data.
^C
--- 192.168.168.1 ping statistics ---
92 packets transmitted, 0 received, 100% packet loss, time 91001ms


Quote:[root@VPS ~]# lsmod | grep gre
ip_gre                  4242  -2
ip_tunnel              4242  -2 sit,ip_gre
gre                    4242  -2 ip_gre


[root@DE ~]# lsmod | grep gre
ip_gre                22707  0
ip_tunnel              25163  1 ip_gre
gre                    13144  1 ip_gre

Print this item