techweavr
Techweavr Consultancy & IT Solutions Co.
NEWS & EVENTS
The New Kindle, And Ebooks Generally: My Questions Answered [Video]

It?s As If The iPhone 4 Was Created For DailyBooth; Their App Will Prove It

Groupon And The Problem With The Daily Deal Religion [Video]

Kindle iPhone/iPad App Now Smarter With A Dictionary, Wikipedia, And Google

Google Confirms: We?re Not Currently Blocked In China

Google Opens Places API With Initial Focus On Check-In Apps

Panasonic Buying Out Solar Tech and Rechargeable Battery Makers

$41,000 For The Chevy Volt? Sounds Right To Me.

Users Say Google Is Not Blocked In China, Google Says Otherwise

Google CEO Announces Zynga Partnership

Peixe Urbano Founder: ?Perhaps Groupon Thought It Was Fine to Arrive in Brazil With Fake Deals? [Video]

Jeff Bezos Discusses The Future Of The Kindle With Charlie Rose (Videos)

Vlado Herman Steps Up As New Yelp CFO

Copia Plans Low-Cost 7? And 10? Tablets As Well As E-Ink Devices

In April, Apple Ditched Google And Skyhook In Favor Of Its Own Location Databases

Researchers: Android Wallpaper App Shows ?No Evidence Of Malicious Behavior?

Google?s Latest Search Story Makes Having A Baby Seem Really Depressing

Po Bronson: ?That?s why academics are so boring? [VIDEO]

Here Come the Cheap EReaders and Most of Them Will Be Junk

Fox News: Apple Is The New Religion And The Pope Is Scared

Y Combinator Backed GazeHawk Heatmaps With Web Cams

Five Reasons You Want To Come To The Social Currency CrunchUp Tomorrow

YouTube Boosts Maximum Upload Limit To 15 Minutes

Google Introduces Location-Aware Mobile Display Ads

Facebook Celebrates People?s Birthdays In A Special Way: ?F*ck You B*tches?

MICROSOFT ACTIVE DIRECTORY


Active Directory (AD) is an implementation of LDAP directory services by Microsoft for use primarily in Windows environments. Its main purpose is to provide central authentication and authorization services for Windows based computers. Active Directory also allows administrators to assign policies, deploy software, and apply critical updates to an organization. Active Directory stores information and settings in a central database. Active Directory networks can vary from a small installation with a few hundred objects, to a large installation with millions of objects.

Active Directory was previewed in 1996, released first with Windows 2000 Server edition, and revised to extend functionality and improve administration in Windows Server 2003.

Active Directory was called NTDS (NT Directory Service) in older Microsoft documents. This name can still be seen in some AD binaries.

There is a common misconception that Active Directory provides software distribution. Software distribution is run by a separate service that uses additional proprietary schema attributes that work in conjunction with the LDAP protocol. Active Directory does not automate software distribution, but provides a mechanism in which other services can provide software distribution.
HACK

NAGIOS HOST AND SERVICE MONITORING


NagiosĀ® is an Open Source host, service and network monitoring program. Nagios is a host and service monitor designed to inform you of network problems before your clients, end-users or managers do. It has been designed to run under the Linux operating system, but works fine under most *NIX variants as well. The monitoring daemon runs intermittent checks on hosts and services you specify using external "plugins" which return status information to Nagios. When problems are encountered, the daemon can send notifications out to administrative contacts in a variety of different ways (email, instant message, SMS, etc.). Current status information, historical logs, and reports can all be accessed via a web browser.
HACK

LINUX DHCP/FTP/DNS SERVER


DHCP
Short for Dynamic Host Configuration Protocol, a protocol for assigning dynamic IP addresses to devices on a network. With dynamic addressing, a device can have a different IP address every time it connects to the network. In some systems, the device's IP address can even change while it is still connected. DHCP also supports a mix of static and dynamic IP addresses.

Dynamic addressing simplifies network administration because the software keeps track of IP addresses rather than requiring an administrator to manage the task. This means that a new computer can be added to a network without the hassle of manually assigning it a unique IP address.

Depending on implementation, the DHCP server has three methods of allocating IP-addresses:

Manual allocation, where the DHCP server performs the allocation based on a table with MAC address - IP address pairs manually filled by the server administrator. Only requesting clients with a MAC address listed in this table get the IP address according to the table.

Automatic allocation, where the DHCP server permanently assigns to a requesting client a free IP-address from a range given by the administrator.

Dynamic allocation, the only method which provides dynamic re-use of IP addresses. A network administrator assigns a range of IP addresses to DHCP, and each client computer on the LAN has its TCP/IP software configured to request an IP address from the DHCP server when that client computer's network interface card starts up. The request-and-grant process uses a lease concept with a controllable time period. This eases the network installation procedure on the client computer side considerably.

FTP
FTP or File Transfer Protocol is used to transfer data from one computer to another over the Internet, or through a network.

Specifically, FTP is a commonly used protocol for exchanging files over any network that supports the TCP/IP protocol (such as the Internet or an intranet). There are two computers involved in an FTP transfer: a server and a client. The FTP server, running FTP server software, listens on the network for connection requests from other computers. The client computer, running FTP client software, initiates a connection to the server. Once connected, the client can do a number of file manipulation operations such as uploading files to the server, download files from the server, rename or delete files on the server and so on. Any software company or individual programmer is able to create FTP server or client software because the protocol is an open standard. Virtually every computer platform supports the FTP protocol. This allows any computer connected to a TCP/IP based network to manipulate files on another computer on that network regardless of which operating systems are involved (if the computers permit FTP access).FTP servers can be set up anywhere between game servers, voice servers, internet hosts, and other physical servers.

DNS
Short for Domain Name System (or Service or Server), an Internet service that translates domain names into IP addresses. Because domain names are alphabetic, they're easier to remember. The Internet however, is really based on IP addresses. Every time you use a domain name, therefore, a DNS service must translate the name into the corresponding IP address. For example, the domain name www.example.com might translate to 198.105.232.4.

The DNS system is, in fact, its own network. If one DNS server doesn't know how to translate a particular domain name, it asks another one, and so on, until the correct IP address is returned.
HACK