Items 1-12 out of 1173 displayed
A full format and clean install seems to have cleared it up.
You'll need to create a new file; cloud.yaml is an arbitrary file name, and you can put it anywhere. The contents should look like this:
clouds:
my-maas:
type: maas...
You need to end every if
statement with fi
, like
if
then
read -p "Hello Tyler. Please enter you password now:" b
if...
The library libstdc++.so.6
in Ubuntu 15.04 has CXXABI_1.3.8
:
% strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep CXXABI_1.3.8
CXXABI_1.3.8...
All of your characters are graphic (they have visible glyphs). Try a filename containing whitespace and invisible characters:
$ touch $'
a'
$ ls -b
a
$ echo *
$ printf...