Super Library of Solutions

Tech Articles and Personal Projects
RSS
  Menu
Skip to content
  • Home
  • Microsoft
  • Linux
  • Amazon AWS
  • VPN and Remote Access
  • Media and Streaming
  • Misc Tech Notes
RSS
« Older posts
Newer posts »

Connecting Ubuntu Server to a Windows share on SMB

By mike | November 26, 2012 - 5:15 pm |November 26, 2012 Linux Stuff
Leave a comment

I had several directories of files on a NAS host that shared the directories using a ‘windows’ style SMB share. I wanted an Ubuntu server to mount these shares with read/write access. I want the mount to be done automatically at bootup. The NAS is already sharing these folders and… Continue reading →

Setup Syslog with LogAnalyzer on Ubuntu Server

By mike | November 21, 2012 - 6:36 pm |November 21, 2012 Linux Stuff
17 Comments

In this post I will cover. 1) Setting up a syslog server to log messages from local and remote sources. 2) Setup a GUI front end showing syslog items. I’ve done this on both Ubuntu Server 10.04 and 12.04. First we need to get some items loaded. We will load… Continue reading →

Import esxi 5 vmdk into KVM qcow2

By mike | October 24, 2012 - 4:17 pm |October 24, 2012 Virtualization Stuff
1 Comment

One of my co-workers had the following error while trying to import a VMWare ESXi 5 VMDK file into KVM qcow2 format. # qemu-img convert -O qcow2 vmtest-disk1.vmdk vmtest.qcow2 qemu-img: error while reading sector 131072: Invalid argument This error seems to have been generated because the way ESXi 5 virtual… Continue reading →

How to List User Names and Emails from a Windows Domain to a file

By mike | September 20, 2012 - 3:04 pm |September 20, 2012 Active Directory
Leave a comment

This is a quick and easy way to get a Tabbed list of Usernames and emails from a Windows Domain while on the domain controller. By using the dsget and dsquery commands, we can list users and then send the output to a file. dsquery user cn=Users,dc=domain,dc=com -name * -limit… Continue reading →

Sickbeard Notifications to an Android Phone using Notify My Android App

By mike | September 12, 2012 - 5:17 pm |September 12, 2012 Linux Stuff
5 Comments

Now that I have a working Sickbeard installation and the media is being collected, the next step was to setup notifications so that I know when a download has completed. Sickbeard has support for “Notify my Android” so I decided to give it a shot. I’m posting the setup here… Continue reading →

Setup Automatic TV Downloads using SickRage and SABnzbd

By mike | September 12, 2012 - 3:58 pm |October 20, 2015 Linux Stuff
Leave a comment

The goal here is to setup an automated system that check for new episodes of TV shows, download the episodes automatically, copy them to a central media PC, and rename them as needed. Disclaimer:  This info is for educational purposes only.   Don’t pirate stuff, kids. Newsgroups can be used to… Continue reading →

Android Phone Email Provisioning Errors with Exchange Active Sync

By mike | August 29, 2012 - 10:37 am |October 12, 2015 Exchange
Leave a comment

This problem came for me recently. Several employees where trying to setup Android phone email clients to check mail on an Exchange 2010 mail server. They would constantly get the following message: “Remote Security Administration, The Server requires that you allow it to remotely control some security features of your… Continue reading →

Python Script to reset Home DVR

By mike | August 22, 2012 - 4:45 pm |August 22, 2012 Linux Stuff
1 Comment

My Home DVR system seems to be built on a Busybox Linux install with the DVR running from that OS.   The issue with my DVR is that the consumer/home dvr devices for under $500 seem to have issues with remote viewing.   I have a system that works well enough… Continue reading →

Setup DHCP and DNS for Dynamic DNS updates on Ubuntu Server

By mike | August 3, 2012 - 1:33 pm |August 3, 2012 Linux Stuff
Leave a comment

After a setup of Bind and DHCP, this section will let the DNS zone dynamically update when new DHCP clients get an IP lease. Reference the previous posts at Install DHCP Services on Ubuntu 10.04 Installing DNS Services on Ubuntu Server 1)      Backup the Zone files   cp /etc/bind/zones/* /var/lib/bind/ 2)     … Continue reading →

Install DHCP Services on Ubuntu

By mike | August 3, 2012 - 1:13 pm |August 3, 2012 Linux Stuff
Leave a comment

The goal here is simply to install DHCP Services so that the Ubuntu host will allocate IP addresses to clients on the network.   Using this method allows more control over DHCP options handed out to the clients over most consumer based routers.  I’ve done this on both Ubuntu 10.04 LTS… Continue reading →

«‹5678›
  • Support


    Did something here help you out? Then please help support the effort by buying one of my Python Boto3 Guides.

    Mike's Guides to Learning Boto3 Volume 1: Amazon AWS Connectivity and Basic VPC Networking


    Mike's Guides to Learning Boto3 Volume 2: AWS S3 Storage: Buckets, Files, Management, and Security

    Or Feel free to donate some beer money through paypal.

    You have my Thanks.

  • Categories

    • Active Directory
    • Amazon AWS
    • Cisco Stuff
    • Exchange
    • Linux Stuff
    • Lync
    • MAC OSx Stuff
    • Media and Streaming
    • Microsoft Stuff
    • Python
    • Security
    • Sharepoint
    • Uncategorized
    • Virtualization Stuff
    • VPN Stuff
  • Recent Posts

    • Programmatically set Public Block on AWS S3 Buckets
    • Using AWS Boto3 to Paginate EC2
    • Run Jitsi on Custom Ports
    • Using Stored AWS Keys and credential profiles in Boto3
    • Disable touchpad via button combination on Linux Laptop
    • Linux Stuff
    • Microsoft Stuff
    • Exchange
    • Active Directory
    • Security
    • Lync
    • VPN Stuff
    • Virtualization Stuff
    • Uncategorized
    • Cisco Stuff
    • SLSMK Tech Forums
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla massa diam, tempus a finibus et, euismod nec arcu. Praesent ultrices massa at molestie facilisis.
Super Library of Solutions | Powered by Mantra & WordPress.
RSS