Tailing a log file in Linux is very easy with the tail command, for instance: However, Windows does not have…
It seems to be a task that I often perform when setting up new Linux VMs or servers; opening up…
Before doing anything else, make sure that you have Xcode installed. Install the xa (xa65) open-source 6502 cross compiler. Download…
The following steps is an example of how you can use your Mac to put a Linux ISO image on…
A while ago, the VMs that hosted my OpenShift platform were rebooted. For most of it, all nodes and containers…
As outlined in this issue, you may run into a problem where you want to log into the OpenShift cluster…
You may be running into a problem trying to mount an exfat USB drive for the first time in your…
While you could use the URLTrigger Plugin in Jenkins to poll for artifact updates in Artifactory, another way of triggering…
CentOS and RHEL 7 have Python 2.7 available in the standard packages. You can install Python 3.6 from source while…
Although in Linux you can easily create multi-part zip files, unzipping them can be problematic. By using the -s argument…