Skip to content

Instantly share code, notes, and snippets.

View vees's full-sized avatar

Rob Carlson vees

View GitHub Profile

Matrix mapping and organizational policy related to Apple AirTags

Rob Carlson

IFSM 304 7381 Ethics in Information Technology (2222)

April 12, 2022

Ethical Issue Matrix

Federal Enterprise Architecture Framework

Rob Carlson, June 15, 2023

Introduction

Representative Stephen Horn of California introduced the morning session of a congressional hearing in 1997 by describing the major factors which had influenced the U.S. Congress to pass the Clinger-Cohen Act of 1996: the federal government was spending $27 billion per year on information technology without being able to articulate successes, so "efficient private sector techniques" coupled with accountability to the Office of Management and Budget would be used to create "results-oriented information technology practice" throughout the federal government (Oversight of the Implementation of the Clinger-Cohen Act, 1997).

While the act spelled out the necessities of practice, it did not dictate methods of accomplishing the objectives, leading to the creation and release of the Federal Enterprise Architecture ("FEA") framework by the Chief Information Officers three years later (Centers for Medicare & Medicaid Services

@vees
vees / Lenovo Thinkcentre M92P.txt
Last active July 30, 2023 05:46
Ubuntu and UEFI on Lenovo Thinkcentre M92P
Lenovo Thinkcentre M92P
When booting to USB installer disk installation proceeds as expected
1962 no operating system found
When booting into preview mode all disks load without issue, so its not the cable
Secure Boot option either not present or disabled
Last time I fixed this by adding a fake line to the boot loader from instructions on the web
Got a warning during installation about UEFI mode
Windows Fast Startup disabled
jfly comment below:
@vees
vees / darkice-install-pi.sh
Last active February 9, 2020 20:03
Install darkice with MP3 support on Raspberry Pi
echo "deb-src http://archive.raspbian.org/raspbian/ jessie main contrib non-free rpi" | sudo tee --append /etc/apt/sources.list
sudo apt-get update
sudo apt-get install libmp3lame-dev
apt-get source darkice
cd darkice-1.2/
./configure --prefix=/usr --sysconfdir=/usr/share/doc/darkice/examples \
--with-lame --with-lame-prefix=/usr/lib/arm-linux-gnueabihf \
--with alsa --with-alsa-prefix=/usr/lib/arm-linux-gnueabihf
make
sudo make install