mirror of
https://github.com/FAUSheppy/config
synced 2025-12-06 07:01:36 +01:00
some addition scripts
This commit is contained in:
9
other/deb_install.sh
Normal file
9
other/deb_install.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
apt install build-essential libtool autoconf
|
||||
apt install rxvt-unicode zsh xorg herbstluftwm
|
||||
apt install git tig python3
|
||||
apt install vim vim-nox vim-syntax-gtk
|
||||
apt install tree tmux pulseaudio htop sudo ncdu
|
||||
apt install iw wicd-curses
|
||||
apt install iceweasel chromium libreoffice icedove
|
||||
apt install kolourpain feh imagemagick
|
||||
apt install kvm sleuthkit
|
||||
4
other/modchange.sh
Normal file
4
other/modchange.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
rmmod usbhid
|
||||
echo "removed"
|
||||
modprobe usbhid quirks=0x1a2c:0x0027:0x20000000
|
||||
echo "DONE"
|
||||
7
other/sshcheck.sh
Normal file
7
other/sshcheck.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
if [ -n "$SSH_CLIENT" ] || [ -n "$SSH_TTY" ]; then
|
||||
SESSION_TYPE=remote/ssh
|
||||
else
|
||||
case $(ps -o comm= -p $PPID) in
|
||||
sshd|*/sshd) SESSION_TYPE=remote/ssh;;
|
||||
esac
|
||||
fi
|
||||
Reference in New Issue
Block a user