\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{bbrocio} \pdfinfo{ /Title (sistop.pdf) /Creator (Cheatography) /Author (bbrocio) /Subject (SistOp Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{CFB6DE} \definecolor{LightBackground}{HTML}{F9F5FA} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{SistOp Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{bbrocio} via \textcolor{DarkBackground}{\uline{cheatography.com/193326/cs/40258/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}bbrocio \\ \uline{cheatography.com/bbrocio} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Not Yet Published.\\ Updated 11th September, 2023.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{3} \begin{tabularx}{5.377cm}{p{0.74655 cm} x{4.23045 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Usuarios}} \tn % Row 0 \SetRowColor{LightBackground} \seqsplit{whoami} & Obtener nombre de usuario que está logueado. \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} w & Muestra información sobre usuarios activos y sus procesos. \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} sudo & Ejecuta comandos del sistema con privilegios del usuario root. \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} su & Permite asumir la identidad de otro usuario. Solicita la contraseña del usuario al que se quiere suplantar. \tn % Row Count 10 (+ 4) % Row 4 \SetRowColor{LightBackground} exit & Finaliza la sesión en el terminal. Volver a tu identidad. \tn % Row Count 12 (+ 2) % Row 5 \SetRowColor{white} \seqsplit{adduser} & Crea un nuevo usuario e información adicional sobre el usuario, los directorios y una contraseña. Script automatizado. \tn % Row Count 16 (+ 4) % Row 6 \SetRowColor{LightBackground} \seqsplit{useradd} & Crear un nuevo usuario de forma manual. Se debe agregar parametros si o si. \tn % Row Count 19 (+ 3) % Row 7 \SetRowColor{white} \seqsplit{passwd} & Cambiar la contraseña. \tn % Row Count 20 (+ 1) % Row 8 \SetRowColor{LightBackground} \seqsplit{groups} & Imprime los grupos en los que está un usuario. \tn % Row Count 22 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.59264 cm} x{3.38436 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Directorios \& Archivos}} \tn % Row 0 \SetRowColor{LightBackground} cat & Enlazar archivos y también para ver su contenido. \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} more & Muestra archivos de texto en el terminal. \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} less & Muestra el contenido de un archivo de texto en la consola con scroll. \tn % Row Count 7 (+ 3) % Row 3 \SetRowColor{white} dir & Genera información sobre los archivos y directorios ya sea en la ruta actual o en alguna ruta que indiquemos. \tn % Row Count 12 (+ 5) % Row 4 \SetRowColor{LightBackground} pwd & Muestra el nombre del directorio en curso. \tn % Row Count 14 (+ 2) % Row 5 \SetRowColor{white} mkdir & Se usa para crear uno o más directorios. \tn % Row Count 16 (+ 2) % Row 6 \SetRowColor{LightBackground} mv directorio /home & Mover un archivo. Elimina completamente el archivo del origen y lo mueve a la carpeta especificada. \tn % Row Count 20 (+ 4) % Row 7 \SetRowColor{white} cp arch1 arch2 & Copia archivos de un lugar a otro sin eliminar el archivo de origen. \tn % Row Count 23 (+ 3) % Row 8 \SetRowColor{LightBackground} cp -R dir1 dir2 & Copia directorios de un lugar a otro. r: recursividad, copia todos los elementos internos. \tn % Row Count 27 (+ 4) % Row 9 \SetRowColor{white} rm & Eliminar archivos de un directorio. \tn % Row Count 29 (+ 2) % Row 10 \SetRowColor{LightBackground} rm -r & Elimina directorios y subdirectorios reiterativamente en la lista de argumentos. \tn % Row Count 32 (+ 3) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{1.59264 cm} x{3.38436 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Directorios \& Archivos (cont)}} \tn % Row 11 \SetRowColor{LightBackground} ln -s /var varios & Crear un acceso directo simbólico. /a donde quiero apuntar. \tn % Row Count 3 (+ 3) % Row 12 \SetRowColor{white} vim & Editar archivos. (Teclas insert:para escribir, escape: salir, w: escribir en el disco, wq: escribir y salir, q: salir). \tn % Row Count 8 (+ 5) % Row 13 \SetRowColor{LightBackground} nano & Editor de texto (ctr+o: guardar, ctr+x:salir). \tn % Row Count 10 (+ 2) % Row 14 \SetRowColor{white} ls - & Lista los archivos y directorios en el directorio de trabajo actual. \tn % Row Count 13 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.4977 cm} x{4.4793 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Comandos de Información}} \tn % Row 0 \SetRowColor{LightBackground} info & Muestra la documentación de lectura en línea para el comando especificado. \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} man & Proporciona información más detallada sobre el comando solicitado. \tn % Row Count 5 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.84609 cm} x{4.13091 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Información del Sistema}} \tn % Row 0 \SetRowColor{LightBackground} uname & Se utiliza para saber en que S.O estoy. \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} uname -a & Muestra información más detallada sobre el sistema. \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} pwd & Muestra el nombre del directorio en curso. \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} tty & Muestra el nombre de archivo del terminal definido como entrada estándar. \tn % Row Count 9 (+ 3) % Row 4 \SetRowColor{LightBackground} \seqsplit{history} & Muestra una lista de comandos usados en la terminal \tn % Row Count 11 (+ 2) % Row 5 \SetRowColor{white} cal & Muestra el calendario del mes actual. \tn % Row Count 13 (+ 2) % Row 6 \SetRowColor{LightBackground} date & Muestra día y hora actual. \tn % Row Count 14 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.64701 cm} x{4.32999 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Búsqueda}} \tn % Row 0 \SetRowColor{LightBackground} grep & Selecciona y muestra las líneas de los archivos que coincidan con la cadena o patrón dados. \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} find & Permite buscar archivos en el sistema basándose en el directorio de archivos. \tn % Row Count 6 (+ 3) % Row 2 \SetRowColor{LightBackground} \seqsplit{locate} & Permite buscar archivos basándose en una base de datos creada especialmente para ello y actualizada regularmente. \tn % Row Count 10 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.64701 cm} x{4.32999 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Control de Procesos}} \tn % Row 0 \SetRowColor{LightBackground} ps & Muestra una lista de todos los procesos activos. \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} ps -ax & a: muestra también los procesos de otros usuarios. x:lista todos los procesos que no se ejecutan desde el terminal. \tn % Row Count 6 (+ 4) % Row 2 \SetRowColor{LightBackground} top & Lista dinámica de todos los procesos activos. \tn % Row Count 8 (+ 2) % Row 3 \SetRowColor{white} htop & Programa interactivo con interfaz que monitoriza los recursos del sistema y los procesos del servidor en tiempo real. \tn % Row Count 12 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.89126 cm} x{3.08574 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Grupos}} \tn % Row 0 \SetRowColor{LightBackground} cat /etc/group & Ver grupos. \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} groupadd & Crear grupos. \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} groupdel & Eliminar grupos. \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} usermod -aG grupo usuario & agregar usuario a un grupo. (g: grupo principal | G: grupo secundario). \tn % Row Count 6 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.4931 cm} x{3.4839 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Información de Hardware}} \tn % Row 0 \SetRowColor{LightBackground} dmidecode & Muestra info del hardware tomada directamente del chipset y permite modificar parámetros. Compatible con todas las distribuciones. \tn % Row Count 5 (+ 5) % Row 1 \SetRowColor{white} lspci & Muestra los puertos pci al hardware virtual. \tn % Row Count 7 (+ 2) % Row 2 \SetRowColor{LightBackground} lsusb & Muestra los puertos usb al hardware virtual. \tn % Row Count 9 (+ 2) % Row 3 \SetRowColor{white} lshw & Resumen completo de la computadora sin importar donde está conectado, compatible con distribuciones derivadas de debian. \tn % Row Count 14 (+ 5) % Row 4 \SetRowColor{LightBackground} cat \seqsplit{/proc/cpuinfo} & Muestra información detallada del procesador del sistema incluyendo el número de CPUs presentes. \tn % Row Count 18 (+ 4) % Row 5 \SetRowColor{white} df -h & Reporte completo de espacio en disco para cada partición (h: legible para humanos). \tn % Row Count 21 (+ 3) % Row 6 \SetRowColor{LightBackground} du & Indica el espacio que ocupa un fichero o directorio en nuestro sistema de ficheros. \tn % Row Count 24 (+ 3) % Row 7 \SetRowColor{white} ncdu & Analiza el espacio que ocupa cada directorio. \tn % Row Count 26 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.14471 cm} x{3.83229 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Networking}} \tn % Row 0 \SetRowColor{LightBackground} ifconfig & Se usa para mostrar información sobre las interfaces de red conectadas al sistema y también para configurar la interfaz de red. Averiguar ip. \tn % Row Count 5 (+ 5) % Row 1 \SetRowColor{white} ip addr show & Modo más moderno de averiguar ip. \tn % Row Count 7 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.89586 cm} x{4.08114 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Herramientas}} \tn % Row 0 \SetRowColor{LightBackground} gpm & Permite usar el mouse. \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \seqsplit{net-tools} & Soporte de herramientas de red. \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} mc & Administrador de archivos más amigable. \tn % Row Count 5 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.66832 cm} x{1.37841 cm} x{1.71257 cm} p{0.4177 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{5.377cm}}{\bf\textcolor{white}{ACL (sistema de permisos y acceso al s.o)}} \tn % Row 0 \SetRowColor{LightBackground} \seqsplit{U:user} & r: read/leer & d: directorio & \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \seqsplit{G:group} & w: \seqsplit{write/escribir} & l: link & \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} \seqsplit{O:others} & x: ejecutar & @: dispositivo de hardware & \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} & -: sin acceso & - :archivo & \tn % Row Count 6 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}----} \SetRowColor{LightBackground} \mymulticolumn{4}{x{5.377cm}}{Basado en archivos /etc/paswwd (usuarios del sistema) y /etc/group (grupos del sistema)} \tn \hhline{>{\arrayrulecolor{DarkBackground}}----} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.89126 cm} x{3.08574 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{ACL comandos}} \tn % Row 0 \SetRowColor{LightBackground} umask & Establecer los permisos por defecto que tendrán los nuevos ficheros y directorios que creemos. \tn % Row Count 4 (+ 4) % Row 1 \SetRowColor{white} chmod -R 777 directorio & Permite alterar / cambiar los derechos de acceso a archivos y directorios. Forma explícita, se borran los permisos modificados anteriormente. -R: recursivo, se propaga a los subniveles. \tn % Row Count 12 (+ 8) % Row 2 \SetRowColor{LightBackground} chmod g-w & Forma canónica, se mantienen los permisos configurados previamente y que no se están modificando actualmente. (- : retirar permiso. + : agregar permiso). \tn % Row Count 19 (+ 7) % Row 3 \SetRowColor{white} chgrp nuevogrupo archivo & Se usa para cambiar el grupo de un archivo o un directorio. \tn % Row Count 22 (+ 3) % Row 4 \SetRowColor{LightBackground} chown nuevoprop archivo & Se usa para cambiar el propietario del archivo. \tn % Row Count 24 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.4577 cm} x{1.92234 cm} x{2.19696 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Instalación Paquetes}} \tn % Row 0 \SetRowColor{LightBackground} apt & Acceder a repositorio de archivos. Permite instalar, actualizar o borrar cualquier programa o paquete del sistema & install (instalar) / uninstall (desinstalar) \tn % Row Count 8 (+ 8) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.64701 cm} x{4.32999 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Otros}} \tn % Row 0 \SetRowColor{LightBackground} sl & Animación de un tren. \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \seqsplit{figlet} & Escribir carteles. \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} links & Instala una herramienta que permite descargar contenido de una página con un comando, útil para descargar drivers desde el servidor. \tn % Row Count 7 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.84609 cm} x{4.13091 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Apagar}} \tn % Row 0 \SetRowColor{LightBackground} halt & Parar el sistema sin apagarlo por completo. \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \seqsplit{shutdown} & Permite apagar el sistema, o realizar alguna acción relacionada con la gestión de energía (temporizador). \tn % Row Count 6 (+ 4) % Row 2 \SetRowColor{LightBackground} \seqsplit{reboot} & Reinicia inmediatamente el sistema. \tn % Row Count 8 (+ 2) % Row 3 \SetRowColor{white} \seqsplit{poweroff} & Apagar el equipo. \tn % Row Count 10 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.4977 cm} x{4.4793 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{ls opciones}} \tn % Row 0 \SetRowColor{LightBackground} l & Lista todos los archivos, directorios y su modo, número de enlaces, propietario del archivo, tamaño del archivo, fecha y hora de modificación y nombre de archivo. \tn % Row Count 5 (+ 5) % Row 1 \SetRowColor{white} a & Muestra archivos ocultos. \tn % Row Count 6 (+ 1) % Row 2 \SetRowColor{LightBackground} h & Tamaño de cada archivo/directorio. \tn % Row Count 7 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{Punteros de localizacion de filesystem} \tn % Row Count 8 (+ 1) % Row 4 \SetRowColor{LightBackground} . & En el lugar. \tn % Row Count 9 (+ 1) % Row 5 \SetRowColor{white} .. & Hacia el nivel superior. \tn % Row Count 10 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.84609 cm} x{4.13091 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Bash Shortcuts}} \tn % Row 0 \SetRowColor{LightBackground} ctr+c & Salir del comando actual. \tn % Row Count 1 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}