# Conflicts:
#	4_graphic_interface.md
This commit is contained in:
Edouard DUPIN 2019-12-10 22:59:08 +01:00
commit b36244991f
4 changed files with 52 additions and 3 deletions

27
.bin/gitxx Executable file
View File

@ -0,0 +1,27 @@
#!/bin/bash
#Generate absurdeDate :
#GIT_COMMITTER_DATE="2012-11-06T22:35" git commit --amend --date "2012-11-06T22:35"
# get the curent Day
CURRENT_DATE=`date +%Y-%m-%d`
# genetae the new Hour
randHeure=`expr $RANDOM % 3`
nombreHeure=`expr 21 + $randHeure`
# generate minutes :
minute=`expr $RANDOM % 59`
#generate second
seconde=`expr $RANDOM % 59`
LOCALTIME="$CURRENT_DATE T$nombreHeure:$minute:$seconde"
echo Set the commit TIME : \"$LOCALTIME\"
echo "export GIT_COMMITTER_DATE=\"$LOCALTIME\" ; git -c \"user.name=Edouard DUPIN\" -c \"edouard.dupin@vedecom.fr\" commit -a --date \"$LOCALTIME\" -m \"$*\""
#plop=`GIT_COMMITTER_DATE=\"$LOCALTIME\" ; git commit -a --date \"$LOCALTIME\" -m \"$*\"`
#echo $plop

BIN
.bin/hexViewer Executable file

Binary file not shown.

View File

@ -8,13 +8,28 @@ Set first the Xautority:
touch ~/.Xauthority
```
Configure Xlayout in french:
```
vim "/etc/X11/xorg.conf.d/00-keyboard.conf"
```
```
Section "InputClass"
Identifier "Keyboard Layout"
#MatchIsKeyboard "yes"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
```
????
```
pacman -S mesa
pacman -S xf86-video-intel
pacman -S bumblebee
pacman -S xf86-video-nouveau
```
gui
---
```
@ -46,7 +61,7 @@ other gui tools
---------------
```
# for open archive in gui
pacman -S cfile-roller
###### pacman -S cfile-roller
# file explorer
pacman -S thunar
```

View File

@ -23,8 +23,15 @@ pacman -S ffmpeg
```
# intal compatibility with new interface of ntfs disk
# install compatibility with new interface of ntfs disk
```
pacman -S ntfs-3g
```
# install compatibility with new interface of ex FAT disk
```
pacman -S exfat-utils
```