Engineering and technology notes
Getting Proxy to work with Filebrowser using Apache · Issue #839 · filebrowser/filebrowser
Source: Getting Proxy to work with Filebrowser using Apache · Issue #839 · filebrowser/filebrowser · GitHub
How to automatically add smb user when unix user added
Source: How to automatically add smb user when unix user added
How can I call a shell command in my Perl script?
Source: How can I call a shell command in my Perl script? – Stack Overflow
Can I set up samba so it automatically allows all the local usernames and passwords?
How much entities do you have in Homeassistant?
Just go to to the developer tools -> Template and put the below code in there. Sum the total and use that in the poll (feel free to copy paste the result in the comments :-))
Sensors: {{ states.sensor | count }}
Lights: {{ states.light | count }}
Switches: {{ states.switch | count }}
Binary sensors: {{ states.binary_sensor | count }}
Automations: {{ states.automation | count }}
Source: How much entities do you have in Homeassistant? – Home Assistant Community
How to get more dynamic range in your images – Color luminance
Find the Colour Luminance setting in Lightroom or Camera RAW under the HSL/Grayscale dropdown panel.
6. Colour luminance
Colour luminance settings can give you control over dynamic range. In Lightroom and Camera Raw this can be done with the HSL/Color Panel’s Luminance tab. We can either use the sliders or drag over the image with the target tool. Darkening the blues here dramatically improves the sky
https://amateurphotographer.com/technique/how-to-get-more-dynamic-range-in-your-images/
virtualbox – Why is my virtual machine inaccessible?
Go to the location where you store your VM /home/ron/VirtualBox VMs/Semios Win7 /.Open .vbox in your favorite text editor to check if it is empty. Probably it is 🙂 In the same folder you should have file Semios Win7 .vbox-prev. Copy the contents of this file to Semios Win7.vbox, save, and try again.
Source: virtualbox – Why is my virtual machine inaccessible? – Ask Ubuntu
How to Move (mv) Multiple Directories or Files to a Folder at a Time – Linux – DevOpsCube
For example, if you want to move folder1, folder2, folder3 to folder4, you can use the following comand.
mv -t folder4 folder3 folder2 folder1
Shell Command – Home Assistant
Source: Shell Command – Home Assistant
xfce4 mouse acceleration and sensitivity
- AccelerationThe factor at which the pointer’s speed will increase as the cursor is moved, when the device moves more than Sensitivity pixels in a short time.
- SensitivityThe number of pixels the pointer must move in a short time before it starts accelerating.
Source: xfce:xfce4-settings:mouse [Xfce Docs]
Epoch Converter – Unix Timestamp Converter
Source: Epoch Converter – Unix Timestamp Converter