From ivc wiki
Jump to navigationJump to search
This page shows you how to replace the original 360 hard drive with a new suitable 20, 60, or 120 GB model.
For a more detailed guide, check out Jeremy Gotcher's guide.
From ivc wiki
Jump to navigationJump to search
This page shows you how to replace the original 360 hard drive with a new suitable 20, 60, or 120 GB model.
For a more detailed guide, check out Jeremy Gotcher's guide.
productid 9P3395VX91NR
MicrosoftCorporationII.WindowsSubsystemForAndroid_[версия]_neutral___8wekyb3d8bbwe.Msixbundle
MicrosoftCorporationII.WindowsSubsystemForAndroid_[версия]_neutral___8wekyb3d8bbwe.Msixbundle/WsaPackage_[версия]_x64_Release-Nightly.msix
| "C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\TlbImp.exe" "C:\Windows\System32\Speech\Common\sapi.dll" /out:SpeechLib.dll /namespace:SpeechLib |
https://download.microsoft.com/download/0/8/d/08dfbb6c-d82c-4ee3-986c-96f138f8e8ae/SQLEXPR_x64_DEU.exe https://download.microsoft.com/download/0/8/d/08dfbb6c-d82c-4ee3-986c-96f138f8e8ae/SQLEXPRADV_x64_DEU.exe https://download.microsoft.com/download/0/8/d/08dfbb6c-d82c-4ee3-986c-96f138f8e8ae/SqlLocalDB.msi
https://download.microsoft.com/download/7/c/1/7c14e92e-bdcb-4f89-b7cf-93543e7112d1/SQLEXPR_x64_ENU.exe https://download.microsoft.com/download/7/c/1/7c14e92e-bdcb-4f89-b7cf-93543e7112d1/SQLEXPRADV_x64_ENU.exe https://download.microsoft.com/download/7/c/1/7c14e92e-bdcb-4f89-b7cf-93543e7112d1/SqlLocalDB.msi
https://download.microsoft.com/download/a/1/f/a1f91420-a370-442d-b71d-3a1c4031c9d2/SQLEXPR_x64_ESN.exe https://download.microsoft.com/download/a/1/f/a1f91420-a370-442d-b71d-3a1c4031c9d2/SQLEXPRADV_x64_ESN.exe
| #!/usr/bin/env bash | |
| # set -o nounset | |
| set -o errexit | |
| shopt -s dotglob | |
| # Remove oldest .tgz files, if free space less than 50GB | |
| # | |
| # License: CC0 1.0 or newer | |
| # https://creativecommons.org/publicdomain/zero/1.0/ | |
| # |
| appID | releaseDate | title | developerName | publisherName | |
|---|---|---|---|---|---|
| 1059220 | 2022-04-07 | '83 | Antimatter Games | Toadman Interactive | |
| 422890 | 2021-10-22 | 22 Racing Series | GOATi Entertainment | GOATi Entertainment | |
| 2022-02-28 | 7 Days Salvation | Volla Games | Volla Games | ||
| 2022-09-30 | 7abrynth | Backstage Games | 505 Games | ||
| 1182900 | 2022-06-28 | A Plague Tale: Requiem | Asobo Studio | Focus Home Interactive | |
| 2022-01-01 | A-Train 10 | Artdink Corporation | DEGICA Co. Ltd. | ||
| 2022-01-11 | ADA (code name) | Dontnod Entertainment | Dontnod Entertainment | ||
| 1368030 | 2021-10-15 | ANNO: Mutationem | Thinking Stars | Lightning Games | |
| 2023-07-25 | ARK 2 | Studio Wildcard | Studio Wildcard |
| #include <errno.h> | |
| #include <inttypes.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #include <arpa/inet.h> | |
| uint32_t convert(uint8_t * test, uint64_t loc) { | |
| return ntohl((test[loc] << 24) | (test[loc + 1] << 16) | (test[loc + 2] << 8) | test[loc + 3]); | |
| } |
| Office 2013 Home and Student Russian https://officeredir.microsoft.com/r/rlidO15C2RMediaDownload?p1=db&p2=ru-RU&p3=HomeStudentRetail | |
| Office 2013 Home and Business https://officeredir.microsoft.com/r/rlidO15C2RMediaDownload?p1=db&p2=ru-RU&p3=HomeBusinessRetail | |
| Office 2013 Professional https://officeredir.microsoft.com/r/rlidO15C2RMediaDownload?p1=db&p2=ru-RU&p3=ProfessionalRetail | |
| Office 2013 Professional Plus https://officeredir.microsoft.com/r/rlidO15C2RMediaDownload?p1=db&p2=ru-RU&p3=ProPlusRetail | |
| Word 2013 https://officeredir.microsoft.com/r/rlidO15C2RMediaDownload?p1=db&p2=ru-RU&p3=WordRetail | |
| Excel 2013 https://officeredir.microsoft.com/r/rlidO15C2RMediaDownload?p1=db&p2=ru-RU&p3=ExcelRetail | |
| PowerPoint 2013 https://officeredir.microsoft.com/r/rlidO15C2RMediaDownload?p1=db&p2=ru-RU&p3=PowerPointRetail | |
| Outlook 2013 https://officeredir.microsoft.com/r/rlidO15C2RMediaDownload?p1=db&p2=ru-RU&p3=OutlookRetail | |
| Publisher 2013 https://officeredir.microsoft.com/r/rlidO15C2RMediaDownload?p1=db&p2=ru-RU&p3=PublisherRe |
| Just remove all files in folder: | |
| %AppData%\Microsoft\Windows\Recent\AutomaticDestinations |
This is a very brief tutorial on getting OpenWRT installed on a regular computer, it assumes you know your way around Linux. If you find this and need additional details, please like, subscribe, and comm... oh wait this isn't youtube, just comment.
This is how I got OpenWRT going on a Mini ITX Intel DH67CF with an Intel G870 CPU with 4GB of RAM.