This commit is contained in:
parent
060cb02c74
commit
48d436c3af
@ -24,7 +24,7 @@ passwd: password updated successfully
|
||||
|
||||
edit */etc/ssh/sshd_config* to Enable PermitRootLogin
|
||||
|
||||
~~~
|
||||
~~~{.shell}
|
||||
#PermitRootLogin prohibit-password
|
||||
PermitRootLogin yes
|
||||
~~~
|
||||
@ -47,7 +47,7 @@ Search for “zpool create”, and make sure you have found the create command t
|
||||
Before the “zpool create” insert: echo MYPASSWORD |
|
||||
Before the last line of the command insert these lines:
|
||||
|
||||
~~~
|
||||
~~~{.cpp}
|
||||
-O recordsize=1M \
|
||||
-O encryption=aes-256-gcm \
|
||||
-O keylocation=prompt \
|
||||
@ -56,22 +56,22 @@ Before the last line of the command insert these lines:
|
||||
|
||||
## in case you wanted to change zpool passwd
|
||||
|
||||
~~~
|
||||
zfs change-key rpool
|
||||
~~~{.shell}
|
||||
$ zfs change-key rpool
|
||||
~~~
|
||||
|
||||
## create swap partition to permit Hibernate
|
||||
|
||||
add theses 2 lines in : */usr/share/ubiquity/zsys-setup*
|
||||
|
||||
~~~
|
||||
~~~{.shell}
|
||||
MEMSIZE=$(cat /proc/meminfo | grep MemTotal | awk -F' ' '{print $2}')
|
||||
SWAPVOLSIZE=$(( MEMSIZE / 1024 ))
|
||||
~~~
|
||||
|
||||
like bellow :
|
||||
|
||||
~~~
|
||||
~~~{.shell}
|
||||
# Convert to MiB to align the size on the size of a block
|
||||
SWAPVOLSIZE=$(( SWAPSIZE / 1024 / 1024 ))
|
||||
|
||||
@ -97,13 +97,9 @@ have to disable Raid ... Enable AHCI
|
||||
|
||||
~~~
|
||||
!!!
|
||||
|
||||
https://forum.xfce.org/viewtopic.php?id=13617
|
||||
|
||||
a essayer : xfconf-query -c xsettings -p /Gdk/WindowScalingFactor -s 2
|
||||
|
||||
xfconf-query -c xsettings -p /Gdk/WindowScalingFactor -s 2
|
||||
|
||||
~~~
|
||||
|
||||
## Changer la taille de police dans les applications Qt sous Xfce
|
||||
@ -112,7 +108,7 @@ have to disable Raid ... Enable AHCI
|
||||
|
||||
editer : ~/.Xresources : Ce fichier est utilisé par le serveur X pour configurer ses applications clientes.
|
||||
|
||||
~~~
|
||||
~~~{.shell}
|
||||
!-------------------------------------------------------------------------------
|
||||
! Xft settings
|
||||
!-------------------------------------------------------------------------------
|
||||
@ -128,8 +124,8 @@ have to disable Raid ... Enable AHCI
|
||||
|
||||
Il faut ensuite utiliser la commande xrdb pour appliquer ces paramètres :
|
||||
|
||||
~~~
|
||||
xrdb -merge ~/.Xresources
|
||||
~~~{.shell}
|
||||
$ xrdb -merge ~/.Xresources
|
||||
~~~
|
||||
|
||||
## console grub ...
|
||||
|
Loading…
Reference in New Issue
Block a user