Ideas, blog, etc.

Latest posts

  • 26 September 2015

My Review of Arch

After my minimal install of Arch, I was greeted by a terminal console upon booting the kernel. With 5,013 packages in the 32 bit stable repositories (compare tha…

Read more 
  • 19 September 2015

Jumping on the Arch Bandwagon

Well, after avoiding it for a few years, I have decided to install the Arch GNU/Linux distribution on my Acer C710. At first glance, it was nice to just install the necessary packages and have a working system within 20 minutes. The downside to having everything up and running in 20 minutes is that I did not install the base packages that come with…

Read more 
  • 30 August 2015

Expect with expect

Wouldn't it be nice to program a script that expects a certain line of text then sends a predetermined string? How about copy your ssh id to 40 different RPi units without typing the command for every one? Expect is that sort of program we all have been dreaming about. Just look at this script:

Read more 
                
            
        
        
            
        
    
        
            
                
            

            
  • 16 August 2015

The Arrow Law

When I first started out with Linux, I was having trouble understanding the basic commands such as ln, andrewmv, scp, rsync, etc. What got me with those commands was the SOURCE and DEST options until I figured out the arrow law.

A typical rsync command looks like this:

                        
                    
                    Read more 
                
            
        
        
            
        
    
        
            
                
            

            
  • 08 August 2015

Installing fonts on Windows using Puppet

I was recently tasked to install a group of fonts on windows systems. In order to do it the Internet way, you have to:

  1. Install the font on a system
  2. Export the registry file
  3. Create a GPO
  4. Place the font in an accessible location (domain readable)
  5. Make sure the GPO has the .reg and the font file install… Read more 
    • 02 August 2015

    Installing TeamViewer over SSH

    The recommended way to install TeamViewer is from a desktop environment using a package manager such as Synaptic, Yum, or apt-get. Sometimes you find yourself in a circumstance when ssh is the only way you have access to your server. This tutorial will help you get it installed on Ubuntu Server 14.04.2.

    As a reminder, TeamViewer is free for …

    Read more 
    • 26 July 2015

    Setting the I/O scheduler for a single disk on Fedora

    You can set your IO scheduler on-the-fly by echoing the scheduler you want into /sys/block/{DEVICE-NAME}/queue/scheduler. This setting, however, does not persist across system reboots. The legacy method is to place this command in /etc/rc.local or by placing an elevator variable in grub.cfg.

    Beginning w…

    Read more 
    • 18 July 2015

    Send Aliases over SSH connections

    Bash reads aliases from a file only; however, this file does not have to reside on the server you are connecting to. With OpenSSH, we have to ability to send environment variables that the server allows.

    On Debian/Ubuntu systems, the default accept environment variables are:
    
                            
                        
                        Read more 
                    
                
            
            
                
            
        
            
                
                    
                
    
                
    • 06 July 2015

    Kodi Shutdown Script

    I am currently using 14.2 of Kodi on my home media center. In order to save money and energy, our rule of thumb is to keep the media center powered off during the night. At first thought, it would make sense to use Kodi's built-in sleep function; however, it gets too mundane to open the setting option every time you want to watch something…

    Read more 
    • 25 June 2015

    About

    Andrew Wippler's Sketchpad is where I express my interests. I love Jesus, my family, and technology. My current interests are: (in no particular order)

    • Nicole and my 4 children
    • Linux
    • Fedora
    • Internet Safety
    • Amazon Web Services (AWS - same initials as this website :) )
    • Coding… Read more