Boot up with an Fedora Live USB stick.
- Run vgsto check if there's any space:
$ sudo vgs
  VG     #PV #LV #SN Attr   VSize    VFree
  fedora   1   3   0 wz--n- <237.28g    0 | FOR %%f IN (*.mkv) DO C:\ffmpeg\ffmpeg.exe -i "%%f" -map 0 -vcodec copy -scodec copy -acodec ac3 -b:a 640k "%%~nf"-AC3.mkv | 
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # base_functions | |
| function print_baseline { | |
| echo "#" | |
| echo "########################################################################" | |
| echo "#" | |
| } | |
| function log { | 
| FROM java:8 | |
| EXPOSE 8080 | |
| ENV CODENVY_APP_PORT_8080_HTTP 8080 | |
| RUN mkdir -p /home/user/app | |
| WORKDIR /home/user/app | |
| ADD $app$ /home/user/$app$ | |
| RUN unzip -q /home/user/$app$ -d /home/user/app && \ | |
| rm /home/user/$app$ | |
| CMD java -jar application.jar $args$ run | 
| syntax on | |
| set background=dark | |
| set hlsearch | |
| set nu | |
| set autoindent | |
| set smartindent | |
| set tabstop=4 | |
| set shiftwidth=4 | |
| set expandtab | |
| set cursorline | 
| <?xml version="1.0" encoding="UTF-8"?> | |
| <actions> | |
| <action> | |
| <actionName>CUSTOM-spring-boot:run</actionName> | |
| <displayName>spring-boot:run</displayName> | |
| <goals> | |
| <goal>spring-boot:run -Drun.jvmArguments="-Xms128m -Xmx256m"</goal> | |
| </goals> | |
| </action> | |
| <action> | 
| [core] | |
| autocrlf = true | |
| editor = gitedit.sh | |
| [user] | |
| name = Mike Boddin | |
| email = [email protected] | |
| [push] | |
| default = simple | |
| [alias] | |
| pg = log --graph --decorate=short --date=relative --all |