Set Synogoly default interface
April 24th, 2023 1:09 PM Mr. Q Categories: Synology
It is possible to change the default Ethernet interface on a Synology DSM (DiskStation Manager) system. Here are the steps to change the default Ethernet interface: Note that changing the default Ethernet interface may affect the network settings and connectivity of your Synology NAS, so be sure to review your […] Read more »
Restart Linux from the command line.
April 24th, 2023 8:35 AM Mr. Q Categories: Linux
You can restart Linux from the command line using the “reboot” command. Here’s how to do it: This will initiate a system restart. Note that this will immediately restart your Linux system without any confirmation prompts, so make sure to save any unsaved work before running the “reboot” command. You […] Read more »
Check what is using a port on linux
April 24th, 2023 8:24 AM Mr. Q Categories: Linux
Assume we are looking for port 443. Use the “netstat” command on Linux to see which processes are using port 443. Here’s how to do it: This will show a list of all active network connections and the corresponding processes that are using them. Replace “<PID>” with the actual PID […] Read more »
Change my wp-admin to test-admin-url
April 23rd, 2023 2:06 PM Mr. Q Categories: Security, WordPress
Changing the wp-admin URL can improve the security of your WordPress site. By default, the wp-admin URL is a well-known and easily guessed location for attackers to try to access and exploit your site. Changing the URL makes it harder for attackers to find the login page, reducing the risk […] Read more »
Docker Assistant (Set Me Up)
April 23rd, 2023 9:19 AM Mr. Q Categories: Docker, Setup
Follow these steps to get sites/apps working… 1) Clone Docker Assistant Clone docker_assistant to your server. (preferable one (1) level from the root directory) i.e. /volume1/docker_assistant/ The directory and file need to be owned by you. Use the user and group that has the least amount of permissions. Now change […] Read more »
Learning Game Development: Complete guide using HTML5, CSS & JavaScript
September 22nd, 2021 10:54 AM Mr. Q Categories: JavaScript, Learning
Game development steps start to finish; layout of everything needed to create JavaScript games. Using the three pillars of Object Oriented Programming, (Encapsulation, Inheritance, & Polymorphism) to keep our code clean and easy to maintain. Why use JavaScript for game programming: #1 answer is, it will run on any device […] Read more »
The high and mighty John Conway’s “Game of Life” using HTML, CSS & JS
September 12th, 2021 10:35 AM Mr. Q Categories: CSS, HTML, JavaScript
Hey guys, today we’re gonna make a cool game called John Conway’s Game of Life using HTML, CSS, and JavaScript. John Conway is a really smart math guy that we should look up to. The Game of Life is a game that nobody plays, it’s kinda weird. Each square on […] Read more »
Booty Cream
June 3rd, 2021 7:00 PM Mr. Q Categories: Beauty
Sometimes your booty just does not have that fresh feeling (you know what I mean). When we were younger (babies), you would get a rash, your parents would slap some magical potion on your ass, and next day is heaven again. That magic potion is easily made with OTC supplies: Read more »
Understanding a brushless DC motor characteristics
June 2nd, 2021 6:56 PM Mr. Q Categories: Motor, Remote Control (RC)
When purchasing a brushless DC electric motor (BLDC motor or BL motor), there are so many choices, which one is best for me? First off, what are the terms and parts: Now a motor example: D2822/T12 1450kV is a mouth full, so lets break it down: 28 is the stator diameter. 22 is the stator height, the actual part […] Read more »
DNS record types
May 28th, 2021 6:07 PM Mr. Q Categories: DNS
We need to understand the different types of DNS records. The purpose of this page is not to do a deep dive, but enough to set up your domain appropriately. In addition, a couple of tools will be reviewed to validate when your change has been synced within DNS (in […] Read more »