photo
user: cy
Cyril Pauya
http://blog.mrpau.com/
A programmer, husband and father.

rss RSS feed


Lists
Tags
2010-election 3g agile ajax alumni archive audio-player automation backup band bash battery benchmark bind bittorrent blog book bpo browser-test business cafe captive-portal catalog cd charger chrome ci client cluemapper cms coffee coffee-shop command computer-laboratory couchdb courier css davao debian dell deployment desktop development devilspie diff django djangocon dns domain download-manager dvd ebox emacs entrepreneur entrepreneurship eovdsl ergonomics ethernet-extender explore extension fabric facebook farm farming features file-manager firewall fix flash flup form form-builder framework free freenas gadgets gallery games gammu gedit genealogy git globe-visibility google-chrome gotcha gpg gpl gui habits harddisk hardware hci health hg hostmonster hotel how-to html html5 huawei icons idea ilianen inspiration internet internet-cafe issue itc it-policies javascript job jokes jpeg jquery jquery-plugin jre kanban kannel karmic-koala kewl kleng komodo komodo-edit laptop lcd-projector library life lighttpd linux live-blog lodging house mailchimp management manobo markdown meld mercurial metal migration modem movies mrpau music mylistboard mysql nas ndmc network-attached-storage networking network-management network-monitoring news nurse odesk online-pc-store opac partition paypal pc-magazine performance perl pfsense philippines phone-manager pidgin pil pinax pip pixar plugin postgresql printing process profile programmer programming project-management proxmox psycopg2 pygtk pysvn python quota redmine reference references rest restore rice rsync samba sandbox scgi school science scrum seo server shell similar sites smalltalk sms social-network software solar-blast south standard subversion survey svn sysad testing theme tipidpc tips to-fix tool tools to-read torrent trac tuks_team tv twisted typhoon ubuntu uml umts unit-test untangle usb user-interface utils vcs vcs-client video videography virtualenv virtualization vps web-based webfaction webhook websocket web-testing window-manager wireframe wish wmctrl wordpress words work workflow wsgi zc.buildout

All Lists of cy

Private lists of cy are not displayed.
  1. setup a pc with 2 network cards
  2. install proxmox
  3. setup networking - bridge networking (guest has same network with host), network address translation or NAT (guest uses host's network)
  4. open VNC console - so far works in Opera 9.xx only, Firefox just pops-up a blank window (needed java update)
Step 1
1.1 sudo less /etc/postgresql/8.4/main/pg_hba.conf
1.2 local all sameuser trust
1.3 local all all trust
1.4 host all all 127.0.0.1/32 trust
1.5 host all all ::1/128 trust
Step 2
2.1 sudo /etc/init.d/postgresql-8.4 restart
Step 3
3.1 Set password for user postgres
References
Ubuntu Help - PostgreSQL
Postgres authentication failure
  1. download ubuntu 8.04.4
  2. install lamp, postgresql, file server packages
  3. sudo apt-get update
  4. sudo apt-get install openssh-server
  5. install virtualenv
  6. Ubuntu 8.04 Server LTS – Django + Nginx + Apache/mod_wsgi
  1. Chikka Chat - Php15 per hour, in front of Gaisano Southmall, if you have a laptop, you could still connect thru wire, no Wifi though, dual-ISP
  1. Shalom Center Davao at UCCP Davao City - near Gaisano Southmall
  2. Larous Pension House - near Gaisano Southmall
  • django
  • beethoven
  • collective soul
  • bob marley
  • metallica
  • wolfgang
  • megadeth
  • godsmack
  • motorhead
  • linkin park
  • limp bizkit
  • green day
  • offspring
  • smash mouth
  • dire straits
  • korn
  • six feet under
  • siakol
  • parokya ni edgar
  • eraserheads
  • mozart
  • family
  • kleng
  • coding
  • django
  • ubuntu
  • dota
  • internet
  1. Detailed Pinax installation on Webfaction
  2. MUST! pinax-boot.py --no-site-packages --unzip-setuptools --> fix for error in "python manage.py syncdb" --> IOError: [Errno 2] No such file or directory: 'pytz/zoneinfo/Africa/Asmera'
  3. $ pip install yolk --> helps trace python packages that are old (see pytz error below)
  4. Use PIL-1.1.6.tar.gz instead of PIL-1.1.7 at "$ pip install http://dist.repoze.org/PIL-1.1.7.tar"
  5. install pytz 2010g (or higher) and set it active --> fix for error in "python manage.py syncdb" --> IOError: [Errno 2] No such file or directory: 'pytz/zoneinfo/Africa/Asmera'
  6. $ yolk -l | grep pytz --> to verify your active pytz library
  1. pg_dump -Fc -b -U username databasename > data.bak
  2. pg_restore -O -d databasename -U username 'database.bak' -c
  1. playing games unnecessarily
  2. exploring ubuntu instead of coding
  3. talking instead of coding
  4. sleeping instead of coding
  • rsync alias at bash_rc
  • history alias at bash_rc
  • gnome-terminal profiles
  1. df, du
  2. dpkg
  3. smbldap-useradd, smbldap-usermod, smbldap-userdel
  4. smbstatus, smbpasswd
  5. smbclient -U% -L localhost
  6. pdbedit
  7. file
  8. hexdump
  9. lsof | grep libjpeg