Archive

Posts Tagged ‘TechNet’

Hyperpolyglot

March 30th, 2015 No comments

Programming Languages – commonly used features in a side-by-side format.

How to remove HomeGroup network icon from the Windows 8 desktop

November 29th, 2014 No comments
  1. From the Windows 8 Start Screen, search for ‘Show or hide common icons on the desktop’

or

  1. Alternatively, right-click on the desktop in the bottom-left corner to show the small menu which includes Control Panel. From there, click Appearance and Personalisation, then Personalisation. Finally, click Change desktop icons on the left.
  2. Even if the box next to Network is unticked, click it to enable it, then disable it again. (If it’s ticked to start with, untick it).

more

 

Windows App Store doesn’t load

November 25th, 2014 No comments

Open a Command Prompt as an Administrator and execute following command:

powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xml

source

Disable Windows Hibernate

August 28th, 2014 No comments

1.Open a command prompt with administrative privileges and execute following command:

powercfg.exe -h off

more info:

Back up my Opera files

January 23rd, 2011 No comments

To backup Opera you need backup the following folders:

  • Folders: sessions, skin, styles, toolbar, webserver
    Win32: Application Data\Opera\Opera
    Win64: C:\Users\<username>\AppData\Roaming\Opera\Opera
  • Folders: cache, icons, mail, opcache, temporary_downloads, thumbnails, vps, widgets
    win32: LocalSettings\ApplicationData
    win64: C:\Users\<username>\AppData\Local\Opera\Opera

For more info, see “How do I back up my Opera files?

Tags: , ,

Backup web-sites

April 5th, 2010 No comments
  • On Ubuntu a script can be written which will use mysqldump + bash + cron + rsync
  • The data can be stored on Amazone S3 service ( command-line Amazon S3 client – command-line tool to upload, retrieve and manage data in Amazon S3 service, designed for use in scripts)

C++ Standard (C++0x) Thread Library

March 28th, 2010 No comments

The upcoming C++ standard (C++0x) will support multithreading and concurrency both as an inherent part of the memory model, and as part of the C++ Standard Library. “Multithreading and Concurrency” (Anthony Williams):

Also Herb Sutter is a leading authority on software development. He is the best selling author of several books including Exceptional C++ and C++ Coding Standards, as well as hundreds of technical papers and articles, including “The Free Lunch Is Over” which coined the term “concurrency revolution.”

Effective Concurrency: Prefer Futures to Baked-In “Async APIs”

SDelete

March 15th, 2010 No comments

When you delete a file, Windows removes the index for the file and prevents the operating system from accessing the file’s contents. However, an attacker with direct access to the disk can still recover the file’s contents until it has been overwritten by another file—which might never happen. Similarly, files that have been EFS-encrypted leave behind the unencrypted contents of the file on the disk.

With the SDelete tool, available as a free download, you can overwrite the contents of free space on your disk to prevent deleted or encrypted files from being recovered.

SDelete homepage

Additional information: “Get 7 Free Tools for Managing Disks and File Systems

EFSDump

March 15th, 2010 No comments

Users can share EFS-encrypted files by adding other user certificates to a file. However, auditing the users who have rights to files would be very time-consuming using the Windows Explorer graphical interface. To list users who have access to encrypted files more easily, use EFSDump, which is available as a free download.

EFSDump homepage

Linux Magazines

March 4th, 2010 No comments