freenas
FreeNASĀ® 11.2-RELEASE User Guide
https://www.ixsystems.com/documentation/freenas/11.2/freenas.html
FreeNAS tricks
http://docs.gz.ro/FreeNAS-command-line.html Locked out of GUI because of bad SSL Certificate: ssh -L 9000:localhost:80 [email protected] browse http://localhost:9000/ sqlite3 /data/freenas-v1.db “select * from system_settings” sqlite3 /data/freenas-v1.db “update system_settings set stg_guihttpsredirect = 0, stg_guiprotocol=’http’;” Allow TCP Forwarding and make tunnel: in /etc/ssh/sshd_config AllowTcpForwarding yes sockstat -l | grep 22 kill 2792 /etc/rc.d/sshd onestart ssh -L 9000:freenas_local_ip:80 root@freenas_public_ip browse … Read more
FreeNAS and Couchpotato
A good guide is available here: Freenas 9.2.0 with Transmission and Couchpotato/Sickbeard as a DLNA-Server
[How-To] Transmission & FreeNAS Shared Mount Points
There is a great tutorial on how to set up FreeNAS with Transmission on the FreeNAS forums: [How-To] Transmission & FreeNAS Shared Mount Points
FreeNAS – Setting up ZFS
I always was curious about ZFS but haven’t played with it until very recently. I thought it was too complicated and I was afraid it will use up too much space because of the snapshots capability. Few days ago I installed the latest beta of FreeNAS 8 on a USB stick (here how it is … Read more
FreeNAS 8 Series
This is a collection of posts related to FreeNAS 8 (ver 8.2 BETA 3). I am just capturing my experience and would be glad if it is helpful for anyone else. * Installing FreeNAS to USB stick (new and simpler way) *