Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

WeeboTech

Moderators
  • Joined

  • Last visited

Everything posted by WeeboTech

  1. You might want to look at unison http://www.cis.upenn.edu/~bcpierce/unison/index.html
  2. What are you trying to do with rsync on the unraid system? Here's an example of my /etc/rsyncd.conf file it gets put in place from /boot/custom/etc/rsyncd.conf to /etc/rsyncd.conf uid = root gid = root use chroot = no max connections = 4 pid file = /var/run/rsyncd.pid timeout = 600 [backups] path = /mnt/user/backups comment = Backups read only = FALSE [vmware] path = /mnt/user/backups/vmware comment = VMWare Backups read only = FALSE [music] path = /mnt/user/music comment = Music read only = FALSE [pub] path = /mnt/user/pub comment = Public Files read only = FALSE [boot] path = /boot comment = /boot files read only = FALSE [mnt] path = /mnt comment = /mnt files read only = FALSE [Videos] path = /mnt/user/Videos comment = VIDEOS read only = FALSE [bittorrent] path = /mnt/user/bittorrent comment = BITTORRENT read only = FALSE Here is a script I use to update /etc/inetd.conf so that it runs rsync when an rsync connection comes in. It goes in /boot/custom/etc/rc.d/S20-init.rsyncd The call it from your /boot/config/go script. #!/bin/bash if ! grep ^rsync /etc/inetd.conf > /dev/null ; then cat <<-EOF >> /etc/inetd.conf rsync stream tcp nowait root /usr/sbin/tcpd /usr/bin/rsync --daemon EOF read PID < /var/run/inetd.pid kill -1 ${PID} fi
  3. Looks good! Can you post the link to that case?
  4. Came out nice! Especially for an IDE system, y'all would hate mine, cables all over LOL! I'm in and out of them so much that I dont bother to tie wrap them any more. Although I do use round (shielded) cables and have never had a problem with them.
  5. Who cares, Just post'em up.
  6. Nice Job Guys. Love The chenbros! Handsome in that Lian-Li PC-A16B. and bjp999... all I can say is "Nice Rack" LOL! Good Job! I have s'more machines I'm building, I'll be sure to post pics when I get there.
  7. [This is the thread that inspired the UCD board - thanks WeeboTech! Please feel free to extend the thread, but for showing off your server build, consider creating your own thread. Thanks! -limetech] I love building machines and seeing all the environments people come up with. I also post some information about my techno highlights in my blog. Thought it would be interesting for people to pimp their rigs. I have a few more I'm working on but here's the first I've finally been able to write up. http://www.cotrone.com/rob/archives/2008/05/chenbro_es34069.html Chenbro ES34069 Mini-ITX Home Server/NAS Chassis MSI Industrial 945GM1 Core 2 Duo Mobile Mini-ITX Mainboard w core 2 duo 2.33ghz Mobile Processor. OCZ Gold 4GB (2 x 2GB) 240-Pin DDR2 SDRAM DDR2 800 (PC2 6400) Dual Channel Kit Desktop Memory Internal Card reader & PCI Riser Card PROMISE SATA300 TX4 PCI SATA II 4-Port Adapter Kingston 2GB Secure Digital (SD) Flash Card w/MobileLite Reader Model FCR-ML+SD/2GB Bunch of 500GB SATA II drives laying around. Slim Optical Slot load Panasonic Optical drive from eBay. Pulls ~45 watts on idle. Let's see whatcha y'all got.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.