Is a CNAME to CNAME chain allowed?

From RFC 1034 – Domain names – concepts and facilities: Domain names in RRs which point at another name should always point at the primary name and not the alias. This avoids extra indirections in accessing information. For example, the address to name RR for the above host should be: 52.0.0.10.IN-ADDR.ARPA IN PTR C.ISI.EDU rather … Read more

Making `wget` not save the page

You can redirect the output of wget to /dev/null (or NUL on Windows): wget http://www.example.com -O /dev/null The file won’t be written to disk, but it will be downloaded.

Best system administrator accident [closed]

I had fun discovering the difference between the linux “killall” command (kills all processes matching the specified name, useful for stopping zombies) and the solaris “killall” command (kills all processes and halts the system, useful for stopping the production server in the middle of peak hours and getting all your co-workers to laugh at you … Read more

What is the difference between service and systemctl?

service is an “high-level” command used for starting and stopping services in different unixes and linuxes. Depending on the “lower-level” service manager, service redirects on different binaries. For example, on CentOS 7 it redirects to systemctl, while on CentOS 6 it directly calls the relative /etc/init.d script. On the other hand, in older Ubuntu releases … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)