Recent Posts
- How to show more information in LSP when using Emacs and Typescript
- Great historical review on source control systems evolution
- Interesting article on learnings over a software engineer career
- Code Freeze 2023 Keynote 01 Jessica Kerr 1
- How to configure MacOSX to make the window under the mouse to receive the focus?
Recent Comments
No comments to show.
Monthly Archives: August 2013
Terminator and Ctrl+t in Ubuntu
For some reason I cannot understand fully there is a problem with the key <Ctrl> in Terminator. If you configure <Ctrl>+t, for example, for creating new tabs the configuration doesn’t works and is not saved. The problem is described here. … Continue reading
Posted in linux, Uncategorized
Leave a comment
Problems with GNU parallel in Ubuntu 13.04?
GNU parallel seems to not work properly in Ubuntu: bash$ seq 10 | parallel echo {} bash$ Where are my numbers? For fixing this «problem» (misconfiguration will be a better description) you need to comment an option that is implicit … Continue reading
Posted in Uncategorized
Leave a comment
Installing postgresql 9.2 in Ubuntu 13.04 (2013 August)
Ubuntu doesn’t like PostgreSQL 9.2 because it breaks other packages (see explanation in stackoverflow). We need to use PostgreSQL own apt repository: prompt$ sudo sh -c “echo ‘deb http://apt.postgresql.org/pub/repos/apt/ squeeze-pgdg main’ > /etc/apt/sources.list.d/pgdg.list” prompt$ wget –quiet -O – http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | … Continue reading
Posted in Uncategorized
Leave a comment