This file contains 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
MBA Customer Name,Serial Number,Last Logged in Username,Name,Version | |
Allington,C02CD7YGMD6M,joke,3CX Desktop App.app,18.13.959 | |
Allington,C02CD7YGMD6M,joke,50onPaletteServer.app,1.1.0 | |
Allington,C02CD7YGMD6M,joke,ABAssistantService.app,14.0 | |
Allington,C02CD7YGMD6M,joke,About This Mac.app,1.0 | |
Allington,C02CD7YGMD6M,joke,Accessibility Tutorial.app,1.0 | |
Allington,C02CD7YGMD6M,joke,AccessibilityVisualsAgent.app,1.0 | |
Allington,C02CD7YGMD6M,joke,ACR_17_0_1_32.app,6.4.0.359 | |
Allington,C02CD7YGMD6M,joke,Acrobat Distiller.app,24.005.20320 | |
Allington,C02CD7YGMD6M,joke,Acrobat Update Helper.app,1 . 2 . 6 |
This file contains 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
s/K25CjSfRKWbhTOw |
This file contains 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
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
<UsingTask TaskName="Xamarin.Forms.Build.Tasks.XamlGTask" AssemblyFile="Xamarin.Forms.Build.Tasks.dll"/> | |
<UsingTask TaskName="Xamarin.Forms.Build.Tasks.FixedCreateCSharpManifestResourceName" AssemblyFile="Xamarin.Forms.Build.Tasks.dll"/> | |
<UsingTask TaskName="Xamarin.Forms.Build.Tasks.XamlCTask" AssemblyFile="Xamarin.Forms.Build.Tasks.dll"/> | |
<PropertyGroup> | |
<CompileDependsOn> | |
XamlG; | |
$(CompileDependsOn); | |
</CompileDependsOn> |
This file contains 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
https://www.odoo.com/apps/modules/8.0/crm_voip/ | |
# Install asterisk server on Ubuntu 14.04 | |
# 1. Install dependencies | |
sudo apt-get update | |
sudo apt-get install wget | |
sudo apt-get install gcc | |
sudo apt-get install g++ | |
sudo apt-get install ncurses-dev |
This file contains 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
// Node.js 4.3 | |
cd ~ | |
sudo apt-get install curl | |
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash | |
nvm install 4.3 | |
sudo apt-get remove node | |
// mongodb 3.0.9 | |
https://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/ | |
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927 |