2017年9月3日 星期日

[Basic] linux 如何使用 wodim 燒錄光碟

首先要先把 光碟機 umount

umont /dev/sr0   通常都是這個位置

或是可以在 /dev/ 下  看
ls -al   /dev/cdrw  or /dev/dvdrw
就發現它指到的位置


  after umounting

the simple way to burn the data to disk
is
 # wodim -v dev=/dev/cdrw install-x86-minimal-2008.0.iso

-v means verbose 


more info  please visits 

http://www.coctec.com/docs/linux/show-post-109524.html


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

使可以使用