Národní úložiště šedé literatury Nalezeno 83 záznamů.  1 - 10dalšíkonec  přejít na záznam: Hledání trvalo 0.00 vteřin. 
Creating a simulation model of the access network
Formánek, Juraj ; Slavíček, Karel (oponent) ; Grenar, David (vedoucí práce)
Thesis deals with generating and monitoring traffic in the GNS 3 simulation tool. The properties of the GNS 3 simulator are defined, including its capabilities for simulating/emulating components. Emphasis is placed on using only open-source tools. After analyzing the capabilities of GNS 3, a suitable traffic generator is found, which is preceded by practical testing of multiple generators. After finding the generator, monitoring tools are practically tested, with Zabbix emerging as the best from the tests. It was linked with the visualization tool Grafana through Zabbix plugin. Part of the work consists of automation, managed by Zabbix along with bash/Python scripts. The thesis evaluates the use of GNS 3 and explores its capabilities, possibilities, and limitations in the area of traffic monitoring and generation. The result is the creation of an access network with one router and two containers that generate and send traffic through this router. Everything is monitored by Zabbix and useful results are displayed in Grafana.
Scripts for automated editing of fonts in PDF files
Gmitter, Jakub ; Zeman, Kryštof (oponent) ; Hanák, Pavel (vedoucí práce)
Master's thesis deals with the issue of font encoding in PDF documents. Proper font encoding is necessary for searching and copying text from such documents. Thesis includes a description of the internal structure of PDF documents, page representation, font types and their encoding, and important objects needed for proper font representation. Understanding of these areas was necessary for development of scripts that are able to repair incorrect font encoding. Two Python scripts were developed as part of the thesis. The first one verifies the integrity of repaired PDF files using SHA-256 hashes computed from their contents. The second script repairs corrupted font encodings in the documents. The necessary information for the functionality of both scripts has been stored in the corresponding JSON structures. The repair script targets PostScipt fonts of type 1. Core function of the repair script is the generation of a ToUnicode object that correctly maps glyphs to Unicode codes within the font. The script has been tested on approximately 200 electronic issues of a Czech magazine that have been provided as sample data. From these sample files, only those that had completely corrupted font encodings were chosen for further work. Other sample magazines only had corrupt encoding of characters with diacritical marks. These magazines were analyzed, but the script is unable to repair them. Commented Python source code, compiled Windows executables and a user guide are available in the electronic attachment and in the author's GitHub repository.
Linux distribution for smart building gateway
Nagy, Tomáš ; Komosný, Dan (oponent) ; Jablončík, Lukáš (vedoucí práce)
The goal of the thesis was to create a Linux distribution for a smart home gateway. The thesis is divided into theoretical and practical parts. The theoretical part dealt with the analysis of the Linux operating system. Subsequently, single board computers are described and compared. In the next part, the gateway issues, communication protocol selection and application containerization are discussed. As a result of addressing the issue, a procedure for adding tools for home automation, the construction of scripts that automate this issue and instructions for their proper execution were proposed.
Implementace a vizualizace klasického genetického algoritmu za použití Metropolisova algoritmu
Matula, Radek ; Jaroš, Jiří (oponent) ; Ohlídal, Miloš (vedoucí práce)
Tato bakalářská práce popisuje využití genetického a Metropolisova algoritmu k řešení problému obchodního cestujícího. Dále popisuje průběh vývoje aplikace POC a vysvětluje problematiku nastavení jednotlivých parametrů algoritmu.
Framework pro statickou analýzu skriptů pro shell
Svoboda, František ; Kočí, Radek (oponent) ; Smrčka, Aleš (vedoucí práce)
Cílem této práce je vytvoření systému pro statickou analýzu skriptů některého unixového shellu.  Zmožných alternativ je jako hlavní předmět zájmu zvolen Bourne-again shell.  Součástí projektu je seznámení se sprincipy statické analýzy, prostudování současných aplikací, které se touto problematikou zabývají, a také probádání syntaxe a architektury vybraného shellu.  Výsledkem projektu je návrh a realizace modulárního systému, který umožní zásuvným modulům provádět různé analýzy skriptů.  Systém zahrnuje správu zásuvných modulů, prostředky pro jejich interakci, zpracování výstupů a nastavení vstupu. Také je popsáno několik zásuvných modulů, které jsou schopny některé základní analýzy provádět.
Fonetická transkripce českého jazyka
Zedek, Martin ; Atassi, Hicham (oponent) ; Sysel, Petr (vedoucí práce)
Cílem práce je vytvoření skriptu pro automatický přepis českého jazyka do fonetické podoby a zpět. V práci jsou porovnány jednotlivé fonetické abecedy a popsány jejich výhody a nevýhody. Pro tuto práci byla nakonec zvolena česká fonetická abeceda (ČFA). Následně jsou uvedeny nejdůležitější pravidla pro spojení samohlásek a souhlásek a dále hlavní asimilační pravidla. Skript byl vytvořen v prostředí MATLAB. Funkční je převod do fonetické formy s využitím popsaných pravidel. Zpětný převod není plně odladěn a je nutno výsledek zpřesnit užitím programu ASPELL pro korekci pravopisu.
Geografická pozice serverů sítě PlanetLab
Iľko, Pavol ; Balej, Jiří (oponent) ; Komosný, Dan (vedoucí práce)
Táto práca sa zaoberá presnosťou polohy staníc v experimentálnej sieti PlanetLab. Práca je rozdelená na teoretickú a praktickú časť. V teoretickej časti je opísaná sieť PlanetLab, jej stručná história a prebiehajúce projekty. Taktiež je v nej opísané vývojové prostredie Google Maps, ktoré využívam v praktickej časti. Praktická časť opisuje funkčnosť programu na overenie presnosti pozície, ale tiež program na meranie odozvy stanice na SSH, či mapu, na ktorej sú zobrazené stanice PlanetLab v Európe. Programy a namerané dáta sú priložené na CD.
Analysis of possible threats in old OS Linux version
Chovancová, Emília ; Dejdar, Petr (oponent) ; Tomašov, Adrián (vedoucí práce)
The bachelor thesis is focused on the security aspect of an older version of a Linux based machine. The document is split into a theoretical part which contains a description of what operating system, kernel, UNIX, GNU/LINUX and Linux OS are in general. Then the description proceeds to explanation of active and passive attacks such as replay, masquarade, denial of service, man in the middle or listening and analysing the network. Afterwards it continues with description of potentially vulnerable spots that are common on operating systems. With the help provided from scanning software, especially Nmap and Lynis, the document proceeds to the practical part which contains various types of successful and unsuccesfful attacks such as password recovery, denial of service, spectre, brute force of a password and cross-site scripting. The last part covers the protection against succesfull attacks and adds a little bit more of additional protection in general in a form of an ansible script.
Skriptovací jazyk pro zpracování obrazu
Crlík, Radek ; Španěl, Michal (oponent) ; Zemčík, Pavel (vedoucí práce)
Tato bakalářská práce se zabývá možnostmi skriptovacích jazyků a jejich druhů. Konkrétně pak návrhu takového jazyka pro obor zpracování obrazů. Cílem bylo vytvoření jazyka, který je malý, ale lehce použitelný. Cílem bylo využít knihovny OpenCV, pro kterou by výsledný jazyk umožňoval co nejkratší zápis kódu. První část se zabývá popisem a zpracováním skriptovacích jazyků počítačem. Druhá část obsahuje popis navrhovaného jazyka. Třetí a poslední část, dokumentuje možnosti dalšího rozšíření.
Optimalizace procesu v oddělení zákaznické podpory
Veselý, Lukáš ; Vobecký, Tomáš (oponent) ; Kříž, Jiří (vedoucí práce)
Práce se zabývá optimalizací procesu eskalace v oddělení zákaznické podpory firmy Centrum služeb s.r.o. Obsahuje analýzu současného procesu a teoretická východiska pro návrh nového řešení. Návrhem řešení je implementace webové aplikace, která proces automatizuje a snižuje tak dobu vyřešení zákaznických požadavků.

Národní úložiště šedé literatury : Nalezeno 83 záznamů.   1 - 10dalšíkonec  přejít na záznam:
Chcete být upozorněni, pokud se objeví nové záznamy odpovídající tomuto dotazu?
Přihlásit se k odběru RSS.