Uncategorized
Google Chrome in Kali or Debian
You can run this line below to automatically install Google Chrome and add a shortcut on your desktop. wget -O - http://yayprogramming.com/files/chrome-install.sh | bash Once the script is completed running, you should have Google Chrome completely installed on your Kali OS. If you want to do these steps without using the automatic [...]
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 [...]
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 [...]
Magic of Ballmer’s Peak
Have you ever been programming with a couple beers and noticed, “WOW, I’m on a roll!!!“. This is due to Ballmer’s Peak. There is a point of being not drunk enough, and too drunk. Us programmers want to be right in the middle. Some people say this perfect programming limit is between 0.12% – 0.15% BAC (Blood [...]
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 [...]