The Windows operating system supports two kinds of driver families, if you narrow it down. First default drivers that ship with the operating system, and then drivers created by the manufacturers of the hardware that often offer advanced functionality and features. The first type is every now and then updated by Microsoft, while the second type needs to be updated manually. That’s a huge problem, as outdated drivers can result in incompatibilities or other technical problems. Just...
Share Most Windows users need to log into the system before they can access their system account. Some single computer users configure Windows to log in automatically, which is comfortable but not very secure. The free face recognition software Blink! offers a way to log in that is both secure but also comfortable. The main requirement is a webcam, as it is used by the software to recognize the user’s face. Faces need to be registered and associated with Windows profiles....
Lots of geeks like to spend some time on a three-day weekend doing fun, spare-time coding. If you’ve been curious about ThinkUp and have a little extra time this Labor Day weekend, come on down! ThinkUp’s come a long way so it’s easier than ever to dive in, try it out, and experiment. Here are four ways you can help make ThinkUp better, whether you’ve got a free 30 minutes or 3 hours this weekend: Test ThinkUp’s new easy installer. Running git, wrangling...
Recently I’ve done a number of articles covering the Lightweight Directory Access Protocol (LDAP) which range from installation, adding entries, to full-blown GUI management tools (See LDAP content on Ghacks for more information). If you’re in the dark about LDAP is an application protocol that allows the querying and modifying of directory services data implemented on IP networks. Basically it’s a complex, large, directory of information of various forms that can...
Okay, so we’ve been dealing with LDAP a bit here on Ghacks, but mostly we’ve look at GUI tools (check out LDAP content on Ghacks). All of the GUI tools are good, but nothing beats the command line for pure control and power. And what’s best, once you have LDAP installed, you have all the tools necessary to manage your LDAP data! There’s really no need for further installation. So, yeah…LDAP comes with it’s own set of management tools and, in this article,...
The Windows 7 Family Pack was a limited offer by Microsoft that basically offered three Windows 7 Home Premium licenses for the price of one. It had a few limitations, but was considered to offer the best bang for the buck for all customers except students, who were able to get a deal of their own. To celebrate the 1-year anniversary of the Windows 7 operating system, Microsoft has decided to reanimate the Windows 7 Family Pack. Starting on October 3, the family pack will be once again...
One of the most frequently asked questions I get is, “How can I learn how to code?” Today fluorescentinca showed me Google Code University, a collection of tutorials on Googly languages (like Python, Java and Go) for relative beginners. Some good stuff there. (I also wrote a more general Lifehacker piece last year that can help you decide what language to start in.) Continua a leggere – Original Link: Google Code University Technorati Tags: autodidact, diy, frequently-asked,...
File compression support is one of the features of the NTFS file system that often gets overlooked by Windows users. Its main purpose is to reduce the storage requirements of files on devices that use the NTFS file system. Compression is however handled different from archivers like 7-Zip, WinZip or WinRar, as the compressed files appear like before in the operating system (meaning there is not extension change to indicate a compressed files). This ensures that the files can be used normally...
Application virtualization solutions like Cameyo offer the tools to run applications in a virtual environment. What this basically means that it is possible to create application packages that can be executed and used normally on destination systems without installation. The application virtualization basically sits between the application and the operating system, emulating the structures needed for the application to execute normally. Cameyo is a free application virtualization software...
The Windows event log records all kinds of events automatically in the operating system, from application installs to hardware failures and user permission changes. Many Windows users on the other hand ignore the event log, mostly because it takes some time to get used to it. The sheer size of the recorded events of a system, and the nimbus of being a tool for system administrator and experts are two additional factors that play a role. The event log serves a few purposes, including the...