Advertising
advertising
related pastes to tag 'lock'
- 1788030 - Artem S. Tashkinov: linux russian keyboard lock caps winkeys
-
- # (c) 2010. Artem S. Tashkinov
- # A command to set the Russian keyboard layout with proper digital keys, disabling Caps Lock, making Caps Lock behave as a visual for the Russian language.
- #! /bin/bash
- echo -n "Setting the Russian keyboard ... "
- sleep 1
- setxkbmap 'us,ru(winkeys)' -model pc105 -option grp:alt_shift_toggle,grp_led:caps,ctrl:nocaps && echo OK || echo Failed
- 1744542 - Obama's gf: porn fail lol girl sex door sad obama epic politics lock face be happy girlfriend naughty
-
- &noci0xff7e00nl-4.10958904109589nl13.013698630137nl-34nl142.727272727273%dnenoci&drowQDCOC)U"PGY"IHilynpfykQdcoc."yjcv"{qw"rwvvkpi"kp"o{"ococAilynpfykDGECWUG"PQV"GXGT[QPGilynpfykYCNMU"KP"QP"VJGKT"OQOilynpfykFQKPI"VJG"DCF."CU"C"MKFilynpfykUqog"qh"wu"lwuv"pgxgt"ngctpv"vq"mpqem"rtqrgtn{#%dnedrow&rahc73nl1nl1nl22nl37%dnerahc&ofniKnqxgo{dgctfilynpfyk<*%dneofni
- 1737490 - btprox.sh: screensaver bluetooth screen lock
-
- #!/bin/sh
- #
- # Monitors bluetooth looking for a specific device; if the
- # device is not present, lock the screen
- #
- # Device to look for. Either name or hex address will work.
- 1737488 - btprox.sh: screensaver bluetooth screen lock
-
- #!/bin/sh
- #
- # Monitors bluetooth looking for a specific device; if the
- # device is not present, lock the screen
- #
- # Device to look for. Either name or hex address will work.
- 1737459 - btprox.sh: screensaver bluetooth screen lock
-
- #!/bin/sh
- # Device to look for. Either name or hex address will work.
- #DEVICE=00:25:CF:AA:A0:AC
- DEVICE=Marsbard
- if [ "$(id -u)" != "0" ];
- then