NAS BUILD

MB: ASRock N3700 | RAM: Kingston ValueRAM DDR3L-1600 SO-DIMM CL11 Single 4GB | CASE: Cooler Master Elite 120 ITX | HDD: 4xWD Red WD60EFRX (SHR) | Jun’s Baremetal V 1.02b + DSM 6.1.5-15254 (DS3615xs)

Categoría: Nix

FRRouting (FRR)

https://frrouting.org/ FRRouting (FRR) is an IP routing protocol suite for Linux and Unix platforms whichincludes protocol daemons for BGP, IS-IS, LDP, OSPF, PIM, and RIP.

Categoría: Nix

iSCSI Security with CHAP

Posted on June 28, 2007 source: http://cuddletech.com/?p=382 The first line of defense in iSCSI deployments is to properly define and bind targets to a target portal group (TPG) via a tag on the target (TPGT). ACL’s then provide yet more security by not only restricting how you get to the target, but which initiators are… Leer más »

raspberry pi and informix

A SQL database for sensor and JSON data on Raspian Post Reply18 posts • Page 1 of 1AlexKoePosts:25Joined: Tue Jan 20, 2015 3:26 pmContact:Website  A SQL database for sensor and JSON data on Raspian Quote Tue Jan 20, 2015 4:27 pmPreface: This post is the introductionary part in a little how-to series on how to use the IBM Informix… Leer más »

Solaris 10 password with no numeric or special characters.

This is not the best for security, but if you must……  # passwd userNew Password: simplepasswd: The password must contain at least 1 numeric or special character(s). Modify /etc/default/passwd and uncomment MINSPECIAL and set to 0: # vi /etc/default/passwd    #MINDIFF=3   #MINALPHA=2   #MINNONALPHA=1   #MINUPPER=0   #MINLOWER=0   #MAXREPEATS=0   MINSPECIAL=0   #MINDIGIT=0   #WHITESPACE=YES # passwd userNew Password: simpleRe-enter new Password: simplepasswd: password successfully changed for… Leer más »

Extracting a file from a Solaris flar

source: http://www.gaeltd.com/extracting-a-file-from-a-solaris-flar/ Looking for UNIX and IT expertise? Why not get in touch and see how we can help? So, as covered in a previous post, Solaris Flash Archives give us a nice way to image a Solaris installation, and then to use that to build a machine via Jumpstart. The process isn’t all one way, however, and sometimes… Leer más »