Skip to content

*.dannyg

an extension of dannyg

Menu
  • Home
  • art
  • inspiration
  • music
  • poetry
  • Recipes
  • writings
Menu

Reading Room

Posted on September 16, 2019

My recommended reading list:

Inspirational Movies / TV shows

Posted on October 11, 2015

There are a bunch of movies/tv series that I’ve found to be very inspirational, not only as an engineer, an entrepreneur, but also as a human. They are listed in no particular…

Remove passphrase from PEM file

Posted on April 27, 2015

openssl rsa -in privateKey.pem -out newPrivateKey.pem

Parallels Multihoming a CentOS Server

Posted on March 8, 2015

I wanted to be able to have two NICs on a virtual machine using CentOS. I already had one so I just needed to add a 2nd one. It was suggested to…

Forced Failures

Posted on February 10, 2015

There is a certain value to failure testing. By forcing systems to go down in a systematic way, I have been able to understand limitations in the system, as well as places…

Downloading Embedded PDF in Chrome

Posted on February 11, 2014

My girlfriend ran into an issue yesterday with her online school. She currently has to download textbooks and they have some kind of custom authentication utilizing Adobe Acrobat Forms. Google Chrome sometime…

Getting the kernel timing

Posted on November 6, 2013

I found this particularly useful for getting the timing of the kernel in CentOS. Important for FreeSWITCH RTP.

Finding and Deleting a Table Lock

Posted on August 28, 2013

SELECT OBJECT_NAME(P.object_id) AS TableName, Resource_type, request_session_id FROM sys.dm_tran_locks L join sys.partitions P ON L.resource_associated_entity_id = p.hobt_id WHERE OBJECT_NAME(P.object_id) = ” Then do KILL [REQUEST-SESSION-ID]

Raspberry PI with Serial Cable notes

Posted on May 4, 2013

ls /dev/tty.* then screen -L /dev/tty.PL2303-00001014 115200

jwPlayer default behavior for playlist over

Posted on April 23, 2013

I ran into a little difficulty today with the default behavior of the playlist in jwPlayer and the position=”over” configuration. After some simple digging into the code under PlaylistComponent.as which is in…

Posts navigation

1 2 … 9 Next

Recent Posts

  • Reading Room
  • Inspirational Movies / TV shows
  • Remove passphrase from PEM file
  • Parallels Multihoming a CentOS Server
  • Forced Failures

Archives

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
©2023 *.dannyg | Design: Newspaperly WordPress Theme