INSTALL TELLDUS ON SYNOLOGY NAS

Some quick notes (not complete) On a “spare” debian computer (virtual), do the following: 1 2 3 4 5 6 apt-get install build-essential apt-get install libftdi1 apt-get install libftdi-dev apt-get install libconfuse0 apt-get install libconfuse-dev apt-get cmake Download the latest telldus-core version from Telldus

FORCE HTTPS SYNOLOGY NAS

As Synology NAS:es uses Roundcube for the “Mailstation” service, it’s rather easy to change desired settings. To force HTTPS on all connections to Roundcube: Connect to the Synology NAS through SSH

ENABLING SSH VIA OEM TGZ ON ESXI 4.0

Recently I’ve replaced my server at home with a new one. I installed ESXi on a USB stick and enabled the SSH as described here Then updated it via vSphere Host Update Utility 4.

INSTALL ACTIVE DIRECTORY ON SERVER CORE 2008

To install Active Directory on Server Core 2008 you need to run dcpromo.exe in unattended mode. First start notepad on the target Core server and paste the following: [DCINSTALL] InstallDNS=yes NewDomain=forest NewDomainDNSName=<The fully qualified Domain Name System (DNS) name> DomainNetBiosName=<By default, the first label of the fully qualified DNS name> SiteName=<Default-First-Site-Name> ReplicaOrNewDomain=domain ForestLevel=3 DomainLevel=3 DatabasePath="%systemroot%\NTDS" LogPath="%systemroot%\NTDS" RebootOnCompletion=yes SYSVOLPath="%systemroot%\SYSVOL" SafeModeAdminPassword=P@ssw0rd This is example is for a new forest installation with Forest and Domain level set to 2008.

CHANGE SCREEN RESOLUTION IN SERVER CORE 2008

Ever wondered how to change screen resolution in Server Core? I’ve found a blogpost about that here Change resolution on server core And just to simplify it: Locate \HKLM\System\CurrentControlSet\Control\Video{classID}\0000\DefaultSettings.XResolution and

IPOD HARDWARE RESET

Ever got your iPod to lock up? This is how I reset it. Turn keylock on Turn keylock off Press menu and middle buttom for a cuple of seconds. Done. Source: mtdewvirus.

HOW TO CREATE LAGER DRIVES THAN 256 GB IN ESXI 4.0

Recently I’ve tried to create a harddisk for a virtual machine in VMware that I wanted to be 600 GB in size. I ran the “Add Hardware” wizard in vSphere Client and selected the harddisk, typed 600 GB as disk size and !

ENABLE REMOTE DESKTOP ON WINDOWS 2008 SERVER CORE

For Windows 2008 , Server Core & Vista clients type: Cscript %windir%\system32\SCRegEdit.wsf /ar 0 For Windows XP & Windows 2003 clients type: cscript %windir%\system32\SCRegEdit.wsf /ar 0 cscript %windir%\system32\SCRegEdit.wsf /cs 0 KB555964 at Microsoft

ENABLE THE UNSUPPORTED SSH SERVER IN ESXI 4.0

At the console of the ESXi host, press ALT+F1 to access the command shell. Enter unsupported in the console and hit enter. You will not see what you type.

INSTALLING ESXI 4.0 ON A USB PENDRIVE AND HP ML110

I’ve recently installed EXSi 4.0 on my home server. I’ve choosed to install it on a regular USB pendrive. You don’t have to do the unpack and DD trick anymore as the ESXi 4.