AACplus / AAC+ support for Logitech SqueezeBox – SqueezeCenter

This is how I got AAC+ streams playing on my SqueezeBox, the link is step one is a direct export of the files of the directory on my server, so it should be guaranteed to work. If not, I got my information from here. Download this Unzip the contents so that in the SqueezeCenter7 directory \Program Files\SqueezeCenter\server\Plugins Restart Slimserver and check Settings/Advanced/FileTypes that there are AAC or AACplus entries and they are enabled. Test

Install a local TCP/IP printer using a VBS script

To install a printer using a TCP/IP port, I run the following script, which works perfectly. Just change the sections in RED to suit. ………………………………………………………………………………………………. strComputer = "."Set objWMIService = GetObject("winmgmts:" _    & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")objWMIService.Security_.Privileges.AddAsString "SeLoadDriverPrivilege", True Install "10.10.65.23" ‘ Start the install of the printer sub Install(strIP)    InstallPrinterPort strIPend Sub ‘==================strBasePrinter = "Lvl 22 North HP"strPrinterName = "HP Color LaserJet CP3525 PCL 6"strINFPath = "\\10.10.65.241\PrinterInstallScripts\Lvl22NorthHP\CP3525PrinterDriver\hpc3525c.inf"strIPPort = "IP_10.10.65.23"Set objShell = CreateObject("WScript.Shell")strCommand = "cmd /c rundll32 printui.dll,PrintUIEntry /if /b """ & strBasePrinter & """ /f " & strINFPath & " /r """ & strIPPort & """ /m """…

Configure Backup Exec 12.5 For VMware ESX VCB Backups

Pre-Configuration Steps Install VMware Consolidated Backup Framework onto the Backup Exec server Before installing VCB and connecting the proxy host to the SAN you should disable automount via diskpart(cmd, diskpart, automount disable, automount scrub). When you don’t disable automount Windows will signature all “incoming” disks. When this happens the VMware hosts will not recognize the VMFS volumes anymore. Open a command prompt on the VCB proxy server (The sever you installed VMware Consolidated Backup Framework) and type the following commands:- diskpartautomount disableautomount scrub   Reboot the server Configure the VCB proxy server so that it has shared access to ALL…

Publish Secure FTP & FTP through ISA 2006

First thing you need to do is download and install a SFTP server, I use EFT Server 6.0 from here. Once you install EFT Server, you need to configure a few things using the Wizard. You can use EFT Server as SFTP & FTP, ports 22 & 21 respectively. In ISA 2006, there are a couple of things to keep in mind, The FTP Access Filter which is enabled by default won’t work with SFTP because the connection is encrypted and ISA won’t be able to access it. The other thing is you need to do is edit the filter…

Access Denied to Roaming Profiles

By default the roaming profiles folders for users are only allowed access from the SYSTEM and the user themselves. This can be prevented in Group Policy ahead before the folder is created, Computer Configuration, Administrative Templates, System, User Profiles, Add the Administrators security group to roaming user profiles. However if you haven’t done this and already there are heaps of user profile folders which you don’t have access to, this is how to gain access to roaming profile folders. Using two tools, the first is SubInAcl.exe available from Microsoft, and the second is cacls.exe which you should already have by…

Local Settings folder missing in Roaming Profiles

For some reason, Microsoft decided by default not to include the Local Settings folder for users roaming profiles, I think because of speed. By default the Local Settings folder and everything inside of it stays on the local computer. Outlook’s default location for PST files is under the Local Settings folder. This means that if a user sets up a PST file in Outlook and accepts the default location, when this user logs onto another computer they will be missing their PST file and all their email. In this location, HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\ExcludeProfileDirs, remove any reference to Local Settings.

The Wireless

The Wireless is an online commercial free radio station coming out of Sydney Australia. You can listen to the stream on a broadband connection. We stream in a format called AAC+, this allows us to stream at half the bandwidth of MP3 & Windows Media formats, but keeping the same quality of sound. To listen, you first need to download and install this AAC+ plugin. Then once this is installed, all you need to do is click here to listen.

Run SHOUTcast as a Windows Service

You can run SHOUTcast as a Windows Service, so that you can log off on your server and still run SHOUTcast. This is done with a utility called SRVANY.EXE. This utility runs as it’s own service and when it starts it starts SHOUTcast with it. Pretty simple stuff really, so here goes. Installation: Install SHOUTcast server as normal to the C:\Program Files\SHOUTcast directory Copy instsrv.exe to your C:\WINDOWS\system32 directory Copy SRVANY.EXE to C:\Program Files\SHOUTcast From command prompt, run this command – INSTSRV SHOUTcast “C:\Program Files\SHOUTcast\srvany.exe” Run the Registry Editor (REGEDT32.EXE) Under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SHOUTcast: create a ‘Parameters‘ key (folder) Under the this…

X-Lite Dial Plan

I had a problem where in imported all my contacts from Outlook to Counterpath’s X-Lite, however all of my numbers had +61 before the number, and all my calls were failing. Network error etc etc. My dial plan originally was: #1\a\a.T;match=1;prestrip=2; This was default, so I changed it to add in another match, see below: #1\a\a.T|+61xxxxxxxxxT;match=1;prestrip=2;match=2;prestrip=3;pre=0 What the above dial plan does using a second match, detects a number being dialled with a +61 before the number, then pre strips the first 3 numbers and also adds a 0, so in essence a number +614017891234 will have the first 3…