Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Member Avatar for migicikinyanjui

How can i block tor browser? I have some users who are bypassing our websense by using it

Member Avatar for migicikinyanjui
0
284
Member Avatar for migicikinyanjui

Hi I recently configured dhcp role in server 2008. as it stands it seems i have 2 machines servicing dhcp requests. Since i have only one server in my environment i figured it must be the router. we are currently using a juniper network router. i am not a networking …

Member Avatar for migicikinyanjui
0
156
Member Avatar for migicikinyanjui

We are currently running server 2000 which has active directory,dns & dhcp running, we are planning to deploy a new server on 2008 platform. Can i be able to migrate those roles to the new server if not any ideas on the most effective way to go about it.

Member Avatar for jbennet
0
169
Member Avatar for migicikinyanjui

i am trying a case statement that will input different results based on the town a user enters in a form .the code in the form is [CODE]<html> <body> <form action="relay.php" method="get"> town:<input type="text" name="town" /> <input type="submit" /> </form> </body> </html [/CODE] while that one for case is [CODE] …

Member Avatar for Usernamex235
0
140
Member Avatar for migicikinyanjui

I am using DataEnviroment ,I set the path of my connection by going to the properties of the connection (connemployee). and it brings issues with the path at runtime when the packaged program is installed. Help me solve this problem.

Member Avatar for migicikinyanjui
0
115
Member Avatar for migicikinyanjui

having a problem with executing this in jGRASP not acceptin user input [CODE]class salestax { public static void main (String[] args) { try { double price = Double.valueOf(args[0]).doubleValue(); double salestax = price * 0.0825; System.out.println("Sales tax is " + salestax); } catch (NumberFormatException e) { System.err.println("Usage: java salestax price" ); …

Member Avatar for lbarowski
0
603