$ dhclient -r
$ dhclient
$ cat mylist.txt
file '/path/to/file1'
file '/path/to/file2'
file '/path/to/file3'
$ ffmpeg -f concat -safe 0 -i mylist.txt -c copy output.mp4
For Windows:
(echo file 'first file.mp4' & echo file 'second file.mp4' )>list.txt
ffmpeg -safe 0 -f concat -i list.txt -c copy output.mp4https://oli.cmu.edu/jcourse/webui/guest/join.do?section=pc-hardware
Carnegie Mellon University
Open Learning Initiative
PC Hardware (Open + Free)
https://stackoverflow.com/questions/26471342/how-to-increase-hd-size-of-linux-running-on-vmware
https://askubuntu.com/questions/401503/resized-partition-with-gparted-size-with-df-h
Try running
lvextend -L +1G /dev/mapper/kvg-root
the +1G is however much space you are adding. Try doing +9G.
then do
sudo resize2fs /dev/mapper/kvg-root