Linux operating system
Specify multiple php include paths for different sites
In apache there is an easy way you can specify different php include paths. A good way to do it is to specify it in […]
Linux operating system
In apache there is an easy way you can specify different php include paths. A good way to do it is to specify it in […]
Instead of purchasing iso making software, one can easily add files to an iso in linux. It involves using the “mkisofs” command. To add your […]
When compiling zfs on linux we got the following error. configure: error: in `/root/zfs-0.6.0-rc2′: configure: error: *** uuid/uuid.h missing, libuuid-devel package required See `config.log’ for […]
We got the following error when compiling zfs on linux checking spl source directory… Not found configure: error: *** Please make sure […]
When compiling zfs on linux we get the following error checking kernel source directory… Not foundconfigure: error: *** Please make sure the kernel […]
When compiling zfs on linux we got the following error: checking whether build environment is sane… configure: error: newly created file is older than distributed […]
When doing a wget on a file we received the following error: ERROR: certificate common name *.github.com@github.com To fix this we downloaded without checking the […]
Here is a quick command for writing a file using the dd tool in linux: dd if=/dev/zero of=test.file bs=1k count=10000
Ubuntu has a built-in firewall that will block most things. This is separate from the IP Tables that is used from most other linux distributions. […]
IPMItool is a fantastic tool to know. It provides a generic framework for querying or controlling a system. Your computer motherboard must support the IPMI […]
Copyright © 2021 | WordPress Theme by MH Themes