Zebra Scanner(LS2208) How to enable a carriage return suffix after every scan? Scan the following barcodes in order to automatically send an Enter key after each barcode scan.
Ventoy Ventoy is an open source tool to create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files.
Download and copy Windows 11 ISO to the Ventoy partition.
Philips How to remove a stuck brew unit How to reset drip tray? The brew group gear is not in neutral position Follow the instructions below how to set the brew group gear inside the machine in neutral position:
2025.1.24
2025.3.28
Tech /Work
1149
6 minsPC won’t turn on How to boot to USB drive from Dell Alienware Aurora R16? You can enter the One Time Boot menu, turn on your computer, and then press F12 immediately.
Meeting Connect to display To connect your laptop to the meeting display, press Windows logo key + K from your laptop,
type in the numbers shown on the display and connect.
2025.1.17
2025.1.28
Tech /Web
149
1 minFavicon A favicon is a small image displayed next to the page title in the browser tab.
Tip:
A favicon is a small image, so it should be a simple image with high contrast. You can generate the icons and codes by following the instruction from Favicon generator . The most common favicon formats are ICO, PNG, and SVG, JPEG, GIF.
2024.12.17
2024.12.18
Tech /Web
748
4 minsFollow these steps to set up a server for my document site.
Server Setup Vultr Go to https://my.vultr.com/ Deploy new server > Ubuntu Get root password and login to server Create and add sudo user Putty SSH to server Login as sudo user Caddy server Installation sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https curl
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/testing/gpg.key' | sudo gpg --dearmor -o /usr/share/keyrings/caddy-testing-archive-keyring.gpg
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/testing/debian.deb.txt' | sudo tee /etc/apt/sources.list.d/caddy-testing.list
sudo apt update
sudo apt install caddy
Useful Commands // show caddy service status
systemctl status caddy
// check log file for caddy service
journalctl -xeu caddy.service
// rename "public" folder to "rlpro"
mv /var/www/html/public /var/www/html/rlpro
// remove tags folder
rm -f -r tags/
// remove all folders which name start with s
rm -f -r s*/
// reload caddy service after updated the Caddyfile
systemctl reload caddy
// or this command
systemctl daemon-reload
Caddyfile Tips:
2024.11.21
2025.1.24
Tech /RPA
127
1 minTips Variable inside a message You can use a variable on its own: =ExcelData Or you can add the variable inside a message: The data is: ${ExcelData}. Loop number Start from: =1 End to: =3 Increment by: =1 If you type 1 in the Start from field, it will be treated as a string and cause error: