Posts

Showing posts with the label error

Fedora 23 netinstall URL

Not sure why I found this so challenging, maybe because I haven't done a netinstall in ages. Anyway, finally figured out how to setup the Installation Source your selected mirror/path/to/installation/end with os/ So for me it was: http://fedora.mirrors.tds.net/fedora/releases/23/Server/x86_64/os/ Key was to end it with os/.

Too many files for ls

Using ls you receive the error that there are too many arguments: Example: find /path/to/files/ -name "*.ZIP" -exec basename {} \;