Wednesday, October 2, 2019

Software engineer confesses to hacking Yahoo accounts for explicit photos

A software engineer, who worked at social media giant Yahoo, has pleaded guilty to hacking the accounts of 6,000 Yahoo users while searching for sexual photos and videos.
During court proceedings on Monday, 34-year-old Reyes Daniel Ruiz, who hails from the Northern California city of Tracy, admitted that he hacked accounts belonging to women that also include his friends and colleagues.
While highlighting accusations against Ruiz, prosecutors in the case said, “Once he gained access to Yahoo accounts, he was able to compromise iCloud, Facebook, Gmail and other online services in search of private images.”
https://www.brecorder.com/wp-content/uploads/2017/12/yahoo.jpg
The former Yahoo employee confessed to storing the explicit material on a private computer. He also admitted that he destroyed the computer after his employer raised suspicion over his activity.
Ruiz pleaded guilty to one count of computer intrusion. He faces five years in prison when he’s sentenced February 3.

Monday, February 26, 2018

Microsoft XPS

Microsoft XPS

 

XPS is the abbreviation of XML Paper Specification. It is a page description language which can describe a single page or a document containing multiple pages. The description includes all the text and graphics that appear on the page(s). Like other page description languages such as PDF, page elements are defined independently of a particular operating system, printer or viewing application. The page’s appearance is consistent regardless of the specific printer or viewer used.
XPS files can be recognized by their .xps extension. On a Windows computer, the file icon is a small representation of the content of the first page with the blue XPS glider icon in the lower right corner.
XPS is closely linked to the Windows operating system, as it is a part of its underlying graphics architecture since Microsoft Vista. It is probably no coincidence that Apple use its main competitor, PDF, as the graphics model within OS X. The goal of both technologies is offering WYSIWYG (What you see is what you get) when viewing and printing documents.
Within Windows, a language called XAML is used to describe how objects such as text need to appear on-screen. XPS is a subset of this XAML language, specifically geared towards a fixed page format so that text cannot reflow when it is sent to different devices. In previous Microsoft operating systems, a technology called GDI was used. Compared to GDI, XPS is graphically more sophisticated and faster when printing complex objects such as transparencies or blends. There is less need for software vendors to implement their own printing technology to get around limitations (as was often the case with GDI).

XPS compared with PDF

XPS and PDF are similar technologies: they can be used to display, share and print paged documents. There are however a number of differences between both systems.
PDF has the advantage of being an established standard, especially in the graphic arts market. Lots of people know PDF and own the tools to modify and process PDF files. Most workflows can either handle PDF files or use it as their internal file format.
  • There are clear standards and procedures available to exchange print-ready PDF files. PDF/X and the GWG standards that built on this are perfectly geared towards the printing industry. There are no XPS equivalents.
  • PDF is a true cross-platform solution, with viewers available for a wide range of platforms, going from PDA’s to Macs and PCs and even a lot of Unix/Linux flavors. XPS support is limited outside the Windows ecosystem.
  • XPS, on the other hand, has the advantage of being ‘free’ since support for it is build into Windows since Vista and Microsoft Office since version 2007. Even though there are a lot of free PDF viewers, PDF creation or editing tools such as Acrobat Professional cost a lot of money, especially for large organizations that need thousands of copies. Next to the licensing cost, deployment costs also add significantly to the price of implementing PDF. Since XPS support is included in the most popular operating system on the market, both the software and deployment costs can be a lot lower.
  • It took years before decent PDF tools came to the market. Since XPS is XML-based, it is a lot easier to write software for it. Even though PDF currently has the advantage of having the biggest library of software tools, this might change rapidly and XPS tools may, in the long run, be cheaper and more abundantly available than their PDF equivalents.
  • Even though Adobe is a large software company, Microsoft is even bigger and more influential. It will however be an uphill battle to match the popularity of PDF.
  • PDF has a soul mate called JDF, the Job Definition Format, which can be used to describe how a job and the accompanying PDF pages need to be processed. Both JDF (job description) and PDF (job content) files can be bundled in a single mime file. XPS has Print Tickets, a technology that describes how an XPS file needs to be printed. Print Tickets are geared towards office printing whereas JDF is geared towards job handling in graphic arts. Technically it is probably feasible to refer to XPS files in a JDF job but it will probably take years before MIS and prepress vendors will even want to look into this, let alone get it working.
  • XPS and graphic arts

    A lot of designers and agencies are still struggling to deliver proper PDF files to printers. Those printers won’t be in a hurry to promote yet another file format. What might happen however is that corporate customers who want to print office style documents demand that printers support XPS. This means that it is worthwhile to know a bit about the standard.
    Converting XPS files to PDF is probably the best way of dealing with the initial demand. If XPS really takes off, it is highly likely that the big workflow vendors add support for it to their systems. Since Global Graphics worked on XPS, their Harlequin RIPs do offer native support for this standard.
    Even though XPS supports CMYK, even Microsoft Publisher cannot yet embed CMYK data in an XPS document. Microsoft recommends the use of PDF for data exchange with offset printers.

    The history of XPS

    Microsoft developed XPS in close cooperation with a number of other companies, most notably Global Graphics. The original code name was ‘Metro’.
    Users were first able to created XPS documents when Microsoft Vista was released for corporate use in November 2006. In January 2007 the consumer editions of Vista were made available, making the technology available to a much wider audience. The XPS Essentials Pack, a software bundle that adds support for XPS to Windows XP and Windows 2003 Server, was released in April 2008.
    In June of 2007, Microsoft handed over the rights to the XPS specifications to ECMA International, an organization that specializes in developing international information and communication standards. Within Ecma, a technical committee called TC46 continues work on OpenXPS, the Open XML Paper Specification. They released various draft versions of the proposed specification during 2008. Final draft 1.6 was published in April 2009 – it can indeed take quite some time to get to the final version of such a document.
    Windows 7, which started shipping in October 2009, is the first Microsoft operating system that by default includes full support for creating and viewing XPS files. Two months later Global Graphics launched gDoc Creator, a free enterprise-level tool to create, review, edit, share and archive PDF and XPS documents.

    What can you do with XPS

    XPS can be used as a document sharing format, similar to PDF.
    XPS can be used as a printer command language. Printer manufacturers can create XPS compatible printers. Some of these are already available, such as the Xerox WorkCentre 7425 and the Konica Minolta 4695MF. These vendors wisely choose to add support for other languages, such as Postscript or PCL, as well in their devices. This makes sure that the millions of XP, Mac OS X or Linux users can also use these printers.

    How to create XPS files

    As with PDF, there are applications such as Windows Office 2007 that can save documents directly as XPS files. The free Global Graphics gDoc Creator can convert Office files to XPS (and acts as an XPS printer for other types of applications).
    In both Vista and Windows XP (with the XPS Essentials Pack installed), it is possible to print to an XPS file. I don’t know why I didn’t get this working on my XP system. On my Windows Vista system it worked fine though.
    Windows 7 comes with a Microsoft XPS Document Writer printer which can be used to print any document to an XPS file. It is also included in later releases, such as Windows 10.

     I am not aware of any tools to create XPS files on a Mac using OS X. You could create a PDF and somehow convert that to an XPS file but this seems like a rather clumsy and time-consuming way of working.

    How to view XPS files

    Windows 7, 8.1 & 10: These operating systems ship with XPS Viewer. The application is similar to that of Windows Vista, except for some cosmetic changes and added support for digital signatures. The Viewer application can also be used to edit the document properties and add tags. From Windows 8.1 onwards you can also use the Microsoft Reader app to view XPS files. It is the Microsoft equivalent of Adobe Reader and can be used to open PDF as well as XPS and TIFF files. It can be downloaded from the Windows store.

    Windows Vista: Doubleclick a .xps file and it will be shown using the XPS Viewer plug-in that is built into Internet Explorer. You can also install the XPS Viewer EP from the XPS Essentials Pack.
    Windows XP and Windows 2003 Server: There is a viewer plug-in available for Internet Explorer. You can also download a separate viewer application, called XPS Viewer EP. It is part of the XPS Essentials Pack. There are some other tools around as well, such as the freeware XPS Annotator, but I never tried any of them.
    OS X: Mac users can use the NiXPS View application which allows them to view, search and print XPS documents efficiently. This application is actually also available for Windows. Uploading files to Google Docs and opening them in your browser is a solution if you are a Docs user and only occasionally need to view XPS files on your Mac.

    How to edit XPS files

    XPS is not meant to be used as a file format for intermediate data that still need to be changed. Like with PDF, you’re not supposed to edit XPS files. Unfortunately, it may sometimes still be necessary. Unfortunately I don’t think there are professional XPS Editors any more. In the early days some companies invested in developing XPS tools but the market never got big enough.

Monday, January 11, 2016

How to manage partitions with the Disk Management tool, in Windows

How to manage partitions with the Disk Management tool, in Windows

Windows 10, Windows 8.1 and Windows 7 come with a handy disk management utility that allows you to create, resize and delete hard disk partitions on the fly, without having to boot into a special disk utility or purchase additional software. In this tutorial, we'll show you how to use the Disk Management tool to manage your partitions. As you will see from this tutorial, the tool is quite easy to use and you don't really need third party software. Let’s get started:

How to access Disk Management in Windows

In Windows 10, Windows 8.1 and in Windows 7, there are multiple ways in which you can open the Disk Management utility. Here they are:

How to access Disk Management in Windows 10

In Windows 10, you can launch Disk Management by using the power user menu. To open the power user menu, right click or tap and hold on the Start Menu button, or press the Alt + X keys on your keyboard. Then, click or tap on the Disk Management option from the menu, to open it.


Another way to launch Disk Management in Windows 10 is to use Cortana. Enter the words “disk management” in its search field on the taskbar and then click or tap “Create and format hard disk partitions”.


A third way to open Disk Management in Windows 10 is to launch Control Panel, go to System and Security and then click or tap on the “Create and format hard disk partitions” link from the Administrative Tools section.


Regardless of the path you choose to follow to open Disk Management, this is what you should see in the end:

How to access Disk Management in Windows 8.1

In Windows 8.1, just like in Windows 10, you can launch Disk Management by using the power user menu. To access this menu, right click or tap and hold the Start button, or press the Alt + X keys on your keyboard. Then, click or tap on the Disk Management option from the menu.
In Windows 8.1, you can also use the search function in order to launch Disk Management. Switch to the Start screen and start typing “disk management”. Once the search results start to show, click or tap “Create and format hard-disk partitions”.
You can also use the Control Panel in order to launch Disk Management. Go to the System and Security section and click or tap on the link called “Create and format hard disk partitions”.
Here is a sample of how the Disk Management window looks in Windows 8.1:

How to access Disk Management in Windows 7

In Windows 7, the fastest way to launch Disk Management is to use the search feature from the Start Menu.
Enter the words “disk management” and then click the “Create and format hard disk partitions” search result.
Another way to launch Disk Management in Windows 7 is to use the Control Panel. Once you have opened Control Panel, go to the System and Security section and click the “Create and format hard disk partitions” link from the Administrative Tools section.
This is how the Disk Management window looks in Windows 7:

How to access Disk Management from the Computer Management console, in Windows

The Disk Management utility can also be accessed as part of the larger and more complex Computer Management console, which is present in all the modern versions of Windows: 7, 8.1 and 10.

 Once you've opened Computer Management, look on the left/hand side and select Disk Management from the Storage section.
NOTE: The steps we’ll show you in this guide work the same way in Windows 10, Windows 8.1 and in Windows 7. That is why, for simplicity, we will use screenshots only from Windows 10.
Go to the next page of this tutorial and learn about how to create and delete partitions on your hard disk.

What information will you find inside the Disk Management tool

In the Disk Management section, you'll see that the right side of the window is populated with your disks’ information. It shows you the name, size and type of each partition created on the disks found on your system.
Keep in mind that the Disk Management utility can only manage file systems compatible with Windows operating systems, such as FAT16/FAT32 and NTFS. While it can see other types of partitions, such as ones created and formatted by Linux or other operating systems, it can only delete them. For more information on partition types, please see: Wikipedia's page on File Systems.

How to delete a disk partition with Disk Management

In some cases you'll want to remove a partition from your hard drive, either to make space to extend an existing partition, or redo the partition, but with a different size or file system.
To remove a partition, right-click or tap and hold the partition you're trying to remove and then click or tap on "Delete Volume".
You'll be prompted to confirm your choice, to make you aware that if you remove the partition all data on it will be erased. Therefore, please make sure you've backed up any critical data on that partition prior to clicking or tapping Yes.
You'll now see the deleted partition showing as "Free space" or Unallocated in the Disk Management utility.

How to create a disk partition with Disk Management

If you do have "free" space on your hard drives, you can use it to create new partitions. The actual logic behind using Primary, Extended and Logical partitions is outside the scope of this tutorial. However, we recommend this very informative article, called What is a Partition
You'll see unpartitioned space highlighted and labeled as Unallocated or "Free space".
To create a partition here, right-click or tap and hold the free space and select "New Simple Volume".
The previous action will bring up the "New Simple Volume Wizard". Click or tap Next.
The wizard will ask you for the size of the partition, which you can specify as you wish, using all or just part of the total available free space.
Then, you can choose to “Assign a drive letter”, “Mount in an empty NTFS folder” or “Do not assign any drive letter or drive path” for your new partition. Make your choice and click or tap Next.
You'll be asked for information on how the partition should be formatted. Keep in mind that if you wish to use this partition, it needs to be formatted. In most cases, you'll want to use NTFS. This is the default and preferred file system since Windows NT, providing increased performance, security and fault tolerance when compared to FAT16 or FAT32. 

If you don't want to format the partition, select "Do not format this volume" and click or tap Next. If you do want to format the partition, select the second option, using NTFS as the file system and keeping the default Allocation unit size. You'll also want to label the volume, which is a required step if you plan on sharing this partition with other devices running on different operating systems. The Volume label will also show up next to the drive letter when viewing the partition in File Explorer or Windows Explorer. After you've completed this step, click or tap Next.
The wizard will now display a summary of the settings you chose for the new partition. Click or tap on Finish to complete it.
Once this is done, you'll be back to the Disk Management utility and you should see the new partition being formatted. This process will generally take only a few seconds, but it depends on the size of the partition and the speed of your computer.

When it's all done, you'll see the new partition listed.

 .

How to format a disk partition with Disk Management

You can format a partition that is already created, keeping in mind that doing so will remove all data on the partition. In this example, we re-created the "E:" partition but didn't select the option to have it formatted.
Right-click or tap and hold the partition and select Format. Set the label and file system type, keeping the allocation unit size at the default. As mentioned earlier, the volume label will show up next to the drive letter when viewing the partition in File Explorer or Windows Explorer and it is required if you plan on sharing this partition with other operating systems.
Click or tap OK and confirm the warning about data being erased.
The partition will begin formatting. This process will generally take only a few seconds, but will depend on the size of the partition and the speed of your computer.

How to resize a disk partition - Extending & shrinking

You can also shrink or expand disk partitions, as long as there is free (unpartitioned) space available immediately before or after the partition you're trying to modify. Expanding a partition does not require formatting. To do this, right-click or tap and hold the partition and select "Extend Volume".
This will open the "Extend Volume Wizard". In this example, we want to expand the size of our Test partition.
Click or tap on Next and the wizard will show you how much space you can add to the current partition. In this example, there is about 20GB of free space next to the partition, but we only want to use 10GB of this to make the total size of the partition about 40GB.
Click or tap Next to see a brief summary of the changes and then click or tap on Finish to apply them.
We are now brought back to the Disk Management utility, where you can see that the size of our Test partition is now about 40GB.
In many cases, you can also shrink a partition. On partitions that store Windows operating systems, there may be certain files on the disk that can prevent you from shrinking a volume. This problem has existed since Windows Vista, and may require that you take certain steps to prepare the partition to be shrunk. 

Right-click or tap and hold the partition and select "Shrink volume". The box below may come up for several minutes while Windows examines the hard drive to determine whether the volume can be shrunk, and how much disk space can be shaved off.
Once this is complete, the wizard will ask how much space you want to take off the partition. In this example, we are removing 200GB of a 900GB partition so it ends up at about 700GB.
Click or tap on Shrink and you'll be brought back to the Disk Management utility. Here, you will see that your partition is now smaller, and the extra space has been made available.

Changing a drive letter and label with Disk Management

In this example, there is a partition "E:" labeled as Test. Instead of that, we want to change the drive letter to "X:" and name it Backup. To change the drive letter associated with the partition, right-click or tap and hold on the partition and click or tap "Change Drive Letter and Paths".
A new window will pop up, listing the drive letter of the partition.
Click or tap Change. In the next window, select the new drive letter you wish to represent the partition and click or tap OK.
You may be prompted to acknowledge the change you are about to make. If you wish to proceed, click or tap Yes.
You'll now see the partition listed in the Disk Management utility with a different drive letter.
Now, to change the label of the partition, right-click or tap and hold the partition and select Properties.
In the General tab, type in the new label name next to the disk icon.
Click or tap OK, and the partition's label will be changed.



 

7 Ways To Shut Down Or Restart A Windows 10 PC Or Device

7 Ways To Shut Down Or Restart A Windows 10 PC Or Device

 

1. Shut Down Using The Start Menu

The simplest and most basic method of shutting down Windows 10 is by using the Start Menu, which is the default option in the latest Microsoft operating system. To do this, first open the Start Menu by clicking the Start button in the bottom left corner of the screen.

Windows 10, shut, down, close, stop, turn off, ways, methods, how to

Then, click or tap Power.

Windows 10, shut, down, close, stop, turn off, ways, methods, how to

Three options appear: choose Restart to restart your device, Shut down to shut it down completely or Sleep to put it into sleep mode.

Windows 10, shut, down, close, stop, turn off, ways, methods, how to

If the Start Menu is set to fullscreen mode, it will look a bit different when opened. In this case, click the I/O icon to access shutdown, restart and sleep.

Windows 10, shut, down, close, stop, turn off, ways, methods, how to

If you're using Windows 10 in tablet mode, the Taskbar will be different, and you won't have a traditional desktop, but you still need to tap the Start button to access the fullscreen Start Menu.

2. Shut Down Using The WinX Menu

You can access the power user menu, by pressing the Windows + X keys on your keyboard.
Windows 10, shut, down, close, stop, turn off, ways, methods, how to

Here, just point to Shut down or sign out to access shutdown, restart and sleep.

Windows 10, shut, down, close, stop, turn off, ways, methods, how to

You can also access this menu, by right-clicking on the Start button, or, if you are using a touchscreen, long-press the Start button to open it.

3. Shut Down Using ALT + F4

Whenever you are viewing the Desktop, you can press the ALT + F4 key combination to open the shut down menu.
Windows 10, shut, down, close, stop, turn off, ways, methods, how to

Here, you can open the drop-down list to choose whether to shut down, restart or put the device to sleep. You can also logout from your user profile or switch to a different one. Select the option you want, and click or tap OK to confirm it.

Windows 10, shut, down, close, stop, turn off, ways, methods, how to

4. Shut Down Using The "Shutdown" Command

If you like a command line interface, you can use that too. Open a Command Prompt window, type shutdown /s and press Enter to shut down your device.

You can also issue this command from the Run window. Press the Win + R key combination to open it, then type the shutdown /s command and press Enter to shut down your device.

Windows 10, shut, down, close, stop, turn off, ways, methods, how to

To restart the device, replace shutdown /s with shutdown /r. To learn about all the available parameters for this command simply type shutdown in the Command Prompt.

5. Shut Down From The Lock Screen

You can also shut down your device from the lock screen: you can see this screen before logging in to Windows, or if you sign out or lock your device. Here, press the I/O icon in the bottom right corner to access the usual shut down, restart and sleep options.
Windows 10, shut, down, close, stop, turn off, ways, methods, how to

6. Shut Down Using "Slidetoshutdown" Command

It is not a very-well known feature of Windows, but you can still use it. Just open the Run window by pressing Win + R, type slidetoshutdown.exe and press enter or click OK.

Windows 10, shut, down, close, stop, turn off, ways, methods, how to

This will drop in your lock screen image from the top, that will cover half of your screen. Just slide the image to the bottom of your screen with your mouse (or your finger if using a touchscreen) to shut down your computer, or press any key or slide the image upwards to cancel shutdown.

Windows 10, shut, down, close, stop, turn off, ways, methods, how to

You can also create a shortcut to this application, if you like this method.

7. Shut Down Using The Power Button On The Device

If you're running Windows 10 on a touch device, like a smartphone, or a tablet, there is another, faster way you can shut it down. First, you need to long press your device's power button (the on/off button), which will drop your lock screen, in a way very similar to the slidetoshutdown command.
Now you just need to slide the screen down to shut down the device.