Archive for January, 2010

Home Business Systems You May Require

Business people planning to set up a home business or home office have a huge variety of business systems to choose from today. Anyone starting out may be confused regarding which systems to purchase and whether they should purchase service insurance. We will cover the basics of what every business should consider that is focused on Internet related home based businesses.

Working efficiently from home is an important element of any business, especially if you are planning to conduct any internet related business. Business owners should surround themselves with high quality systems to ensure that they are efficient at what they do every day as well as having sufficient backup systems to avoid lost time due to equipment failure.

A high speed access line by cable modem or DSL is a priority, as is a router with a built in firewall and Ethernet hub. The firewall will provide you with some protection against other users from the internet hacking into your own computer and network. The Ethernet hub will allow you to connect several computers if needed to the same access line. Many business owners are opting for wireless routers and hubs to allow them to place their computers anywhere in the home without having to worry about adding wiring. Users are cautioned to set up their networks with the security option enabled. Otherwise your neighbors or even strangers near by can use your wireless network to connect to the internet.

A high speed computer with the latest hardware and software is also recommended. It is amazing just how fast technology is evolving. Six months after you have made your purchase and set up your system, it will be out of date. Note that it will function and deliver service to you for many years, however it will just not have the latest features etc. available.

Depending on your business you may need multiple telephone lines, a fax line and several printers. Today for a relatively low price, you can purchase all in one systems that include a printer, copier, fax machine and scanner. Most printers that are ink jet deliver excellent quality and print a sufficient number of pages per minute, however if you will be doing a great deal of printing, you may want to consider a laser printer.

One final comment about the systems you purchase. If you cannot tolerate down time, many business owners will always ensure that their data is backed up daily to avoid any significant lost of information. In addition they will also purchase a service package, which will guarantee repairs or replacement of their systems within a specified time frame. Finally many owners will also have a 2nd or 3rd system available so that they do not lose productivity if one were to fail.

anonymous
http://www.articlesbase.com/business-opportunities-articles/home-business-systems-you-may-require-97245.html

Dell Vostro a860 Question?

Alright There is a deal on this dell laptop that i want for christmas i pritty much want it for interent and games and school is this a good lap top. here are the specs:

PROCESSOR Intel® Celeron M® M560 (2.13GHz, 1M L2 Cache, 533MHz FSB)
OPERATING SYSTEM Genuine Windows Vista® Home Basic, Service Pack 1, English
productivity software Microsoft® Works 9. Does NOT Include MS Word
MEMORY 1GB,DDR2,800MHZ
OPTICAL DRIVE 24X CD Burner/DVD Combo Drive
VIDEO CARD Intel Graphics Media Accelerator X3100
HARD DRIVE 120GB SATA Hard Drive (5400RPM)
WI-FI WIRELESS CARD Wireless Networking 802.11b/g

MODEMS Modem, 3-1 Reader, 1394 Firewire, PCMCIA Included
Top Selling Software Free Microsoft Office Live Small Business
LCD Panel 15.6 inch Wide Screen HD LCD Display
Primary Battery 4Cell Lithium Ion Battery
Labels Windows Vista® Basic

It’s pretty down-scale. If you can upgrade to 2-3 Gig of RAM, do it. I doubt you can run hi-level games on it. The Video card is onboard (on the motherboard) and weak, but for other uses it should be fine.

You get more for the money here:

http://www.ecollegepc.com/

Take the 3 year warranty, if you can.

Where can I buy games and software to download for my Mac?

I want to buy stuff for it, but I do not want to have to have a physical copy. This is more important than anything else. Just like a list of sites with something. I prefer paid downloads, not free ones. I’m looking for like Simcity, and stuff like that, and possibly productivity software.

log on a professional mac protal, macupdate, or macfans. and so on.
But i always search MAC tools here:
http://bit.ly/8BV4AR

Choosing a Web Application Programming Language

Among computer programming languages, there is no single application that does all the different things, in all the different ways, that programmers need. Because of the great number and diversity of programming tasks, choosing a web application programming language has become a critically important step.

Fortunately, there is continuing development in the field, and today the number of capable applications is expanding. Database-driven websites can now be built with such varied scripting languages as PHP, ASP.NET, JSP, Perl and Cold Fusion, which fall into two main groups – proprietary and open-source. In the foregoing examples, all are open-source except the proprietary Cold Fusion and ASP.NET.

PHP pros and cons

As an open-source application, PHP was developed (and continues to be developed) by an active, engaged, international community of users. This is a great example of strength in numbers. Another strength of PHP, of course, is cost. It’s free.

Because it is free, open-source software, PHP can be compiled and “tweaked” for most any operating system. In fact, there are even pre-compiled versions available for the majority of operating systems, both commercial and freeware.

You can also relax a bit more with PHP, as you can count on its being updated and improved more often than other languages. In an open, collaborative and non-hierarchical environment, suggested improvements can be adopted quickly. Again, this is a strength that is derived from its open-source status.

PHP is a mature application, though younger than Perl, for instance. However, it does have a few weaknesses that may be minor annoyances to some, but deal-killers for other programmers. Its lack of event-based error handling means that your workflow may be interrupted by a sudden jump to a special error-handling section. Finally, its lack of case sensitivity for its function names will run afoul of many professionals’ long-established work habits.

ASP.NET = flexibility

ASP.NET is arguably the most flexible of the programming tools, and “plays nice” with both scripted languages (VBScript, Jscript, Perlscript, Python) and compiled ones (VB, C, Cobol, Smalltalk, Lisp). This flexibility is also apparent in the application’s compatibility with such development environments as WebMatrix, VisualStudio.NET and Borland’s Delphi and C++ Builder.

On the downside, ASP.NET is a memory hog and somewhat slower to execute than its competitors. For this kind of application, that can be a serious weakness – on the Internet, it may be called upon to scale to thousands of users per second. Its memory usage can easily become problematic on your server.

JSP (Java Server Pages)

JSP is an open-source scripting language supported by Oracle, so developers can use Oracle JDeveloper to create JSP pages. This can be accomplished without having to learn the Java language first, relieving you of the task of writing Java scriptlets. It is also extensible, allowing Java tag library developers to outfit it with simple tag handlers that use a new, simpler, cleaner tag extension Application Programming Interface (API).

JSP has integrated the JavaServer Pages Standard Tag Library (JSTL) expression language, and it now supports functions. This greatly eases the creation and maintenance of JSP pages.

The most significant disadvantage of JSP is that there is no XML-compliant version of JSP comments, forcing developers to use client-side, HTML/XML-style comments (or embed Java comments). Depending, once again, on your particular needs, this may or may not be sufficient reason to eschew the use of JSP.

A shiny Perl

An open-source language that is both mature and powerful, Perl offers web developers about every tool they need to create dynamic web pages. Like other open-source languages, it benefits tremendously from ongoing development, and the support offered by its international community of users is second to none.

Perl is particularly good for creating single websites quickly, cleanly and elegantly. If it has a major identifiable weakness, it is that it may be unnecessarily complicated. If you are not comfortable switching gears among a variety of syntaxes, it may not be the best tool for you.

The real ColdFusion

Originally built by Allaire and then purchased by Macromedia, ColdFusion is now owned by Adobe. It is very easy to get started building websites with it, and you can deploy powerful web applications and services with less training – and in less time, using fewer lines of code – than with PHP and JSP.

ColdFusion is now at version 8, although many programmers are still using the various iterations of ColdFusion MX, variously known as ColdFusion MX 6, ColdFusion MX 6.1, ColdFusion MX 7, ColdFusion MX 7.0.1, ColdFusion MX 7.0.2, ColdFusion 7, ColdFusion 7.0.1 and ColdFusion 7.0.2. However, ColdFusion MX to ColdFusion 8 is a valid upgrade path. In fact, upgrading to ColdFusion 8 is supported for the two most recent previous major releases of the program.

ColdFusion supports most major databases, from Oracle and Sybase to Microsoft SQL Server and Access. With its own markup language (CFML) and tags to connect to the database, it is relatively easy to create forms and dynamic pages. It also has all the benefits of CGI for today’s broadbased developers. Its weaknesses are few, but expert users will caution that it is probably the most difficult to maintain.

Bottom line

Secure and scalable web applications are important to every business with an Internet presence (which is every business today, isn’t it?) and can directly affect productivity, sales, reputation and profits. If you want to develop a web application and do not have the expertise in-house, any number of reputable web development firms can help you determine the right tools for your task.

Whether your application development happens in-house or with outside assistance, it is important that management understands the basics. You don’t have to become a programmer, of course, but to make good business decisions you do need to know what these powerful tools are all about. As long as you learn enough to help make the appropriate decision, you can leave the actual coding and compiling to the experts.

Gary Klingsheim
http://www.articlesbase.com/web-design-articles/choosing-a-web-application-programming-language-686952.html

Job Scheduling Software Making Your Life Easier

Nowadays topic of job scheduling software comes up. What is it Job Scheduling software really and how does it impact your company large or small. Commonly speaking this is a program that enables an enterprise to schedule and, in some cases, monitor computer “batch” jobs. Jobs in terms of units of work, such as the running of a payroll program.

Job scheduling generally requires the creation of complex algorithms and mathematical charts. However, with scheduling software, this can be eradicated as the software tools effectively maintain all the information on a centralized server, for real-time processing. This enables the operator to track each and every job, machine, department and employees by each hour, day, week or month. Each machine can be scheduled individually, or the entire shop can be scheduled at a time. These tools are also smart enough to prioritize the tasks, determine the capacity requirements and schedule them accordingly. They can build schedules based on the real-time capabilities of the resources, people and the machines as well as the current used capacity of the job shop. They can identify WIP, ERDs (estimated release dates), throughputs, backlogs, JIP scheduling, ASAP scheduling, priority scheduling, tandem scheduling, parallel scheduling, fragment scheduling, ship date scheduling, station-specific scheduling, station sequencing and many more.

A Job scheduler can initiate and manage multiple jobs automatically by processing already prepared job control language statements or through equivalent interaction with a human operator. I.E: you or an employee.

Keep in mind this is a long term investment type of deal. Implementing such software into your company can dramatically increase productivity, profit, and ROI on projects. Before purchasing a job scheduling enterprise software, be sure to sit down with all the appropriate people in charge of job creations, time management, project managers, etc.

Today’s job schedulers typically provide a very user friendly GUI (graphical user interface) and a single point of control for all the work in a distributed network of computers.

Some Basics features that may be found in a J.S. software include:

-Continuous automatic monitoring of jobs
-Job completion notifications
-Performance monitoring
-Report scheduling

Seth T
http://www.articlesbase.com/corporate-articles/job-scheduling-software-making-your-life-easier-692063.html

Free Time Management Software – 2 Ways To Get Free Time Management Software

As more and more recognizes the critical usage of time management, there are virtually many different types of free time management software available online in this era. Such software gives you an excellent chance for getting your life or your business in sync.

Also, when you are using such software, you can actually manage more projects, arrange essential events and have the program to alert you of any messages when it is time to complete the assignment. People should always maintain some sort of a system to manage their time, and by using a free software which is often quite easy and the most practical way to balance your job and other life priorities.

You can use this free time management software on your cell phone

You can start arranging your daily schedule immediately whenever you are once you start downloading this free software to your phone.

2 advantages you can enjoy

#1 You will be reminded of the work that you have to complete throughout the day.

#2 The software allows you to put in new tasks on the move thus preventing you to remember them. Just be more sure that having a more portable time management tool (in the shape of a management software on your cell phone) can really do action for your work productivity and keeping you on your toes at all times.

Another advantage you can take

It can show events that are overlapping. It also shows you when you are have no time in your day for what you need done. With that you can sit down and get your priorities in order. Your system can also help show you when time is being wasted (for example time during the day when you could have worked but didn’t).

Then you can fill those areas in with other things you didn’t know you could get to. This releases some of your time in the night and enables you to spend it the way you like. You can enjoy watching the sunrise or the sunset and do it with confidence. You have got the job well done!

How to choose a time management software solutions

Why pay anything extra when you can find it for free over the Internet. The advantages for free and online-based tools are compelling, but remember that if you are using an internet-based time-management solutions, you might lose all your information if the service shut down for any reason. Before you try to use this free software, do make sure that you can access it at all times.

Since you are more aware of using such free software that are widely available on the internet, please ascertain its reliability before downloading it.

Enhancing your life further is simply very easy in using a free time management software. Take advantage of it while you can.

anonymous
http://www.articlesbase.com/time-management-articles/free-time-management-software-2-ways-to-get-free-time-management-software-140642.html

When Software Outsourcing is not a Great Plan

Outsourcing and globalization of manufacturing allows companies to reduce costs, benefits consumers with lower cost goods and services, causes economic expansion that reduces unemployment, and increases productivity and job creation.”

~~ Larry Elder — “The Larry Elder Show”

When Outsourcing Is Not a Great Plan

Outsourcing can definitely be profitable for a great deal of reasons. Numerous companies enjoy advantages such as lower labor expenses, bigger workforces, access to industry experts and extraordinary flexibility because of outsourcing. At any rate, in spite of the glaring advantages to outsourcing there are a few situations when outsourcing is not a great plan. Though there a number of scenarios where outsourcing is a sensible business opportunity there are other scenarios where outsourcing is not the best idea. In these situations it is best to control the job in-house rather than attempting to force an outsourcing situation to work out.

When Outsourcing Is Too Expensive

One of the main advantages of outsourcing is lower expenses. In a great number of cases outsourcing results in lower labor expenses because expenses such as social security, health care and workers’ comp are eliminated. In addition, the increased proficiency resulting when tasks are outsourced to industry experts can also result in cost trimming.

In spite of these numerous opportunities for expense reductions, there are many situations where outsourcing might actually be the more costly alternative and it may also lead to a monetary loss instead of a gain. This may also include a situation where the expense of outsourcing to a tremendously specialized freelancer exceeds the budget for the project. Fees for freelancers with immensely specialized degrees or areas of knowledge are frequently quite costly. An additional possible instacne is one where discovering an freelance worker experienced enough to finish certain tasks would be too costly of a procedure.

“The other part of outsourcing is this: it simply says where the work can be done outside better than it can be done inside, we should do it.”

~~ Alphonso Jackson — Secretary of the United States Department of Housing and Urban Development

When Outsourcing Causes You to Lose Command

Even when tasks or projects are outsourced the business accountable for the work likes to continue to handle the job and keep close tabs on the progression of tasks. It is extremely important for the business to proceed to control the job even after it has been outsourced because they are the ones who are ultimately accountable for the successful fulfilment of the work. Whenever an freelance worker or business wants to deny the company access to project files or documents, outsourcing is a bad plan. The business who has the vested concern in the result of the project should at no time be excluded from participating in making decisions concerning the project.

Prior to outsourcing a job or task care ought to be taken to lay out criteria for the managing of the project. Depending on the length and complexity of the job it may also be smart to schedule regular meetings to supply updates on the progression of the job. During this period the contractor ought to supply the employer with all information needed to assess the progression of the job and affirm it is still on track for completion by the specific deadline.

When Outsourcing is Not Permitted

Occasionally outsourcing is not a great plan merely because it is not permitted by contract requirements. A few project contracts may possess stipulations stating the labor cannot be outsourced to an freelance worker or to another business. Inserting such a clause into a contract agreement is well within the rights of the customers. When they employ a specific business to finish a task or project, they expect all work related to the task or project to be completed by members of that business unless they stated otherwise when negotiating the agreement. Breaching the agreement documents in this circumstance is not a great idea. The business could be penalized by the customer. Penalties may include withholding payment or refusing to grant future projects or tasks to the business.

[You may use this article (or portion thereof) for your website, ezine or blog as long as you include the bio/resource box with hyperlinks.]

Edward M. Brancheau
http://www.articlesbase.com/outsourcing-articles/when-software-outsourcing-is-not-a-great-plan-93063.html

Spyware Software – Harmful Actions Revealed

There are several instances of disturbing cases of problems when the Spyware program starts showing up its activities. If you think it is more than a danger and could infect to any extent then you are essentially right. The recent statistics say that nearly 90 % of the Systems based within the user’s homes and most of which is used for the networking business are now largely being invaded varied spyware software and other programs which are intimidating. Such launching of Spyware software programs most frequently result in disturbing and menacing occurrences like loss of files, identity thefts, account hackings and others.

With McAfee, the details of a spyware program goes like any software that clandestinely passes and crawls on any personal or company data to the third party. When such data is usually sent out, the third party could start its usage in some manner which is not legal. Furthermore, you would not be aware of such infections. There is never a determined or exact time when the spyware programs haunch one’s system as one would not be able to detect them precisely. The worst part sometimes is that, even though the system is guarded with spyware removal program, it becomes equally difficult to trace the presence of such spyware software! Indeed, many spyware programs are intrinsically damaging especially when these superfluous programs not just disrupt and pose threats into your corporate systems but also serve in opening the gateway towards the slowdown of fast and reliable internet access, exhibiting several identity thefts, sending out severe damage to both the system and network, reducing the productivity of the healthy system, and then starting up with the bunches of pop-up ads which usually bulk the computer files, interrupting them with the daily routine and work.

Even though you are not branded as some technical professional, you must still be aware of such threats. Anyone for that matter could be gravely affected by such issues. One would never know the manner and exact time when such programs could manifest its attack. One could always be prepared by getting a crash course regarding the working of a spyware program and its damaging tricks. For detailed understanding about the spyware software, you could say it is more than any hazardous beast which would record and slice every single keyboard stroke, password entries, track of visited sites along with the history of chat conversations, credit card numbers and varied other private and confidential data. As any detail is typed, the spyware software captures the same. We could rather say, every activity of the user is spied by the creator of the spyware. It would be having a director in your entire network of the system.

You could safeguard your system against such malicious programs by several means. Frequently restructured and updating anti spyware software would apparently save the user from the most annoying and worst effects brought in by the attack of spyware programs. One should be very alert during any download made. Several packs are available for free, but are accompanied with malicious programs. Always avoid suspicious sites and pop up ads as they could pose great threat than you could even imagine. Not taking risky chances and safeguarding oneself would help you in a spyware free system.

As you know more about such programs, you could take preventive steps against them and also know how to have them eliminated if ever you are infected from them. This would undoubtedly ensure a Spyware free Computer System for your use.

Abhishek Agarwal
http://www.articlesbase.com/spam-articles/spyware-software-harmful-actions-revealed-754056.html

Why Network Operations People Need an Effective Print Spooler/output Management Software Solution

In this White Paper, we will explore how the Network Operations Team at a given company would benefit from implementing an Output Management and advanced print spooler software solution like OM Plus from Plus Technologies.

Company – This whitepaper focuses on the issues faced by Network Operations Managers at multiple companies. For the purposes of this whitepaper, we have consolidated multiple companies’ network operations challenges in order to present a more comprehensive “picture” of the benefits that OM Plus advanced print spooler software delivers for the critical job function of Network Operations Manager.

Business Problems – All business processes create output of some kind. This output can be in the form of hard copy printed pages or electronic output such as email, web pages, electronic data transfers, or computer files. The output created by business applications (ERP’s Financial Applications, HR Applications, Payroll Applications, etc.), which include invoices, checks, financial reports, etc. is usually “delivered” to its end destination (most commonly a printer) over the company network. This output has a tremendous impact on the performance of the network, the security of the network, the usage of network resources (including network printers) and the support of the network (work group printers are typically supported by the Network Operations Team in most organizations).

Output Management and Print Spooler Software Problems Faced by Network Operations

  1. Managing and supporting a large enterprise’s print infrastructure is a complex task. As the person often in charge of this critical business function, you know that it is a huge challenge to manage printers in different buildings, different plants, even different countries. You don’t know immediately when a printer is offline, jammed, out of toner or just swamped with too many print jobs. This lack of a single view of your enterprise print infrastructure leads to lost productivity at your company.
  2. When a user sends a print job from the first floor, how do you know it printed on the sixth floor? What about print jobs that are created in Ohio and printed at the plant in Scotland? Do you know they printed? How long is it before your network help desk finds out about a printing problem? Printing delays or stoppages negatively impact profitability throughout the company.
  3. Do your users choose printers that are not appropriate for the job they are printing because the printer is close by? Do they print large jobs on printers designed for departmental printing? Would you like to be able to balance the load amongst printers automatically or route around failed, empty or jammed printers? This lack of print management and control consumes too many company resources (both support people and supplies).
  4. Is your WAN saturated with large print jobs, which impact the performance of your WAN? Large print jobs can saturate a lower speed WAN connection on their way to the printer and then sit in the printer’s buffer to be printed at the rated speed of the printer i.e. hurry up across the WAN (use up lots of bandwidth) and then wait at the printer to slowly print. Are you concerned with security of the print data as it is being transmitted over your WAN?
  5. Do you know which printers are over utilized and which are under utilized? How much does it cost your company Help Desk to manage your company’s printers and print problems? Are all the statistics in one place? Managing an enterprise wide print environment is a Help Desk resource drain and OM Plus is a great tool to reduce that drain.

Technical Solution –The technical solution implemented at our customers with these business problems is OM Plus, the Advanced Print Spooler and Print Management software solution from Plus Technologies.

Why Network Operations Needs an Output Management and Print Spooler Software Solution like OM Plus

  1. OM Plus print spooler/output management software provides remote status of your entire enterprise printing environment from a single screen. It allows you to easily re-print or re-route print jobs from wherever you happen to be.
  2. OM Plus provides Assured Delivery of your printing worldwide. OM Plus can communicate directly with the printer to receive information that tells you paper actually hit the output tray. Problems appear immediately on the OM Plus status screen and resolution can take place right away, many times before the end user or the application is aware of the problem. OM Plus can even be set to page or email you when a mission critical problem occurs.
  3. OM Plus provides advanced print automation. It can control not only who can print to what printers, but can stop a user from printing 1000 page jobs to a desktop printer. OM Plus can also “round robin” print jobs to groups of printers to more evenly utilize the printers. Additionally, OM Plus can be set up to automatically re-route a print job that is intended for a printer that has failed.
  4. OM Plus can “throttle” print streams that travel over your WAN to remote locations, resulting in less bandwidth “hogging” yet still maintaining rated printer output speeds. OM Plus can encrypt print streams between sites to protect the data on the WAN and encrypt it all the way to the printer, with some printer types.
  5. OM Plus provides remote statistics gathering and printer trouble isolation for companies around the world (Plus Technologies has thousands of installations). OM Plus allows the Help Desk to better manage print in the enterprise with a single view of all the company’s print. It allows printer grouping (independent of actual print servers) into manageable units and has allowed companies to reduce their print related trouble calls by as much as 50%. What would a reduction of 50% in print related calls to your Help Desk save your company?

Implementation – On site services including installation, system configuration, testing and user training was delivered by service engineers from Plus Technologies to all of these customers. In all cases, the implementation was completed and in production within two to three weeks of the order.

Plus Technologies White Papers – The Plus Technologies white paper series includes real examples of how companies use Advanced Print Spooler Solutions to streamline operations, reduce cost and/or add functionality to existing business processes. For more information on these white papers, contact Plus Technologies.

Plustechnologies
http://www.articlesbase.com/networking-articles/why-network-operations-people-need-an-effective-print-spooleroutput-management-software-solution-129244.html

Will my laptop be sufficient to play the SIMS 3?

I haven’t ordered my laptop yet so I have time to change things, please suggest changes b/c I have NO CLUE about this stuff. I planning to purchase a dell Studio 15 computer with the following specs, do you think it’s good enough, if not please let me know what to change. Thanks a million!

Studio 15 Intel® Core™ 2 Duo P8400 (2.20GHz/1066Mhz FSB/3MB cache)
Operating System Genuine Windows Vista® Home Premium Edition SP1
System Color Option Jet Black
Memory 3GB Shared Dual Channel DDR2 at 800MHz
Built-in Keyboard Options Standard Keyboard (included in the price)
LCD Panel Bright, glossy widescreen 15.4 WLED display (1280×800)
Video Card 256MB ATI Mobility Radeon HD 3450
Hard Drive Size: 320GB SATA Hard Drive (5400RPM)
Adobe Software Adobe® Acrobat® Reader 9.0
Combo or DVD+RW Drive 8X Slot Load CD / DVD Burner (Dual Layer DVD+/-R Drive)
Sound Card High Definition Audio 2.0
Wireless Networking Cards Dell Wireless 1397 802.11g Half Mini-Card
Camera Module Integrated 2.0M Pixel Webcam
Office productivity software (Pre-Installed) Microsoft® Office Professional 2007 – Small Business + Access database
Anti-Virus/Security Suite (Pre-installed) McAfee SecurityCenter with anti-virus, anti-spyware, firewall, 30-Days
Battery Options 56 Whr Lithium Ion Battery (6 cell)
Hardware Support Services 1Yr Ltd Hardware Warranty, InHome Service after Remote Diagnosis
Datasafe Dell Online Backup 2GB for 1 year
Dell Remote Access Dell Remote Access, free basic service
Finger Print Reader Module Integrated Finger Print Reader

looks good processor is great, that is more than enough RAM and the video card is ok. it will definitely play the game but not on high settings. i don’t think u can change it though but it is sufficient