Tag Archives: linux

Linux users and groups in PostgreSQL database

Standard Linux user and group accounts are defined in three files: /etc/passwd /etc/shadow /etc/group These files store user accounts and group information one per line, as fields separated by “:”. That kind of structure suffices for most user and group … Continue reading

Posted in Administration, Linux | Tagged , , , , , , , , , , , , | 1 Comment

Streaming YouTube music videos as MP3 with Python

I’ve been talking with my friend about the idea of standalone YouTube music player in Linux, since we are using YouTube to listen to music very often. There is great wealth of good quality tunes published there and easy access … Continue reading

Posted in Coding, Linux, Programming, Python | Tagged , , , , | 5 Comments

Slow connection requests under Linux

Hello again. Few posts before I have talked about slow web requests in Firefox running in Linux, namely Mandriva 2010.1. Just to remind what the issue was in short. Firefox when  making connection, staled for few seconds when performing DNS … Continue reading

Posted in Internet, Linux, Network | Tagged , , , , , , , | 1 Comment

Slow web requests in Firefox under Linux

For some time now I’ve been wondering why each and every request to websites in Firefox is so slow. Pages opened with few seconds delay. I didn’t have time to check thoroughly what causes web page open requests from Firefox … Continue reading

Posted in Linux, Network | Tagged , , , , | 4 Comments