Search Results

1
vote

Should I start distributing my systems as Wine ready?

Getting your application to build with Free Pascal and Lazarus would be a hug …
0
votes

Provide password using Shell script

If you need to push updates/changes to multiple computers in a network then you may want to consider looking at something like Puppet t …
2
votes

How to convert (not neccessarily programatically) between Windows’ wchar_t and GCC/Linux one?

You only need to worry about characters between \xD800 and \xDFFF inclusive. Every other char …
0
votes

How to Mount a Linux directory from a different PC to your local Linux PC?

NFS is handy since it's built-in and easy to configure, but the 2 common implementations (NFSv2 and NFSv3) don't translate usernames between the systems; user IDs are used instead. This requires yo …
2
votes

How do I get a Remote Desktop for Linux (XDMCP, VNC)

NX will allow you to use a complete remote desktop environment locally, and most Linux distros already have the server available. …
0
votes

Looking for SFTP Server in Embedded Environment

OpenSSH contains an SFTP service. The server package comes to about half a megabyte here (compiled for i386, dynamically linked): $ ls -sh /etc/ssh/sshd_config /usr/sbin/sshd /usr/l …
3
votes

X11 / X - linux desktop software, I don’t understand how this fits together

X11 is a network protocol, currently at release 7 (hence X11R7). It encapsulates graphics and input information, and connects an X client (application or window manager) running on a local or remot …
1
vote

mysql_connect() on localhost

The resulting page is blank when there's an error. One of the more common errors to make in your setup is to forget to install either the php-mysql or mysql-server packages. Verify that they're ins …