yum groupinstall "Development Tools"
yum install sangoma-devel16
mkdir -p ~/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS}
echo '%_topdir %(echo $HOME)/rpmbuild' > ~/.rpmmacros
asterisk-version-switch
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
//Translates the raw input bits from a HID keypad reader to decimal. | |
int keypadBitToInteger(String inputBits) { | |
int decimalValue = 0; | |
int length = inputBits.length(); | |
for (int i = 0; i < length; i++) { | |
char bit = inputBits.charAt(i); | |
if (bit == '1') { | |
decimalValue = decimalValue * 2 + 1; | |
} else if (bit == '0') { |
This guide was created using the default setup of IRedMail on a server.
- File > Account Settings > Manage Profiles > Email Accounts > New
- Important: Check "Let me set up my account manually"
- Incoming & Outgoing Mail Server: Your MailServer IP
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
<?xml version="1.0" encoding="utf-8"?> | |
<device> | |
<fullConfig>true</fullConfig> | |
<deviceProtocol>SIP</deviceProtocol> | |
<ipAddressMode>0</ipAddressMode> | |
<allowAutoConfig>true</allowAutoConfig> | |
<dadEnable>true</dadEnable> | |
<redirectEnable>false</redirectEnable> | |
<echoMultiEnable>false</echoMultiEnable> | |
<ipPreferenceModeControl>0</ipPreferenceModeControl> |
yum groupinstall "Development Tools"
yum install sangoma-devel16
mkdir -p ~/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS}
echo '%_topdir %(echo $HOME)/rpmbuild' > ~/.rpmmacros
asterisk-version-switch
PRESS 7
- Type
about:support
- Locate the current user profile and open Profile Folder button.
- Create a new folder in the Profile Folder named
chrome
- Create a file called
userChrome.css
in thechrome
folder and paste attached content. - Type
about:config
, searchuserprof
, then swap/enabletoolkit.legacyUserProfileCustomizations.stylesheet
- Restart Browser (if required)