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 describe first layer, functions, what protocols? | |
| PHYSICAL LAYER: | |
| interacts with transmision media (wire, fibre, air) | |
| functions: - transform bits to analog signals, | |
| - bit rate control, | |
| - multiplexing to logical channels | |
| - circuit switching : old telephones, two network nodes establish communication channel which guarantees | |
| the full bandwidth | |
| - bit syncronisation |
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
| chgrp -Rv Users ~/.ssh/* chmod -vR 600 ~/.ssh/* |
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
| [default] | |
| sub-codepage=cp1250 | |
| sub-auto=all | |
| no-border | |
| slang=sl | |
| ass-use-margins | |
| sub-text-color=#ffffffff | |
| osd-color=1.0/0.0/0.0 |
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
| VIM: | |
| #zlowda barve | |
| cd /usr/share/vim/vim74/colors && sudo wget https://raw.githubusercontent.com/vim-scripts/xoria256.vim/master/colors/xoria256.vim | |
| #zlowdaj font | |
| mkdir ~/.fonts && cd ~/.fonts | |
| wget https://github.com/abertsch/Menlo-for-Powerline/raw/master/Menlo%20for%20Powerline.ttf | |
| fc-cache -vf ~/.fonts |
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
| http://news.softpedia.com/news/Seting-Up-a-HTTP-Proxy-Server-with-Authentication-and-Filtering-52467.shtml | |
| sudo apt-get install squid3 | |
| vim /etc/squid/squid.conf | |
| http_port 3128 <- povezes na nek ip | |
| comment | |
| http_access deny all |
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
| algoritmi izpit 3 rok 2014 | |
| Se vedno nism zih ce je to prav ker enih stvari niti asistent ne zna razlozit. | |
| 1) a) integrala ni mozno zracunat zato je blo pravilno da si zapisal vse do izracuna (temu primerno je bil znizan kriterij) p == 2 | |
| b) n*loglog(n) * C(n) treba je pa se utemeljit tesno mejo | |
| c) n*loglog(n) * A(n) | |
| 2) a) S->aSa | bSb | cSc | aAa | bAb | cAc | |
| A-> a | b | c | e |
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
| [PREDMETI] Zdravo. Še en mesec nas loči do novega študijskega leta, počasi pa je čas za izbiro novih predmetov. Dajmo tukaj spisat kaj smo že imeli, kaj si bi radi izbrali, tako da malo dobimo vsi feedbacka. Vem, da bi moral vsak izbrati to kar ga zanima, ampak mislim, da smo do zdaj že vsi spoznali, da to ni najboljša odločitev | |
| Moji predlogi, če teh predmetov še niste poslušali, ki so idealni če ob študiju še delate in potrebujete malo več časa: | |
| [SMRPO] Mahnič - predmet naredite s kolokvijem in pa sprotnim delom na projektu - skupine po 4-5 ljudi. Ne zahteva preveč dela, toplo priporočam | |
| [OBSS] Jager - predmet mogoče izgleda zaj* na prvi pogled, ampak se ga da tudi naresti s precej malo vložka. 3-4 domače naloge, ki vzamejo mogoče 1-2 dni dela, izpit je pisni, ni zahteven. | |
| [Management Proizvodnih in Storitvenih Procesov] Jurič - predavanja kul, vaje ok. Narediš lahko z 2 sprotnima kolokvijima, poleg tega se dela še nek projekt čez celo leto v parih. Projekt ni zahteven, dobiš vedno navodila, kaj in kako. V |
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
| ### Sample Settings | |
| # aliases | |
| # in this example you can open extensions page by the command ':ext' | |
| # and Chrome's option page by the command ':option' | |
| alias ext TabOpenNew chrome://extensions/ | |
| alias option TabOpenNew chrome://settings/browser | |
| alias downloads TabOpenNew chrome://downloads | |
| alias history TabOpenNew chrome://history |
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
| Windows Registry Editor Version 5.00 | |
| ; Created by: Shawn Brink | |
| ; http://www.eightforums.com | |
| ; Tutorial: http://www.eightforums.com/tutorials/7621-toast-notifications-enable-disable-windows-8-a.html | |
| [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CurrentVersion\PushNotifications] | |
| "NoToastApplicationNotification"=- |
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
| apt-get update | |
| apt-get upgrade | |
| apt-get install build-essential module-assistant | |
| m-a prepare | |
| mount /media/cdrom | |
| sh /media/cdrom/VBoxLinuxAdditions.run |