A wireless bridge connects two LAN segments with a wireless link. The two segments are in the same subnet and look like two ethernet switches connected by a cable to all computers on the subnet. Since the computers are on the same subnet, broadcasts reach all machines. DHCP clients in one segment can get their addresses from a DHCP server in the other segment.
Use a wireless bridge to transparently connect computers in one room to computers in a different room when you cannot—or don’t want to—run an ethernet cable between the two rooms.
A standard wireless bridge (client bridge) connects wired clients to a secondary router as if they were connected to your main router with a cable. Secondary clients share the bandwidth of a wireless connection back to your main router. Of course, you can still connect clients to your main router using either a cable connection or a wireless connection.
To flush and reset a client resolver cache using the ipconfig command
- Open Command Prompt.
- Type: ipconfig /flushdns
source: http://technet.microsoft.com/en-us/library/cc781949(WS.10).aspx
Seesmic, maker of popular desktop and mobile Twitter clients, has just acquired Ping.fm — a service that lets users post to 50 social networks with a single status update — for an undisclosed sum.
The acquisition includes both talent and technology, so Ping.fm co-founders Adam Duffy and Sean McCullough are now Seesmic shareholders and key members of the management team. They will begin immediately integrating Ping.fm technology into Seesmic applications. read more at mashable.com…
Converting a Microsoft Access Database to an MDE File:
The situation may arise when you quickly need to secure and distribute a Microsoft Access database that also contains Microsoft Access VBA code. You will protect the database from editing by restricting the database users access to the design views, however you will need to allow the users to process their data as normal.
It may be that you haven’t got the time to fully create Microsoft Access User Accounts or to set Microsoft Access Security Permissions. By knowing what can and cannot be done by using the Microsoft Access MDE file format, will allow you to make a decision and to quickly release a secure database to the users. Read More