- First download
dbfpy: http://sourceforge.net/projects/dbfpy/files/latest/download?source=files - Then install:
sudo python setup.py install
To convert DBF file to CSV:
./dbf2csv database.dbf
dbfpy: http://sourceforge.net/projects/dbfpy/files/latest/download?source=filessudo python setup.py installTo convert DBF file to CSV:
./dbf2csv database.dbf
| # -*- coding: utf-8 -*- | |
| """ | |
| Author: Jesus A. Garzon | |
| github: xtornasol512 | |
| twitter: xtornasol512 | |
| Description: | |
| Just put this script in your directory of images | |
| After create a directory for img_result | |
| Then execute the script | |
| python resize1920.py |
| clear && | |
| echo 'Installing Flash for Midori' && | |
| read -p 'Press Enter to continue, or abort by pressing CTRL+C' nothing && | |
| mkdir -p ~/.mozilla/plugins && | |
| wget https://fpdownload.adobe.com/get/flashplayer/pdc/11.2.202.626/install_flash_player_11_linux.i386.tar.gz && | |
| tar -zxvf install_flash_player_11_linux.i386.tar.gz libflashplayer.so && | |
| rm install_flash_player_11_linux.i386.tar.gz && | |
| if [ $(getconf LONG_BIT) = '64' ] | |
| then | |
| mv libflashplayer.so ~/.mozilla/plugins/libflashplayer.32.so && |