ident

How to setup VIM properly for editing Python files - *.py

I've troubles setting VIM (7.1.xxx) for editing python files. Identing seems broken (optimal 4 spaces). I've followed some tutorials I found via google. Still no effect :/ Please help. ...

Enable ident string for Git repos

How do I enable ident $Id$ on files in a Git repository? ...

How do I login and authenticate to Postgresql after a fresh install?

Did a new install of postgres 8.4 on mint ubuntu. How do I create a user for postgres and login using psql? When I type psql, it just tells me psql: FATAL: Ident authentication failed for user "my-ubuntu-username" ...

Best replacement for GCC #ident

I used to set this at top of my source files to be able to grep -a "ID :" on my binaries : #ident "\\n$@ ID : my_library.o v1.3 (25/08/07)@$\\n" However, this is deprecated in GCC 4.3.3. Any suggestions ? I came through __attributes__(section()), but not sure if this will get stripped, and anyway, I was guessing there was a...