January 28, 2023

Factorio Shortcuts

Keyboard/Mouose Shortcuts

  • Dispaly
    • Alt -- Toggle container item icon
  • Control
    • Ctrl + Left click -- Quick pick and drop items to slot
    • Ctrl + Right click -- Pickup items
    • Q -- Cancel item holding
    • Z -- (Pickup items and hold on hand) drop one item at a time to building
  • Building
    • Right click -- Pickup building
    • R -- Rotate


October 11, 2020

Ubuntu 20.04 Change Default Login Screen to Primary Monitor

With a multi-monitor Ubuntu setup, Login screen may not display on the primary monitor as defined under Settings > Screen Display.

In order to make the necessary change in Ubuntu 20.04 LTS, make sure ~/.config/monitors.xml file exists.  If not, go to Settings > Screen Display, make some dummy changes then change back to the desire settings.  For example, adjusting one of screen orientation.  This action would generate montors.xml file.

In the console, execute the following command.

sudo cp ~/.config/monitors.xml /var/lib/gdm3/.config/

This would copy the file into gdm3 configuration folder.

Restart the machine and login screen would display on the primary monitor.


September 27, 2020

Ubuntu Chinese Input Method

Chinese input is non-existence out-of-box from Ubuntu (and up to 20.04 so far). More work is required to setup Chinese input support. While there are multiple variances out there, Chinese Intelligent Pinyin works best for me.

To install Chinese Intelligent Pinyin, search "ibus-libpinyin" online. Basically, update ibus then install ibus-pibpinyin.

sudo apt-get install -y ibus-libpinyin

Perform a reboot. Note, there is a way to refresh without a reboot but reboot is easier.

Then go to Settings > Language and Region, under Input Sources, click + then Other. Select "Chinese (Intelligent Pinyin)" from the list. Note, it is not "Chinese" in the list as it basically does nothing.

June 7, 2020

Switch Languages for iOS External Bluetooth Keyboard

Use the following steps to change languages with physical keyboard on iOS:

For Logitech K480, press the Language Switch key (F12).
For other Bluetooth keyboard, press Ctrl + Space.

Other notes:
For some messaging apps, press Command + Enter to send the message.

June 4, 2020

Microsoft All-in-One Media Keyboard Notes

The keyboard has new Fn keys enabled by default and missing a few physical keys compared to a regular keyboard.  The following note on how to access the missing keys.

Home key: Fn + Left arrow
End key: Fn + Right arrow
Page Up: Fn + Up arrow
Page Down: Fn + Down arrow
F1 ~ F12: Fn + selected key
Fn Lock Mode: Fn + Capital Lock
(Fn Lock does not affect Home/End keys)

March 16, 2020

FAT32 Format for Size Over 32GB

FAT32 can search up to 32GB.  In order to format a disk larger than 32GB, it would be exFAT format.

Windows does not have a default utility to perform this task.  Instead, search for guiformat.exe online.  Ridgecrop Consultants Ltd has a good alternative.

July 14, 2019

Motorcycle Notes

TCLOCK
  • Tires,
  • Control,
  • Lights,
  • Oil,
  • Chassis,
  • Kickstand.

KNIFEBC
  • Kickstand,
  • Neutral,
  • Ignition,
  • Fuel,
  • Engine,
  • Brake,
  • Control.

June 5, 2019

Reference to Install Google Store on Fire Tablet 8

Fire Tablet 8 is an inexpensive tablet for media consumption.  However, Amazon App Store lacks typical Google first-party apps and Fire OS also lacks good input apps.

https://www.laptopmag.com/articles/get-google-play-on-fire-tablet

Visit above link and their instruction is the most simple to follow.

January 18, 2019

Fake Windows AntiVirus Example

Never click on "fake" OK or "fake" Cancel.




August 12, 2018

Backup Minecraft with OneDrive

Microsoft OneDrive does not backup folders outside of OneDrive folder.  In order to backup Minecraft game folders, try to create a symbolic link.

mklink /j C:\Users\<userName>\OneDrive\com.mojing C:\Users\<userName>\AppData\Local\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang

/J will create a directory junction.

If there is an error, "Cannot create a file when that file already exists" then it means the first folder parameter/reference already existed.  Try to change to a different name.