Ubuntu on a Lenovo Edge E520

getting the wireless to work on a lenovo ThinkPad Edge E520 on Ubuntu
here

..skip to the end

$ rfkill list all
$ sudo rmmod -f acer_wmi
$ sudo rfkill unblock all
$ sudo su
# echo "blacklist acer_wmi" >> /etc/modprobe.d/blacklist.conf
# exit

Rhosneigr beach…

The waves rolling onto the sand

No message in this bottle just some little wine:

I’m thinking of renaming the beach “Dead Seal Beach” as two of the three times I’ve been there I’ve found a dead seal.

Fore flipper:

Probably the skull and some of the spine:

Lots of this on the rocks:

I’m assuming that it is some form of Lichen

Wrack stickage

Clouds

Pebbles

The classic South Stack lighthouse shot

Look at the moss blobs on that!

 

cat mp3 files

…should you want all sorts of mp3 files into one, use…

cat "file names with spaces"*.mp3 > otherfilesname.mp3

also available under cygwin

it’s short for concatanate btw.