Linux Lite 8.0 RC1 has been released - Click here


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Lite Tweaks Development
#51

Argh, I haven't merged my master branch with the one in linuxlite/master. :)

I've sorted it out. I've sent a new pull request.
Reply
#52

I'm in the process of adding the ability to change Hostname in Lite Tweaks. Feel free to contribute if you like.
Work in progress - https://github.com/linuxlite/litetweaks

Download your free copy of Linux Lite today.

Jerry Bezencon
Linux Lite Creator

"Do not correct a fool, or he will hate you; correct a wise man and he will appreciate you."

[Image: X5qGkCg.png]

[Image: 0op1GNe.png] [Image: LgJ2mtP.png] [Image: vLZcFUE.png] [Image: lrUHro3.jpg]
Reply
#53

(04-28-2015, 01:15 AM)Jerry link Wrote:  I'm in the process of adding the ability to change Hostname in Lite Tweaks. Feel free to contribute if you like.
Work in progress - https://github.com/linuxlite/litetweaks
Contributed. Changed the function completely.

By the way if you were running this command
Code:
sed -i '/127.0.1.1/c\127.0.1.1       '$hostn'' /etc/hosts
you probably removed the loopback
127.0.0.1    localhost
and all the ipv6 configuration in that file
I hope you were running tests in a VM :)

No need to change everything in that file just the hostname
Code:
sed -i "s/$current_hostname/$newhost/g" /etc/hosts
Reply
#54

Forgot to make a pull request :) Done.
Reply
#55

Cheers buddy, I'll make make an updated package soon :)

Download your free copy of Linux Lite today.

Jerry Bezencon
Linux Lite Creator

"Do not correct a fool, or he will hate you; correct a wise man and he will appreciate you."

[Image: X5qGkCg.png]

[Image: 0op1GNe.png] [Image: LgJ2mtP.png] [Image: vLZcFUE.png] [Image: lrUHro3.jpg]
Reply
#56

[youtube]DFloZbT99oE[/youtube]
Reply
#57

Hey Jerry, what black magic is this?
Code:
<<<<<<< HEAD
    newhost=$(zenity --entry --title="Change Hostname" --text="Your current hostname is:\n\n${current_hostname}\n\nEnter your new hostname or cancel." --entry-text="${current_hostname}")
=======
    newhost=$(zenity --entry --title="Lite Tweaks: Hostname" --text="Your current hostname is:\n\n${current_hostname}\n\nEnter your new hostname or cancel." --entry-text="${current_hostname}")
>>>>>>> 99be23cd98d9604cc388f8dbb19f0e5a0a9e26ad
:)
Reply
#58

It wasn't me  ::)

Download your free copy of Linux Lite today.

Jerry Bezencon
Linux Lite Creator

"Do not correct a fool, or he will hate you; correct a wise man and he will appreciate you."

[Image: X5qGkCg.png]

[Image: 0op1GNe.png] [Image: LgJ2mtP.png] [Image: vLZcFUE.png] [Image: lrUHro3.jpg]
Reply
#59

Can you explain this?
Reply
#60

The NSA can't even explain this :)

Download your free copy of Linux Lite today.

Jerry Bezencon
Linux Lite Creator

"Do not correct a fool, or he will hate you; correct a wise man and he will appreciate you."

[Image: X5qGkCg.png]

[Image: 0op1GNe.png] [Image: LgJ2mtP.png] [Image: vLZcFUE.png] [Image: lrUHro3.jpg]
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)