• Home
  • Posts RSS
  • Comments RSS
  • Edit
Blue Orange Green Pink Purple


Get Links to latest E-books, Tutorials and Views. If you need some thing its just a comment away.


5 Great Things About Server 2008 — Upgrade Worth It


The recent buzz surrounding Windows 7 has been the big news about Microsoft these days.

However, Microsoft did just release SP2 for Windows Server 2008. Can IT get just as excited about the new server OS?

Here are five great things about Windows Server 2008 and information that will help you decide if upgrading is worth it.

1. Virtualization

Server 2008 comes with Hyper-V a virtualization technology that runs natively on Server 2008. New licensing terms that better align with business in the real world are a huge plus, but the improvements don’t stop there.

While load-balancing is probably still usually best done via a hardware solution, the virtualization in Server 2008 provides numerous opportunities to give flexibility to those with large or complicated infrastructures. Being able to create a new virtual server running a software upgrade or new install on it while leaving the old one completely functional is an enormous boon to the savvy IT department.

If there is any trouble with the new virtual server, the old virtual machine is rolled back in its place, allowing for more testing or troubleshooting while having to worry about neither too much downtime, nor taking too long to roll out new systems caused by “over-testing.”

2. Core Server Installs

Sometimes all you need is a server to sit there and handle just one little thing, and nothing else. In times past, that meant “wasting” a full server installation to handle little, but critical tasks. Securing those servers and then keeping all the patches and upgrades current often seemed like more trouble than it was worth.

Thanks to Core Installations of Server 2008, you can create a Windows Sever that not only does just one thing, but is only capable of doing that one thing rendering it a much less vulnerable system whether to bugs or attacks.

Even better, Server 2008 is smart enough to only bother applying patches that apply to what is actually installed and running on the core server which eliminates numerous updates from ever having to run (and possibly harm) these core servers.

3. Read Only Domain Controllers


Somewhere along the line, domain controllers ended up scattered across many enterprises primarily for speed and fault-tolerance purposes. Generally, while perhaps a slight overkill in many situations, this practice was relatively harmless.

Then, somewhere along the way, the physical security of domain controllers became an uncontrollable factor as remodels or personnel changes left domain controllers sitting under the receptionist’s desk or in the corner of a conference room. While not a widely used tactic, compromising a domain controller and then using its replication features to infest an entire Active Directory with numerous administrator level accounts became a real fear.

Fortunately, the Read-Only Domain Controller solves this problem by allowing for placement out in the field beyond the control of corporate IT but without the ability to send any junk data back into the main network.

4. PowerShell

Real administrators never stopped using the command line to manage servers. Between scripting repetitive or error prone tasks, to just flat out getting something done fast without having to load up any point and click GUI — firing off commands with a few keyboard strokes has always been useful.

But, with PowerShell even admins who gave up the command line are coming back. Doing something to multiple servers is easier than ever with PowerShell. And even better, those 2:30 AM pages from the monitoring system can be addressed remotely from the command line without even putting on your robe, especially if you pre-write some scripts before anything happens.

5. TS RemoteApp

When I first read about TS RemoteApp I was underwhelmed. Frankly, I liked the idea of having a remote desktop and then picking and choosing what to run there. Apparently, that is a system admin mentality.

For users, nothing could be more confusing that having a remote desktop in addition to the local one. After the 800th user asked me which desktop was their “real” desktop, I realized the value of TS RemoteApp.

With RemoteApp, an application is run remotely, just like the old days, but the big difference is that it launches straight into the application, no desktop, no “second” double-click, no confusion about where the files “really” are located.

Windows Server 2008 Upgrade Is Worth It

Add in all of the performance and stability improvements that Server 2008 brings to the table and you have yourself a solid server OS upgrade.

Many companies will follow the tried and true method of upgrading as new hardware comes online. However, there are many instances in which certain applications, certain server functions, and certain servers outside of the corporate IT server rooms would benefit from an upgrade to Server 2008.

In those cases, it is worth it to schedule upgrades ahead of the hardware lifecycle. Also, with server power increasing faster than many enterprises take advantage of it, waiting for a hardware based need might mean waiting too long.

A smart solution is to evaluate your current server environment and evaluate which servers could benefit most from an upgrade to Server 2008 because of additional needs or limitations that the current servers have. Once those servers have been taken care of, move on to your newest and most powerful servers.

Chances are that they are not being fully utilized. Those servers are prime candidates for Hyper-V and taking on more functionality and responsibility. The same servers will of course be the ones the furthest away from hardware needs based upgrades as well.

Working ahead on sever OS upgrades in this manner can shorten the overall migration time while still providing minimal disruption to the currently functioning server environment, and that is a Win-Win for everyone involved.
Read More 0 comments | Posted by Furqan | Links to this post | edit post

10 handy Firefox about:config hacks


Unless you’re a Firefox power user, you may not be familiar with the about:config page. The Firefox about:config page is not so much a page as it is a somewhat hidden configuration section. It’s hidden because it’s fairly powerful and not nearly as simple to use as the standard Preferences window. In the about:config page, you have to know what you are doing or you can mess things up a bit. In fact, when you attempt to go to that page for the first time, you have to accept an agreement (which is really just a warning) before you can continue.

How this page works is simple. You reach the page by entering about:config in the address bar. There are entries (one per line) that handle various types of configurations. Each entry has a searchable keyword. The entries can be of Boolean, integer, or string value. Entries contain Name, Status, Type, and Value. Typically, you will be modifying only the Value, by double-clicking on it and making the change. With all of that in mind, let’s take a look at 10 of the best ways you can “hack” the about:config page.

-------------------------------------------------------------------------------

Tip

If Firefox is fubar’d because you accidentally misconfigured about:config, you can fix it in one of two ways:

* Make a backup of your prefs.js file before you start editing. Then, if something goes wrong, you can restore it by copying it over the corrupt file.

* If you can’t restore via a backup prefs.js file, you can exit Firefox and issue the command firefox -safe-mode to bring up the Firefox Safe Mode screen. Then, just select Reset All User Preferences To Firefox Defaults. Note: This will restore all user preferences to their default values.
-------------------------------------------------------------------------------

1: Speed up Firefox

This hack requires a few steps. Search for pipelining in the filter and you should see:

network.http.pipelining: Change this to true.

network.http.proxy.pipelining: Change this to true.

network.http.pipelining.maxrequests: Change this to 8.

Now search for max-connections and you should see:

network.http.max-connections: Change this to 96.

network.http.max-connections-per-server: Change this to 32.


2: Disable antivirus scanning

This is only for the Windows version. If you’re downloading large files, this scanning can seriously slow things down. And since you will most likely scan the downloaded file anyway, you’ll probably want to disable this. Of course, if you are uber paranoid (not a bad trait for computing), you might want to leave this entry alone.

To disable antivirus scanning, search for scanWhenDone and you should see:

browser.download.manager.scanWhenDone: Change this to false.


3: Open Javascript popups as tabs

If a popup window lacks the features of a browser window, Firefox will handle it like a popup. If you would prefer to open all windows, including popups, as new tabs, you need to tell Firefox in about:config. Search for newwindow and you will see three entries. Of those three entries, you will want to modify:

browser.link.open_newwindow.restriction: Change this to 0.


4: Spell checking in all fields

By default, Firefox checks spelling only in multiple-line text boxes. You can set it to check spelling in all text boxes. Search for spellcheckdefault and you should see:

layout.spellcheckDefault: Change this to 2.


5: Open search bar results in new tab

When you use the search bar, the results display in the current tab. This can be a nuisance because you will navigate out of the page you are currently in. To make sure Firefox always opens search results in a new tab, search for openintab and you should see:

browser.search.openintab: Change this to true.


6: Auto export bookmarks

In Firefox 3, bookmarks are automatically saved and exported for you. The only problem is that by default, they’re saved as places.sqlite instead of the more convenient bookmarks.html. To change this setting so that they can be easily re-imported, search for autoExportHTML and you should see:

browser.bookmarks.autoExportHTML: Change this to true.


7: Disable extension install delay

One of the few gripes I have with Firefox is the silly countdown you must endure every time you want to install an extension. Fortunately, this can be disabled. Search for enable_delay and you should see:

security.dialog_enable_delay: Change this to 0.


8: View source code in an external editor

When you need to view the source of a page, it opens up in browser popup. Most developers would probably like to have that opened in their favorite editor instead of having to cut and paset. To do this, there are two entries to modify. Search for view_source.editor and you will see:

view_source.editor.external: Change this to true.

view_source.editor.path: Change this to the explicit path to your editor of choice.


9: Get more add-on search results

When you do a search in the Add-on window, you’ll see just five results. You might find it more efficient to increase this number. Search for getAddons and you should see:

extension.getAddons.maxResults: Change this to 10 (or higher, if you want to see even more).


10: Redefine the Backspace button

Did you know you can configure Firefox to use the backspace button to either go back a page or go up a page? This keeps power users from having to go back and forth from the keyboard to the mouse. Search for backspace and you will see:

browser.backspace_action: Change this to 0 for previous page and 1 for page up.
Read More 1 Comment | Posted by Furqan | Links to this post | edit post

Top 10 Linux financial tools.

Many people don’t realize the wealth of applications that are available for Linux. The arena of finance is no exception. Plenty of outstanding financial applications are available for the Linux operating system. From personal finance to business finance, there is an application for nearly every need. Let’s take a look at the top Linux financial applications.


1: Gnucash

I start off with this application simply because it’s my financial application of choice. Gnucash is released under the GPL so it is fully open sourced and is available for Linux, BSD, Solaris, OS X, and Windows. Gnucash features double-entry accounting, stock/bond/mutual fund accounts, small-business accounting, customer/vendor/job invoicing, QIF/OFX/HBCI Import/Transaction matching, reports/graphs, scheduled transactions, and financial calculations. Gnucash is incredibly easy to use and handles multiple accounts. Importing QIF files is simple, and entering transactions is intuitive. Gnucash can export to TXF format for tax preparation programs.


2: KMyMoney

This is a finance application often included in KDE. KMyMoney has a user-interface similar to Quicken. In fact, those familiar with Quicken will find themselves right at home with KMyMoney. The biggest difference between KMyMoney and Quicken is that KMyMoney can’t communicate directly with financial institutions. You can import QIF and Gnucash data, but the only format that can be exported is QIF. KMyMoney is also licensed under the GPL.


3: Moneydance

Moneydance is proprietary software that’s available for Linux, OS X, and Windows. Moneydance is one of the more fully featured financial applications available for Linux and includes such features as online banking and bill payment, budget management, scheduled/recurring payments, portfolio tracking, report generation, Quicken and Money data importation, encryption, and international support. Moneydance does require Java. Fortunately, there are versions of Moneydance that come prepackaged with Java, so those who are a bit weary of the task of installing Java (especially on a Linux machine) don’t have to worry. The interface is very intuitive. Moneydance costs $39.99 per license. There is no corporate or individual licensing.


4: Appgen MyBooks


If you’re looking for commercial or accounting level software, this might be just what you need. Written for Linux (Linspire, to be exact), OS X, and Windows, this software package is double-entry and fully audited and conforms to the standards of GAAP (generally accepted accounting principles.) MyBooks can be purchased as a single-user license, two-user license, and 10-user license. It can be set up as a single system or as a client/server network system. A free trial version of MyBooks is available. This package also handles inventory (including perpetual inventory), service-based businesses, charting, statements, batch entries, ODBC, and vouchers.


5: Nolapro

Don’t let the free price tag of Nolapro fool you. This is for serious business. Although not open source, this package is free to use in any size environment and handles everything from inventory, accounts receivable, general ledger, POS, vendors, customers, B2B, online shopping cart, and payroll. Nolapro does require a database installation, but other than that, installation is simple. Nolapro is designed to be a network installation so the server can be accessed by multiple clients via browser. The license is unlimited users, unlimited companies, and unlimited books. For personal finance, you might want to skip Nolapro — its feature list will probably overwhelm you.


6: Linux Business Accounting Systems BasicBooks

Linux Business Accounting Systems offers BasicBooks General Ledger for Linux. This application features complete financial reporting, support for all decimal-denominated currency, and unlimited transactions. BasicBooks uses the PostgreSQL database and is easy to use and learn. One of the nicest features of this package is that transaction databases can be loaded into spreadsheets for report creation. System requirements are low (Linux OS with GTK+ library and PostgreSQL; the program requires only 373K bytes). BasicBooks costs $20 per CPU and is available in binary package form (for RedHat, Fedora, SuSe, Ubuntu, Vector, and others), which includes the user reference manual.


7: Quasar Accounting

This particular package is part of a full-fledged POS package that can be run as stand-alone accounting software. Quasar is not open source (although a purchased commercial license provides full access to the source code) and is available for Linux and Windows. Features include international support, outstanding GUI, simple data entry, error correction, backup/restore, online help, multi-company support, data import, mailing labels, user-level security, chart of accounts, statement printing, journal entries, customer quotes, sales orders, invoicing, multiple taxes, discounting, price management, accounts receivable, and cash reconciliation. You can download an evaluation version. A free single-computer edition is also available.


8: SQL-Ledger

This is one of the oldest Linux accounting/ERP systems. SQL-Ledger is a double-entry accounting system that has an amazing list of features, such as accounts receivable, accounts payable, voucher system, general ledger, inventory control, billing, time cards, POS, check printing, purchase/sales orders, taxes, multi-user/company, audit control, SQL server backend, templates, customers, vendors, chart of accounts, and financial statements. SQL-Ledger is often considered the “best of” for Linux accounting. Obviously, this is another package that’s far more than a financial tool. Someone looking for single-user financial software might want to look elsewhere. But if you need a small to midsize financial solution, you should look here first.


9: Rapid Graphing Software for Technical Analysis of Stocks and Commodities

If you don’t have or follow stocks/stock portfolios, you won’t know what Rapid is for. Features include candlesticks, OBV, moving averages, Macd, Stochastics, RSI, Wilder DMI, Fibonacci, and Slope. Rapid will import text data and includes multiple journals that allow you to record your trades, graph trading performance and calculate totals for tax purposes. The Linux version of Rapid can print and share charts over the Net. Rapid is free to use and simple to install.


10: Crossover Office

Those of you who can’t live without Quicken or Money can always use Crossover Office and install either of those applications. You will have to pay for both pieces of software, but if you need Quicken’s (or Money’s) features, you’re in luck.

Linux can handle nearly every financial need you can think of. Whether you’re a single user wanting a simple digital replacement for your checkbook or a company looking for a full-blown accounting package, Linux has you covered.
Read More 4 comments | Posted by Furqan | Links to this post | edit post
Newer Posts Older Posts Home



Get Links to latest E-books, Tutorials and Views. If you need some thing its just a comment away.

Furqan.in

  • About me.
      I am Furqan Mistry a Post Graduate in computer science. We blog, we chat, have fun and gather vital information for IT preference. We provide links to E-books, Tutorials,Guides and some strategical planning under views and blogs. Come visit our Blog, if there is any thing you need its just a comment away !



  • Label Cloud

    Adobe Business Blogs
    CCNA CCNP CCSP
    CCIE Cisco-Press Carrers
    Dummies
    E-Books Games Guides
    Islam Linux Networking
    Peotry Photographs Tutorials
    Video Mentor for Cisco Views
    Visual Foxpro
    Wallpapers

    Blog Archive

    • ►  2010 (1)
      • ►  June (1)
        • Search Google Like An Expert.
    • ▼  2009 (132)
      • ►  December (1)
        • The Wedding Invitation
      • ►  November (1)
        • Windows 7 Secrets
      • ►  October (1)
        • AutoCAD 2008
      • ►  September (5)
        • Popular Keyword Research Tools..
        • W3Schools Offline Version (Entire Website)
        • Learning Flash CS4 Professional
        • IT'S EITHER "HER WAY" OR IT'S "NO WAY" ! - King Ar...
        • 'What gender is 'computer' ?
      • ►  July (1)
        • Ubuntu Linux Secrets
      • ▼  June (3)
        • 5 Great Things About Server 2008 — Upgrade Worth ...
        • 10 handy Firefox about:config hacks
        • Top 10 Linux financial tools.
      • ►  May (16)
        • The Difference between FOCUSING on PROBLEMS and FO...
        • Web is Punked !
        • The nature of deadlines
        • Cisco CCSP - Exam-Pack 642-523: SNPA
        • CCIE Routing and Switching Exam Certification Guid...
        • CCENT/CCNA ICND2 exam 640-816 (3rd Edition)
        • CBT CCENT/CCNA ICND2 exam 640-816 (3rd Edition)
        • Blogger: Beyond the Basics: Customize and promote ...
        • Arabic For Dummies
        • Adobe Photoshop CS4 Guide
        • Dynasty Warriors Vol. 2 - PSP
        • Dynasty Warriors - PSP
        • Mega Fresh eMedia Brushes Pack for Photoshop
        • Learning Web Design: A Beginner's Guide to (X)HTML...
        • ESET Offline Cumulative Update 4046 (20090430)
        • Internet Download Manager 5.17 build 2 Packed 5 in...
      • ►  April (72)
        • Introducing Microsoft SQL Server 2008
        • Cisco Basic Router Configuration
        • Ten Features From Windows Xp not Appearing in Vist...
        • 7 winning search engine optimization tactics
        • Rundll32 Commands in Windows XP
        • Next-gen disk capacity 10 times bigger than Blu-ra...
        • Difference Between A Programmer and HR Judging A R...
        • All Cisco Certification Exams Collection
        • Samurai Shodown Anthology - PSP
        • Dynasty Warriors: Strikeforce - PSP
        • Muscular Development - May 2009
        • The Definitive Guide to Linux Network Programming
        • Flash CS4 For Dummies
        • For Dummies Illustrator CS4 For Dummies Nov 2008 a...
        • For Dummies Digital Photography For Dummies Nov 20...
        • Oil Painting For Dummies
        • Folder Guard 8.0 Software !
        • PHP & MySQL for Dummies
        • Google Search Rescue For Dummies
        • Sex For Dummies 3rd Ed Nov 2006
        • Dreamweaver CS4 All-in-One For Dummies
      • ►  March (32)
    link to web hosting page
    Loading...

    Followers

    Follow this blog
  • Search






    • Home
    • Posts RSS
    • Comments RSS
    • Edit

    © Copyright Think Binary... All rights reserved.
    | Bloggerized by FalconHive.com
    brought to you by Smashing Magazine

    Back to Top