Skip to content
Snippets Groups Projects
Verified Commit 78f80a3b authored by Réthelyi Bálint's avatar Réthelyi Bálint :no_mouth:
Browse files

Initial commit~

parents
No related branches found
No related tags found
No related merge requests found
.idea
@misc{hypervisors,
title = {What is a Hypervisor? Types of Hypervisors 1 & 2},
url = {https://phoenixnap.com/kb/what-is-hypervisor-type-1-2},
urldate = {2022-05-10},
author = {Simic, Sofija}
}
@misc{zfs,
title = {ZFS},
url = {https://unixlinux.tmit.bme.hu/ZFS},
author = {Dr. Korn, András},
urldate = {2022-05-10}
}
@misc{sas,
title = {What are IT mode, HBA mode, RAID mode in (SAS) Controllers?},
url = {https://dannyda.com/2021/09/22/what-are-it-mode-hba-mode-raid-mode-in-sas-controllers/},
urldate = {2022-05-10},
year = {2021-09-22}
}
@misc{ansible,
title = {How Ansible Works},
url = {https://www.ansible.com/overview/how-ansible-works?hsLang=en-us},
urldate = {2022-05-10}
}
@misc{terraform,
title = {What is Terraform?},
url = {https://www.terraform.io/intro},
urldate = {2022-05-10}
}
\ No newline at end of file
File added
File added
% magyar helyesírás ellenőrzéshez (ispell) és elválasztáshoz
\selectlanguage{magyar}
%=================================================================
% direkt ékezetes karakter beírás támogatás
%-------------------------------------------
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{multirow}
\usepackage{hyperref}
% \usepackage{epstopdf}
% dont move figures
\usepackage{float}
\let\origfigure\figure
\let\endorigfigure\endfigure
\renewenvironment{figure}[1][2] {
\expandafter\origfigure\expandafter[H]
} {
\endorigfigure
}
%================================================================
% ha ábrát akarunk beemelni, akkor használjuk a graphicx/graphics
% csomagot és az \includegraphics[width=<width>]{abra.pdf} parancsot
\usepackage{graphicx} %for graphics
%kepek helye a gyokerhez(ehhez a file-hoz kepest) kepest
\graphicspath{{./figs/}}
\usepackage{fontspec, newunicodechar}
\setmainfont{Minion Pro}
\setmonofont{FiraCode Nerd Font}
\newunicodechar{ű}{\H{u}}
\newunicodechar{ő}{\H{o}}
% \defaultfontfeatures{Ligatures=TeX}
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
geometry: margin=3cm
lang: hu-HU
output: pdf_document
bibliography: biblio.bib
csl: mla.csl
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
onlab.pdf 0 → 100644
File added
This diff is collapsed.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Ezt ne piszkáld!!!!
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\pagestyle{myheadings} % legyen fejléc
\newcommand{\onlabcim}{
\begin{center}
\huge{Önálló laboratórium beszámoló}
\small{Távközlési és Médiainformatikai Tanszék}
\end{center}
}
% Argumentumok: #1=Név, #2=Neptunkód, #3=szakirány, #4=email, #5 konzulens-1, #6 konzulens-1-email, #7 konzulens-2, #8 konzulens-2-email
\newcommand{\onlabszerzo}[8]{
\begin{center}
\begin{tabular}{ r l }
\textbf{készítette:} & #1 \\
& \href{mailto:#4}{#4} \\
\textbf{neptun-kód:} & \texttt{#2} \\
\textbf{ágazat:} & #3 \\
\textbf{konzulens:} & #5 \\
& \href{mailto:#6}{#6} \\
\textbf{konzulens:} & #7 \\
& \href{mailto:#8}{#8} \\
\end{tabular}
\end{center}
}
% % Argumentumok: #1=Név, #2=email
% \newcommand{\konzulens}[2]{
% \noindent\textbf{Konzulens:} #1
% \newline\emph{Email cím:}\/ \href{mailto:#2}{#2}
% \newline
%
% }
% Argumentumok: #1=Tanév (xxxx/xx alakban, #2=félév (pont nélkül)
\newcommand{\tanevfelev}[2]{
\large\noindent{Tanév:} #1. tanév, #2. félév
\newline
}
% Argumentumok: #1=téma címe
\newcommand{\feladatcim}[1]{
\begin{center}
\large\noindent{Téma címe: #1}
\bigskip
\end{center}
}
% Argumentumok: #1=téma részletei
\newcommand{\feladatmaga}[1]{
\large\noindent{Feladat:}
\newline
#1
\newline
\smallskip
}
% A fejezetek közé beágyazott irod.jegyzék
\def\thebibliography#1{\renewcommand{%
\baselinestretch}{1}\subsection{A tanulm\'anyozott irodalom jegyz\'eke}\list
{\small [\arabic{enumi}]}{\settowidth\labelwidth{[#1]}\leftmargin\labelwidth
\advance\leftmargin\labelsep
\usecounter{enumi}}
\def\newblock{\small \hskip .11em plus .33em minus .07em}
\sloppy\clubpenalty4000\widowpenalty4000
\sfcode`\.=1000\relax}
\let\endthebibliography=\endlist%
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "template"
%%% End:
pics/proxmox01.png

59.7 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment