I hereby claim:
- I am antonmry on github.
- I am antonmry (https://keybase.io/antonmry) on keybase.
- I have a public key whose fingerprint is 5A5E 6D95 7B1E 6A20 1C4B 729E 9693 E860 55D4 6474
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
pandoc -r markdown -w odt --reference-odt=~/Template.ott README.md -o README.odt | |
libreoffice --headless -convert-to pdf README.odt |
Here is what you need to install under Oracle Linux or Red Hat Enterprise Linux to install the VirtualBox Guest Additions: | |
<pre>yum -y install gcc kernel-uek-devel-$(uname -r)</pre> | |
Y lo de siempre, luego. reboot | |
# Guest | |
route add default gw 10.174.65.2 |
sudo dd if=[UR .ISO] of=/dev/sd[THAT 1 LETTER]
. /<Weblogic Installation Dir>/ocsg510/wlserver_10.3/server/bin/setWLSEnv.sh | |
java weblogic.WLST | |
connect('weblogic','your_password','localhost:8001') | |
wls:/mydomain/serverConfig> domainRuntime() | |
wls:/mydomain/domainRuntime> cd('ServerRuntimes/myserver') | |
wls:/mydomain/domainRuntime/ServerRuntimes/myserver> cd('JVMRuntime/myserver')> | |
wls:/mydomain/domainRuntime/ServerRuntimes/myserver/JVMRuntime/myserver> ls() |
grep -ilr '10.0.2.15' * | xargs -i@ sed -i 's/10.0.2.15/ocsg/g' @ |
dnf copr enable labbott/kernel-dell-xps
dnf install kernel-4.4.4
reboot
for i in *.jar; do echo "providedCompile files(\"\${projectDir}/src/main/resources/$i\")"; done |