[!TELEGRAM] : https://t.me/karthik558
[!FACEBOOK] : https://www.facebook.com/karthik5588
[!INSTAGRAM] : https://instagram.com/_karthiklal
[!GITHUB] : https://github.com/karthik558
[!GITLAB] : https://gitlab.com/karthik5581
| # List all possible power config GUIDs in Windows | |
| # Run: this-script.ps1 | Out-File powercfg.ps1 | |
| # Then edit and run powercfg.ps1 | |
| # (c) Pekka "raspi" Järvinen 2017 | |
| $powerSettingTable = Get-WmiObject -Namespace root\cimv2\power -Class Win32_PowerSetting | |
| $powerSettingInSubgroubTable = Get-WmiObject -Namespace root\cimv2\power -Class Win32_PowerSettingInSubgroup | |
| Get-WmiObject -Namespace root\cimv2\power -Class Win32_PowerSettingCapabilities | ForEach-Object { | |
| $tmp = $_.ManagedElement |
| pacman | |
| ====== | |
| view logs: /var/log/pacman.log | |
| update system | |
| # pacman -Syu | |
| list installed packages | |
| # pacman -Q |
In general, you will learn some markdown tricks combined with standard HTML tags. In more details what you will learn:
wsl --set-default-version 2 in windows command line, so that all future WSL machine will use WSL2.| First go here: | |
| https://wiki.codeaurora.org/xwiki/bin/QAEP/release | |
| This site gives information about all msm soc release details with tag + android version | |
| Search your msm here.. Check the latest one and look for correct android version and mark that tag. | |
| Now open one of the following links (dependent on your linux kernel version) |