Category: technical

Setup Laravel 10.x Homestead in Windows 10/11

Section – 1 [Install Software] https://laravel.com/docs/10.x/homestead#installation-and-setup vagrant_2.3.7_windows_amd64.msi – https://developer.hashicorp.com/vagrant/downloads VirtualBox-6.1.46-158378-Win.exe – https://www.virtualbox.org/wiki/Download_Old_Builds_6_1 VirtualBox 6.1.46 (released July 18 2023) << This and Not the >> VirtualBox 7.0.10 platform packages – ​Windows hosts According to: https://laravel.com/docs/10.x/homestead#installation-and-setup Code Editor/IDE: PhpStorm-2023.1.4.exe or VSCodeSetup-x64-1.80.1.exe Lastly install: Git-2.41.0.3-64-bit.exe – https://git-scm.com/downloads Section – 2

Read More

Enable VT-x in hp Z640 Workstation

Symptom – when going to vagrant up – to start a VM for the first time in this OS/PC The msinfo32 shows: VT-x is disabled Follow the Steps for the result: VT-x enabled === STEP BY STEP – Follows 0 – reboot the PC Go –

Read More

Create Restore Point, Error Windows 11 Pro! Check the System and Application event logs for more Information. (0x80042319)

If you are having this: // Follow the below Steps for a Possible Solution. Note: Greek Windows 10 Users having Windows in Greek go here: http://leonidassavvides.com/blog/2023/05/16/create-restore-point-error-greek-windows-10-home-0x80042319/ Create Restore Point, Error! System ProtectionThe restore point could not be created for thefollowing reason:A writer did not respond to

Read More

Linux CLI Terminal: Free Memory & Free Disk Space

How to Check Free Memory Space on Linux ======== How to Check Free Disk Space on Linux ========

Read More

Useful info to keep for your PC in case malfunctions and it needed for debugging yourself or by a technician

With Additional Tricks & Tips PC or Laptop Brand, Model, Serial Number, Date, and Store purchased Additional PC Specs/Parts like: Graphics Cards, PCIe cards others, etc. Models and Serial Numbers Windows 10 or 11 > Settings > System > About Run: Msinfo32 Run: winver Setup in

Read More

Create RECOVERY DRIVE [USB3 STICK 16GB] Windows 10

Create RECOVERY DRIVE [USB3 STICK 16GB] Windows 10 Pro [19043.2006] Time complete: ~90 min Relative Post: http://leonidassavvides.com/blog/2022/10/02/useful-info-to-keep-for-your-pc-in-case-malfunctions-and-it-needed-for-debugging-yourself-or-by-a-technician/

Read More

Bootstrap 5.x Pop-overs As Fast As 3-Steps

Official Docs located here: https://getbootstrap.com/docs/5.1/components/popovers/ Production Example here: http://michaeleliasphotovoltaicsystems.com/products.php STEP-1 [in the place of Popovers – HTML5]: STEP-2 [Bottom, Below The Footer]: STEP-3 [Bottom, Below/After Step-2]: That’s it…!!! ========================

Read More

Responsive Bootstrap 5.x Lightbox Gallery

The below Tutorial worked and was tested with Bootstrap 5.0.2 – SUCCESS. https://getbootstrap.com/docs/5.1/getting-started/download/ I implemented it in Production here: http://www.michaeleliasphotovoltaicsystems.com/projects.php Note: FOUND A DIFFICULTY BUT – Got Error in Browser Console – SOLVED BY DOWNLOADING: bootstrap.min.css.map from https://www.cdnpkg.com/twitter-bootstrap/file/bootstrap.min.css.map/ AND PUT IN THE SAME FOLDER AS \assets\css\bootstrap.min.css

Read More

Google reCAPTCHA in a web form

Using HTML5, JS/jQuery/Ajax, CSS3, Bootstrap, PHP Documentation here: https://developers.google.com/recaptcha/docs/display Practiced here: http://www.followthesun.com.cy/contactus.php To-Do the same here in this Article Web Log/Video Log: http://www.latchiquads.com/contactus.html http://www.polistaxi.com/contacts.php http://www.poliscyprusquads.com/contactus.html Notes: http://www.latchiquads.com/contactus.html in the webpage HTML5/CSS3/JS/JQUERY code. http://www.latchiquads.com/contactus.html D:\htdocs_xampp\Latchiquads.com\php\webformsPHPajax2017.js $(document).ready(function() { D:\htdocs_xampp\Latchiquads.com\php\contactus.php $token = $_POST[“token”]; function httpPost($token){ } function quickContactProcess($name,$email,$phone,$comments, $token)

Read More

How to unzip multiple fileX.zip to folders simultaneously

how-to-unzip-multiple-files with 7-zip https://www.7-zip.org/download.html   ===============================================   how-to-unzip-multiple-files with Python 3     https://www.python.org/downloads/   Python Scripts DOWNLOAD Here https://lse-blogs.s3.eu-west-1.amazonaws.com/Scripts/scripts-python3-blog-lse-unzip-multiple-files-once.zip

Read More