文章

Making a Windows 11 hotspot without an internet connection

Making a Windows 11 hotspot without an internet connection Software Until now, I have been running my mount and cameras directly from a Windows 10 laptop. While that has worked fine, it has always meant needing to set up my laptop pretty near the telescope assembly to allow all the cables to connect. More importantly, it also means that I have to keep a Windows laptop around instead of my normal Linux daily driver. (I use a celestron mount and use CPWI). So, I finally decided to buy a small Windows mini-PC to run the mount and camera. I settled on a Mele Quieter3C mini-PC. My desire is to keep the equipment that I need to haul around with my setup to a minimum, so I wanted to avoid the need for any sort of router in the setup. Ideally, the mini-PC should host a hotspot that I can connect to and then use RDP to access the mini-PC. Sounds simple enough, except that it seems that Windows 11 doesn't have the ability to host a wireless network if it isn't sharing an already existing...

3in1 prettier formatter laravel-vue project

 npx prettier --write . && blade-formatter --write resources/**/*.blade.php && php-cs-fixer fix .

npm install globally

  npm install forever -g

[SB-CMS] install php formatter(php-cs-fixer)

  curl -L https://cs.symfony.com/download/php-cs-fixer-v3.phar -o php-cs-fixer then: sudo chmod a+x php-cs-fixer sudo mv php-cs-fixer /usr/local/bin/php-cs-fixer

[docker] push a container to dockerhub

 sudo docker login sudo docker ps -a sudo docker commit 289 sudo docker image ls sudo docker tag 269 techdesignism/sb-cms:0.6 sudo docker push techdesignism/sb-cms:0.6

clean apt update cache

 apt-get clean && apt-get autoremove && rm -rf /var/lib/apt/lists/*

[SB-CMS] docker run -it -p 8001:6080 -p 8002:8000 -v %UserProfile%/Desktop/Projects:/root/Desktop/Projects techdesignism/sb-cms:0.72

 docker run -it -p 8001:6080 -v "%UserProfile%/Desktop/SB-CMS Projects":/root/Desktop/Projects techdesignism/sb-cms:0.78