-
03.12.11 - Make public MySQL server under Linux
For security reasons when you install into your Linux distro (Ubuntu, CentOS, etc.) a MySQL server, it was only accessible by the loopback or local environment. If you want to access through the network to it you have to configure it.We have to edit your "/etc/my.conf" and add/edit the next lines: [...]
-
04.09.10 - Share files over a network with Linux and NFS
An easy way to share files trough a network between Linux machines is using the NFS (Network File System) protocol. You only need to know the IP address of the network computers and to install the NFS server/client into each computer. Like others server-client systems, one computer will be the [...]
-
24.05.10 - Connect to "eduroam" under Linux
eduroam (Education Roaming) is a secure international roaming service for users in Higher Education. The European eduroam confederation (a confederation of autonomous roaming services) is based on a set of defined organisational and technical requirements that each member of the confederation must [...]