(OK) install-ubuntu-IMUNES-CORE-DOCKER
sudo passwd
sudo apt-get install linux-headers-(uname -r)
sudo apt-get install openvswitch docker-io xterm wireshark-gnome ImageMagick tcl tcllib tk kernel-modules-extra util-linux
sudo apt-get install
sudo apt-get install libncurses5-dev
sudo apt-get install libncursesw5-dev
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
FROM ubuntu:14.04.3
MAINTAINER Stuart Marsden <stuartmarsden@finmars.co.uk>
sudo apt-get update
sudo apt-get install -y xvfb x11vnc x11-apps
sudo apt-get install -y wget libjbig0 libtcl8.5 libtiff5 libtk-img libtk8.5 tcl8.5 tk8.5
sudo apt-get install -y openbox
sudo apt-get install -y bridge-utils ebtables iproute libev4 libev-dev python libxml2 libprotobuf8 python-protobuf libpcap0.8 libpcre3 libuuid1 libace-6.0.3 python-lxml python-setuptools
sudo apt-get install python-pkg-resources=3.3-1ubuntu1
sudo apt-get install -y traceroute mgen openssh-server iperf tcpdump wireshark
dpkg -i core-gui_4.8-0ubuntu1_trusty_all.deb core-daemon_4.8-0ubuntu1_trusty_amd64.deb quagga-mr_0.99.21mr2.2_amd64.deb
----------------------------------------------
service core-daemon status
service core-daemon start
ps aux|grep docker
sudo service docker start
sudo service docker restart
sudo service core-daemon start
sudo service core-daemon restart
sudo docker version
sudo docker pull busybox
docker images
docker tag bc744c4ab376 busybox:core
--------no use
sudo apt-get install python-html5lib-whl python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl
sudo apt-get install python-pip-whl=1.5.4-1ubuntu3
sudo apt-get install python-dev-all
sudo apt-get install python-wheel
--------
sudo apt-get install python-pip //no use, to use the following commands
---
curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
sudo python get-pip.py
pip --help
pip -V
---
sudo pip install docker-py
// then
sudo service core-daemon restart
core-gui
//http://askubuntu.com/questions/598483/how-can-i-use-kernel-3-19-in-14-04-now
//The easiest way to install kernel to 3.19 in Ubuntu 14.04 is to run:
sudo apt-get install linux-generic-lts-vivid
+++++++++++++++
grep -P "submenu|^menuentry" /boot/grub/grub.cfg | cut -d "'" -f2
sudo grub-set-default "Advanced options for Ubuntu"
grub-editenv list
sudo grub-mkconfig -o /boot/grub/grub.cfg
+++++++++++++++
sudo apt-get install apparmor lxc cgroup-lite
sudo apt-get install docker.io
# if you installed docker.io first, you'll have to start it manually
sudo docker -d
sudo docker run --rm -it busybox /bin/sh
sudo groupadd docker
sudo chown root:docker /var/run/docker.sock
sudo usermod -a -G docker $USERNAME
sudo gpasswd -a user docker
tar zxvf emane-0.9.2-release-1.ubuntu-14_04.amd64.tar.gz
dpkg -i emane-0.9.2-release-1/debs/ubuntu-14_04/amd64/emane*.deb
RUN mkdir ~/.vnc
RUN x11vnc -storepasswd coreemu ~/.vnc/passwd
RUN rm -r *.deb emane-0.9.2-release-1*
ADD startCore.sh startCore.sh
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· 无需6万激活码!GitHub神秘组织3小时极速复刻Manus,手把手教你使用OpenManus搭建本
· Manus爆火,是硬核还是营销?
· 终于写完轮子一部分:tcp代理 了,记录一下
· 别再用vector<bool>了!Google高级工程师:这可能是STL最大的设计失误
· 单元测试从入门到精通