https://www.microsoft.com/en-us/software-download/windows11
7z x Win11_25H2_English_x64_v2.iso -oExtracted -r
https://www.microsoft.com/en-us/software-download/windows11
7z x Win11_25H2_English_x64_v2.iso -oExtracted -r
| # Downloaded and extracted from DE10 Lite sample projects | |
| #============================================================ | |
| # CLOCK | |
| #============================================================ | |
| set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to ADC_CLK_10 | |
| set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to MAX10_CLK1_50 | |
| set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to MAX10_CLK2_50 | |
| set_location_assignment PIN_N5 -to ADC_CLK_10 | |
| set_location_assignment PIN_P11 -to MAX10_CLK1_50 | |
| set_location_assignment PIN_N14 -to MAX10_CLK2_50 |
| #!/bin/sh | |
| # Setting this, so the repo does not need to be given on the commandline: | |
| #export BORG_REPO='ssh://user@host:port/path/to/repo' | |
| export BORG_REPO=file:///media/vdhiman/Elements/Feb22/borgbackup | |
| # Setting this, so you won't be asked for your repository passphrase: | |
| # or this to ask an external program to supply the passphrase: | |
| export BORG_PASSCOMMAND='cat /home/vdhiman/wrk/Private/location_of_your_passphrase_in_afile' |
| MIT License | |
| Copyright (c) 2024 Vikas Dhiman | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is | |
| furnished to do so, subject to the following conditions: |
| Public Domain |
But default x11vnc on Ubuntu 18.04 also crashes with many Qt applications.
Compile x11vnc with a patch using instructions here: https://gist.github.com/mangoliou/407d6a39a60d128610c20c4143f39f0d
Create a password for vncserver
mkdir -p ~/.vnc
vncpasswd ~/.vnc/passwd