Tag: esim
October 22, 2023
Holafly eSIM in the UK
We took a trip to the UK recently, well we ended up staying only in London due to a medical issue with someone in our party, and used Holafly eSIMS on our trip. I was VERY pleased with the experience in using their eSIMs from setup to performance. I won’t go into any specifics on how to set them up, etc, as there are plenty of articles around that cover that.
Tag: holafly
October 22, 2023
Holafly eSIM in the UK
We took a trip to the UK recently, well we ended up staying only in London due to a medical issue with someone in our party, and used Holafly eSIMS on our trip. I was VERY pleased with the experience in using their eSIMs from setup to performance. I won’t go into any specifics on how to set them up, etc, as there are plenty of articles around that cover that.
Tag: review
October 22, 2023
Holafly eSIM in the UK
We took a trip to the UK recently, well we ended up staying only in London due to a medical issue with someone in our party, and used Holafly eSIMS on our trip. I was VERY pleased with the experience in using their eSIMs from setup to performance. I won’t go into any specifics on how to set them up, etc, as there are plenty of articles around that cover that.
Tag: uk
October 22, 2023
Holafly eSIM in the UK
We took a trip to the UK recently, well we ended up staying only in London due to a medical issue with someone in our party, and used Holafly eSIMS on our trip. I was VERY pleased with the experience in using their eSIMs from setup to performance. I won’t go into any specifics on how to set them up, etc, as there are plenty of articles around that cover that.
Tag: biking
August 5, 2023
Biking app
I’ve been looking for an app that I can use to build routes to ride and also just record rides I go on. FINALLY found the app for me, OsmAnd. I haven’t signed up for a subscription yet but plan to to support development.
August 5, 2023
Helping identify good biking routes in the KC Northland
Planning to start documenting good biking areas in the KC Northland. There are routes marked as bike friendly on Google Maps that are a head scratcher.
August 5, 2023
Trying to get things to post again
FINALLY figured out there’s an issue with Hugo on Gitlab, or maybe in general. When you have md pages and add the date tag, adding the time after T in the date causes the page to not render or apparently even be published.
Tag: kansas city
August 5, 2023
Biking app
I’ve been looking for an app that I can use to build routes to ride and also just record rides I go on. FINALLY found the app for me, OsmAnd. I haven’t signed up for a subscription yet but plan to to support development.
August 5, 2023
Helping identify good biking routes in the KC Northland
Planning to start documenting good biking areas in the KC Northland. There are routes marked as bike friendly on Google Maps that are a head scratcher.
August 5, 2023
Trying to get things to post again
FINALLY figured out there’s an issue with Hugo on Gitlab, or maybe in general. When you have md pages and add the date tag, adding the time after T in the date causes the page to not render or apparently even be published.
Tag: kc
August 5, 2023
Biking app
I’ve been looking for an app that I can use to build routes to ride and also just record rides I go on. FINALLY found the app for me, OsmAnd. I haven’t signed up for a subscription yet but plan to to support development.
August 5, 2023
Helping identify good biking routes in the KC Northland
Planning to start documenting good biking areas in the KC Northland. There are routes marked as bike friendly on Google Maps that are a head scratcher.
August 5, 2023
Trying to get things to post again
FINALLY figured out there’s an issue with Hugo on Gitlab, or maybe in general. When you have md pages and add the date tag, adding the time after T in the date causes the page to not render or apparently even be published.
Tag: northland
August 5, 2023
Biking app
I’ve been looking for an app that I can use to build routes to ride and also just record rides I go on. FINALLY found the app for me, OsmAnd. I haven’t signed up for a subscription yet but plan to to support development.
August 5, 2023
Helping identify good biking routes in the KC Northland
Planning to start documenting good biking areas in the KC Northland. There are routes marked as bike friendly on Google Maps that are a head scratcher.
August 5, 2023
Trying to get things to post again
FINALLY figured out there’s an issue with Hugo on Gitlab, or maybe in general. When you have md pages and add the date tag, adding the time after T in the date causes the page to not render or apparently even be published.
Tag: tag1
December 13, 2022
Adding a new post on the site
Updating an old post and committing to see how this goes.
Tag: tag2
December 13, 2022
Adding a new post on the site
Updating an old post and committing to see how this goes.
Tag: centos 6
April 20, 2019
Parallel Command on CentOS 6
parallel -i -j 5 rsync -sLavz {} /path/to/place/the/file/{} — find . -type f
Tag: linux
April 20, 2019
Parallel Command on CentOS 6
parallel -i -j 5 rsync -sLavz {} /path/to/place/the/file/{} — find . -type f
Tag: parallel
April 20, 2019
Parallel Command on CentOS 6
parallel -i -j 5 rsync -sLavz {} /path/to/place/the/file/{} — find . -type f
Tag: bbq
September 10, 2017
Pit Barrel Cooker(PBC) tips
This is meant to be a short tips and tricks for working with a PBC. I’m assuming you have already followed the directions for lighting your PBC and are trying to troubleshoot some issues with temperatures. They don’t discuss monitoring temperatures in their videos but it’s something I started doing with my Weber kettle and I’ve continued that with my PBC. I’m glad I did because some of my early cook saw temperatures in my PBC spike to nearly 500 and temperatures settling in the upper 300s.
Tag: pbc
September 10, 2017
Pit Barrel Cooker(PBC) tips
This is meant to be a short tips and tricks for working with a PBC. I’m assuming you have already followed the directions for lighting your PBC and are trying to troubleshoot some issues with temperatures. They don’t discuss monitoring temperatures in their videos but it’s something I started doing with my Weber kettle and I’ve continued that with my PBC. I’m glad I did because some of my early cook saw temperatures in my PBC spike to nearly 500 and temperatures settling in the upper 300s.
Tag: tips
September 10, 2017
Pit Barrel Cooker(PBC) tips
This is meant to be a short tips and tricks for working with a PBC. I’m assuming you have already followed the directions for lighting your PBC and are trying to troubleshoot some issues with temperatures. They don’t discuss monitoring temperatures in their videos but it’s something I started doing with my Weber kettle and I’ve continued that with my PBC. I’m glad I did because some of my early cook saw temperatures in my PBC spike to nearly 500 and temperatures settling in the upper 300s.
Tag: greenplum
April 13, 2017
Greenplum dbid, address, port, datadir info in an SQL query
SELECT dbid, content, hostname, address, port, replication_port, fselocation as datadir FROM gp_segment_configuration, pg_filespace_entry WHERE dbid=fsedbid ORDER BY dbid;