Compare commits

...

10 Commits

Author SHA1 Message Date
d41b681d45 added hpsrv 2024-07-24 00:16:45 +02:00
850bbd1d8a added powerline support in bashrc 2024-07-14 14:51:40 +02:00
96c28df07a merge ssh conf 2024-07-14 14:40:44 +02:00
f932f42ff5 cleanup 2024-07-14 14:39:24 +02:00
72b02f7feb added server ssh conf 2024-07-14 00:19:56 +02:00
b090058656 merge 2024-07-12 00:57:07 +02:00
291b2d277b added l590 2024-07-11 22:55:18 +00:00
ba10249351 added router 2024-07-06 01:52:19 +02:00
9164eef136 added plugins 2024-07-06 01:32:55 +02:00
27e67dc07b added connrect user 2024-06-28 22:29:42 +02:00
10 changed files with 35 additions and 7 deletions

View File

@ -6,9 +6,9 @@ alias rgrep='grep -r -i --color=auto'
# some more ls aliases
alias ll='ls -l'
alias la='ls -A'
alias la='ls -alh'
alias l='ls -CF'
alias sl='ls'
alias ks='ls'
alias tailf='tail -f'
alias tailf='tail -f'

6
bashrc
View File

@ -86,3 +86,9 @@ if ! shopt -oq posix; then
fi
fi
export PATH=$PATH:/home/zul/.local/bin
if [ -f /usr/share/powerline/bindings/bash/powerline.sh ]; then
powerline-daemon -q
POWERLINE_BASH_CONTINUATION=1
POWERLINE_BASH_SELECT=1
. /usr/share/powerline/bindings/bash/powerline.sh
fi

View File

@ -16,5 +16,5 @@ done
if [ ! -e $HOME/.$link ]; then
ln -s $(pwd)/sshconfig $HOME/.ssh/config;
fi
git clone https://github.com/VundleVim/Vundle.vim.git $HOME/.vim/bundle/Vundle.vim
cat $(pwd)/pubkeys/* > $HOME/.ssh/authorized_keys

0
pfsense.crt Executable file → Normal file
View File

1
pubkeys/l590 Normal file
View File

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILS2pBZv4d1HB2+lj0KE4POk1ZIa30f+14kZEdnGmJu4 zul@L590

View File

@ -79,9 +79,28 @@ Host t590
User zul
Host wow
Hostname 192.168.15.25
User root
Host azubivm
Hostname 10.10.20.63
User ckoptein
Host ilias
Hostname 185.201.146.18
User root
Host router
Hostname 192.168.15.1
User root
Host e15server
Hostname 192.168.15.21
User root
Host e15server.vpn
Hostname 10.8.0.23
User root
host l590.vpn
Hostname 10.8.0.6
User zul
host hpsrv.vpn
Hostname 10.8.0.24
User root
host hpsrv
Hostname 192.168.15.19
User root

@ -1 +1 @@
Subproject commit ff0f9a45a5d81d2c8aa67601c264b18c4fe26b15
Subproject commit 02894b6ef4752afd8579fc837aec5fb4f62409f7

@ -1 +1 @@
Subproject commit 05d7843412c4fb7d1bdafefd04462ac4db841f0f
Subproject commit 4624dc223bf574aa9a731c2383c579847303c380

@ -1 +1 @@
Subproject commit dac8e5c2d85926df92672bf2afb4fc48656d96c7
Subproject commit 64d6cafb9dcbacce18c26d7daf617ebb96b273f3

4
vimrc
View File

@ -79,10 +79,12 @@ call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'tomasiser/vim-code-dark'
Plugin 'tpope/vim-fugitive'
Plugin 'git://git.wincent.com/command-t.git'
Plugin 'vim-airline/vim-airline'
Plugin 'vim-airline/vim-airline-themes'
Plugin 'preservim/nerdtree'
Plugin 'fholgado/minibufexpl.vim'
Plugin 'mzlogin/vim-markdown-toc'
Plugin 'mzlogin/vim-kramdown-tab'
Plugin 'Xuyuanp/nerdtree-git-plugin'
" All of your Plugins must be added before the following line
call vundle#end() " required