some updates
This commit is contained in:
parent
94bc968fe8
commit
ed0094342c
3 changed files with 51 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ GITHUB="https://github.com/golang/go/archive/"
|
||||||
V14="go1.4.3"
|
V14="go1.4.3"
|
||||||
TGZ14="${V14}.tar.gz"
|
TGZ14="${V14}.tar.gz"
|
||||||
|
|
||||||
Vnew="go1.5.1"
|
Vnew="go1.5.2"
|
||||||
TGZnew="${Vnew}.tar.gz"
|
TGZnew="${Vnew}.tar.gz"
|
||||||
|
|
||||||
INSTALL="/usr/local"
|
INSTALL="/usr/local"
|
||||||
|
|
@ -47,6 +47,7 @@ cd ${INSTALL}/${Vnew}/src
|
||||||
cd ${INSTALL}
|
cd ${INSTALL}
|
||||||
rm -rf go
|
rm -rf go
|
||||||
mv ${Vnew} go
|
mv ${Vnew} go
|
||||||
|
ln -s /usr/local/go /usr/local/go${Vnew}
|
||||||
|
|
||||||
export GOROOT="${INSTALL}/go"
|
export GOROOT="${INSTALL}/go"
|
||||||
export PATH="${PATH}:${GOROOT}/bin"
|
export PATH="${PATH}:${GOROOT}/bin"
|
||||||
|
|
|
||||||
3
csr.sh
Executable file
3
csr.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
openssl req -nodes -new -newkey rsa:4096 -sha256 -out ${1}.csr -keyout ${1}.key
|
||||||
46
terminalrc
Normal file
46
terminalrc
Normal file
|
|
@ -0,0 +1,46 @@
|
||||||
|
[Configuration]
|
||||||
|
ColorForeground=#a108a108a108
|
||||||
|
ColorCursor=#04ae59ed0000
|
||||||
|
ColorSelection=#ffff13fd0715
|
||||||
|
ColorPalette2=#ffff671c0000
|
||||||
|
ColorPalette3=#2f2f6c6cb8b8
|
||||||
|
ColorPalette4=#ffff22802280
|
||||||
|
ColorPalette5=#050581812323
|
||||||
|
ColorPalette6=#ffff22222222
|
||||||
|
ColorPalette7=#2edc6ce8b842
|
||||||
|
ColorPalette8=#35357878b3b3
|
||||||
|
ColorPalette9=#232323232323
|
||||||
|
ColorPalette10=#ffff22222222
|
||||||
|
ColorPalette11=#35357878b3b3
|
||||||
|
ColorPalette12=#9d9d5c5ccccc
|
||||||
|
ColorPalette13=#262656568080
|
||||||
|
ColorPalette14=#cccc1e6dcccc
|
||||||
|
ColorPalette15=#0000aaaaaaaa
|
||||||
|
ColorPalette16=#52529393cccc
|
||||||
|
FontName=Droid Sans Mono 11
|
||||||
|
MiscAlwaysShowTabs=FALSE
|
||||||
|
MiscBell=FALSE
|
||||||
|
MiscBordersDefault=TRUE
|
||||||
|
MiscCursorBlinks=FALSE
|
||||||
|
MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK
|
||||||
|
MiscDefaultGeometry=80x24
|
||||||
|
MiscInheritGeometry=FALSE
|
||||||
|
MiscMenubarDefault=TRUE
|
||||||
|
MiscMouseAutohide=FALSE
|
||||||
|
MiscToolbarsDefault=FALSE
|
||||||
|
MiscConfirmClose=FALSE
|
||||||
|
MiscCycleTabs=TRUE
|
||||||
|
MiscTabCloseButtons=TRUE
|
||||||
|
MiscTabCloseMiddleClick=TRUE
|
||||||
|
MiscTabPosition=GTK_POS_TOP
|
||||||
|
MiscHighlightUrls=TRUE
|
||||||
|
ScrollingLines=200000
|
||||||
|
TabActivityColor=#262656568080
|
||||||
|
BindingBackspace=TERMINAL_ERASE_BINDING_ERASE_TTY
|
||||||
|
AccelPaste=<Primary><Shift>v
|
||||||
|
AccelNewWindow=<Alt>F1
|
||||||
|
AccelSelectAll=<Primary>a
|
||||||
|
AccelCopy=<Primary><Shift>c
|
||||||
|
BackgroundDarkness=0,850000
|
||||||
|
BackgroundImageStyle=TERMINAL_BACKGROUND_STYLE_SCALED
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue