Skip to content

Instantly share code, notes, and snippets.

@kapoorlakshya
kapoorlakshya / Enable Casting in SRWare Iron
Last active October 14, 2020 13:00
Enable Casting in SRWare Iron
If your SRWare Iron fails to detect your Chromecast, modify the following flags in `chrome://flags`:
1. Cast Streaming hardware video encoding - Disabled
2. Load Media Router Component Extension - Enabled
3. Media Remoting during Cast Tab Mirroring - Enabled
Restart the browser and you should now be able to cast to your Chromecast!
Source: Figured out this working combination after reading through countless forum posts, Chromecast help pages, and playing with the flags.
@sukharevd
sukharevd / wildfly-install.sh
Last active October 21, 2023 11:56
Script to install JBoss Wildfly 10.x as service in Linux
#!/bin/bash
#title :wildfly-install.sh
#description :The script to install Wildfly 10.x
#more :http://sukharevd.net/wildfly-8-installation.html
#author :Dmitriy Sukharev
#date :2016-06-18T02:45-0700
#usage :/bin/bash wildfly-install.sh
#tested-version1 :10.0.0.CR3
#tested-distros1 :Ubuntu 15.10; Debian 7,8; CentOS 7; Fedora 22
#tested-version2 :10.0.0.Final