Welcome to my tech blog
Guide For Setting Up Teslamate on Synology NAS Using Docker Container
Thanks to the good folks at Teslamate we have an easy and cheap way to store our Tesla’s driving data. The setup process is pretty simple so far. 1. Download docker on Your Synology NAS Open your Synology NAS web UI, go into Package Center and install the Docker package. 2. Prepare docker-compose.yaml file Follow the official guideline: https://docs.teslamate.org/docs/installation/docker to generate the recommended docker-compose.yaml file, fill in all the required fields....
How to change Audeze LCD-2C/LCD-2 worn ear pads that's peeling off
The ear pads condition of my old LCD-2 are getting worse everything day. I bought it 3 or 4 years ago but the fake leather on my Earpads are starting to fall off chucks by chucks. So I just ordered some new pads and changed it. Changing the Audeze LCD headphones ear pads is pretty simple. 1. Order the Ear Pads Order it on Audeze’s website 2. Install the Ear Pads Peal off old ear pads Remove the headband by unscrewing the extension rod and pop it out....
6 Things I wish I knew before getting my first EV(Electric Vehicle)
Plan to switch from gas powered car to electric powered car? Here’s something to watch out for. How do you plan to charge it? This will be the most important question you need to answer. Charge it in your garage If you have a garage with an output or access to electricity, then this will be the best case scenario. You can use your normal 110v outlet to trickle charge your EV, it may take a long time, but it should be enough if you don’t need to drive more then about 20 miles a day....
How to Change The IP Address Of Proxmox Host In Terminal
For all the examples we are assuming you are changing the address from 192.168.1.2 to 192.168.2.2 Change /etc/network/interfaces/ Change the Address and Gateway in /etc/network/interfaces/ Example Before: address 192.168.1.2/24 gateway 192.168.1.1 After address 192.168.2.2/24 gateway 192.168.2.1 Change /etc/hosts Change the Address in hosts file Before: 192.168.1.2 pve.localhost pve After 192.168.2.2 pve.localhost pve Change /etc/resolv.conf for new name server Do this if you also changed the address for nameserver Before: search localhost nameserver 192....
Spin Up Minecraft Server From Scratch Using Docker In Under 5 Minutes!
Thanks itzg for creating this amazing docker image, it’s super easy to use and allow you to spin up a minecraft server under 5 minutes. Creating docker environment First you need to have a Linux machine that’s able to run docker. Follow the docker offical guide to install docker Also install docker-compose to manage container eaiser, guide can be found here Set up minecraft docker image Use your favorite text editor to create a docker-compose....
ITX SFF PC Buying Guide for 2022
SFFPC Case Style Sandwich Classic Tower APU (CPU Only) CPU Cooler Most SFF case will have limited clearance for CPU cooler, causing limited air cooling selection. If your CPU have TDP higher then 65 W, I would recommend you water cool your CPU. Air Cooling Make sure you double check your CPU cooler clearance height before purchasing a CPU cooler. Most sandwich layout case will have a tighter tolerance for CPU cooler height than classical layout....
15 Watt Idle: Reduce Power Bill While Running Proxmox Server
CPU Governor Trying to set scaling governor to powersave is a nice way to save some power when running Proxmox. Run the following command. Governor state will persist after you rebooted so no need to rerun it after a reboot. apt install cpufrequtils echo 'GOVERNOR="powersave"' | sudo tee /etc/default/cpufrequtils Double check if your governor is successfully set by running. sudo cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor You can run powertop to check power consumption of your CPU....
Hello World
Hello!