Skip to content

Commit 9543c46

Browse files
committed
βž• Update program list and windows setup notes.
1 parent df0cb78 commit 9543c46

File tree

6 files changed

+17
-2
lines changed

6 files changed

+17
-2
lines changed

β€Ždocumentation/Notes/virtualization/RDP links.mdβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@
1313
- https://ashwaniashwin.wordpress.com/2014/06/27/configure-remote-desktop-connection-to-hyper-v-virtual-machine/
1414
- https://learn.adafruit.com/adafruits-raspberry-pi-lesson-3-network-setup/finding-your-pis-ip-address
1515
- https://tinkertry.com/how-to-change-windows-10-network-type-from-public-to-private
16+
17+
# Connection issues:
18+
- make sure no other program blocks visibility on LAN (e.g. VPN program, or settings)
19+
- Allow remote connection, network level auth, allow in firewall settings (features)
20+
- Network sharing settings

β€Ždocumentation/systemProvisionGuide/Guide to setting up Windows environment for development.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ Install from CD ROM (ISO), where the following drivers should downloaded and use
104104
- TODO: Add Windows explorer "tags" field for quick edit of metadata details in the "details pane" https://karl-voit.at/2019/11/26/Tagging-Files-With-Windows-10/
105105
- https://github.com/Dijji/FileMeta/releases/tag/v1.6.0.4
106106
- Add to context menu "pin to start" for files: https://www.addictivetips.com/windows-tips/pin-a-file-to-start-menu-windows-10/#:~:text=Right%2Dclick%20the%20file%20and,context%20menu%20for%20all%20files.
107+
- Disable telemetry: https://www.easeus.com/partition-manager-software/fix-windows-10-microsoft-compatibility-telemetry-high-disk-usage.html
107108

108109
# Windows 10 themes:
109110
- TODO: https://www.youtube.com/watch?v=X6FpuMqCghw

β€Ždocumentation/systemProvisionGuide/installChromiumExtension.md.txtβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#TODO: check article for more extensions https://hackernoon.com/11-best-google-chrome-extensions-for-developers-in-2020-er3r3wtz
2+
13
# Chromium extensions list: for brave or chrome
24

35
Google Translate

β€Ždocumentation/systemProvisionGuide/installWindowsSoftware.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ boostnote.io software
2121
swfplayer http://www.swffileplayer.com/
2222
Hex editor program https://mh-nexus.de/en/hxd/
2323
- https://superuser.com/questions/14465/hex-editors-for-windows
24+
another hex tool - ntcore.com ExploreSuite
2425

2526
webroot internet security (with license)
2627
VSCode insiders
2728
whatsapp desktop
2829
trello
30+
notion.so
2931
Miro (miro.com windows app)
3032
azan basic (prayer times windows tray)
3133
debian WSL distro (Windows store)
@@ -41,6 +43,11 @@ MegaDownloader
4143
URL Downloaders: https://www.raymond.cc/blog/how-to-download-all-files-from-a-folder-on-a-website-or-ftp/
4244
- JDownloader https://www.raymond.cc/blog/download/did/1531/
4345
gVIM for windows: https://www.vim.org/download.php
46+
Remap any mouse buttons and auxilliary keys: https://www.highrez.co.uk/downloads/XMouseButtonControl.htm
47+
Disassembler and reverse engineering software: https://www.pelock.com/articles/reverse-engineering-tools-review
48+
- IDA Pro
49+
- https://ghidra-sre.org/
50+
4451

4552
procmon - Process Monitor from microsoft - https://docs.microsoft.com/en-us/sysinternals/downloads/procmon allows to check if any process is being blocked.
4653
Acronis True Image 2020 (for Full partitions backup into .img files or iso)

β€Žresource/localDevelopmentEnvironment/WindowsOS/terminal/ConEmu.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<key name="Software">
33
<key name="ConEmu">
4-
<key name=".Vanilla" modified="2020-10-11 20:05:15" build="200928">
4+
<key name=".Vanilla" modified="2020-11-24 14:17:56" build="200928">
55
<value name="Language" type="string" data="en"/>
66
<value name="StartType" type="hex" data="02"/>
77
<value name="CmdLine" type="string" data=""/>

β€Žscript/windowsSubsystemForLinux/installPackageAndSymlinkConfiguration.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const nonElevatedCallback = async () => {
4545
childProcess.execSync(
4646
[
4747
`echo deb http://deb.debian.org/debian buster-backports main contrib non-free | sudo tee /etc/apt/sources.list.d/buster-backports.list && sudo apt update && sudo apt install -t buster-backports gcc-doc clang-format`, // install gcc manual pages for usage with `man gcc` command
48-
`sudo apt install -y wget curl nano vim zip unzip dnsutils netcat net-tools man-db`,
48+
`sudo apt install -y wget curl nano vim zip unzip dnsutils netcat net-tools man-db gdbserver`,
4949
`sudo npm install --global jshint eslint`,
5050
// `sudo apt install bridge-utils`, // DOESN'T WORK on WSL2. `brctl show` allows to view bridge network switches which docker on WSL2 creates.
5151
].join(' && \\\n'),

0 commit comments

Comments
Β (0)