mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-01-25 19:54:28 +01:00
Erase one Linux Distribution
This commit is contained in:
parent
4c250788e3
commit
3ea8a0672f
@ -55,7 +55,7 @@ exist with all IPv6 capable systems (again including Windows which seems
|
|||||||
to be what people worry about the most). The privacy extensions generate
|
to be what people worry about the most). The privacy extensions generate
|
||||||
a random IPv6 address which has no MAC-address and is changed over time.
|
a random IPv6 address which has no MAC-address and is changed over time.
|
||||||
|
|
||||||
Antergos and Ubuntu MATE (and other Linux distributions?) seem to change
|
Arch Linux and Ubuntu MATE (and other Linux distributions?) seem to change
|
||||||
it every 24 hours (controlled by `net.ipv6.conf.default.temp_prefered_lft`)
|
it every 24 hours (controlled by `net.ipv6.conf.default.temp_prefered_lft`)
|
||||||
and I believe it also gets changed by reconnecting to network or rebooting
|
and I believe it also gets changed by reconnecting to network or rebooting
|
||||||
the system.
|
the system.
|
||||||
|
@ -1,13 +1,15 @@
|
|||||||
---
|
---
|
||||||
layout: post
|
layout: post
|
||||||
comments: true
|
comments: true
|
||||||
title: "Changing Display Manager (login screen) with Antergos"
|
title: "Changing Display Manager (login screen) with Arch Linux"
|
||||||
category: [english]
|
category: [english]
|
||||||
tags: [arch, linux, display manager, antergos]
|
tags: [arch, linux, display manager]
|
||||||
redirect_from: /antergos-dm.html
|
redirect_from:
|
||||||
|
- /antergos-dm.html
|
||||||
|
- /english/2015/10/17/antergos_change_login_dm.html
|
||||||
---
|
---
|
||||||
|
|
||||||
*Also applies to Arch & other distributions based on it, how do you change
|
*Also applies to other distributions based on it, how do you change
|
||||||
the display manager, aka login screen.*
|
the display manager, aka login screen.*
|
||||||
|
|
||||||
* `--needed` makes pacman not install packages that are already installed.
|
* `--needed` makes pacman not install packages that are already installed.
|
||||||
@ -21,12 +23,6 @@ redirect_from: /antergos-dm.html
|
|||||||
|
|
||||||
## LightDM gtk greeter
|
## LightDM gtk greeter
|
||||||
|
|
||||||
*Many lightdm issues are caused by greeter, so I am telling how to change
|
|
||||||
it.* ***However if you encounter issues with Antergos default greeter,
|
|
||||||
report them at [github.com/Antergos/antergos-packages/issues](https://github.com/Antergos/antergos-packages/issues?q=is:open+lightdm)!*** *If they
|
|
||||||
are already reported, give the issues a +1 from top right of the issue
|
|
||||||
details box (looks like +☺).*
|
|
||||||
|
|
||||||
* `sudo pacman --needed -S lightdm lightdm-gtk-greeter accountsservice numlockx`
|
* `sudo pacman --needed -S lightdm lightdm-gtk-greeter accountsservice numlockx`
|
||||||
|
|
||||||
Edit the file `/etc/lightdm/lightdm.conf` and find the uncommented line
|
Edit the file `/etc/lightdm/lightdm.conf` and find the uncommented line
|
Loading…
Reference in New Issue
Block a user