yum -y updateyum install -y mailxWe can now start sending e-mails using
| import java.security.SecureRandom; | |
| import java.util.*; | |
| public class MapAnalysis { | |
| public static void main(String args[]) { | |
| int size = 1000000; | |
| Random random = new SecureRandom(); | |
| Integer data[] = new Integer[size]; |
| # changing the # of cpus | |
| VBoxManage modifyvm default --cpus 2 | |
| #changing the memory size | |
| VBoxManage modifyvm default --memory 4096 | |
| # change the | |
| VBoxManage internalcommands sethduuid "/path/disk.vdi" $(uuidgen) | |
| # changing the hard disk |
| version: '3.6' | |
| services: | |
| oracle: | |
| image: wisecoding/oracle-database:11g.20180719 | |
| container_name: docker_oracle_11g | |
| hostname: oracle.wisecoding.net | |
| shm_size: '2g' | |
| networks: | |
| wisenet: | |
| ipv4_address: 172.18.0.100 |
| upstream odoo9_xmlrpc { | |
| server <xmlrpc address>; | |
| } | |
| upstream odoo9_longpolling { | |
| server <longpolling address>; | |
| } | |
| server { | |
| listen 80; |
| # force yum to update all the caches avoiding the error | |
| # [Errno 14] HTTP Error 404 - Not Found | |
| echo "http_caching=packages" >> /etc/yum.conf | |
| yum clean all | |
| yum makecache | |
| yum update | |
| # reload sysctl configs | |
| sudo sysctl --system |
for day of writing, there is a problem with building by dkms this package xtables-addons-common so wehave to install this from source