How to Make a Bootable Linux Thumb Drive via Command Line

This is another one of those things where I always have to consult my own notes because it never sticks in my head. Part of the reason for this is the fact that I am old fashioned and still insist on doing this the non-graphical way.

Why? Because graphical tools for such things often fail or provide unpredictable results at random, or don’t offer enough of the right options.

Also, because I really like the command line. Weird, I know. But use it enough, and you might like it too. You’ve been warned.

So… Beware, there is command line ahead. Don’t be afraid of it. Sometimes that’s the only reliable way to get something done when other tools break and fail.

And yes, for the Linux gurus who might be reading this, the post you’re about to read is kind of aimed at newbies. That’s okay, because people gotta learn somehow, right?

Continue reading

Advertisement

Clock Configuration

People become accustomed to seeing certain information displayed in their panels, and one of those is always a clock of some kind.

I like to configure that to my preference in whichever GUI I’m using in Linux, be it Fluxbox, Cinnamon, Xfce, or whatever.

A lot of times the default options available don’t have what I prefer, but nearly all Linux-friendly window managers and desktop environments offer the opportunity to enter a “custom” string for how time and date are displayed, and that’s the subject of this little writeup.

Continue reading

A quick way to change default browser in LMDE

Just a quick note here, in part for myself (because inevitably I’ll end up needing to do this again, and that was some of the reason I started this blog to begin with), but also for the benefit of anyone else who finds this handy.

I’ve been using the beta version of Google Chrome on my Linux Mint Debian Edition machines lately. It works well, but I had trouble getting it set as my default browser utilizing the graphical options in the settings in Cinnamon.

So, I explored some command line options. This is what I got to work, after some experimentation.

xdg-mime default google-chrome-beta.desktop x-scheme-handler/http
xdg-mime default google-chrome-beta.desktop x-scheme-handler/https

Didn’t even have to sudo it or anything!

Anyway, hope that helps someone else out as well!

– Trent