2016年12月12日 星期一

issue for pip install cryptography

when issue in 

Command "/home/andy/P_ENV1/env/bin/python3 -u -c "import setuptools, 
tokenize;__file__='/tmp/pip-build-kicuvik8/cryptography/setup.py';
exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 
'exec'))" install --record /tmp/pip-vebd4vda-record/install-record.txt 
--single-version-externally-managed --compile --install-headers 
/home/andy/P_ENV1/env/include/site/python3.5/cryptography" failed with error code 1 in 
/tmp/pip-build-kicuvik8/cryptography/




actually 
I am really the things going 



 solution ======**********************===========

sudo apt-get install build-essential libssl-dev libffi-dev python-dev

python

pip install -r requirement.txt



the requirement.txt looks likes:
=========================
ip==8.1.2
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==2.6.0
tox==2.3.1
coverage==4.1
Sphinx==1.4.8
cryptography==1.4
PyYAML==3.11
click
requests
backtrader
=============================

git

~/.gitconfig

紀錄 local user 的相關資料及資訊

例如說 email 
           name


這些值 透過   git -global user.name=  "Andy" user.email= aaa@gmail.com


來設定 


to be continued



2016年10月11日 星期二

cuckoo sandbox installation trubleshooting

2016-10-11 15:01:49,668 [lib.cuckoo.core.guest] INFO: cuckoo1: analysis completed successfully
2016-10-11 15:01:54,137 [modules.processing.memory] ERROR: Cannot run volatility module: volatility library not available







solution :
sudo apt-get install  volatility 

and go to cuckoo_installed\cuckoo\cuckoo.conf set the memory_dump = on



though I tried to install Evolve python package   "sudo pip install Evolve"
but error still exists


2016年10月10日 星期一

cuckoo sandbox issue

pip install -r requirements.txt

issue for  cffi installation

$ sudo apt-get install build-essential libssl-dev libffi-dev python-dev
 
 
 

2016年10月4日 星期二

ubuntu install virtualbox

要先安裝
sudo apt-get install dkms

sudo apt-get install   virtualbox-dkms

使可以使用

2016年9月25日 星期日

python rrdtool install

when issue about pango,cario and libxml2 and something else
I use the following lib to fixed

https://ubuntuforums.org/showthread.php?t=1112365

that is

Install these packages:

libcairo2-dev
libpango1.0-dev
libxml2-dev