This file contains hidden or 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
% \newgeometry{margin=26mm} % allarga la pagina anche in altezza | |
\newgeometry{lmargin=26mm,rmargin=26mm} | |
\begin{titlepage} | |
\begin{center} | |
{{\Large{\textsc{Alma Mater Studiorum $\cdot$ Universit\`a di | |
Bologna}}}} \rule[0.1cm]{15.8cm}{0.1mm} | |
\rule[0.5cm]{15.8cm}{0.6mm} | |
{\small{\textsc { Scuola di Ingegneria e Architettura $\cdot$ Sede di Cesena\\ | |
Dipartimento di Ingegneria dell'Energia Elettrica e dell'Informazione | |
\\ - Guglielmo Marconi -\\ |
This file contains hidden or 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
read -p "Choose the interface: " iface | |
echo "Which MAC on $iface do you want?" | |
echo "1 - Set random vendor MAC of the same kind" | |
echo "2 - Set number1 MAC" | |
echo "3 - Set number2 MAC" | |
echo "0 - User defined MAC" | |
read -p "Do your choice: " choice | |
systemctl stop NetworkManager |
This file contains hidden or 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
/* | |
* Copyright 2013 Alex Pacini. | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software |
This file contains hidden or 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
<!-- | |
1: Using prettify | |
--> | |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title><%= documentTitle %></title> |
This file contains hidden or 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[12pt,a4paper]{report} | |
\usepackage[italian]{babel} | |
\usepackage{bold-extra} | |
\textwidth=450pt\oddsidemargin=0pt | |
\begin{document} | |
\begin{titlepage} | |
\begin{center} | |
{{\Large{\textsc{Alma Mater Studiorum $\cdot$ Universit\`a di | |
Bologna}}}} \rule[0.1cm]{15.8cm}{0.1mm} |
This file contains hidden or 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{beamer} | |
\usetheme{Warsaw} | |
\setbeamertemplate{navigation symbols}{} | |
\usepackage[utf8]{inputenc} | |
\institute[]{\sc YOUR INSTITUTE \vspace{5pt} \\ Institute \\ Place} | |
\usepackage[italian]{babel} | |
%\usepackage[english]{babel} | |
\usepackage{amssymb} | |
\usepackage{amsmath} | |
\usepackage{mathrsfs} |