boot windows with new installation disk
or
press shift and restart
shift +F10
or
troubleshoot=>advancd option=>command prompt
goto c drive windows directory system32
copy utilman.exe utilman.bak
copy cmd.exe utilman.exe
then restart
windows, linux, office programm, java etc.
boot windows with new installation disk
or
press shift and restart
shift +F10
or
troubleshoot=>advancd option=>command prompt
goto c drive windows directory system32
copy utilman.exe utilman.bak
copy cmd.exe utilman.exe
then restart
The easiest way to install VSCode on Kali Linux is by downloading the VSCode deb. package and installing it via Apt. By doing it this way, you are automatically installing the apt repository that is necessary to automatically update VSCode, which is what we want.
On your Kali machine, head over to the VSCode Downloads Page and select the .deb file to install VSCode.
The file will now be saved inside your Downloads folder.
Once downloaded, we need to install VSCode on Kali Linux. Gladly, that's very easy now. Open up your Kali Terminal by clicking on the icon and navigate to the Downloads folder.
cd Downloads sudo apt install ./code_amd64.deb
Make sure to select the file you have downloaded for this.
This is all that you need to do to install VSCode on Kali Linux - No importing repositories or messing around with GPG keys!
And that's it already! You can now start VSCode on Kali Linux via the App menu.
VSCode usually notifies you if an update is available while using the app, but since we installed it in a way that also installed the apt repository, we can simply update VSCode by using apt.
sudo apt update -y && sudo apt upgrade -y
This will also bring VSCode to the latest version.
And there you have it. That's as easy as it gets. Now you are able to use VSCode in Kali Linux. I really enjoy working with VSCode because of its ease of use and because of its extensive extension library.
There are extensions for almost anything you can think of, from colored bracket pairs to syntax auto-completion et cetera. On top of that, it runs really fast and had never even once crashed on me. It is also fully integrated with Git, making it very easy to work with your Git repository.
Once you get used to using Virtual Studio Code, you probably will not go back to your old editor (except, your old editor is VIM of course!), but that's a whole topic on its own.
12:50:15 PM [Apache] Error: Apache shutdown unexpectedly.
12:50:15 PM [Apache] This may be due to a blocked port, missing dependencies,
12:50:15 PM [Apache] improper privileges, a crash, or a shutdown by another method.
12:50:15 PM [Apache] Press the Logs button to view error logs and check
12:50:15 PM [Apache] the Windows Event Viewer for more clues
12:50:15 PM [Apache] If you need more help, copy and post this
12:50:15 PM [Apache] entire log window on the forums
Solved
Step 1 - From the XAMPP Control Panel, under Apache, click the Config button, and select the Apache (httpd.conf).
Inside the httpd.conf file, somehow I found a line that says:
Listen 80
And change the 80 into any number / port you want. In my scenario I’m using port 8080.
Listen 8080
Still from the httpd.conf file, I found another line that says:
ServerName localhost:80
Change 80 to 8080.
ServerName localhost:8080
Step 2 - From the XAMPP Control Panel, under Apache, click the Config button again, but this time select the Apache (httpd-ssl.conf). Inside the httpd-ssl.conf file, find line that says
Listen 443
And change the 443 into any number / port you want. I’ll using 4433 as the new port number.
Listen 4433
Still from the httpd-ssl.conf file, find another line that says
<VirtualHost _default_:443>
ServerName localhost:443
And change 443 to 4433.
<VirtualHost _default_:4433>
ServerName localhost:4433
Remember to save the httpd.conf and httpd-ssl.conf files after performing some changes. Then restart the Apache service.
◘STEP 1- OPEN XAMPP and EDIT httpd-xampp.config . REPLACE all "denied" word with "granted" BY GOING TO EDIT--)REPLACE--)REPLACE ALL.
How to check RAM (size, speed, type, part, form factor)
Yes, you can find out virtually all of your memory information without having to open your computer, and here's how on Windows 11.
If you have a Windows 11 laptop or desktop computer, understanding the system memory — or RAM (Random Access Memory) — specifications may come in handy to troubleshoot problems with technical support or confirm the changes after tweaking the settings in the Unified Extensible Firmware Interface (UEFI).
Also, if the device is due for an upgrade, understanding the RAM
details can help determine the brand, speed, size, and other information you
may need to get the right modules to improve system performance.
Whatever the reason it might be, you can use Command Prompt
on Windows 11 to
find out all the information quickly without using Task Manager or third-party
tools.
In this Windows 11 guide, we will walk you through the steps to
find out the specifications for the memory installed on your computer.
How to check RAM specs with
Command Prompt on Windows 11
Using Command Prompt, you can determine many details about the
system memory installed on the computer, including manufacturer, part and
serial number, capacity information, speed, type, form factor, and more.
Although you can use Command Prompt to query many different
details about the system memory, some information may not be available
depending on the hardware.
Check manufacturer
To find out the memory manufacturer, use these steps:
Check part number
To determine the part number for each of the memory modules, use
these steps:
Check capacity
On Windows 11, you can also use different commands to determine
the total system capacity or capacity per module.
Determine capacity per module
To find out the amount of memory available in each stick, use
these steps:
Determine capacity total
To determine the total amount of RAM installed on a Windows 11
device, use these steps:
Check speed
To find out the speed of the memory modules, use these steps:
To determine memory type (such as DRAM, DDR4, RDRAM, etc.), use
these steps:
Here's the list with the memory types that the command can
detect:
Check form factor
To determine the memory sticks form factor (such as DIMM,
SODIMM, etc.) on Windows 11, use these steps:
Supported form factor
Here's a list with the form factors that the command can detect:
Check full specs
You can use the previous command to find specific information
about the memory modules individually. However, you can also query all the
memory specs with a single command on Windows 11.
To view all the memory details, then use these steps:
6. Confirm the memory details.
Once you
complete the steps, you will have a full overview of the memory specifications.