@jaredbusch Rack is definitely old but as long as the rails work, it's all good

Posts
-
RE: RAID5 Still The Go-To Setup For SSD?
-
RE: SSDNodes - Anyone used these for hosting?
Some strange pricing options if you choose monthly lol
-
RE: How do I price PaloAlto a subscription
Sorry can't help but...damn! A price list that's 130 pages?
-
RE: Installing Fedora 27 LAMP Stack plus WordPress and SSL
@bnrstnr said in Installing Fedora 27 LAMP Stack plus WordPress and SSL:
@nashbrydges said in Installing Fedora 27 LAMP Stack plus WordPress and SSL:
I had to delete the saved session so it could import the new key that was generated.
Delete the session in putty? How did you do that?
I had saved the session details. I selected and deleted it then opened a new SSH session.
-
RE: Installing Fedora 27 LAMP Stack plus WordPress and SSL
@bnrstnr said in Installing Fedora 27 LAMP Stack plus WordPress and SSL:
@tim_g said in Installing Fedora 27 LAMP Stack plus WordPress and SSL:
Create a new secure SSH key:
ssh-keygen -t rsa -b 4096 -C "root-webserv1-key"Hit enter for default location and name.
Hit enter again to skip passphrase creation.
Now you should SSH to server to continue.Does this step disable normal logins or change anything at all? After my first restart my root password isn't working.
I noticed this when I was using Putty. I had to delete the saved session so it could import the new key that was generated.
-
RE: Download OneNote Files from Sharepoint
@minion-queen said in Download OneNote Files from Sharepoint:
@scottalanmiller said in Download OneNote Files from Sharepoint:
@momurda said in Download OneNote Files from Sharepoint:
This is the reason their revs are higher than ever despite the fact fewer people use their stuff than ever before. Never ending vendor lock in. They wont even let you export your own data--allegedly
Yup, this is the nail in the coffin. No way would we stay with O365 now.
Even I who am MS certified etc. Am not staying with O365. When we chose this path we tested the migration off of it etc. (always do that for everything). This is unacceptable
Out of curiosity, what are you migrating to?
-
RE: What's the Best Way to Deduplicate & Organize Files/Folders on a 200 TB NAS?
Saw your post on the
last evening.
Issue #1: using FreeNAS at all for production sotrage
Issue #2: using FreeNAS for such a LARGE production storageHow have you been running the dedupe scanners? Via a PC connected to the shares on the FreeNAS server? I'm not familiar enough with FreeBSD to know if there are commands that can be run from shell to check for dupes.
-
RE: Dynamic DNS with CloudFlare
@bnrstnr said in Dynamic DNS with CloudFlare:
@nashbrydges I thought somebody already said this, but I cant find it. The only bad part about the CNAME method if you're using a free account on no-ip, then you have to login to their site and confirm that you're still using the DDNS every 30 days, which is a PITA. Setup the script with a cron job and never have to worry about checking in on no-ip or afraid.org every n days.
That's correct, if you have the free account with No-IP you have to reconfirm every 30 days. I have the paid account so that's not a problem. It doesn't expire.
-
RE: Dynamic DNS with CloudFlare
I've confirmed that Cloudflare's CNAME flattening feature works exactly as advertised.
Create a CNAME record with following values:
- Type = CNAME
- Name = Your root mydomain.com domain name
- Domain Name = Your DDNS domain subdomain.ddns.net (I use No-IP for example but change yours as needed)
I then created another CNAME record to handle the www subdomain and everything works as expected. Both root domain name and www route correctly.
-
RE: Dynamic DNS with CloudFlare
@bnrstnr said in Dynamic DNS with CloudFlare:
@NashBrydges I would have bet money that the
$recordID
was just the short name of the record (ie. "sub" of "sub.example.com"). I swear I did it like that and it worked, but apparently not :flushed_face:.The script to get the real identifier is above.
Thanks. I'll give that a try later.
-
RE: Dynamic DNS with CloudFlare
Interesting feature with Cloudflare that I just discovered is that they flatten a CNAME record to the root of the domain. So I can enter my DDNS domain as a CNAME record. It will query the IP of that domain and return the IP address to use for the root domain. So this script isn't really needed since it will do the lookup for you.
-
RE: Dynamic DNS with CloudFlare
@stacksofplates Where do you obtain your record ID? I easily have the record name but can't seem to locate a record ID for my A record. Or is "A" what you're referring to as record ID?
-
RE: Install Nextcloud 13.0.0 on Fedora 27
The only change that I do that isn't really covered anywhere in any documentation I've seen is to change the favicon. I replace the Nexcloud one with mine just to complete the theming.
-
RE: Install Nextcloud 13.0.0 on Fedora 27
@bnrstnr said in Install Nextcloud 13.0.0 on Fedora 27:
@nashbrydges Did you have to set
Require all granted
in your httpd.conf too?I didn't, no. All changes are done in nextcloud.conf and it does not need
Require all granted
. -
RE: Install Nextcloud 13.0.0 on Fedora 27
The one additional step I also did was to have what Nextcloud calls "pretty URLs"
Add these lines to the config.php file (https if you've secured your instance with certs, http if you haven't)
'overwrite.cli.url' => 'https://www.mydomain.com', 'htaccess.RewriteBase' => '/', 'overwriteprotocol' => 'https',
Then from terminal, run this command.
sudo -u apache php /var/www/nextcloud/occ maintenance:update:htaccess
My URL then changed from
https://www.mydomain.com/nextcloud
tohttps://www/mydomain.com
and it removed the "index.php" from shared links. -
RE: Miscellaneous Tech News
Dropbox saved almost $75 million over two years by building its own tech infrastructure
-
RE: Why There Is No Nutanix Review
Saved the article to my Wallabag install before it disappears into the ether.