Forum: Shell Scripting May 28th, 2009 |
| Replies: 4 Views: 842 Hi. Thanks for your answer, but I'm doing some revision and that command is on one of the past papers so it most work. I was just hoping that I understood it how it worked correctly. |
Forum: Shell Scripting May 27th, 2009 |
| Replies: 4 Views: 842 hi. Does this command (tar cvf /usr/local/bin) create a tape achieve in /usr/local and then copies all the files and directories that are in the /bin directory into the tape archive that is stored in... |
Forum: Shell Scripting May 6th, 2009 |
| Replies: 3 Views: 455 The script here was just a quick example anyway I have sorted it I replaced if and else if with case. |
Forum: Shell Scripting May 5th, 2009 |
| Replies: 3 Views: 455 Hi. I have created a script that works perfect but I am now told that I could have done it better, but how?
This is an example of how I did mine:
#!/bin/bash
#
function users
{
echo... |
Forum: Network Security Nov 24th, 2008 |
| Replies: 1 Views: 541 Anybody have any ideas?
I have done all the other 19 questions, but I am still stuck on this one. |
Forum: Network Security Nov 23rd, 2008 |
| Replies: 1 Views: 541 Question: Highlight the part of the algorithm detailed in RFC826 which makes Arp Poison Routing (APR) possible and briefly explain your reasoning.
I am not 100% sure on this question, what is it... |
Forum: Network Security Nov 22nd, 2008 |
| Replies: 4 Views: 895 Thanks for the reply, I have been getting a list together and wanted to make sure that I aint missed any.
This is what I have so far, have I missed any?
Dictionary attacks
Sniffing
SYN... |
Forum: Network Security Nov 22nd, 2008 |
| Replies: 4 Views: 895 What ways do hackers employ to gain access to data travelling a network?
I have been learning about ARP Poising using cain and abel, but I am interested in other ways this can be done. |
Forum: IT Professionals' Lounge Nov 19th, 2008 |
| Replies: 1 Views: 394 Wasn't sure if this was the correct place to post this, so I apologise if its in the wrong place.
Does PGP have any security features and if so what are they?
I have tried google but all I seem... |
Forum: Viruses, Spyware and other Nasties Nov 14th, 2008 |
| Replies: 1 Views: 295 http://www.theregister.co.uk/2008/11/14/avg_false_positive_flash/
That's the second false positive this week after it did the same on a core Windows component. |
Forum: Database Design Nov 12th, 2008 |
| Replies: 17 Views: 3,030 That's cleared everything up Thanks timothybard. |
Forum: Database Design Nov 12th, 2008 |
| Replies: 17 Views: 3,030 I give up thanks for your time timothybard your advice was really good I just struggled to get to terms with database design. |
Forum: Database Design Nov 12th, 2008 |
| Replies: 17 Views: 3,030 I started from scratch and listed the basic tables that I could find. I then decided that between all the tables there are many to many relationships so I did this:
student
student/course
Course... |
Forum: Database Design Nov 12th, 2008 |
| Replies: 17 Views: 3,030 I am so confused now I don’t know why I removed it I guess I just kind of panicked and thought I didn’t need it thanks for pointing it out it will go back in.
It doesn’t state that a tutor is the... |
Forum: Database Design Nov 12th, 2008 |
| Replies: 17 Views: 3,030 I tired to take on board everything that you said and this is what I come up with. |
Forum: Database Design Nov 12th, 2008 |
| Replies: 17 Views: 3,030 Each member of staff is only able to teach certain modules or even certain sessions of certain modules. Members of staff have line-mangers who report to the head of department
For some reason this... |
Forum: Database Design Nov 12th, 2008 |
| Replies: 17 Views: 3,030 I will drop the academic table and the head of office.
Thanks
Lastly, you need to review your relationships.
I am having a massive problem finding theses many to many relationships, I have... |
Forum: Database Design Nov 12th, 2008 |
| Replies: 17 Views: 3,030 I have tried to do what you suggested timothybard my new er diagram is attached what do you think?
I wasn't sure if I should have the student entity to the modules entity 1 to many or student to... |
Forum: Database Design Nov 11th, 2008 |
| Replies: 17 Views: 3,030 I see what you are saying now I have modules one to many to facilities and facilities many to one to room.
I still cant find any more entities that I need, if anybody sees any that I have missed,... |
Forum: Database Design Nov 11th, 2008 |
| Replies: 17 Views: 3,030 I was told that if I had a many to many relationship then I had to create a new table is this not true?. I have attached a document that shows the format of the assignment.
Thanks again. |
Forum: Database Design Nov 11th, 2008 |
| Replies: 17 Views: 3,030 Thanks for your advice REALLY APPRECIATED
How can you track if a student wants to take a module that is not within his course?
Can you explain the purpose of the studies entity?
I thought... |
Forum: Database Design Nov 10th, 2008 |
| Replies: 17 Views: 3,030 Hi, I have produced an er diagram for an assignment which I have attached. Can somebody please tell me if it is correct and if not can you please let me know where I went wrong
Thanks |