Resolve SVN Conflicts

Robert makes changes to the file urbdb.txt, but does not yet commit those changes. Meanwhile, Harry…

Continue Reading

Create A Github Repo From CLI

Create the remote repo on github: ( username and reponame should be your USERNAME and REPONAME…

Continue Reading

Rename git local and remote branches

If you have named a branch incorrectly AND pushed this to the remote repository follow these…

Continue Reading

linux command line java heap dump

jmap -F -dump:live,format=b,file=filename.hprof process_id F: force live: if set it only prints objects which have active…

Continue Reading

SSH Port Forwarding

Local port forwarding Imagine that you are doing web development on a remote system called remote.example.com. You…

Continue Reading

Etrade Pro Working On Linux

If you have an Etrade account and a Linux computer. Chances are you haven’t found clear…

Continue Reading
Seahorse Password Keypair App

Fedora Linux GPG commands

Generating Your Private & Public Key Pair: When executing the command above, use the defaults as…

Continue Reading

Remove Old Kernels And Set Total Number Of Kernels

Remove all kernels, but 2: You can edit /etc/yum.conf or /etc/dnf/dnf.conf and set installonly_limit to limit…

Continue Reading

LD_DEBUG Help

Useful environment variable in the GNU C loader is LD_DEBUG. This triggers the dl* functions so…

Continue Reading