I have a Visio drawing that is comprised of an image that has been imported into Visio, then rectangles are scattered throughout the document; each of these rectangles has a unique piece of text inside of it that represent unique objects. When I’ve used the three different ways native to […]
Yearly Archives: 2023
Environment: VMware Workstation Pro running in W10 Pro x64, with a Solaris 10 VM In the above environment, using the Terminal (using tcsh) program inside Solaris, when I (mistakenly 😅) press Ctrl-Backspace, this causes some fatal error in Solaris, causing the whole VM to crash/reboot. I try to remember not […]
Learn how game developers can create deeper and more engaging game worlds by harnessing the exciting new capabilities offered by GPT-4. Continue reading Utilizing GPT-4 for Game Development on SitePoint.
Learn how to harness the power of GPT-4 to detect bugs in your code and get personalized help with fixing them. Continue reading Leverage GPT-4 for Debugging and Bug Fixes on SitePoint.
I read up on the use of less files by Magento. I checked the size of the two files inside the pub/static folder and I noticed that the style-m.css file is twice the size of style-l.css. Why? I simply activated the blank theme and yet the css file for mobile […]
The “Always use this app to open [filetype] files” textbox has been the bane of my existence in Windows 10 for years now. I virtually never want to actually change the program to open the file with, so I have to constantly keep vigilant and always uncheck the box, lest […]
My internet keeps randomly disconnecting throughout the day. Its a Dell (Windows 10 – Dell Precision 5770) with Network Adapter: Realtek USB Gbe Family Controller Ethernet. I tried these steps below, no resolution yet: One thing I noticed, everytime the internet randomly disconnects, I have to go through these two […]
I am running a script to simultenously run ssh sessions to 100 elements but my server can only permit 10 elements to be accessed at a time. How can I modify my script to run the 100 elements by dividing it to 10 per session, making 10 sessions inside the […]
When I type the command $eval “$(ssh-agent -s)” to start ssh and be able to register my keys I get the following error: 1 [main] ssh-agent 437 dofork: child -1 - forked process 628 died unexpectedly, retry 0, exit code 0xC0000005, errno 11 fork: Resource temporarily unavailable