• Welcome to TUKE FÓRUM - Fórum pre študentov Technickej Univerzity v Košiciach.
 
Menu

Zobrazi� pr�spevky

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Zobrazi� pr�spevky Menu

Messages - qip

#1
Quote from: trek on  23.05.2011, 15:25:58
ee to ma byt komplementarne k blp...zabezpecuje to ze informacie z nizsej vrstvy neznizia integritu informaci z vyssej vrstvy


ach jo, bo tu je jedno ci ju odtajni abo ne, ide o integritu (zeby nejake chcanky z objektu s nizsou integritou neboli zapisane do objektu s vyssou), jasne... dik
#2
Biba integrity model (Hudec, 6. prednaska):
*(star) vlastnosť integrity - ak subjekt s chce čítať (sledovať) objekt o, potom s môže mať prístup zápisu do objektu p iba vtedy, ak fO(p)fO(o).

Ne naopak? Ked je to analogia k BLP...
#3
5. ročník / Re: uploadovanie prezentacii
23.05.2011, 04:56:37
Quote from: lada on  21.05.2011, 16:56:11
musim tam ist osobne? bo na to nemam fakt cas

tak teda musim? tiez mi to nevychadza. Staci ked to niekto za mna nahodi?
#4
tak potom by to mohla byt formalita - zopar viet, ziadne rozsiahle prednasky do podrobnosti - a mohli by dat
#6
ja len kvoli tomu, ze do prezentacie som daval na Bc obhajobe tie otazky, co napisal oponent...
#7
Do kedy by sme mali dostat posudok od oponenta? Mam uz v maise znamku - hodnotenie oponentom, no to je vsetko.
#8
vyzera to dobre  :)
#9
5. ročník / Re: Obchodne pravo
08.03.2011, 03:03:44
Zrejme tych 50 otazok staci
#11
4. ro?ník / Re: FŠS
28.05.2010, 04:36:08
okruhy su niekde aj pre internistov?
ja som zacal podla tamtych
#12
4. ro?ník / Re: FŠS
26.05.2010, 02:18:58
nejake materialy, prednasky okrem toho co je na koreckovej stranke?
z coho sa ucit?
#13
4. ro?ník / Re: Modelovanie a simulacia
18.01.2010, 22:23:08
da sa dostat k vystupnym suborom .err, .out na torque?
tu je vypis z konzoly...
Po spusteni ulohy prikazom qsub som ocakaval, ze budu nejake vystupne subory

Using username "jozef".
[email protected]'s password:
Last login: Mon Jan 18 16:08:30 2010 from 25.270.225.124
[jozef@ui ~]$ ls -la
total 56
drwx------   6 jozef skgrid 4096 Jan 18 17:25 .
drwxr-xr-x  41 root   root   4096 Dec  9 13:11 ..
-rw-------   1 jozef skgrid 4244 Jan 18 18:33 .bash_history
-rw-r--r--   1 jozef skgrid   24 Nov 25 11:17 .bash_logout
-rw-r--r--   1 jozef skgrid  191 Nov 25 11:17 .bash_profile
-rw-r--r--   1 jozef skgrid  124 Nov 25 11:17 .bashrc
drwxrwxrwx   3 jozef skgrid 4096 Jan 18 17:00 daifirst
drwxr-xr-x   3 jozef skgrid 4096 Jan 18 01:09 .glite
drwxr-xr-x   2 jozef skgrid 4096 Nov 25 11:22 .globus
drwxr-xr-x   3 jozef skgrid 4096 Jan 18 18:05 .mc
-rw-------   1 jozef skgrid 1024 Nov 25 11:20 .rnd
-rw-------   1 jozef skgrid  846 Jan 18 16:10 .viminfo
-rw-------   1 jozef skgrid   61 Nov 25 11:18 .Xauthority
[jozef@ui ~]$ cd daifirst/
[jozef@ui daifirst]$ ls -la
total 60
drwxrwxrwx  3 jozef skgrid  4096 Jan 18 17:00 .
drwx------  6 jozef skgrid  4096 Jan 18 17:25 ..
-rw-r--r--  1 jozef skgrid   492 Jan 18 15:32 a.h
-rw-r--r--  1 jozef skgrid     0 Jan 18 17:00 edglog.log
-rw-r--r--  1 jozef skgrid   319 Jan 17 23:44 hello.c
-rw-r--r--  1 jozef skgrid 12288 Jan 17 23:11 .hello.c.swp
-rw-r--r--  1 jozef skgrid   195 Jan 18 17:09 hello.jdl
-rwxr-xr-x  1 jozef skgrid  4731 Jan 17 23:46 hello_world
-rw-r--r--  1 jozef skgrid   281 Jan 18 17:54 hw1.script
-rw-r--r--  1 jozef skgrid   327 Jan 18 16:43 hw2.script
-rw-r--r--  1 jozef skgrid   855 Jan 18 16:58 hw.script
drwxr-xr-x  3 jozef skgrid  4096 Jan 18 15:30 tmp
-rw-r--r--  1 jozef skgrid   498 Jan 17 22:23 xhello.jdl
[jozef@ui daifirst]$ cat hw1.script
#!/bin/bash
# --- send the output to the test.out file
#     the default is .o<jobid>
#PBS -o test.out
# --- send the error output to the test.err file
#     the default is .e<jobid>
#PBS -e test.err

echo "Print out the hostname and date"
/bin/hostname
/bin/date
exit 0[jozef@ui daifirst]$ qsub hw1.script
175034.ce.grid.tuke.sk
[jozef@ui daifirst]$ qsts
-bash: qsts: command not found
[jozef@ui daifirst]$ qstat
Job id                    Name             User            Time Use S Queue
------------------------- ---------------- --------------- -------- - -----
175034.ce                 hw1.script       jozef          00:00:00 E short    
[jozef@ui daifirst]$ qstat
Job id                    Name             User            Time Use S Queue
------------------------- ---------------- --------------- -------- - -----
175034.ce                 hw1.script       jozef          00:00:00 E short    
[jozef@ui daifirst]$ qstat
Job id                    Name             User            Time Use S Queue
------------------------- ---------------- --------------- -------- - -----
175034.ce                 hw1.script       jozef          00:00:00 E short    
[jozef@ui daifirst]$ qstat
Job id                    Name             User            Time Use S Queue
------------------------- ---------------- --------------- -------- - -----
175034.ce                 hw1.script       jozef          00:00:00 E short    
[jozef@ui daifirst]$ qstat
[jozef@ui daifirst]$ qstat
[jozef@ui daifirst]$ qstat
[jozef@ui daifirst]$ ls -la
total 60
drwxrwxrwx  3 jozef skgrid  4096 Jan 18 17:00 .
drwx------  6 jozef skgrid  4096 Jan 18 17:25 ..
-rw-r--r--  1 jozef skgrid   492 Jan 18 15:32 a.h
-rw-r--r--  1 jozef skgrid     0 Jan 18 17:00 edglog.log
-rw-r--r--  1 jozef skgrid   319 Jan 17 23:44 hello.c
-rw-r--r--  1 jozef skgrid 12288 Jan 17 23:11 .hello.c.swp
-rw-r--r--  1 jozef skgrid   195 Jan 18 17:09 hello.jdl
-rwxr-xr-x  1 jozef skgrid  4731 Jan 17 23:46 hello_world
-rw-r--r--  1 jozef skgrid   281 Jan 18 17:54 hw1.script
-rw-r--r--  1 jozef skgrid   327 Jan 18 16:43 hw2.script
-rw-r--r--  1 jozef skgrid   855 Jan 18 16:58 hw.script
drwxr-xr-x  3 jozef skgrid  4096 Jan 18 15:30 tmp
-rw-r--r--  1 jozef skgrid   498 Jan 17 22:23 xhello.jdl
[jozef@ui daifirst]$



:trestac: