slmgr /ipk your_license_key
Replace your_license_key
with following volumn license keys according to Windows Edition:
# documentation: https://jitsi.github.io/handbook/docs/intro | |
# slogan: World's easiest way to add meetings to your apps | |
# env_file: jitsi.env | |
# logo: svgs/jitsi.svg | |
# tags: video, conferencing, meetings, communication, open-source | |
services: | |
jitsi-web: | |
image: "jitsi/web:${JITSI_IMAGE_VERSION}" | |
container_name: jitsi-web |
There are times when you need to log off your Linux Desktop, and you want a process to run in the background. TMUX manages this very well.
For this example, let's suppose you're running a long running task like running rspecs
on your project and
it is 5pm, and you need to go home.
redis_cache: redis-server config/redis_cache.conf | |
redis_socketio: redis-server config/redis_socketio.conf | |
redis_queue: redis-server config/redis_queue.conf | |
web: bench serve --port 8000 | |
socketio: /usr/bin/node apps/frappe/socketio.js | |
custom_app: /usr/bin/node apps/custom_app/custom_node.js | |
watch: bench watch | |
schedule: bench schedule | |
worker_short: bench worker --queue short |
openssl pkcs12 -export -out output_sile_path.pfx -inkey ssl_key_path.key -in crt_file_path.crt -certfile pem_ssl_file_path.pem
c:> certutil -importPFX pfx_ssl_path.pfx
#!/bin/bash | |
# Used for backing up Frappe/ERPNext sites | |
# Adjust details and add as cron job on server to automate backups | |
# Script to backup all sites in Frappe Bench to GitHub | |
# Switch to bench directory and | |
# Backup all sites with files to backup folder | |
# Backup files can be easily restored on a new frappe bench |
Future<Response> get(String url) async { | |
String wsseHeader = await generateAuthHeader(); | |
final response = await httpClient.get(url, | |
headers: { | |
HttpHeaders.contentTypeHeader: 'application/vnd.api+json', | |
'Authorization': 'WSSE profile="UsernameToken"', | |
'X-WSSE': wsseHeader | |
}, | |
); |
for permanent static IP: https://linuxize.com/post/how-to-configure-static-ip-address-on-ubuntu-20-04/
For Temporary:
First of all, open Terminal. Enter “ip addr show” command to see the available network adapter whom you want to change the IP address and press execute.
ip addr show
View network interfaces by
nmcli -p dev
// to check network port
Edit
/etc/sysconfig/network-scripts/ifcfg-networkdevicename
press i
for editing and change the following
DEVICE=device_name
BOOTPROTO=none
VMware vSphere 6 Enterprise Plus | |
1C20K-4Z214-H84U1-T92EP-92838 | |
1A2JU-DEH12-48460-CT956-AC84D | |
MC28R-4L006-484D1-VV8NK-C7R58 | |
5C6TK-4C39J-48E00-PH0XH-828Q4 | |
4A4X0-69HE3-M8548-6L1QK-1Y240 | |
VMware vSphere with Operations Management 6 Enterprise | |
4Y2NU-4Z301-085C8-M18EP-2K8M8 | |
1Y48R-0EJEK-084R0-GK9XM-23R52 |