Jackd
Members-
Posts
335 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by Jackd
-
I havent been to sleep much for the last week so may as well stop up and watch this. BTW what does CES mean?
-
Well Done ZH!!!
-
Just a thought but are the settings still intact on the router a power surge/cut for me once wiped all my settings on a old router
-
Ive got a line in my iptables rules file thats -A PREROUTING -p tcp -m tcp -i eth1 --dport 80 -j REDIRECT --to-ports 3128 This is to redirect requests to the transparent proxy, i want to send all requests apart from https and ssh to the proxy so i tried this -A PREROUTING -p tcp -m tcp -i eth1 ! --dport 443,22 -j REDIRECT --to-ports 3128 But it seems like iptables doesnt like the comma there, is that supposed to be set out like that or is it supposed to be different. Jack
-
Something better than cachepilot filtering.. (and free)
Jackd replied to dgsmith's topic in How do you do....it?
Id recomend going just installing ubuntu server from scratch and setting up squid and dansguardian. Installation of squid & DG is as simple as apt-get install squid dansguardian then all you need to do is add rules to DG Jack -
And again same here
-
Yes the script that webman gave you would go at the top this would delete any network drives already mapped, then you would put the drives to map at the bottom of the script
-
You just have to go into services then enable something like Exchange SMTP, Exchange POP3, IMAP etc... Just set them to enabled then starting them worked for me
-
Can anyone point me to a easy guide to install a VPN server on ubuntu that i can use to connect to from windows xp. All the guides ive found from on google have either been incomplete or too hard to follow. Thanks!
-
Any ideas what stuff to pick out of the registry
-
Tried all of those nothing (apart from another computer because i aint got another one with a firewire card) seems to make any difference?
-
Ive got a Sony DCR-PC9E connected via firewire (IEEE 1394). It gets detected by windows in the device manager but besides the device theres a little ! in a yellow circle. When i view the items properties it says Thanks for your help, Jack Dunn
-
you could continously ping something that was on another switch and see if it times out on any and see if offline files goes off when you do it.
-
Tried that nothing there that i can see
-
I know about a2enmod but that says Module not avalible the mod was acting strange a bit ago so i disabled it but now when i try to enable it it says module not avalible Ive attached a screenshot of my VirtualHosts in webmin (purely because its easier to view). The site is still not working correctly like that, its still displaying on the site thats default jacknet.co.uk and not the site it should be ok on
-
Ive got no alias.load in my mods-enabled mind someone sending me a copy of theirs @Iain Thats proabably the problem thanks
-
At the minute ive got a few problems with Apache2 running on Ubuntu server 7.10 First issue is that mod_alias has been uninstalled any ideas how i would re-install that. And second ive got mod_ssl installed and it seems to be working strangely. Heres my virtualhost for the site that i want setup DocumentRoot "/var/www/ssl" ServerName ssl.dzgforum.com allow from all Options +Indexes SSLEngine on SSLCertificateFile /etc/apache2/ssl/apache.pem The server does not seem to be taking the ServerName value because if i browse to https://jacknet.co.uk the site is displayed like it should be for that virtualhost i get the documentroot of that virtualhost and everything. But if i browse to https://ssl.dzgforum.com i get nothing just the page cannot be displayed. Any ideas? Thanks Jack Dunn
-
Looks like theres something a matter with there database at first glance i think thats a MySQL error
-
I was just reading the normal results but it doesnt matter now found my answer! thanks anyways Jack Dunn
-
Could someone show me some code for a loop table in php or point me to a website with a example of something similar What i want is </pre><table width="200" border="1"> </tabl But i want is php to create it like this </pre><table width="200" border="1"> MySQL Result1 MySQL Result2 MySQL Result3 MySQL Result4 </tabl Thanks Jack
-
It seems to work fine when you click on the button that says "Search for all terms", otherwise if you search for example search edugeek its looking for the keywords search and edugeek they dont both have to be in the same page. Hope this helps, Jack Dunn
-
Does anyone know where ill find a small hard drive around 20GB, prefrebly under £20 (it should be as a 80GB one is £20). Thanks Jack
-
can you not just run dcpromo and demote the server then remove add it to the domain via system in control panel (could be wrong just a guess)
