techstruggle
techstruggle
TechStruggle
53 posts
Everyone struggles at Tech once in a while. Why not share the frustrations (and solutions). I post solutions to any tricky problems I run into, hope its helpful to someone else.
Don't wanna be here? Send us removal request.
techstruggle · 1 year ago
Text
https://www.reddit.com/r/PleX/comments/k2lj2n/problem_mounting_ntfs_drives_so_they_can_be_seen/
There is a much simpler method to add f.i. a (usb) ntfs (or other) media disk to Plex.
Just plug it in your usb port of the plex server/computer.
The problem is that it will be mounted under /media/<user> (where user is your login)
Linux restricts access to /media/<user> via acls to the <user>
sudo getfacl /media/<user>
The problem is that while adding media to Plex, it cannot "cd" over/to /media/<user>
To fix this, simply add the user "plex" to the acl of /media/<user> wth this command:
sudo setfacl -m u:plex:rx /media/<user>
Optionally you can create a symbolic link to your media folder.
Suppose your media folder is called "films" and it is located on a drive auto-mounted as /media/<user>/mydrive, then you can create a symbolic link at /film:
ln -s /media/<user>/mydrive/films /film
Now you can browse in Plex to that folder /film and view and index your media.
0 notes
techstruggle · 2 years ago
Link
Awesome tool. Allows control of audio and even brightness of external monitor. Its free.
0 notes
techstruggle · 3 years ago
Link
Just press volume up down a few times. Wait a bit. It shows up as output in Settings. Switch to that. Mic doesnt change by default so need to change that too.
0 notes
techstruggle · 3 years ago
Link
Really easy way to allow direct downloads, since by default it shows as an inline browser embed file.
0 notes
techstruggle · 4 years ago
Link
Using Date() and options on the toLocaleString() to get Day, Date, Month etc in a pretty format like getting back ‘Dec’ etc. There are many more options on this here so no need to do anything manually https://www.w3schools.com/jsref/jsref_tolocalestring.asp
0 notes
techstruggle · 5 years ago
Link
Keyboard shortcut to make JSON Pretty:
Linux: ctrl+alt+j
Windows: ctrl+alt+j
OS X: cmd+ctrl+j
0 notes
techstruggle · 5 years ago
Link
Syntax for installing driver is now 
sudo apt install nvidia-driver-430
0 notes
techstruggle · 6 years ago
Link
Ctrl + Cmd + Space 
0 notes
techstruggle · 6 years ago
Link
> Normal Commands
. Make it warmer”
. “Lower the temp”
. “Raise temp 2 degrees”
. "Set the temperature to 72
> To change modes
. “Turn on the cooling”
. “Set the thermostat to heating"
. “Turn thermostat to heat-cool mode”
> How to Control Heat/Cool
If I want to set the heat: Hey Google, set the heat on the thermostat to 70 degrees.. OR Hey Google, set the heat to 70 degrees
To set the cool: Hey Google, set the AC on the thermostat to 73 degrees. OR Hey Google, set the cool to 74 degrees
0 notes
techstruggle · 6 years ago
Video
youtube
Take full screen screenshots on google chrome - Seems only in Mobile view though. 
Steps: Open Page > Open Dev Tools > Change page orientation to Mobile > Top right menu on page view > Capture Screenshot 
1 note · View note
techstruggle · 6 years ago
Link
When running into this error while install MySQLClient on Mac via pip. Try these steps ie brew install mysql first .. then the pip or pip3 install mysqlclient command next.
0 notes
techstruggle · 6 years ago
Link
Make JSON pretty in sublime text. Install this then type CTRL + CMD + P
0 notes
techstruggle · 7 years ago
Link
Follow this sub answer of changing a file in nano 
0 notes
techstruggle · 7 years ago
Link
0 notes
techstruggle · 7 years ago
Link
Reference Table for shortcuts and tricks to enhance search on Mac. 
2 notes · View notes
techstruggle · 7 years ago
Link
Use SharpKeys app to change Ctrl with Alt on the Windows machine. Also a lot of other cool stuff, basically any remapping possible. 
3 notes · View notes
techstruggle · 7 years ago
Link
Best service till date to transfer music between services and also to keep them in sync. Well priced too relative to others. All web based interface is great. Makes it easy to manage playlists too - much better than native services in some cases. 
0 notes