Initial commit
This commit is contained in:
commit
1e974934e1
3 changed files with 21 additions and 0 deletions
7
ppc/keyboard-rate
Executable file
7
ppc/keyboard-rate
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/sh
|
||||||
|
# cLinux
|
||||||
|
# Nico Schottelius (nico-linux@schottelius.org)
|
||||||
|
# 2004-12
|
||||||
|
#
|
||||||
|
|
||||||
|
kbdrate -r35
|
7
ppc/mouse_buttons_emulation
Executable file
7
ppc/mouse_buttons_emulation
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/sh
|
||||||
|
# cLinux
|
||||||
|
# Nico Schottelius (nico-linux@schottelius.org)
|
||||||
|
# 2004-12-29
|
||||||
|
#
|
||||||
|
|
||||||
|
echo 1 > /proc/sys/dev/mac_hid/mouse_button_emulation
|
7
prepare-crypt-home
Normal file
7
prepare-crypt-home
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/sh
|
||||||
|
# cLinux
|
||||||
|
# Nico Schottelius (nico-linux@schottelius.org)
|
||||||
|
# 2004-12
|
||||||
|
#
|
||||||
|
|
||||||
|
cryptsetup -c aes create home $1
|
Loading…
Add table
Reference in a new issue