PawEng

Software, hardware, and the internet

Skip to: Content | Sidebar | Footer


 Subscribe to feed    

Category: Shell

UbiquityAnywhere — Quick Access to Ubiquity From Anywhere in Windows

22 March, 2009 (10:52) | Firefox, PawEng Software, Shell, Windows

Ubiquity is Mozilla’s new tool that adds a command line to Firefox. We reported on it back in August 2008. Since then there have been a number of enhancement and upgrades to it. It is a very useful tool. In fact, it is so useful that I often wish I could use it from anywhere [...]

Read more »

Purge Temporary Files

22 January, 2009 (19:15) | Linux, Shell

Many Linux / Unix programs create temporary files with names like “#file#” or “file~”. If a program crashes, you may be left with “core” files. These files serve a purpose, but quite often it is useful to remove them. I have been using the script below for a decade or more to keep my directories [...]

Read more »

Run Linux Under Windows

4 January, 2009 (10:27) | Linux, Shell, Web, Windows

Now that computers have become so powerful, it is possible to simultaneously run multiple operating systems on a single computer. I like to use Windows as my main operation system, but sometimes I need access to a Linux system. Dual-booting Windows an Linux is possible, but often I want to juggle back and forth between [...]

Read more »

Cheat Sheets

24 November, 2008 (20:38) | Linux, Shell

Scott Klarr has collected a huge number of cheat sheets for everything from programming to Photoshop. They are organized in groups, and some groups like the Linux / Unix group contain more than 70 cheat sheets. The groups include: C, C++, C# Gimp Windows Networking Linux / Unix Designer color charts Vi & Vim Emacs [...]

Read more »

Grep and Awk to Extract Text

10 September, 2008 (22:06) | Shell

Once you start using the command line, it is amazing how many things you can do that were difficult in a GUI system. A common task is to extract data from text files. The text files may be the output of some program, or they may be written documents like saved emails. Here are some [...]

Read more »

Unix Command Line Calculator

15 August, 2008 (18:29) | Linux, Shell

I spend a lot of time on a Linux / Unix command line. Often I need to do a quick calculation. I don’t want to hunt around for a fancy calculator program. I want something that works right from the command line. The bc program is a command line calculator for Linux / Unix. It [...]

Read more »

I left my shell in the sun and now it is all GUI

5 August, 2008 (22:25) | Shell

It seems that everything is GUI these days. Everything has to have a graphical user interface. Sure, it looks great, but is it really user-friendly? Do you really get more done with a GUI than with a command-line interface? The saying goes that when you sell software you show the managers the graphical version, but [...]

Read more »