|
 Navigation: Categories » Computers and technology » software
Go to Page# 1 2 3 4 5 6 7 8 9 10
Maximizing Your Internet Browser with Bookmarks (04/30/2012) ...
Reducing the cumbersome nature of your bookmarks: Systems that
include hundreds of bookmarks in dozens of subfolders often don’t
allow for easy access to the specific bookmark you seek.
If you want to tame your bookmarks so that you get the most out of your
online experience, it’s wise to use a free online bookmark management service.
Not only can you continue to create bookmarks to your favorite Web
sites, but you often can use the bookmark lists others have created for the
topic areas that interest you. This service can shorten your online research
time. The following are a few examples of bookmark management services:
FreeLink (www....
Should You Go For VMware or HyperV (04/30/2012) ... It also surprises with a x64 emulation, which isn't found in Microsoft Virtual PC. A detriment of virtual PC and Virtual Server is their single CPU processor limitation.
In the past, VMware was the leader and already offered technology to make use of all CPU cores and processors. After some time passed, Microsoft has worked on its own code to compete with VMware and now also has this feature implemented Hyper-V Server. In Hyper-V you can install a virtual machine directly to a physical drive and bypass VHD files altogether....
Remote Access Services (RAS) under Windows XP Professional (04/27/2012) ... Windows XP Professional can
act as a RADIUS client only.
• MS-CHAP (v1 and 2) - Microsoft Challenge Handshake Authentication
Protocol. Encrypts entire session, not just username and password. v2 is
supported in Windows XP, Windows 2000,Windows NT4 and Windows
95/98/ME (with DUN 1.5 upgrade) for VPN connections....
Detecting SoftICE by Calling INT 3h (04/24/2012) ...inc
Extrn SetUnhandledExceptionFilter :
PROC .data
message3 message2 delayESP previous
.code db "Detection by calling INT 3h",0
db "SoftICE found",0 db "SoftICE not found",0 dd 0
;the ESP register is saved here. dd 0 ;the ESP register will save the address of the
;previous SEH service here.
Start:
;------------------------------------------------------------------------------------------------
-;Sets SEH in case of an error
;-------------------------------------------------------------------------------------------------
mov [delayESP], esp
push offset error
call SetUnhandledExceptionFilter
mov [previous], eax
;-------------------------------------------------------------------------------------------------
;The new address for Structured Exception Handling (SEH) is set here to ensure that in case of an
;error, the program will continue from an error label and will end correctly....
Detecting SoftICE by Calling INT 68h (04/21/2012) ...code db "Detection by calling
INT 68h",0 db "SoftICE found",0 db "SoftICE not found",0 dd 0
;the ESP register saves here dd 0 ;the ESP register will save
the address of the ;previous SEH service here
Start:
;-------------------------------------------------------------------------------------------------
;Sets SEH in case of an error
;-------------------------------------------------------------------------------------------------
mov [delayESP],esp
push offset error
call SetUnhandledExceptionFilter
mov [previous], eax
;-------------------------------------------------------------------------------------------------
;The new address for Structured Exception Handling (SEH) is set here to ensure that in case of an
;error, the program will continue from an error label and will end correctly. This is important
;if, for example, the program calls an interrupt that will be performed correctly only if SoftICE
;is active, but which will cause an error and crash the program if SoftICE is not active. Finally,
;the previous SEH service address is saved.
;-------------------------------------------------------------------------------------------------
ah,43h int 68h push eax ;service number ;calls the INT 68h interruption ;saves the return value
;-------------------------------------------------------------------------------------------------
;Sets previous SEH service
;-------------------------------------------------------------------------------------------------
push dword ptr [previous]
call SetUnhandledExceptionFilter
;-------------------------------------------------------------------------------------------------
;Sets the original SEH service address
;-------------------------------------------------------------------------------------------------
pop eax ;restores the return value
cmp ax, 0f386h ;tests to see whether the return value is
;a "magic number"
;-------------------------------------------------------------------------------------------------
;If SoftICE is active in memory, the return value will be F386h in the AX register.
;-------------------------------------------------------------------------------------------------
jz jump ;if yes, the program jumps because SoftICE is
;active in memory
continue:
call MessageBoxA,0, offset message2,\ offset message1,0
;if the return value was other than F386h,
;SoftICE was not found, and an error message ;will be displayed....
How Can You Increase Your computer performance (04/21/2012) ... It should be your initial priority to clean up this drive on regular basis. As a matter of fact, all the problems begin from Drive C because it is generally the default Drive of your system and all the junk during the installation move on drive C; resulting in accumulation of lot of junk. Therefore, as soon as the installation of the Operating System is complete we should clean the Temps and Prefetch folder manually or with a Licensed Registry and Windows Cleaners. In a month, you should defrag the computer 4-5 times.
Defragging helps in maintaining the files of your computer properly....
Detecting SoftICE by Searching Memory (04/20/2012) ...386
.MODEL FLAT,STDCALL locals
jumps
UNICODE=0
include w32.inc
Extrn SetUnhandledExceptionFilter :
PROC .data
message2 message3 delayESP previous db "Detection by memory search",
0 db "SoftICE not found",0 db "SoftICE found",0 dd 0
;the ESP register saves here dd 0
;the ESP register will save the address of the
;previous SEH service here.
....
Fight for the Future, Digital Future: Google VS Apple (04/19/2012) ... So, both companies have been exercising to be ready for the ultimate strike.
But Apple does not want it to end like the Macintosh-Windows War and is struggling for early termination of the war on its own conditions. Numerous suits filed against HTC, a Taiwanese handset manufacturer that makes a number of Android smartphones, including Google's Nexus One, prove the point. In fact Apple's patents are not for the invention itself. They deal more with refining and compiling a number of extremely promising features like a multitouch option, a tablet design etc....
The Beginner's Guide to iPad Video Conversion on Mac (04/16/2012) ...1 with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats); MPEG-4 video (up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, simple profile with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in ....
Touch and View: iPad application (04/15/2012) ...
Leaving alone iPhone apps which can be resized or run on the iPad as they are, there is a great deal of other possibilities to talk about. The iPad frame can satisfy the needs of creators as well as those of viewers.
Let's stress all the advantages that contribute to the desktop application format:
ü 1024×768 pixels of the display will enhance presentation abilities if compared to iPhone;
ü A completely new form of the device which represents neither a smartphone, nor a PC;
ü Despite the fact that iPhone was the first to support a multi-touch option, only on the iPad there are enough space to work with two hands;
ü Applications which include a considerable amount of typing are more feasible due to a larger virtual keyboard.
The key factor is a touch. It proves the reality of the object especially when the form of the device is associated with books or a pile of docs or notepads of paper....
Deciding on TIFF vs. JPEG Output for Scanned Images (03/23/2012) ... Two of the most common output options that you'll deal with is a TIFF file and a JPEG file, with both having their advantages depending on the type of output you are looking for.
TIFF files are the best-quality files that you can create. If you are the type of person who invests in top-quality equipment, you might want to consider this option. TIFF files do not get compressed, meaning that 100 percent of the data captured during scanning is retained. JPEG files are compressed, which creates a small loss of quality each time a photo is scanned or edited....
Photoshop Clipping Path and Masking Techniques :: Wonderful Technique to Knock Out Image Background (03/17/2012) ... Clipping path simply means erasing selected outlined points from the background. As for example a tailor cuts- off outlined part of a cloth with a scissor. The object becomes moveable to any other inspired background while clipped.
Procedure:
After running adobe Photoshop, you will open an image from the File menu. Then you will click on the pen tool in the tool box and see the nib icon on the top toolbar below the menu....
Tips on Getting MP3 from CD as iPhone Ringtone on Mac (03/14/2012) ... Open iTunes to import CD songs . After you open iTunes, you'll be notified automatically " if import the CD songs to iTunes library". Of course, you can also click "Import CD" to get CD songs. Before importing CD songs to iTunes library, you can also set some import settings by the showed "Import Setting" button , there are five encoder ways for selecting.
After choosing the Encoder, Click "OK" to finish the Import Setting....
Know about Architectural CAD Drawing (03/09/2012) ... Presentation of the full range of architectural models, renderings and animations. 3D animations improves your graphics and gives a better look at your website or presentations, which gives your company a cut above the rest.Walk through animations are an integral part in larger architectural presentations. You can dimentionally specific architectural renderings of the highest quality. With the mouse-based movements can effortlessly create walk through an AutoCAD model and can really be there....
Tips to Develop Mechanical CAD Drawings and Design (03/09/2012) ... Image detail: mechanical equipment in detail all individual members need to represent is convinced that is built according to design requirements and standards and code. This surface texture of the image, the geometry, materials, size and detail, including images of geometric tolerances, etc., also all necessary contracts, manufacturing and regulatory compliance to include the necessary information. Construction Photos: parts and construction plans for the creation of virtual images using a list of materials are included mounting. Sometimes drawing materials heat treatment and stress relief, geometry and tolerance machining of the final details, including relevant documents produced....
Most popular free open source software (03/09/2012) ...sk is a program intended for translating subtitles in MicroDVD format from one language from which you want to make the translation. Some of its features include easy & transparent line-by-line editing, displaying subtitles under video, insert/delete/split/join subtitles lines, cut/copy/paste several lines of subtitles, volume & playback speed control, import/export of other subtitles formats, etc.See all features and download link: http://www.mironto.sk/download....
How to send SMS from Microsoft Dynamics CRM 4.0 (03/04/2012) ... These programs allow the company's contact information to be documented and stored for improved service for its costumers. Ozeki presents an application which introduces SMS sending and receiving possibility to any CRM software. In this overview you can learn about how you can improve your business efficiency with integrating Ozeki NG SMS Gateway into your CRM system.
Though if you use a CRM application, it can be still problematic to reach your customers. Even if you manage to reach them, speed still can be crucial....
Programming representational state transfer (REST) (02/27/2012) ...
There must have a single, unambiguous, authoritative identity within a system in order to identify all the conceptual entities that the system exposes as resources and to assign a unique URL to each of them. In case of temporary resource you should be very careful if you plan to use them only as a temporary resource.
Publicly exposed resources should be sorted out that are immutable by the client and those are mutable. Putting and deleting should be used in appropriate manner. Proper methods should be implemented that will allow both sender and receiver to make the absolute minimum of assumptions as to the other's state....
Norton 2010 Product Rebates (02/16/2012) ... Norton 2010 Coupon Codes are easy to find and can save you anywhere from 10-15% off when you buy Norton 2010 Software Products Online. Here are the current Norton 2010 Coupons available (visit the site to get the actual Norton 2010 Coupon Codes):
15% OFF Norton 360 - Norton Security Store exclusive Coupon Code
10% OFF Top Norton Products at Symantec Store
Norton Internet Security 2010
Norton AntiVirus 2010
Norton Ghost 14.0
If you are new to Norton Software Products and are looking to test out the computer security software before you decide to purchase it, you can get Norton 2010 Free Trial Software for 30 days. With the Norton 2010 Free Trial Products, you can use them for a full 30 days without putting down any payment information, and on the 30th day you can then decide if you would like to make a purchase. The following Norton 2010 software products are available under the Norton 2010 Free Trial umbrella"
Norton 360 Version 3....
Google Chrome OS: Google`s New PC Operating System (02/13/2012) ...
The Google Chrome Operating System is targeted for people who spend most of their time on the internet, and is being designed to power computers ranging from netbooks to full-size desktop systems.
Speed, simplicity and security are the key factors of the new Google Chrome OS. The new OS will be designed to be fast and lightweight and to startup and get you on the web in a few seconds. The user interface will be minimal and as what they did in Google Chrome browser, they will be going back to the basics and completely redesigning underlying security of the new Operating System so that users don't have to deal with viruses, malware and security updates.
I was able to test and use different distributions of open-source operating systems that are already available....
Go to Page# 1 2 3 4 5 6 7 8 9 10
|
|
|
An overview on Software Components of a PC - Many people think of a PC as comprising solely physical hardware, but hardware is just a useless pile of silicon, metal, and plastic unless you have software to make it do something. Softwar (more...)
Malware Self Preservation Techniques - We've discussed a variety of defensive techniques to fight viruses. However, the virus writers are aware of our defenses, and are actively working on undermining them. A malware specimen can em (more...)
Virus Propagation Mechanisms - As we've seen, once a virus is activated on a computer system, it knows how to locate and infect host programs on that machine. To replicate within the system, a virus might attach to boot sect (more...)
Infecting Boot Sectors - To understand the purpose of a boot sector and the reasons why a virus might want to infect it, let's examine the key steps involved in loading an operating system from the hard drive. How does (more...)
Worm Defenses - So, highly destructive worms might be on the way. Computer investigations around the world are turning up several of these major themes in new attack tools, and attackers in the computer underg (more...)
A Brief History of Worms - Worms are nasty, but they certainly aren't new. Major portions of the early Internet were disabled by the Morris Worm way back in November 1988, but that wasn't even the first worm. In 1971, at (more...)
ESRB Game Ratings - Games today range from harmless edutainment and board games to first-person shooter games that feature scenes of intense violence and even sexual content. How are parents supposed to be able to (more...)
Getting Systems Development Right - The United States is the most computer-dependent country in the world. From
custom software designed and constructed for unique functions such as a global
tracking system to standard softwa (more...)
Impediments to Worm Spread - Now that we've seen the typical components used to build a worm, let's think through the major hurdles that worms face as they spread and the strategies used to get around such obstacles. Altho (more...)
Command Injection - In 1994, the author of this tutorial was sitting in front of an SGI computer running IRIX that was simply showing the login screen. It gave the option to print some documentation and specify (more...)
Buffer Overruns - Buffer overruns have long been recognized as a problem in low-level languages. The core problem is that user data and program flow control information are intermingled for the sake of perform (more...)
|
|
|