Enhancing Skills

Author Archives: Mr. Q

Snatch

The dumbbell snatch is a full-body exercise that involves lifting a dumbbell from the ground to overhead in one smooth, explosive movement. Stretch to do prior to exercise: Warmup to do prior to exercise: How to select the proper weight: Choose a weight that challenges you but allows you to […] Read more »

Clean and jerk

The dumbbell clean and jerk is a weightlifting exercise that involves lifting a dumbbell from the ground to shoulder height and then pushing it overhead in one swift movement. Stretch to do prior to exercise: Warmup to do prior to exercise: How to select the proper weight: Choose a weight […] Read more »

Standing side bends

The dumbbell standing side bend is an exercise that targets the obliques (side abs) and helps improve core stability. Stretch to do prior to exercise: Warmup to do prior to exercise: How to select the proper weight: Choose a weight that allows you to perform the exercise with proper form […] Read more »

Margarita

Refreshing classic gets a boost from fresh lime and agavenectar. Sis it on a hot afternoon with a side of chips. Optional: Instructions: Read more »

Set Synogoly default interface

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.

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

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

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)

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 »