How to add files to an iso file in linux
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 […]
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 […]
It is quite fantastic
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
First you will need to log into the mysql server using the client. Make sure you are a privileged user. From here you will be […]
Finding the md5sum of a file in solaris is not as obvious as it is in linux. In Linux one could simply perform the “md5sum” […]
Copyright © 2025 | WordPress Theme by MH Themes