From ed0094342c1dc99a70c75ef25ed2fc604218ec4a Mon Sep 17 00:00:00 2001 From: ston1th Date: Mon, 4 Jan 2016 22:55:43 +0100 Subject: [PATCH] some updates --- build-go.sh | 3 ++- csr.sh | 3 +++ terminalrc | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 51 insertions(+), 1 deletion(-) create mode 100755 csr.sh create mode 100644 terminalrc diff --git a/build-go.sh b/build-go.sh index e2b6522..6d413a3 100755 --- a/build-go.sh +++ b/build-go.sh @@ -11,7 +11,7 @@ GITHUB="https://github.com/golang/go/archive/" V14="go1.4.3" TGZ14="${V14}.tar.gz" -Vnew="go1.5.1" +Vnew="go1.5.2" TGZnew="${Vnew}.tar.gz" INSTALL="/usr/local" @@ -47,6 +47,7 @@ cd ${INSTALL}/${Vnew}/src cd ${INSTALL} rm -rf go mv ${Vnew} go +ln -s /usr/local/go /usr/local/go${Vnew} export GOROOT="${INSTALL}/go" export PATH="${PATH}:${GOROOT}/bin" diff --git a/csr.sh b/csr.sh new file mode 100755 index 0000000..aaf8b86 --- /dev/null +++ b/csr.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +openssl req -nodes -new -newkey rsa:4096 -sha256 -out ${1}.csr -keyout ${1}.key diff --git a/terminalrc b/terminalrc new file mode 100644 index 0000000..9d8e9fb --- /dev/null +++ b/terminalrc @@ -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=v +AccelNewWindow=F1 +AccelSelectAll=a +AccelCopy=c +BackgroundDarkness=0,850000 +BackgroundImageStyle=TERMINAL_BACKGROUND_STYLE_SCALED +