Looking for IT consultant?
If you are looking for skilled software developer or devops engineer, contact me! I just might be able to help you. Reach me at: karol at karoltomala dot com
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 /etc/passwd, /etc/shadow, accounts, database, group, linux, name service switch, nss, passwd, pgsql, postgresql, shadow, user
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 linux, mp3, Python, streaming, youtube
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 aaaa records, bug, dns, linux, mandriva, name resolution, resolver, slow requests
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