Skip to content

Cyer's DevNote

Research, Build and Code
  • Topics
    • Dev General
    • Raspberry Pi
    • TX2
    • ArduPilot
    • Python
    • LaTeX

Cyer's DevNote

Research, Build and Code
  • Topics
    • Dev General
    • Raspberry Pi
    • TX2
    • ArduPilot
    • Python
    • LaTeX

Academic Writing Tips: Avoid Using Type 3 Font in Matplotlib and Reduce PDF Size Afterward

  • LaTeX, Python
  • October 3, 2021October 3, 2021

Some paper submissions may ask you to not use any Type 3 font in your PDF. In my case, Type 3 font exists in the… Read More »Academic Writing Tips: Avoid Using Type 3 Font in Matplotlib and Reduce PDF Size Afterward

Accessing Static Files in Django (WSGI) Hosted on NameCheap

  • Web Dev
  • May 31, 2021May 31, 2021

Resolving an issue that static files can’t be reached (i.e., files not found, 404) when using Django running on a NameCheap shared machine. I bumped… Read More »Accessing Static Files in Django (WSGI) Hosted on NameCheap

Handling MacOS Gesture Events (Pinch, Zoom, Rotate) in PyQt or PySide2

  • Python
  • March 4, 2021March 5, 2021

When using a QWidget and QMainWindow, we can use overridden methods to handle mouse and key-press events. However, such predefined methods do not contain anything… Read More »Handling MacOS Gesture Events (Pinch, Zoom, Rotate) in PyQt or PySide2

Quick Command References: Docker Container

  • Dev General
  • February 27, 2021April 12, 2021

A summary of commonly used docker commands. Docker Image Management Search/List Check the images on your host: docker image ls Search images from the Docker… Read More »Quick Command References: Docker Container

Connecting to Ubuntu 18+ Remote Desktop from Mac

  • Dev General
  • November 29, 2020November 2, 2021

Tips for enabling your Mac to connect to your Ubuntu 18+ remote desktop. [Step 1] Ubuntu: Install Vino Server Install the Vino server: sudo apt… Read More »Connecting to Ubuntu 18+ Remote Desktop from Mac

Addressing the Issue “WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!” when SSH to Raspberry Pi

  • Dev General, Raspberry Pi
  • October 21, 2020October 21, 2020

Addressing the host key inconsistency issue when using the same IP address in multiple OSes instances. When using a Raspberry Pi board with switching between… Read More »Addressing the Issue “WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!” when SSH to Raspberry Pi

How to Disable Secure Boot with Ubuntu

  • Dev General, Uncategorized
  • October 7, 2020October 7, 2020

Instructions for disabling secure boot with Ubuntu. While it is not recommended, there are occasions that you may want to disable the secure boot on… Read More »How to Disable Secure Boot with Ubuntu

Forcing iPad Sidecar to Connect via USB

  • Dev General
  • August 5, 2020August 5, 2020

A short answer for how to enforce a wired Sidecar connection between a Mac and an iPad. Sidecar allows us to use an iPad as… Read More »Forcing iPad Sidecar to Connect via USB

Quick Command References: GDB

  • Dev General
  • April 22, 2020April 22, 2020

A quick reference to most commonly used GDB commands you may need for debugging. Start GDB Compile and Enable Debugging To allow GDB to examine… Read More »Quick Command References: GDB

How Threads Run in Ardupilot in Linux (AP_HAL_Linux)?

  • ArduPilot
  • April 16, 2020August 5, 2020

Digging into the source code to understand how the five threads in Ardupilot in Linux are created and run. The Linux version’s Ardupilot takes advantage… Read More »How Threads Run in Ardupilot in Linux (AP_HAL_Linux)?

  • 1
  • 2
  • 3
  • Next »

Categories

  • ArduPilot
  • Dev General
  • LaTeX
  • Linux Kernel
  • Python
  • Raspberry Pi
  • TX2
  • Uncategorized
  • Web Dev

Recent Posts

  • Academic Writing Tips: Avoid Using Type 3 Font in Matplotlib and Reduce PDF Size Afterward
  • Accessing Static Files in Django (WSGI) Hosted on NameCheap
  • Handling MacOS Gesture Events (Pinch, Zoom, Rotate) in PyQt or PySide2
  • Quick Command References: Docker Container
  • Connecting to Ubuntu 18+ Remote Desktop from Mac

Copyright © 2019-2020 Cyer | Neve | Powered by WordPress