Video Tools. Get link Facebook X Pinterest Email Other Apps October 15, 2020 Split video in parts. mkvmerge -o outputprefix --split 80M ap.mkv mkvmerge also available as GUI. Get link Facebook X Pinterest Email Other Apps Comments
free hosting September 14, 2018 https://infinityfree.net/ Free SSL on all websites, Free Cloudflare CDN https://profreehost.com/ http://www.ultimatefreehost.in/ https://www.freehosting.io/ Unlimited SSD Storage / SSL https://googiehost.com/ 1GB SSD / Single Domain https://x10hosting.com/ 1-Click Software Installation for Extra work 110mb - http://110mb.com Ripway - http://ripway.com SuperFreeHost - http://superfreehost.info Freehostia - http://freehostia.com Freeweb7 - http://freeweb7.com t35 - http://t35.com Awardspace - http://awardspace.com PHPNet - http://phpnet.us Free Web Hosting Pro - http://freewebhostingpro.com ProHosts - http://prohosts.org FreeZoka - http://www.freezoka.com/ 000webhost - http://000webhost.com/ AtSpace - http://atspace.com Read more
build and run web project online (angular) https://stackblitz.com June 22, 2019 example https://stackblitz.com/edit/angular-font-awesome-starter?file=src%2Fapp%2Fapp.component.html Read more
MS Sql server on ubuntu December 07, 2022 --> Adding Repo echo Adding Microsoft repositories... sudo curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add - repoargs= " $(curl https://packages.microsoft.com/config/ubuntu/16.04/mssql-server-2017.list) " sudo add-apt-repository " ${repoargs} " repoargs= " $(curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list) " sudo add-apt-repository " ${repoargs} " echo Running apt-get update -y... sudo apt-get update -y --> Installing MSSQL Prereq http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb dpkg -i libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb wget http://ftp.osuosl.org/pub/ubuntu/pool/universe/j/jemalloc/libjemalloc1_3.6.0-11_amd64.deb sudo dpkg -i libjemalloc1_3.6.0-11_amd64.deb --> Install MSSQl sudo apt install mssql-server echo Running mssql-conf setup... sudo MSSQL_SA_PASSWORD="Mlinfotech@321" \ MSSQL_PID=" evaluation" \ ... Read more
Comments
Post a Comment