Archive

Posts Tagged ‘Admin’

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:

Winginx – handy tool for web development

June 29th, 2014 No comments

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)

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

Community Clips

September 17th, 2009 No comments

Create videos to share your expertise.

Make help videos quickly and easily using the Community Clips Recorder.

TeamViewer

September 17th, 2009 No comments

TeamViewer establishes connections to any PC or server all around the world within just a few seconds. You can remote control your partner’s PC as if you were sitting right in front of it. Find out why more than 15.000.000 users trust TeamViewer!

The one-stop solution for desktop sharing

TeamViewer is the fast, simple and friendly solution for remote access over the Internet – all applications in one single, very affordable module:

Remote access to PCs and servers via Internet
Instantly take control over a computer anywhere on the Internet, even through firewalls. No installation required, just use it fast and secure.

Training, sales and teamwork
TeamViewer can also be used to present your desktop to a partner on the Internet – great for team collaboration, trainings and sales presentations.
File transfer, chat and more
Share your files, chat, switch the direction during a teamwork session, and a lot more is included in TeamViewer.

Tags: , ,

RAM Disk utilities

May 31st, 2009 No comments

clear a file

May 28th, 2009 No comments

Linux:
cp /dev/null your_file_name

Windows:
copy /y nul your_file_name

Tags: , ,