Suppose you have 10 projects in subdirectories project_1, …, project_10, all in parent directory projects. All projects use the same lib, in project/project_n/lib/mylib For particuliar reasons, mylib has to be copied in each project directory. mylib files are modified from time to time when working in d…
Tag: admin
Install software on Windows from Linux live usb
I’m a (noob) administrator of a little network. For business purpose I have some Windows 7 PCs and a 2008 Server. While doing the setup, something has come to my mind: is it possible for a user without high privileges to install some kind of software using a live usb? Ok, it’s possible to reset ad…
PostgreSQL without password prompt : .pgpass ignored
I’m trying to enable root (Ubuntu 8.04) to use psql command without password prompt (for scripting purpose). Everything worked fine with PostgreSQL 8.3, but I migrate to PostgreSQL 8.4 and the login without password doesn’t work anymore. I’ve a correct .pgpass file (the same used for 8.3), t…