Merge branch 'master' of https://github.com/HeeroYui/install
# Conflicts: # 4_graphic_interface.md
This commit is contained in:
commit
b36244991f
27
.bin/gitxx
Executable file
27
.bin/gitxx
Executable 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
BIN
.bin/hexViewer
Executable file
Binary file not shown.
@ -8,13 +8,28 @@ Set first the Xautority:
|
|||||||
touch ~/.Xauthority
|
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 mesa
|
||||||
pacman -S xf86-video-intel
|
pacman -S xf86-video-intel
|
||||||
pacman -S bumblebee
|
pacman -S bumblebee
|
||||||
pacman -S xf86-video-nouveau
|
pacman -S xf86-video-nouveau
|
||||||
```
|
```
|
||||||
|
|
||||||
gui
|
gui
|
||||||
---
|
---
|
||||||
```
|
```
|
||||||
@ -46,7 +61,7 @@ other gui tools
|
|||||||
---------------
|
---------------
|
||||||
```
|
```
|
||||||
# for open archive in gui
|
# for open archive in gui
|
||||||
pacman -S cfile-roller
|
###### pacman -S cfile-roller
|
||||||
# file explorer
|
# file explorer
|
||||||
pacman -S thunar
|
pacman -S thunar
|
||||||
```
|
```
|
||||||
|
@ -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
|
pacman -S ntfs-3g
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# install compatibility with new interface of ex FAT disk
|
||||||
|
|
||||||
|
```
|
||||||
|
pacman -S exfat-utils
|
||||||
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user