Installing Xcode and the command line tools need to be done first because it installs gcc.
https://developer.apple.com/xcode/features/
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
| sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia --volume /Volumes/untitle --nointeraction | |
| https://www.geekrar.com/create-macos-catalina-iso-file/ | |
| https://superuser.com/questions/1351460/how-can-i-install-a-macos-vm-guest-under-virtualbox-on-a-mac-host/1351461#1351461 | |
| VBoxManage setextradata "macOS Catalina" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "MacBookPro11,3" | |
| VBoxManage setextradata "macOS Catalina" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0" | |
| VBoxManage setextradata "macOS Catalina" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple" | |
| VBoxManage setextradata "macOS Catalina" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" | |
| VBoxManage setextradata "macOS Catalina" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1 |
Installing Xcode and the command line tools need to be done first because it installs gcc.
https://developer.apple.com/xcode/features/
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
| sudo apt-get install ruby2.0 ruby2.0-dev | |
| sudo apt-get install zlib1g-dev | |
| sudo gem2.0 install jekyll | |
| import uk.co.caprica.vlcjinfo.MediaInfo; | |
| import uk.co.caprica.vlcjinfo.Section; | |
| import uk.co.caprica.vlcjinfo.Sections; | |
| public class Ejemplo { | |
| public static void main(String[] args) { | |
| System.setProperty("jna.library.path", "C:\\Program Files\\MediaInfo"); //windows path | |
| MediaInfo media = MediaInfo.mediaInfo("C:\\Videos\\yourVideo.mp4"); | |
| Sections sections = media.sections("Video"); |
I hereby claim:
To claim this, I am signing this object:
| <div class="form-group required"> | |
| <label class="col-md-2"> </label> <!-- remove class control-label --> | |
| <div class="col-md-4"> | |
| <div class="checkbox"> | |
| <label class='control-label'> <!-- use this class as the red * will be after control-label --> | |
| <input class="" id="id_tos" name="tos" required="required" type="checkbox" /> I have read and agree to the Terms of Service | |
| </label> | |
| </div> | |
| </div> | |
| </div> |
| upstream moodle-app { | |
| server ip/domainname/dockername; | |
| } | |
| # creando una zona de memoria de 10 megas para IP's | |
| # taza de concurrencia a 1 solicitud por segundo | |
| # limit_req_zone $binary_remote_addr zone=admin:10m rate=10r/s; | |
| server { | |
| listen 80; | |
| server_name escuela.dominio.com; |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <persistence xmlns="http://xmlns.jcp.org/xml/ns/persistence" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd" | |
| version="2.1"> | |
| <persistence-unit name="PUnombre" transaction-type="JTA"> | |
| <jta-data-source>jdbc/recurso</jta-data-source> | |
| <properties> |
| # Copyright (c) 1993-2009 Microsoft Corp. | |
| # | |
| # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. | |
| # | |
| # This file contains the mappings of IP addresses to host names. Each | |
| # entry should be kept on an individual line. The IP address should | |
| # be placed in the first column followed by the corresponding host name. | |
| # The IP address and the host name should be separated by at least one | |
| # space. | |
| # |