Skip to content

Instantly share code, notes, and snippets.

View atulmahankal's full-sized avatar

Atul Mahankal atulmahankal

View GitHub Profile
@atulmahankal
atulmahankal / Experimenting with ChromeOS on VirtualBox.md
Created July 20, 2024 17:21 — forked from gerarldlee/Experimenting with ChromeOS on VirtualBox.md
Installing ChromeOS on VirtualBox using the NeverWare build

Installing ChromeOS on VirtualBox

  1. Download the NeverWare's ChromeOS build from http://www.neverware.com/freedownload

  2. Extract the *.bin.zip

  3. Convert it to VDI. vboxmanage convertdd chromiumos_image.bin chromiumos_image.vdi

  4. mv chromiumis_image.vdi C:\t\v\chromeos\

@atulmahankal
atulmahankal / .htaccess
Created July 13, 2021 05:50
While uploading the Laravel project into Shared Hosting (Web Server) just upload the below coded .htaccess file at the project root. No need to change the Laravel Project structure.
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/public/
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f