I just setup a triple wan router for my work to improve connectivity but unfortunately this router doesn't provide the same level of access restriction as the old dlink.
So to get everything working "nice" I configured DHCP on both and have the tripWan lan port connected to the dlink wan port. Everything works when networking from the network on the dlink to the network on the tripWan but not the other way around.
...
User Profile
Collapse
-
How to to network 2 routers?
-
sorry I should have been alittle detailed about that, the ie screenshot is from ie10...I guess nothing can be done until microsoft decides to invest more time into the browser -
Border-radius issues
I am creating a HTML table on a asp.net page with c# as my language.
everything is working as i want in firefox but internet explorer is a horror film.
I append the style with the following code:
Code:table.Style.Add("border-spacing", "0px"); table.Style.Add("padding", "0px"); table.Style.Add("background-color", "lightyellow");
-
thanks for the help but after some testing it is doesn't work the way I want.
I'm pretty sure that the require valid-user is taking control over the satisfy any command and that is why it is constantly requesting a password even though the link is coming from the same local host.
My .htaccess skills are very lacking, to say the least, but is there a way to put a if-statement around the require command?
like:...Leave a comment:
-
htaccess protective directory
I already have the directory protected with a password but is there any way to put a condition that if the user click a link from the localhost that it would by-pass the password check?
This directory contain presentation files and specfic customers get access to them when we provide them with the htaccess username/password but there is also a employee portal which needs access to these same files but I don't want them to login twice.... -
Server CALs
I'm trying to propose an exchange server for my work and need to get a few things straighten out.
We already have a domain controller (win server 2003) and to run exchange server 2010 we need windows server 2008, which is my concern.
How do the CALs work for this? Can I just use 1 server CAL for the OS and x number of exchange CALs or do the number of CALs have to be equal for both?
I plan to use the... -
IOException only thrown on 64 bit windows
I've made an app that simply copies a complete directory to x amount of removable drives.
everything works on the 32 bit environment, but installing an running my app on windows 7 64 bit throws an "System.io.ioEx ception Device not ready"
this seems to be the line that triggers it:
Code:DriveInfo[] drives = DriveInfo.GetDrives();
-
you need to increase your RAM, which is your computer's memory.
A harddrive is your computer's storage deviceLeave a comment:
-
sounds like there might be a firewall on the other end blocking your ip address from connecting.Leave a comment:
-
the site is only meant for pictures and videos, so you'll have to turn the text into a jpg, gif, etc. to upload it to that site.Leave a comment:
-
-
I don't have much experience with recovery disks, but if its like dell's partition system then i will return the system to how it was when you first received it.
I'm sorry, but the only way to get the get vista installation DVD(s) would be to buy a copy. What you'll have to do is buy the DVD(s) from HP, but you shouldn't have to pay full retail price since you already have a license...you'r e just buying the DVD.Leave a comment:
-
C# setup project
i used C# to build an excel (2003) sheet with custom forms for easy user input. I noticed to only way to get the code working on other machines was to create a setup project to install the package.
But it also needs the following code to allow the .net frameworks to allow the code to run:
Code:%windir%\microsoft.net\framework\v2.0.50727\caspol -u -ag All_Code -url "<path to installed directory>" FullTrust
-
i could be wrong but i think ntbackup can only run when windows is running.
But i recommend trying something like Norton Ghost (http://shop.symantecstore.com/store/...uctID.90124600), it can create simple backups like ntbackup or full image backups.
with a full image backups, it will backup the complete harddrive so in the event of a hardrive failure and a new...Leave a comment:
-
for those who like to use the hibernate feature but hate having to press the shift key
Code:[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System\shutdown] "showHibernateButton"=dword:00000001
Leave a comment:
-
i reocrded a macro in excel to create the following:
[code=VB]
Cells.Select
ActiveWorkbook. Worksheets("Rep ort").Sort.Sort Fields.Clear
ActiveWorkbook. Worksheets("Rep ort").Sort.Sort Fields.Add Key:=Range("F2: F57") _
, SortOn:=xlSortO nValues, Order:=xlAscend ing, DataOption:=xlS ortNormal
ActiveWorkbook. Worksheets("Rep ort").Sort.Sort Fields.Add...Leave a comment:
-
C# sort excel worksheet
I'm still learning C# so forgive me if this question seems "noobish".
I've created an excel template using C#, what it does is connects to our ERP system and gets the specific values wanted. All this is done through an actions pane control. The data comes through fine and appears where and how i want it, but thats not the problem.
There are 7 columns that get filled (rows vary based on results from db query).... -
good read, i noticed you didn't use alot of high tech wording which is a good thingLeave a comment:
-
alright after alot of reading/searching and work i reinstalled fedora got all the updates, download the kernel header and source.
blacklisted b43 and ssb
add the line modprobe ndiswrapper to the rc.local file
and everything seems to working!! :D
but one thing i have noticed is if the router is not broadcasting the SSID it will not auto connect...is there any way to fix this?
i broadcasted...Leave a comment:
-
Kernel errors when installing ndiswrapper
I'm trying to install ndiswrapper so i can get my wireless card working in my fedora environment.
I move to the ndiswrapper directory that i created (using terminal with admin rights) and i run make uninstall...whi ch seems to be working fine but when i run make i get the following error:
Code:make -C driver make[1]: Entering directory `/home/<user>/Desktop/ndiswrapper-1.53/Driver` makefile:23:
No activity results to display
Show More
Leave a comment: