Anyone using *nix for a time will happen to have occasions when they will require a GUI. Sometimes, something as simple as doing an RDP connection. That being said, there are a few alternatives: VNC, RDP, etc. The one I was curious about and recently setup was Openssh + X-Forwarding. This information discusses how to…
Category: Linux
Mounting NFS share from Linux NFS Exported directory
When attempting to mount an exported NFS share from a linux server, you may get the following error: vmount: Operation not permitted. This is accomplished with the following command: nfso -o nfs_use_reserved_ports=1 Add a -p if you wish for it to survive on “reboots of the server”. Now, you should be able to successfully mount…
gnuPG Keys
This setup was initially setup for windows to linux system, however, it can be adapted for a total linux or total windows environment easily. Download the files from gnupg.org. In the case of windows, you can download the binary for windows. For windows, you’ll need an integrity checker to verify the CRC. You can grab…