Showing posts with label HOWTO. Show all posts
Showing posts with label HOWTO. Show all posts

Tuesday, 25 May 2021

What's the difference between HD, Full HD, 2K, 4K and 5K?

Display resolutions explained

HD/720p and Full HD/1080p

High Definition or HD: The most basic was 1,280 pixels wide by 720 pixels tall, shortened to 720p. The lower-case "p" refers to “progressive scan”

'Full HD', a resolution which measures 1,920 x 1,080 pixels, often called 1080p

QHD/WQHD/1440p

QHD is four times the definition of standard 720p HD, meaning you can fit the same number of pixels as four HD displays into a QHD display of the same size, namely 2,560 x 1,440 pixels, or 1440p. QHD can also be referred to as WQHD (Wide Quad High Definition), it’s the same thing, but some manufacturers put a W in front of the QHD to show that it has a wide aspect ratio.

qHD

qHD is not to be confused with QHD. Despite having a very similar name, qHD stands for Quarter High Definition and is a display resolution of 960 x 540 pixels - one-quarter of 1080p Full HD.

4K and UHD/UHD-1

True 4K displays are used in professional production and digital cinemas and feature 4,096 x 2,160 pixels. 
UHD is different because it is a consumer display and broadcast standard with a resolution four times that of a Full 1080p HD resolution: 3,840 x 2,160 pixels. The difference comes down to slightly different aspect ratios between digital cinema and home displays. 
UHD is another 16:9 aspect ratio standard, which means screens are backward compatible with Full HD content.

5K and beyond

Not many manufacturers produce 5K panels. They can run at a resolution of 5,120 x 2,880. That's double the resolution of a QHD panel, which to the naked eye will still look razor sharp. 5K monitors are just in a league of their own. Of course with all those pixels, you'll need a multitude of graphics cards to consistently output over 60Hz.

read more and source: Expert Reviews

Sunday, 27 October 2019

What is RAID?

What are the differences between the different RAID levels? Should you use Software RAID or Hardware RAID?

Don’t worry, we’ll keep it simple.

Whether or not you’re looking to set up your own server, optimize the performance of your data storage solution, or just make sure you’re protected as best you can be against data loss, a RAID solution is going to come in handy – and setting one up the right way is essential.

In this quick guide we’re going to cut down on as much of the geek speak as possible, really working to simplify everything you need to know about the different RAID levels, different ways to set up a smart RAID solution, and how to make sure you’re getting the most out of this incredible tool.

What Is RAID, Anyway?

Before we get right into the actual nuts and bolts of finding or setting up a RAID solution, it’s critical that we break down exactly what RAID technology is to begin with.

RAID is a term that stands for Redundant Array of Inexpensive (or Independent) Disks. While that sounds like a pretty geeky acronym for an even geekier system name, the actual technical aspect of a RAID setup is pretty simple and straightforward.

We’re talking about a solution that uses at least two different hard drives, working in concert, to improve the performance and/or the reliability of the system they have been installed into.

The overwhelming majority of RAID setups – especially on the commercial side of things – are going to be for those that want to protect their data and system uptime. With the right RAID solution in place, you could have an entire hard drive fall apart, break down, and stop working completely – and you’d never have to worry about comprising the safety or usefulness of the data on your RAID disk. Furthermore, your dedicated server will remain up and running even when the hard drive fails.

Yes, you’re reading that right. When you have two or more disks set up in a RAID (excluding RAID 0), one of them can fail totally and you’ll still be able to keep chugging along as though nothing happened.

At the same time, different RAID levels and setups are going to influence how, when, and what your hard disks do when there is a failure. You have to be sure you always choose the right RAID setup to maximize the protection and performance boosts you’ll get out of this technology.

Should I Get RAID? Do I Need It?

Hard drives fail. That’s a fact of life and it’s only a matter of time until the hard drives your dedicated server has will fail.

When hard drives fail on a JBOD (“Just a Bunch Of Disks” or NO-RAID) system, the system will experience downtime and data loss. If your business wants to prevent that downtime and data loss, RAID is for you.

Furthermore, if you need better I/O performance, RAID solutions can improve write and read speeds significantly.

At the end of the day, it all comes down to finding the right RAID type for your needs.

Finding The Right RAID Solution For Your Needs

The only way you’ll be able to make the most of this technology is if you find the right RAID solution for you, and you have plenty of options to pick and choose from.

Let’s breakdown the most common – and often leveraged – types below.

RAID 0 (Striping)

RAID 0 is used specifically for those that want to improve the performance of their server solutions but do not care about consequences of losing one of the disks in the array.
This RAID level uses data striping. What this means is that each piece of data is split into segments and these segments are spread across the different disks in the RAID 0 system. With RAID 0, writing and reading happens simultaneously from all the drives in the array so the I/O performance improvement can be very significant.

Because this is such a performance focused solution and not a reliability solution you won’t find any data protection with RAID 0. If a disk in the RAID 0 system fails – the system fails, and all data spread across the disks will be gone.

RAID 1 (Mirroring)

This type of RAID array is commonly referred to as a “disk mirroring” solution. RAID 1 will be implemented with at least two disks (and always with an even number of disks).

With RAID 1 the same data is written on all disks. With RAID 1 you constantly have at least two copies (depending on how many disks you have) of all of your data so should something happen to one of your disks, you’ll have a complete and functional drive to work off of, all thanks to the RAID 1 system.

RAID 1 can also provide I/O performance improvement for read operations. Having the data in two copies means being able to read it simultaneously so the read I/O speed can be up to twice as fast.

RAID 5 (Parity)

RAID 5 is set up on at least three disks that have all of the data saved stripped across them, this gives you “hot swap protection” should a disk go down.

This RAID type uses parity calculation to achieve striping of the data and the ability to recover from a single failed drive.

Think of it this way: If you have a RAID 5 setup in place, one of your hard drives can fall apart at the seams without any issues. You’ll be able to swap the damaged disk out and replace with a brand new one, with the RAID 5 system mirroring your data and rebuilding the system on the fly as necessary.

It’s like a self-healing piece of technology!

RAID 5 also provides up to two times performance improvement for read operations thanks to the striping.

RAID 10 (Mirroring + Striping)

Certainly the most common type of RAID you’ll find in a commercial setting (and a favorite for those running dedicated server systems for clients), RAID 10 balances performance AND data security.

This RAID level essentially combines the features of RAID 1 and RAID 0, making sure data is mirrored and therefore safe (mirroring) while also making sure that the I/O performance of a system is improved thanks to the data being spread across multiple drives and disks (striping).

RAID For SSD Caching

Another option that not all providers can offer you (but we can because we’re absolutely awesome) is to use RAID to create a system which automatically caches your most used data in SSD and saves the less often used in SATA. This caching mechanism constantly proves itself and brings exceptional performance boosts to those who need a lot of storage, with high performance but without the price tag of many high-capacity SSD drives.

Hardware RAID vs Software RAID

A hardware RAID controller costs money but has no overhead on the server. A software RAID is free but does carry some overhead on the server and may be less reliable under certain circumstances.

You see? We told you we’ll keep it simple.

Choosing A RAID Solution For Your Needs

At the end of the day, you need to make sure that you’re getting the most out of a dedicated server – but you also need to make sure that your data is backed up and protected at the same time.

RAID array solutions (like the ones highlighted above) are going to fit the bill perfectly, but only you will know which makes the most sense for you.

Monday, 25 September 2017

MS Outlook: Sync Issues folder; Where and what is it?

What is the Sync Issues folder? Where is that folder located?This exists if you are using an Exchange account,the Outlook Hotmail Connector add-in or Office365 connector. In all cases, the Sync Issues folder is located in Outlook itself.

Folder List navigation

You should probably be in the Mail Navigation. To see the folder, you’ll need to switch to the Folder List Navigation. To get there, use the Navigation icons in the Navigation Pane, the Go menu or by pressing CTRL+6 on your keyboard.

Subfolders of Sync Issues

The main synchronization log is kept in the Sync Issues folder. The actual items involved are kept in subfolders called;
  • Conflicts
  • Local Failures
  • Server Failures
When an item is in such a folder, it means its changes either could not be uploaded or download or the same item got edited on two separate locations at the same time.

Verify and move before emptying the folders

If you still need the items which are listed there, verify if they still exist in your mailbox and also exist on the server by using Outlook Web Access when using an Exchange account or Windows Live Hotmail if you are using the Outlook Connector.
If they are not, then you can move the item to a folder of choice and see if the changes get uploaded now. If everything is in order, you can cleanup the Sync Issues folder if you want.

Source: MSOutlook.info

Thursday, 21 July 2016

DELL N5010 7 BEEPS error at startup

7 beep at startup


it is actually a "beep-beep-beep-beep-beep-beep-beep" code, 7 beeps. no start screen nothing
seven beeps usually indicates a processor problem. It is very seldom that the processor actually fails, it is most likely a motherboard issue. We may get more specific if you let us know which Dell you have.
See if you can perform a Pre Boot System Assessment (PSA Diagnostic) by holding the “Fn” while rebooting the system. Keep holding "Fn” key until the diagnostic gets initiated. Here are the details on that
You can also try this.
1. Remove main battery.
2. The rear plate for the system is held on by 6 screws. Remove all 6 screws and remove the plate.
3. With the battery compartment nearest to you in the top left corner you will see the CMOS battery.
4. Using a minimal amount of force and a flat tool, pry the battery gently from its seat (it is held on by sticky substance).
5. Unplug the battery from the motherboard by disconnecting the white connector.
6. Wait for two to five minutes and then reattach the battery cable and reseat the battery.
7. Replace the rear plate and the retaining screws and reseat the main battery.
8. Attach the AC adapter and power on the system.
9. If a 5 beep code is heard, switch off the system and restart it.
10. When the system restarts and completes POST successfully, browse to the Drivers and Download page
11. Download and install the latest BIOS Version. from here
If none of that works, you may be looking at a new motherboard. Hope this helps, good luck. from here

Monday, 30 May 2016

Suddenly your Desktop shortcuts vanish

Applies to mostly all Windows 7 versions

You find yourself losing shortcuts on the sudden from your desktop.

Obviously the 'Windows devil' did its job :-) There's a service called System Maintenance troubleshooter which when it 'thinks' or indeed finds that you have broken shortcuts.

Broken shortcuts are those which apparently point to nowhere or the file, folder or application pointing at was either deleted or moved.

The System Maintenance troubleshooter performs a weekly maintenance of the operating system. It tries to either fix problems or report them to the 'action centre'. If it finds more than 4 broken shortcuts then removes all of them (broken).

To solve the problem you can either:

You can do something with your shortcuts with broken links to be at least 4 or less on your desktop. You can move all the rest to a folder on the desktop. The troubleshooter will not go in there.

But although Microsoft recommends to do something with your shortcut like above, you can always just 'shut down' the System Maintenance troubleshooter.

To do so,

1. Click on Start and then on Control Panel

If System and Security is not displayed you will need to change how you are viewing Control Panel. To change your view, click the down arrow in View by and select Category. View by is located in the top right corner of the Control Panel.
2. Under System and Security, click Find and fix problems.



3. On the left navigation pane, click Change settings.

4.  Set Computer Maintenance to Off.