-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
61 lines (34 loc) · 1.49 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Andrwes Scripting Center
========================
This is the git-repository for all scripts I'm working on.
__makerepopkg.sh__
Script for managing package compilation and repositories in Arch Linux.
__makerepopkg.header__
Description of functions used in makerepopkg.sh
__makerepochroot.sh__
Create clean chroot environment for Arch Linux like configured in files in repo-conf.
__mouse.sh__
Script to control mouse movements and clicks without mouse input devices.
Intended to be bound to keys which enables mouse control via keyboard.
Possible movements:
left, right, up, down (5px)
jleft, jright, jup, jdown (20px)
lclick, rclick (1 click)
wup, wdown [wheel up/down] (5 clicks)
__awk-music.sh__
Play music created by cli command awk.
__ftpusers.sh__
Change group of user given through socket.
Used to change group of ftp users who successfully changed there password after first login through ssh so these users are bound to sftp by the new group.
__createftpuser.sh__
Create user for sftp.
__up_down_script.sh__
Script for up/down options of openvpn.
It reads options like DNS server and domain given by vpn-server and sets them in resolv.conf.
It supports dhcpcd configurations using /etc/resolv.conf.head.
__getMaps.sh__
Download and extract maps from openfietsmap.nl for europe.
__monbattery.sh__
A simple monitor of battery which warns using sound and notifications and hibernates when current capacity is below off-value (10%)
__virt-serial.sh__
Manage serial connections over TCP.