Tag Archives: BASH

Hello World in C++, Java, Python, and BASH

Simple Hello World comparison between these four languages Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment

Getting Started with Programming in C++, Java, Python, and BASH

A brief introduction and comparison of these four languages. Continue reading

Posted in Uncategorized | Tagged , , , , | Leave a comment

How to Backup your Website

A step-by-step walk-through of how to backup all parts of a website (in my case, a Wordpress blog). Use your webhost’s built-in tools to backup your database, then sync everything to your system using Wget. Continue reading

Posted in Web Development | Tagged , , , , | Leave a comment

Can’t Run Your Program When Double-Clicking in Linux?

Here’s the problem. You have written a script and you are unable to execute the script by double-clicking in the file browser (for Ubuntu users, like myself, the file browser is Nautilus). You can double-click on that program all day … Continue reading

Posted in Ubuntu | Tagged , , | Leave a comment

Linux Environment Variables

A short list of Environment Variables I’ve found to be important. Continue reading

Posted in Ubuntu | Tagged , , | Leave a comment

Useful BASH Commands

A cookbook of BASH (Unix shell) commands you wish you could always remember. Continue reading

Posted in Ubuntu | Tagged , , | Leave a comment

BASH Keyboard Shortcuts

A list of keyboard shortcuts for the BASH Unix Shell Continue reading

Posted in Ubuntu | Tagged , , | Leave a comment