Skip to content

Nikolay Nikolov blog

Knowledge should be free and accessible

  • Home
  • Portfolio

Category: Uncategorized

Vagrant – setup LAMP container

Install Vagrant and VirtualBox.

Go to https://app.vagrantup.com/boxes
and choose vagrant box that suits you best.
After that you need to create vagrant file by typing in console:

vagrant init ubuntu/xenial64

– ubuntu/xenial64 – stands for the name of the box you selected

Continue reading “Vagrant – setup LAMP container”

Author adminPosted on July 18, 2018July 18, 2018Categories UncategorizedLeave a comment on Vagrant – setup LAMP container

Download video from website with ffmpeg

ffmpeg -i "https://siteweb.dd/files/hls/playlist-1080.m3u8" -c copy -bsf:a aac_adtstoasc downloaded_video.mkv
Author adminPosted on September 15, 2017September 15, 2017Categories UncategorizedLeave a comment on Download video from website with ffmpeg

Categories

  • Apache
  • CodeIgniter
  • CSS
  • HTML5
  • JavaScript
  • Laravel
  • Linux
  • MongoDB
  • MySQL
  • PHP
  • Symfony
  • Uncategorized
  • Word Press
  • Home
  • Portfolio
Nikolay Nikolov blog Proudly powered by WordPress