Logo
My Journal
Archive

Archive

How to Get Free Money from the Government

here are all kinds of money for free. One of the ways to get free money is from the government. You can get grant money for all kinds of things including businesses, academic research or other philanthropic ventures. Free money from the government does not come easy. This article will outline what y...

Continue reading ...

HOW TO Fix GPG errors for bad/deleted keys

Have you ever encounter the following error on your linux terminal [php]The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 10101010101010101[/php] The fix for this is to re-download the keys using the hexidecimal numbers given in the error eg: NO_PUBKE...

Continue reading ...

multi-monitor setup problem

how do I move my panels to the secondary monitor? My office machine is a laptop. I hook it up to a Samsung 22" LCD. I’d like to use this external monitor as the primary, which means that I definitely want to have my panels display on it. However, as much as I tried to drag the panels around or pla...

Continue reading ...

Type Less With SSH Aliases

first this is to make sure you have installed SSH by using this command [php]sudo apt-get install openssh-server[/php] then you will edit SSH config file with this command [php]sudo nano /etc/ssh/ssh_config[/php] and add this on the end of the file [php]# Alias Host (hostname) HostName (hostna...

Continue reading ...

Keeping SSH Sessions Alive

I noticed recently that ssh connections from my Dedicated Centos Server to my Fedora server would time out and disconnect if I left the connection idle for a long period of time. This really annoyed me, as you have to login again specially if you have some edited files open and forgot to save the c...

Continue reading ...