HostOnNet Blog

Category Archives: Python

fabric

fabric is a tool for system administration/DevOps. It allows you to manage multiple servers with single command. You can find more information about fabric at http://www.fabfile.org/ fabric work over SSH, using SSH Keys. No special software needed to be install


Quickly Sharing Files On Ubuntu

Ubuntu used to have a public folder, that you can share using Samba. Recent versions of Ubuntu do not include Samba by default, you can install it if you need to share files regularly with other computers on network. https://www.samba.org/


Change Master Password for OpenERP

By default OpenERP use Master Password “admin”. After installation of OpenERP, you need to change this password. If not anyone can delete your entire OpenERP company database. To change OpenERP master password, edit /etc/openerp/openerp-server.conf Set value for admin_passwd


OpenERP Server Error Server Access denied

After Installing OpenERP, i get following error. On Create A New Database Screen. This is because you enter wrong “Master password”. Default Master password is “admin”. Once you enter “admin” in first text box, it will allow you to create


Installing Python 2.7 on CentOS for Django Framework

Django Framework need python 2.7 to run. CentOS come with python 2.6. To install python 2.7, run Now enable python 2.7 by running python –version Installing Setuptool, pip and Django


Python script to update noip.com

I want to set DDNS (Dynamic DNS, that will point A record like yourname.no-ip.org to your dynamic IP) with www.noip.com, i don’t want to install their program. I found they allow making custom clients. I made a small program in