Category Archives: System Configuration

Adding a Package to Local 3rd Party Ubuntu Repository

Copy .deb packs to the binary folder: Recreate Packages and Release file: Confirm new package is listed: Sign appropriate files:

Posted in Journal, System Configuration | Tagged , , | Comments Off on Adding a Package to Local 3rd Party Ubuntu Repository

Generating a New GPG Key

Run gpg to generate a new key Answer questions: RSA 4096 User ID Email Address Comment Enter a passphrase Use gpg to confirm you now have the new key stored in the keyring: Results:

Posted in System Configuration | Tagged , , | Comments Off on Generating a New GPG Key

NTP: Force Time Sync

From the command line: On RHEL/CentOS you can force ntpd to syncronize on service startup by doing the following: There is an OPTIONS variable with something like: Add the -x parameter: You may also want to set SYNC_HWCLOCK option to … Continue reading

Posted in System Configuration | Tagged | Comments Off on NTP: Force Time Sync

Mavericks: Set SSH Port

Found the following script:

Posted in System Configuration | Tagged , , | Comments Off on Mavericks: Set SSH Port

Thumb Drive Backups…

Bought a 6-pack of 4GB USB thumb drives for various backups. I installed them on liminf01, liminf03, and kfserver01. Used the following commands to format and mount them, since CentOS 5.10 did not automatically mount them. I originally went with … Continue reading

Posted in Journal, LiM, System Configuration | Comments Off on Thumb Drive Backups…

Install Latest Git on CentOS

Setup RPMForge Repository Disable CentOS Base Repository and Enable RPMForge Extras Add enabled = 0 Change enabled = to 1 Remove Git, update, reinstall get, & verify version.

Posted in git, System Configuration | Tagged , , | Comments Off on Install Latest Git on CentOS

Linux: How to Identify 32bit vs. 64bit

For the CPU: Using lscpu: 64bit 32bit or check /proc/cpuinfo for the tm/lm flags. If lm exists it supports 64bit. If only tm exists, it only supports 32bit. 64bit 32bit For the O/S: The architecture should be listed as x86_64 … Continue reading

Posted in System Configuration | Tagged | Comments Off on Linux: How to Identify 32bit vs. 64bit

Set Timezone in Raspbian

Run

Posted in System Configuration | Tagged , | Comments Off on Set Timezone in Raspbian

Using Git for DNS and DHCP Config Files

[master (root-commit) a8418bf] Added DNS zone files Committer: root <root@liminf03.motion.com> Your name and email address were configured automatically based on your username and hostname. Please check that they are accurate. You can suppress this message by setting them explicitly: git … Continue reading

Posted in Backups, git, System Configuration | Comments Off on Using Git for DNS and DHCP Config Files