This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@leviatan ~]# cat /etc/nginx/sites-enabled/rails | |
server { | |
# en que ip debe escuchar | |
listen 10.1.1.4:80; | |
# cual es el nombre del virutalhost | |
server_name rails.hcg.sld.cu; | |
# has proxy inverso para todo hacia 127.0.0.1 puerto 400 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
tc qdisc add dev eth0 parent root handle 1: hfsc default 11 | |
tc class add dev eth0 parent 1: classid 1:1 hfsc sc rate 128mbit ul rate 128mbit | |
tc class add dev eth0 parent 1:1 classid 1:11 hfsc sc rate 99999kbit ul rate 100000kbit | |
tc class add dev eth0 parent 1:1 classid 1:12 hfsc sc rate 80kbit ul rate 80kbit | |
tc qdisc add dev eth0 parent 1:11 handle 11:1 pfifo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
oct 31 01:09:44 artema /usr/lib/gdm/gdm-x-session[3901]: (II) LoadModule: "libinput" | |
oct 31 01:09:44 artema /usr/lib/gdm/gdm-x-session[3901]: (WW) Warning, couldn't open module libinput | |
oct 31 01:09:44 artema /usr/lib/gdm/gdm-x-session[3901]: (II) UnloadModule: "libinput" | |
oct 31 01:09:44 artema /usr/lib/gdm/gdm-x-session[3901]: (II) Unloading libinput | |
oct 31 01:09:44 artema /usr/lib/gdm/gdm-x-session[3901]: (EE) Failed to load module "libinput" (module does not exist, 0) | |
oct 31 01:09:44 artema /usr/lib/gdm/gdm-x-session[3901]: (EE) No input driver matching `libinput' | |
oct 31 01:09:44 artema /usr/lib/gdm/gdm-x-session[3901]: (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mou | |
oct 31 01:09:44 artema /usr/lib/gdm/gdm-x-session[3901]: (**) ETPS/2 Elantech Touchpad: Applying InputClass "ETPS/2 Elantech Touchpad" | |
oct 31 01:09:44 artema /usr/lib/gdm/gdm-x-session[3901]: (II) LoadModule: "libinput" | |
oct 31 01:09:44 artema /usr/lib/gdm/gdm-x-session[3901]: (WW) Warning, couldn't open module li |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@artema lazaro]# udevadm info /dev/input/event10 | |
P: /devices/platform/i8042/serio1/input/input11/event10 | |
N: input/event10 | |
E: DEVNAME=/dev/input/event10 | |
E: DEVPATH=/devices/platform/i8042/serio1/input/input11/event10 | |
E: ID_BUS=i8042 | |
E: ID_INPUT=1 | |
E: ID_INPUT_HEIGHT_MM=16 | |
E: ID_INPUT_TOUCHPAD=1 | |
E: ID_INPUT_TOUCHPAD_INTEGRATION=internal |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[lazaro@artema ~]$ su | |
Password: | |
[root@artema lazaro]# libinput-list-devices | |
Device: Power Button | |
Kernel: /dev/input/event4 | |
Group: 1 | |
Seat: seat0, default | |
Capabilities: keyboard | |
Tap-to-click: n/a | |
Tap-and-drag: n/a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Format: 'protocol::agent' | |
DLAGENTS=('ftp::/usr/bin/wget --limit-rate 90K -c -O %o %u' | |
'http::/usr/bin/wget --limit-rate 90K -c -O %o %u' | |
'https::/usr/bin/wget --limit-rate 90K -c -O %o %u' | |
'rsync::/usr/bin/rsync --no-motd -z %u %o' | |
'scp::/usr/bin/scp -C %u %o') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
[lazaro@artema ~]$ tilda | |
[xcb] Extra reply data still left in queue | |
[xcb] This is most likely caused by a broken X extension library | |
[xcb] Aborting, sorry about that. | |
tilda: xcb_io.c:568: _XReply: Assertion `!xcb_xlib_extra_reply_data_left' | |
failed. | |
Aborted (core dumped) | |
[lazaro@artema ~]$ tilda | |
Segmentation fault (core dumped) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cc -Wclobbered -Wempty-body -Wfloat-equal -Wignored-qualifiers -Wmissing-declarations -Wmissing-parameter-type -Wsign-compare -Wmissing-prototypes -Wold-style-declaration -Wtype-limits -Woverride-init -Wunused -Wstrict-prototypes -Wuninitialized -std=c99 -g -pthread -pedantic -Wall -Wextra -fstack-protector-strong -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_GNU_SOURCE -DCOWER_VERSION=\"16\" -D_FORTIFY_SOURCE=2 -c -o cower.o cower.c | |
cc -Wclobbered -Wempty-body -Wfloat-equal -Wignored-qualifiers -Wmissing-declarations -Wmissing-parameter-type -Wsign-compare -Wmissing-prototypes -Wold-style-declaration -Wtype-limits -Woverride-init -Wunused -Wstrict-prototypes -Wuninitialized -std=c99 -g -pthread -pedantic -Wall -Wextra -fstack-protector-strong -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_GNU_SOURCE -DCOWER_VERSION=\"16\" -D_FORTIFY_SOURCE=2 -c -o aur.o aur.c | |
cc -Wclobbered -Wempty-body -Wfloat-equal -Wignored-qualifiers -Wmissing-declarations -Wmissing-para |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Jul 20 20:02:09] NOTICE[27890][C-00000000]: chan_sip.c:34526 sip_request_call: Asked to get a channel of unsupported format (nothing) while capability is (gsm|ulaw|alaw|h263|testlaw) | |
[Jul 20 20:02:09] WARNING[27890][C-00000000]: app_dial.c:2437 dial_exec_full: Unable to create channel of type 'SIP' (cause 58 - Bearer capability not available) | |
== Everyone is busy/congested at this time (1:0/0/1) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[pasarelasms] | |
exten => _.,1,NoOp(SMS receiving dialplan invoked) | |
exten => _.,n,NoOp(To ${MESSAGE(to)}) | |
exten => _.,n,NoOp(From ${MESSAGE(from)}) | |
exten => _.,n,NoOp(Body ${MESSAGE(body)}) | |
exten => _.,n,AGI(chatplan.php,${MESSAGE(from)}) | |
;exten => _.,n,Set(ACTUALTO=${CUT(MESSAGE(to),@,1)}) | |
;exten => _.,n,ExecIf($["${ACTUALTO}" != "sip:${EXTEN}"]?Set(ACTUALTO=sip:${EXTEN})) | |
exten => _.,n,MessageSend(${ACTUALTOS},${MESSAGE(from)}) | |
exten => _.,n,NoOp(Send status is ${MESSAGE_SEND_STATUS}) |