Category: Tech

Tech related posts.

Avaya One-X Error Saving Preferences.xml

I use Avaya One-X for work.  I got the above error this morning.  I couldn’t find a resolution via Googling, and Avaya’s support is notoriously sucky.  BUT, I did find out what the purpose of Preferences.xml is.  It keeps settings like window positions.  Bearing that in mind, I figured before reinstalling I’d try blowing it away (renaming it, actually) to see if it would recreate.  It did, and the app came up fine.

Preferences.xml is located in

%APPDATA%\Avaya\one-X Agent\2.5\Profiles\[Profile Name]

on Win7/8.

Stuff I Like/Use

Not so random list of stuff I like/use:

Tech

  • SABnzbd – Auto newsreader.  Feed it nzb files and, if you’ve set it up correctly, it’ll auto download, verify, unpack and place.  I feed it with:
    • Sonarr – Searches and manages television shows.  Finds what you tell it to, ships the info to SAB, and voila – you’ve got stuff to waste your life watching.
    • Radarr – Is to movies what Sonarr is to television.
  • Jellyfin – Open source media server. I use this for all video and run a separate instance for audio.
  • Pi-Hole – Turn your Raspberry Pi into a network wide ad blocker via DNS.
  • Deluge – A free bitTorrent client with the option for a nifty web interface.
  • TTRSS – When Google unceremoniously pulled the plug on its newsreader lots of us nerds were pissed.  I fiddled with all the online alternatives at the time, but eventually TTRSS became my drug of choice.  I host it, I admin it, I’m in control of it.  I appreciate that.  It’s quick, it’s efficient, it seems to keep its database tight and clean, and it’s well supported.  Be forewarned: if you hit its support forums without first doing your homework you will be beat down by neckbeards who have no other means by which to feel any superiority over anyone.  Such is the bane of a project like TTRSS.

More to come.

Comments Off on Stuff I Like/Use Posted in

TTRSS

I love me some TTRSS.  Ever since Google shuttered their RSS feed reader I’ve been using it.  It’s nice to not be beholden to another provider for RSS content management.  It’s also a well supported little free system. I definitely recommend it.  The support forums, however, can be pretty rough on the less savvy crowd.  Hell, there’s an entire sticky thread dedicated to a discussion about how the place is overrun with assholes.  If you go there you’ll get help, but make sure you’ve done your due diligence first.

When I upgraded to the latest version of TTRSS (v1.12) my views went all wonky.  The Mark As Read button was hidden from the top bar and things generally looked assy.  What I discovered is that Firefox (speaking of – FF 28 sure has been crashing a lot) had cached some style settings and mixed the old with the new, creating a mess.  hitting SHIFT+F5 while on the site cleared it all up lickety split.

Change the Windows Sticky Note Font

The Windows sticky note font is hideous.  Every rebuild I do (and I do many, as I use virtual machines) means me looking up how to change this font, because Microsoft hasn’t made it easy, or even possible, without drastic action.  It uses the font Segoe.  So you could go in and try to delete that font altogether (which could be an arduous process unto itself, as it’s protected).  It’s easier, however, to go into the registry and repoint that font title to another font (and this way you can choose the font you want for sticky notes.

  • Open the registry and head to HKEY LOCAL MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts
  • If you’re the nervous type, make a backup of this container of settings by right clicking the Fonts folder.
  • Find the item titled either Segoe Print (TrueType) or Segoe Script (TrueType) – it was the latter on my latest 7 64 bit build – and double click it.
  • Change the value to the .ttf of the font you’d prefer.  The example below changes it to the Consola font.  Remember, you’re pointing to the actual ttf file, not the friendly font name.
  • Repeat the process for Segoe Print Bold (TrueType) or Segoe Script Bold (TrueType).

fonts

That’s it.

Rebuilding Workstation Tips

New hard drives have arrived for my workstation and laptop.  They’re desperately overdue for a rebuild.  I love rebuilding and I hate it.  I love it because newly built machines run so smoothly, so cleanly, and have that new-machine smell.  It’s like virtual spring-cleaning.

I hate rebuilding because there’s so much stuff on my machines.  I’ve done a better job over the years of compartmentalizing (and even backing up) my data, but there’s still a lot of it – more than I’d like.  And the applications.  I use so many applications!  Every rebuild I think “I don’t need 3/4 of these apps.  I’m not putting them back on.”  But eventually, inevitably, as I work on this and that my installed app list grows, and I find myself installing a significant amount of the apps I insisted I wouldn’t.  Such is the curse of the breadth of things I work on, I suppose.  Just this morning a coworker from a completely different department commented that I’m the bitch for my department.  I work on whatever needs working on.  My boss generously calls me his “tool belt.”  Bitch is, honestly, more accurate.

Anyway, here are a few things that make my rebuild process less arduous.

  • I always build fresh onto new drives, holding onto the old ones.  Drives are cheap.  There’s nothing worse than blowing your drive away, rebuilding, and suddenly remembering something of Significant Importance™ that you forgot to back up.  Don’t sweat that.  Take the time to decrypt your current drives (you do encrypt them, don’t you) and set them aside. Build on a new drive, and keep your old ones around for a few weeks just to be sure.  Then you can wipe them and use them as scratch drives or external storage or replacement drives for that friend whose drive craps out or whatever.
  • Make a list of your installed applications.  It’s easy:
  1. Open a command prompt with elevated rights (Start > Run > type in CMD.  When the CMD icon appears, right click and Run as Administrator).
  2. Type in WMIC.
  3. Type in /output:c:\path\to\installed_list.txt product get name,version where path\to is, well, the path to wherever you want to write your installed_list.txt.
  4. Wait for it to finish. Enjoy list of apps.

I’ll add more to my list as my latest rebuilds commence.

Remote Software Scanner

I was writing a script that would scan remote Windows systems and return their installed software, complete with version information (a requirement), and quickly discovered that the process was more arduous than I had originally anticipated.  How to pull it?  WMI?  Use PowerShell?  Glean the information from the registry?  I fiddled with each and, given that I was working with a broad array of OS levels and a mix of 32 and 64 bit, each option had its annoying pitfalls.

Sometimes it’s better to let someone else do the work.  This is one of those times.

I found the EMCO Network Software Scanner, which does exactly what I need and much more, and amazingly enough is also free!

So much props to EMCO.  I’ll be keeping their commercial products in mind down the road.

Novosoft Handy Backup

I don’t usually endorse software.  I’m not an endorser.  However, I’ve been using Novosoft’s Handy Backup for awhile now.  I’m quite pleased with it, and think it’s worth every penny.  I use it to pull down backups of remote websites, sync local data, and make archives of apps whose settings I would hate to lose in the event of a crash.  It’s all automated.  It does the job.

Export Windows Services to a CSV

Another nice trick – exporting a list of Windows Services to a CSV.  Using Powershell:

Or get fancy and pull based on status:

 

Windows 2003 Terminal Services Restriction

File this under Simple Stuff I Forget.

  1. Open Terminal Services Configuration in Administrative Tools
  2. In the left pane select Connections.  In the right pane, right click on RDP-Tcp and choose Properties
  3. Under the Permissions tab add or remove as necessary

I recommend utilizing the Remote Desktop Users security group builtin for good administrative karma.