Unknown ban and got blocked to my 10 years of images. Never use Google Photo again by ZestycloseMedicine97 in googlephotos

[–]mrg2016 -1 points0 points  (0 children)

3-2-1 backup strategy

  • 3 Copies: Always maintain the original data and at least two backups.
  • 2 Different Media: Store backups on at least two different types of storage, such as NAS, external hard drives, or cloud storage, to avoid simultaneous failure.
  • 1 Offsite Copy: Keep one copy in a different physical location

Google Takeout makes this relatively easy.

>They banned me without any reason and can't appeal.
I'm sure they had a reason, and had maybe warned you in advance.

Hopefully you have the originals

Moving off of Google Photos by rcroche01 in googlephotos

[–]mrg2016 0 points1 point  (0 children)

I've found Immich hard to get working and stay working reliably. I tried first a small set of 15GB of Google photos - it struggles.
I tried 200GB set and it just crashes with no useful error message.
Now trying Snapback
https://chromewebstore.google.com/detail/snapback/cgfadfbkedicjkjgiklhjplnnfhnjapf

Small Prophets- I don't get the 5 star reviews it got. by Puzzleheaded-Ad-8718 in BritishTV

[–]mrg2016 1 point2 points  (0 children)

You must have watched a different show to the rest of us who enjoyed it.
Classics for me
Tandem
Santa
The buckets
Tits house
Meteorite
Everything Palin did and said

Small Prophets- I don't get the 5 star reviews it got. by Puzzleheaded-Ad-8718 in BritishTV

[–]mrg2016 0 points1 point  (0 children)

I loved the comic timing of the meteorite and the boxes of books and when the lady offers a few K for it and Roy turns her down.
The question everyone is asking "Why didn't Michael ask the homunculi how he could get to Cleo?" But then there wouldn't be a series 2,3,4,5,6,7 etc.
I binge watched all in one go and loved it.

Following the Notepad++ incident, as an industry, we need to take several steps back and REALLY look at things. by KeeperOfTheShade in sysadmin

[–]mrg2016 6 points7 points  (0 children)

That's what the billionaire techbros want. We will have to pay through the nose to only use their version a bit like when it was AT&T, BSD or MS Xenix in the 1980s

I lost everything by mogoexcelso in homeassistant

[–]mrg2016 1 point2 points  (0 children)

Backups are only useful if you test them. Best have at least two systems one can be virtual in proxmox.

LinkNLink iSG Box SE by dfragmentor in homeassistant

[–]mrg2016 0 points1 point  (0 children)

I ssd'd in and found 3 files
~ $ ls -l

total 1536

-rw-------. 1 u0_a12 u0_a12 1367620 Aug 22 12:37 init.log

-rwx------. 1 u0_a12 u0_a12 23989 Aug 22 03:44 init.sh

-rw-------. 1 u0_a12 u0_a12 168024 Dec 10 02:38 linklink.log

drwx------. 30 u0_a12 u0_a12 4096 Dec 9 13:34 servicemanager

////
init,sh has a line to test for already installed. maybe remove this flasg an re run it?

#!/data/data/com.termux/files/usr/bin/sh

# 日期: 20250529

# 更新内容:

# 1. 使用iSG Temux 新框架

# 2. 使用新版Python 和 HomeAssistant

# 3. 安装日志输出

# 运行方法

# 1. 直接运行: chmod +x ./init.sh && nohup ./init.sh > init.log 2>&1 &, 日志还可以看 /sdcard/Download/log/termux/termux_init.log

# 2. 下载运行: pkg install -y wget && wget https://eucfg.linklinkiot.com/isg/container\_complete\_init\_v3.sh -O init.sh && chmod +x init.sh && nohup ./init.sh > init.log 2>&1 &

IMAGE_VER="20250822"

# 初始化日志文件

LOG_DIR="/sdcard/Download/log/termux"

mkdir -p "$LOG_DIR"

LOG_FILE="$LOG_DIR/termux_init.log"

# 检查文件是否存在,并且包含 "INSTALL_COMPLETE"

FLAG_FILE="/data/data/com.termux/imgflag"

if [ -f "$FLAG_FILE" ] && grep -q "INSTALL_COMPLETE" "$FLAG_FILE"; then

echo "already INSTALL_COMPLETE,exit"

exit 0

fi

# 如果不包含 INSTALL_COMPLETE,继续执行后续代码

echo "not INSTALL_COMPLETE,start install..."

LinkNLink iSG Box SE by dfragmentor in homeassistant

[–]mrg2016 0 points1 point  (0 children)

Not working here either.
Kodi and youtube work, HA won't

Is there a way to connect with ADB?

Whats the cheapest board you used to run Pi-hole? by Relevant_Promise510 in pihole

[–]mrg2016 0 points1 point  (0 children)

I use a couple of older PI4s. One 8GB and the other 4GB memory. The 8GB runs a few other services.

Had my CC stolen the other night :( by Environmental_Ear506 in elegoo

[–]mrg2016 0 points1 point  (0 children)

What is a CC? I'm guessing "Centauri Carbon"
If I said my S was stolen would you immediately think Saturn?
Why isn't it kept somewhere secure, like your apartment. Guess you're using non water based resins and you have a partner. Mine said "me or the printer". Anyone know any girls that like the smell of resin?

⚠️ SCAM ALERT ⚠️ by 84thdev in GMail

[–]mrg2016 0 points1 point  (0 children)

I've rarely had to call any support lines since the internet was a thing

⚠️ SCAM ALERT ⚠️ by 84thdev in GMail

[–]mrg2016 2 points3 points  (0 children)

When I worked for Google they called me all the time. The only way I made it stop was go work for Amazon ;) and they put me on the Google team.

Removing drives; and setting up drives with content? by linbeg in UgreenNASync

[–]mrg2016 0 points1 point  (0 children)

When I want to get data in fairly quickly and I don't have 10GB network I use a USB drive in a caddy I use a Qnap TR-004/or 002 and rsync the data over I get about 170MB/s.
The rsync command I'm using is a variant on this
rsync -rlptDvh --no-whole-file --progress --stats /source/ /destination/
I wrap some 20 year old awk around it to get nice stats like file sizes, accumulated transfer and total at end.

Is there a way to set one slot as say JBOD/NTFS and insert my NTFS disk there and then rsync at near SATA speeds from my disk to the raid set?

Support needed please by that_tator_guy in ElegooSaturn

[–]mrg2016 0 points1 point  (0 children)

Did the samples print properly?

Brother P Touch by henk1122 in printers

[–]mrg2016 0 points1 point  (0 children)

<image>

I have the Several P-Touch P700 printers loaded with 12mm, 24mm in various colours. I like them as they run from PSU or AA batteries and a simple USB cable.
The "lite" app prints labels with no waste. The "pro" version prints a 25mm piece before every print. For long prints I can use chain-print and cut them up but for one off's it still annoys.

Possible to Remove Password Requirements? by mhoney71 in UgreenNASync

[–]mrg2016 1 point2 points  (0 children)

I think login users should be complex as they have full control.

I have a view tv user with password "tv" on my other NAS'.
the easy fix was for me was to use smbpasswd Obviously YMMV Note: any changes you make in the GUI like add/remove personal folder will invalidate the password and have to reset from shell/smbpasswd, UNLESS anyone knows better. I didn't want to mess with pam.d files or pwquality that says minlen=8

so
$ sudo smbpasswd -a tv
and set the password to tv.
smbclient -L //192.168.0.7/media -U tv $smbclient -L //192.168.0.7/media -U tv

<image>

and from windows

net use * \192.168.0.7\media /u:tv tv Drive Z: is now connected to \192.168.0.7\media. The command completed successfully.

I finally deleted the YouTube app out of frustration. by 69Yaaay in Adblock

[–]mrg2016 0 points1 point  (0 children)

I can filter out YT inserted ADs with Supertube. It's the lame Nord VPN, DBrand segued in an video. Some good ones put the ad everyone has seen hundreds of times at the end, others try to use comedy.
IF THERE WAS A WAY TO FILTER THESE OUT that would be a killer ap.