.NET Framework Cleanup Tool

dotnetfx_cleanup_tool

Popularity: 1% [?]

Resetting your Mac’s PRAM and NVRAM

Summary

This document explains how to reset the parameter random access memory (PRAM) and nonvolatile RAM (NVRAM) on Macintosh computers.

(tovább…)

Popularity: 1% [?]

free Total commander FTP passwords’ decrypting tool

The simple utility which allows you to decrypt all encrypted FTP passwords (as well as passwords for accessing to firewall) usually stored in Total Commander wcx_ftp.ini file.

http://www.totalcmd.net/plugring/cda_file_info.html

util_decryptc_1_2

Popularity: 1% [?]

Firefox profil másolása windowsról OSX-re

1. A windowsos profil könyvtárat másoljuk át az osx /Users/xy/Library/Application Support/Firefox/Profiles könyvtárba

2. Terminal-ban indítsuk el a firefox profil manager-ét: /Applications/Firefox.app/Contents/MacOS/firefox-bin –profilemanager

3. Hozzunk létre egy új profilt, adjuk meg elérésnek a bemásolt könyvtárat

Popularity: 1% [?]

Enable native NTFS Read/Write in Snow Leopard

First, uninstall NTFS-3G/Paragon if installed.
Open Terminal.app (/Applications/Utilities/Terminal)
Type “diskutil info /Volumes/volume_name” and copy the Volume UUID (bunch of numbers).
Backup /etc/fstab if you have it, shouldn’t be there in a default install.
Type “sudo nano /etc/fstab”.
Type in “UUID=paste_the_uuid_here none ntfs rw” or “LABEL=volume_name none ntfs rw” (if you don’t have UUID for the disk).
Repeat for other NTFS partitions.
Save the file (ctrl-x then y) and restart your system.

After reboot, NTFS partitions should natively have read and write support. This works in both 32 and 64-bit kernels. Support is quite good and fast, it even recognizes file attributes such as hidden files.

Alternative Method by iBlacky:
Rename the original /sbin/mount_ntfs tool:

sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.orig

Create a script like this:

#!/bin/sh
/sbin/mount_ntfs.orig -o rw “$@“

save the script to /sbin/mount_ntfs

sudo chown root:wheel /sbin/mount_ntfs
sudo chmod 755 /sbin/mount_ntfs

Enjoy R/W access to NTFS volumes…

In case you don’t like it

sudo mv /sbin/mount_ntfs.orig /sbin/mount_ntfs

and everything is back to R/O.

http://forums.macrumors.com/showthread.php?t=785376

Popularity: 1% [?]

Show all files in the Finder

defaults write com.apple.Finder AppleShowAllFiles YES
defaults write com.apple.Finder AppleShowAllFiles NO

http://www.macworld.com/article/51830/2006/07/showallfinder.html

Popularity: 1% [?]

Time machine network backup

defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1

A fenti parancs kiadása után már a Time Machine is fogja látni a csatlakoztatott meghajtó(ka)t, így a biztonsági mentéseket könnyen átküldhetjük pl. egy NAS-ra.

Popularity: 1% [?]

iBackup

freeware osx backup software

http://www.grapefruit.ch/iBackup/downloads.html

Popularity: 1% [?]

Trick to Enable Show Hidden Files and Folders in Windows

  • Go to Start Menu and click on Run (Windows Vista and Windows 7 uses Start Search instead).
  • Type RegEdit and press Enter to run Registry Editor.
  • Navigate to the following registry key:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\
    CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL
  • In the right pane, verify that the CheckedValue value data is REG_DWORD type. If it’s not (such as belongs to REG_SZ), then delete the CheckedValue value data.
  • If CheckedValue has been delete, create a new DWORD (32-bit) Value and name it as CheckedValue.
  • Double click on CheckedValue and change its value data to 1 (virus may change it to 0 or 2).
  • Within the same registry key, verify that the Type value data is of REG_SZ type, and has the value data radio. If not, set it to radio. Virus may change it to blank.
  • Set the system to reveal or show all hidden files, folders and drives, and then check if hidden files and folders are show.

Popularity: 1% [?]

Exchange Server 2003 18GB-os korlát növelése

How to increase the Exchange Server 2003 Service Pack 2 18-gigabyte database size limit

New functionality has been included with Microsoft Exchange Server 2003 Service Pack 2 (SP2). You can now configure database size limits.

The database size limits for Microsoft Exchange Server 2003 Standard Edition have been increased from 16 GB to 18 GB. The limit can be increased to as much as 75 GB by using a registry key.

Microsoft Exchange Server 2003 Enterprise Edition does not have a maximum database size limit.

For more information about how to set the database size limit, see the Exchange Server 2003 Help topic. The Help topic was updated during the installation of Exchange Server 2003 SP2.

(tovább…)

Popularity: 1% [?]