This file contains 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
# vim style tmux config | |
# use C-a, since it's on the home row and easier to hit than C-b | |
set-option -g prefix C-a | |
unbind-key C-a | |
bind-key C-a send-prefix | |
set -g base-index 1 | |
# Easy config reload | |
bind-key R source-file ~/.tmux.conf \; display-message "tmux.conf reloaded." |
This file contains 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 | |
#Script to configure interfaces for CC2650 | |
echo "Starting configuration..." | |
echo "Setting modprobe" | |
modprobe ftdi_sio vendor=0x403 product=0xa6d1 |
This file contains 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
/etc/X11/xorg.conf.d/20-intel.conf | |
-------------------------------------------------- | |
Section "Device" | |
Identifier "Intel Graphics" | |
Driver "intel" | |
Option "AccelMethod" "uxa" | |
EndSection |
This file contains 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
sudo mount -o remount,size=2G,noatime /tmp |
This file contains 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
df -h |
This file contains 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
# pacman-key -r <keyid> |
This file contains 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
$ gpg --recv-keys 057CC3EB15A0A4BC | |
gpg: clave 3A06537A: clave pública "Mozilla Software Releases <[email protected]>" importada | |
gpg: no se encuentran claves absolutamente fiables | |
gpg: Cantidad total procesada: 1 | |
gpg: importadas: 1 |
This file contains 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
\documentclass[compsoc]{IEEEtran} | |
%...(\author \title) | |
%... | |
\begin{document} | |
%abstract se muestra en una sola columna | |
\IEEEcompsoctitleabstractindextext{% | |
\begin{abstract} | |
%\boldmath We propose ... | |
\end{abstract} | |
\begin{IEEEkeywords} |
This file contains 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
%En el preambulo | |
\usepackage{media9} | |
%En el cuerpo | |
%\includemedia[<options>]{<poster text>}{ | |
% <main Flash (SWF) file or URL | 3D (PRC, U3D) file>} | |
% options: opciones | |
% flashvars: especificaciones del entorno empleado | |
% poster text: texto en lugar del video | |
% main Flash (SWF) file or URL: nombre del entorno del video |
This file contains 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
\bibliographystyle{IEEEtran} | |
\bibliography{IEEEabrv,mybibfile} |
NewerOlder