Skip to content

Instantly share code, notes, and snippets.

View LuighiV's full-sized avatar
🏠
Working from home

Luighi Viton-Zorrilla LuighiV

🏠
Working from home
View GitHub Profile
@LuighiV
LuighiV / .tmux.conf
Created July 9, 2021 04:07 — forked from tsl0922/.tmux.conf
vim style tmux config
# 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."
@LuighiV
LuighiV / settingsCC2650.sh
Created January 28, 2018 21:07
Script to configure CC2650
#!/bin/bash
#Script to configure interfaces for CC2650
echo "Starting configuration..."
echo "Setting modprobe"
modprobe ftdi_sio vendor=0x403 product=0xa6d1
/etc/X11/xorg.conf.d/20-intel.conf
--------------------------------------------------
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "uxa"
EndSection
sudo mount -o remount,size=2G,noatime /tmp
df -h
# pacman-key -r <keyid>
$ gpg --recv-keys 057CC3EB15A0A4BC
gpg: clave 3A06537A: clave pública "Mozilla Software Releases <releases@mozilla.org>" importada
gpg: no se encuentran claves absolutamente fiables
gpg: Cantidad total procesada: 1
gpg: importadas: 1
\documentclass[compsoc]{IEEEtran}
%...(\author \title)
%...
\begin{document}
%abstract se muestra en una sola columna
\IEEEcompsoctitleabstractindextext{%
\begin{abstract}
%\boldmath We propose ...
\end{abstract}
\begin{IEEEkeywords}
%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
\bibliographystyle{IEEEtran}
\bibliography{IEEEabrv,mybibfile}