diff --git a/2/ASO/assignments/autoruns/autoruns-doc.pdf b/2/ASO/assignments/autoruns/autoruns-doc.pdf new file mode 100644 index 0000000..5f08654 Binary files /dev/null and b/2/ASO/assignments/autoruns/autoruns-doc.pdf differ diff --git a/2/ASO/assignments/autoruns/autoruns-doc.tex b/2/ASO/assignments/autoruns/autoruns-doc.tex new file mode 100644 index 0000000..41ccf36 --- /dev/null +++ b/2/ASO/assignments/autoruns/autoruns-doc.tex @@ -0,0 +1,89 @@ +\documentclass[12pt,a4paper,titlepage]{article} +\usepackage[spanish]{babel} +\usepackage{hyperref} +\usepackage{graphicx} +\usepackage{subcaption} + +\title{System Internals Autoruns} +\author{Nicolás A. Ortega Froysa} + +\begin{document} +\maketitle + +\tableofcontents +\pagebreak + +\section{Introducción} + +El programa {\it Autoruns} es una herramienta de {\it System Internals} (ahora +pertenece a {\it Microsoft}) que sirve para gestionar las aplicaciones, +servicios, y {\it drivers} que corren al arrancar el sistema. + +\section{Funcionalidad} + +El programa provee una interfaz muy robusta para esta tarea. Podemos ver las +funcionalidades siguientes: + +\begin{itemize} + \item Habilitar/Deshabilitar procesos de inicio/{\it{}drivers} + \item Ordenar procesos por categorías + \item Comprobar los archivos de un proceso de inicio en {\it VirusTotal} + \item Modificar las propiedades del archivo en tu máquina + \item Filtrar las entradas + \item Guardar la configuración actual y cargar una configuración +\end{itemize} + +\begin{figure}[ht!] + \centering + \includegraphics[width=0.75\textwidth]{imgs/autoruns.png} + \caption{{\it Autoruns} en {\it Microsoft Windows 10}.} + \label{fig:autoruns} +\end{figure} + +\section{Comparativa} + +La herramienta que viene por defecto en {\it Windows} es mucho más rudimentario +que el {\it Autoruns}. No muestra la amplia mayoría de los procesos, limitándose +solamente a aplicaciones de inicio -- ni servicios, ni drivers -- y la única +opción que da para organizar las entradas es ordenar por nombre, estado, o +impacto de inicio. + +\begin{figure}[ht!] + \centering + \includegraphics[width=0.75\textwidth]{imgs/ms-startup.png} + \caption{Aplicación de inicio por defecto.} + \label{fig:ms-startup} +\end{figure} + +\pagebreak{} + +\section{Uso en Windows Server 2019} + +\begin{figure}[ht!] + \centering + \includegraphics[width=0.75\textwidth]{imgs/autoruns-windows-2019.png} + \caption{{\it Autoruns} en {\it Microsoft Windows Server 2019}.} + \label{fig:autoruns-windows} +\end{figure} + +\section{Usos} + +Para el uso cotidiano tampoco tiene mucha utilidad, pero sí que es una +herramienta que podría resultar muy útil en el ámbito empresarial, y +especialmente en servidores (para gestionar servicios). También puede servir +para monitorizar la seguridad del sistema, manteniendo una copia de la +configuración inicial (sin cambios) y luego haciendo comparaciones para +verificar de que no se ha cambiado. + +\pagebreak + +\section{Derechos de Autor y Licencia} + +\noindent +Copyright \copyright\ \the\year\ Nicolás A. Ortega Froysa + \\ +\\ +Este documento se distribuye bajo los términos y condiciones de la licencia +Creative Commons Attribution No Derivatives 4.0 International. + +\end{document} diff --git a/2/ASO/assignments/autoruns/autoruns-doc.toc b/2/ASO/assignments/autoruns/autoruns-doc.toc new file mode 100644 index 0000000..e13de59 --- /dev/null +++ b/2/ASO/assignments/autoruns/autoruns-doc.toc @@ -0,0 +1,7 @@ +\babel@toc {spanish}{} +\contentsline {section}{\numberline {1}Introducción}{2}{section.1}% +\contentsline {section}{\numberline {2}Funcionalidad}{2}{section.2}% +\contentsline {section}{\numberline {3}Comparativa}{3}{section.3}% +\contentsline {section}{\numberline {4}Uso en Windows Server 2019}{4}{section.4}% +\contentsline {section}{\numberline {5}Usos}{4}{section.5}% +\contentsline {section}{\numberline {6}Derechos de Autor y Licencia}{5}{section.6}% diff --git a/2/ASO/assignments/autoruns/imgs/autoruns-windows-2019.png b/2/ASO/assignments/autoruns/imgs/autoruns-windows-2019.png new file mode 100644 index 0000000..aa91cb0 Binary files /dev/null and b/2/ASO/assignments/autoruns/imgs/autoruns-windows-2019.png differ diff --git a/2/ASO/assignments/autoruns/imgs/autoruns.png b/2/ASO/assignments/autoruns/imgs/autoruns.png new file mode 100644 index 0000000..5e30ab6 Binary files /dev/null and b/2/ASO/assignments/autoruns/imgs/autoruns.png differ diff --git a/2/ASO/assignments/autoruns/imgs/ms-startup.png b/2/ASO/assignments/autoruns/imgs/ms-startup.png new file mode 100644 index 0000000..ea61b7b Binary files /dev/null and b/2/ASO/assignments/autoruns/imgs/ms-startup.png differ diff --git a/2/ASO/assignments/autoruns/notes.txt b/2/ASO/assignments/autoruns/notes.txt new file mode 100644 index 0000000..b472efe --- /dev/null +++ b/2/ASO/assignments/autoruns/notes.txt @@ -0,0 +1,9 @@ +Autoruns: + - Tiene filtros + - Es más robusto en contenido + - Es más detallado + - Categorías + +MS Startup: + - Más limitado + - Sólo puede reordenar entradas diff --git a/2/IAW/assignments/t4-ej1-ofimatica-web/t4-ej1-ofimatica-web-naortega.pdf b/2/IAW/assignments/t4-ej1-ofimatica-web/t4-ej1-ofimatica-web-naortega.pdf new file mode 100644 index 0000000..f4bd29b Binary files /dev/null and b/2/IAW/assignments/t4-ej1-ofimatica-web/t4-ej1-ofimatica-web-naortega.pdf differ diff --git a/2/IAW/assignments/t4-ej1-ofimatica-web/t4-ej1-ofimatica-web-naortega.tex b/2/IAW/assignments/t4-ej1-ofimatica-web/t4-ej1-ofimatica-web-naortega.tex new file mode 100644 index 0000000..b6502dd --- /dev/null +++ b/2/IAW/assignments/t4-ej1-ofimatica-web/t4-ej1-ofimatica-web-naortega.tex @@ -0,0 +1,94 @@ +\documentclass{beamer} +\usepackage[spanish]{babel} +\usepackage{hyperref} +\usepackage{graphicx} +\usepackage{subcaption} + +\usetheme{Frankfurt} + +\title{Ofimática Web} +\author{Nicolás A. Ortega Froysa} +\institute{CEU San Pablo} +\date{\today} + +\begin{document} +\begin{frame} + \titlepage +\end{frame} + +\begin{frame}{Tabla de Contenidos} + \tableofcontents +\end{frame} + +\section{Teoría} + +\subsection{Instalación} + +\begin{frame}{Requisitos} + \centering + {\Huge Servidor} + + \hfill + + La {\it nube} es un servidor de otra persona, no nos engañemos. Pero mejor que + el servidor sea el tuyo y no de otro. +\end{frame} + +\begin{frame}{Instalación} + \begin{itemize} + \item No precisa de instalación en la máquina cliente. + \item Requiere de más seguridad en su instalación. + \item Puede requerir más conocimiento técnico. + \item Se ha facilitado bastante con {\it docker}. + \end{itemize} +\end{frame} + +\subsection{Gestión de Usuarios} + +\begin{frame}{Registro de Usuarios} + \begin{itemize} + \item Cuentas de usuario + \item Datos más persistentes + \item Cuotas por usuario + \end{itemize} +\end{frame} + +\begin{frame}{Usuarios Anónimos} + \begin{itemize} + \item No hay necesidad de crear cuenta de usuario + \item Más anonimidad + \item Se identifica por medio de un UUID + \end{itemize} +\end{frame} + +\section{Etherpad} + +\begin{frame}{Características} + \begin{itemize} + \item Código abierto + \item Lo puedes montar en tu propio servidor + \item No se tiene que registrar + \item Hay muchos servidores públicos + \end{itemize} +\end{frame} + +\section{Fin} + +\begin{frame}{Fin} + + \begin{center} + Hecho con \LaTeX{} y neovim + \end{center} + + \hfill + + Copyright \copyright\ \the\year\ Nicolás A. Ortega Froysa + + + \hfill + + Este documento se distribuye bajo los términos y condiciones de la licencia + Creative Commons Attribution No Derivatives 4.0 International. +\end{frame} + +\end{document} diff --git a/2/IAW/assignments/t4-ej1-ofimatica-web/t4-ej1-ofimatica-web-naortega.toc b/2/IAW/assignments/t4-ej1-ofimatica-web/t4-ej1-ofimatica-web-naortega.toc new file mode 100644 index 0000000..2a0f626 --- /dev/null +++ b/2/IAW/assignments/t4-ej1-ofimatica-web/t4-ej1-ofimatica-web-naortega.toc @@ -0,0 +1,6 @@ +\babel@toc {spanish}{} +\beamer@sectionintoc {1}{Teoría}{3}{0}{1} +\beamer@subsectionintoc {1}{1}{Instalación}{3}{0}{1} +\beamer@subsectionintoc {1}{2}{Gestión de Usuarios}{5}{0}{1} +\beamer@sectionintoc {2}{Etherpad}{7}{0}{2} +\beamer@sectionintoc {3}{Fin}{8}{0}{3}