Uncategorized

Debian Desktop Shortcuts

Here’s a post to make a Desktop Shortcut. First go to your desktop and right click and Open In Terminal. nano ~/Desktop/appshortcut.desktop Copy the Desktop Entry script below and insert it into the terminal. This file should be in your user Desktop. To save, press CTRL + X then Y. To paste in the terminal, press CTRL + SHIFT + V [...]


Uncategorized

Automatically Mount to NFS Server


Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /usr/www/phpsites/public/yayprogramming/wp-content/plugins/wp-syntax/wp-syntax.php on line 383
This is a simple bash script to automatically install nfs-common so you can mount to a remote NFS server. Insert your own variables on the top of the script, and run it as root. This script will install the NFS mount to the /etc/fstab file so your NFS server will mount on restart. 1 2 3 4 5 6 7 8 9 10 11 12 13 #!/bin/sh   # local [...]



Tools

Easier Domain Searching

I personally think GoDaddy logs the domain searches and might be buying them before you can. I’ve had a couple domains I’ve check out before, they were available, but in about 2 days it was bought. Since then I don’t use GoDaddy for searching domains, i only buy them there. For domain searching I use [...]


Go Language

Google reCAPTCHA in Go Language