Kenny_G
Members-
Posts
51 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by Kenny_G
-
I'm in the same boat, only I went to a nexus 4.
-
Thanks for reply's. We are using a self-generated certificate and the server isn't a domain controller. The laptops we are trying to connect are not on the domain. I think we are a little confused by the whole thing. We don’t need the laptops to authenticate with the domain control we just need them to log in to Smoothwall via the secure logon page. The wireless is setup on its own vLan and we thought we would use a Radius server to check that anti-virus, windows updates etc. were installed. Any help in point us in the right direction would be appreciated. Kenny
-
Hi, We are after some help and advice on setting a radius server up. We have cisco 2500 wireless controller with Air 2600 AP’s. We would like to have a radius server to authenticate users and check computers health before they get on to the network. We would also like to have the user log into the Smoothwall when connecting to the internet. We have installed a new server with windows 2008r2 which we would like to use as the radius server. We have everything installed but we are having problems with the certificate side of things. We followed the following article NPS, Wireless LAN Controllers, and Wireless Networks Configuration Example - Cisco When a computer tries to connect to the network we get the following “Windows was unable to connect to SSID” and in event view we get the following “the certificate received from the remote server was issued by an untrusted certificate authority.” I have searched the forum for answers but can’t find much. It seems everyone’s setup is different as you would expect. Thanks Kenny
-
PCounter HP Printer - Word documents and notepad not printing!
Kenny_G replied to googlemad's topic in General Chat
Did you find any solution to this? -
Stop users signing into google with chrome
Kenny_G replied to Sheridan's topic in How do you do....it?
Signing into chrome and signing into Google homepage are different things. Google Chrome allows users to sign in to Chrome, so things like bookmarks and passwords are transferred to every computer when they sign into chrome. Signing into Google homepage will allow user access to gmail, drive etc Can you not ban accounts.google.com? -
I've seen it before when something like a paper clip gets pushed into the microphone hole on the screen.
-
Within "Block access to a list of URL's" policy block file://*
-
I'm testing Chrome which is due to be rolled out. I am use the Chrome.adm to set polices but I can't seem to find a policy for HTTPS/SSL. If a user clicks Manage Certificates the certificates box appears. I would like to stop the certificate box from appearing but can't find the correct GPO. Any help would be appreciated
-
Sorry to dig an old post. Did you ever find the gpo for this setting?
-
Can i ask what upload times people get. We are uploading a one hour lesson 400mb-600mb and have reports of one and half hour upload times.
-
Sky Go needs silverlight. I don't think this is available for chromebooks as of yet.
-
[android] Anyone else having problems with KitKat on the Nexus 4?
Kenny_G replied to Dos_Box's topic in Mobile Devices & Tablets
I'm on stock 4.4.3 and aren't having any problems. Everything seems to be working fine. -
We had the same problem last week and it was the above url.
-
We use these http://www.amazon.co.uk/Mustek-ScanExpress-USB-1200S-Scanner/dp/B009HNXVYS/ref=sr_1_2?ie=UTF8&qid=1383738422&sr=8-2&keywords=mustek+a3+scanner they work well.
-
On CC3 we used to a FOG server to roll windows xp out. The image was set at the smart client screen so we could just enter the details and it would install the RM software. Saved a bit time but not loads.
-
I know it's not the same school but its an interesting article. School that spent £500,000 giving its pupils iPads admits that HALF are now broken | Mail Online
-
Try this it should tell you if your exchange has sky equipment in. SkyUser - Sky Broadband Availability and Exchange Checker
-
I would also make sure that sky has their equipment in your local exchange. If not your speed will drop at peak times, happened to me and I had to move away from them. Was struggling to get 1Mbps after 5pm
-
We are also in the first steps of looking at this but are wondering were schools will stand with regards to PAT Testing.
-
Second Realplayer Basic
-
Are you running Solus 3? We are having a similar issue with the agent giving a black screen after login.
-
We are running a green screening course next year in media. I would like to know where people get video clips and pictures from to use as backgrounds. We are looking for loyalty free website or one off payment DVD collection. Thank You
-
Hi, Sorry if this is the wrong place. I would like to put two scripts on to one webpage but i'm new to scripting and don't understand how to do it. If i just copy them one after the other i get errors and the slider displays the slides below each other as if they aren't in a slider, if i take script 2 out the slider then works. Script 1 define(IMAGE1,'slide1.jpg');// default width 550px height 300px / define(IMAGE2,'slide2.jpg'); define(IMAGE3,'slide3.jpg'); define(IMAGE4,'slide4.jpg'); define(IMAGE5,'slide5.jpg'); define(IMAGE6,'slide6.jpg'); define(IMAGE7,'slide7.jpg'); define(URL1,''); define(URL2,''); define(URL3,''); define(URL4,''); define(URL5,''); define(URL6,''); define(URL7,''); ?> <br /> <br /> $(document).ready(function(){ <br /> $("#slider").easySlider()}<br /> auto: true,<br /> continuous: true,<br /> numeric: true<br /> };<br /> }); <br /> <?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE1 ?> <?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE2 ?> <?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE3 ?> <?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE4 ?> <?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE5 ?> <?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE6 ?> <?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE7 ?> Script 2 //<![CDATA[<br /> cookieControl({<br /> introText:'<p>This site uses some unobtrusive cookies to store information on your computer.',<br /> fullText:'<p>Some cookies on this site are essential, and the site will not work as expected without them. These cookies are set when you submit a form, login or interact with the site by doing something that goes beyond clicking on simple links.<br><br>We also use some non-essential cookies to anonymously track visitors or enhance your experience of the site. If youre not happy with this, we wont set these cookies but some nice features of the site may be unavailable.<br><br>By using our site you accept the terms of our <a href="">Privacy Policy.',<br /> position:'left', // left or right<br /> shape:'diamond', // triangle or diamond<br /> theme:'light', // light or dark<br /> startOpen:true,<br /> autoHide:6000,<br /> subdomains:true,<br /> onAccept:function(){ccAddAnalytics()},<br /> onReady:function(){},<br /> onCookiesAllowed:function(){ccAddAnalytics()},<br /> onCookiesNotAllowed:function(){},<br /> countries:'United Kingdom' // Or supply a list ['United Kingdom', 'Greece']<br /> });<br /> <br /> function ccAddAnalytics() {<br /> jQuery.getScript("", function() {<br /> var GATracker = _gat._createTracker('');<br /> GATracker._trackPageview();<br /> });<br /> }<br /> //]]><br /> What i have a the minute Contact Sales On:*(0191) 460 6613 define(IMAGE1,'slide1.jpg');// default width 550px height 300px / define(IMAGE2,'slide2.jpg'); define(IMAGE3,'slide3.jpg'); define(IMAGE4,'slide4.jpg'); define(IMAGE5,'slide5.jpg'); define(IMAGE6,'slide6.jpg'); define(IMAGE7,'slide7.jpg'); define(URL1,''); define(URL2,''); define(URL3,''); define(URL4,''); define(URL5,''); define(URL6,''); define(URL7,''); ?> <br /> <br /> $(document).ready(function(){ <br /> $("#slider").easySlider()}<br /> auto: true,<br /> continuous: true,<br /> numeric: true<br /> };<br /> }); <br /> <?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE1 ?> <?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE2 ?> <?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE3 ?> <?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE4 ?> <?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE5 ?> <?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE6 ?> <?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE7 ?> //<![CDATA[<br /> cookieControl({<br /> introText:'<p>This site uses some unobtrusive cookies to store information on your computer.',<br /> fullText:'<p>Some cookies on this site are essential, and the site will not work as expected without them. These cookies are set when you submit a form, login or interact with the site by doing something that goes beyond clicking on simple links.<br><br>We also use some non-essential cookies to anonymously track visitors or enhance your experience of the site. If youre not happy with this, we wont set these cookies but some nice features of the site may be unavailable.<br><br>By using our site you accept the terms of our <a href="">Privacy Policy.',<br /> position:'left', // left or right<br /> shape:'diamond', // triangle or diamond<br /> theme:'light', // light or dark<br /> startOpen:true,<br /> autoHide:6000,<br /> subdomains:true,<br /> onAccept:function(){ccAddAnalytics()},<br /> onReady:function(){},<br /> onCookiesAllowed:function(){ccAddAnalytics()},<br /> onCookiesNotAllowed:function(){},<br /> countries:'United Kingdom' // Or supply a list ['United Kingdom', 'Greece']<br /> });<br /> <br /> function ccAddAnalytics() {<br /> jQuery.getScript("", function() {<br /> var GATracker = _gat._createTracker('');<br /> GATracker._trackPageview();<br /> });<br /> }<br /> //]]><br /> Again sorry for not fully understanding this any help would be great. Kenny
