https://github.com/TheMMcOfficial/cups-for-openwrt
Deps https://openwrt.org/docs/guide-developer/toolchain/install-buildsystem
Single package https://openwrt.org/docs/guide-developer/toolchain/single.package
http://ipkg.nslu2-linux.org/feeds/optware/ddwrt/cross/stable/
https://openwrt.org/docs/guide-developer/toolchain/using_the_sdk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: batch/v1 | |
| # apiVersion: batch/v1beta1 | |
| kind: CronJob | |
| metadata: | |
| name: sonar-postgres-backup | |
| spec: | |
| # schedule: "0 2 * * *" | |
| schedule: "@daily" | |
| jobTemplate: | |
| spec: |
Obtain CA certificate (DC root certificate) from https://my-domain-controller/certsrv/certcarc.asp
You will get certnew.cer
Copy certificate (.cer) to /etc/pki/ca-trust/source/anchors/
update-ca-trust
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $Vpn_Name = Read-Host -Prompt "Input desired VPN Name. Press enter to leave default [MY SSTP]" | |
| if ([string]::IsNullOrWhiteSpace($Vpn_Name)) | |
| { | |
| $Vpn_Name = "MY SSTP" | |
| } | |
| Function Add-Country1Routing { | |
| # Add-VPNConnectionRoute -ConnectionName $Vpn_Name -DestinationPrefix "192.168.1.0/20" -PassThru | |
| # Add-VpnConnectionRoute -ConnectionName $Vpn_Name -DestinationPrefix "192.168.2.22/32" -PassThru | |
| # Add-VpnConnectionRoute -ConnectionName $Vpn_Name -DestinationPrefix "192.168.3.0/24" -PassThru |
- Kindle For PC 1.26 and then disable updates (script below) https://softradar.com/kindle-for-pc/download/1.26.55076/
- Calibre https://calibre-ebook.com/download
Create new Text Document (txt file), paste there code from below, rename this file to disable_k4pc_download.bat and run.
This is a guide how to setup fast and stable workstation based on ClearLinux with KDE enwironment
Read System requirements, Check Processor Compatibility, get familiar with swupd package manager.
Download ClearLinux, make bootable USB drive with Rufus, boot from it and follow the instructions.
NewerOlder