Installing TIE-GCM on Ubuntu using gfortran
This is a very specific post, most people will want to skip over it entirely. It is about how to install the ionosphere/thermosphere model TIE-GCM on Ubuntu computers using gfortran.
Associate Professor in Space Environment at the University of Birmingham, creating the next generation space weather forecast models. Included on Forbes 30 Under 30 list.
This is a very specific post, most people will want to skip over it entirely. It is about how to install the ionosphere/thermosphere model TIE-GCM on Ubuntu computers using gfortran.
I manage a small cluster at work and occasionally students get their IP address banned by entering the wrong password when logging into the cluster. I don’t fix the problem often enough to remember how to do it, so I thought I’d jot it down here for future reference.
The CentOS wiki page misses out a crucial step in setting up passwordless SSH.
Sometimes I can’t find wireless networks which I know exist (on Ubuntu 16.04). Forcing the wireless interface to rescan fixes the problem.
Sometimes I accidentally add lots of jobs to our SGE queue and want a quick way to delete them.
In 2012 I wrote how to install G77 on Ubuntu >=9.04. However that approach no longer works (yet that particular blog posts gets lots of hits because of a link from stackoverflow). So here are some updated instructions which work for Ubuntu >= 14.04.
I use an Edimax AC600 series USB wireless device for my raspberry pi on Raspbian. Here is the easy way to install the driver for it.
Sometimes your Linux machine will lock up, it just happens. But before you reach for the reset button try and use the magic SysRq key combination to try and perform a safe reboot.
I use my Raspberry Pi as a headless server so do not need anything that relies on X11, this is a quick way to get rid of everything that depends on X11 to save some space.
Very occasionally I want to make all the files and folders of a particular directory lowercase (usually when porting an existing directory structure from Windows to Linux) this is how I do it.