Using Profiles in Mozilla Firefox
October 6, 2009 by Jason Bean
Filed under Computers
The good news about my recent struggles with security certificates is that it’s all introduced me to a feature I wasn’t really familiar with prior to this week. Did you know there are profiles you can setup in Firefox to completely customize your use of the browser separately from other users?
The functionality reminds of the Profile features within Microsoft Mail and Microsoft Outlook. You can setup a different profile for each member of your family if you all share the same computer, or you could setup a different profile for personal and business use.
Once the multiple profiles are setup you …read more
How Do I Customize Mozilla Firefox Toolbars to My Desires
July 28, 2009 by Jason Bean
Filed under Computers
I’ve been blogging a bit lately about how we have this unneeded fascination with the size of our technology devices. I’ve argued that for my personal preference having the smallest version of something doesn’t really matter to me, in my daily work, portable is more helpful than completely mobile.
I’m going to contradict myself a bit now with that argument. When it comes to screen real-estate, I want an effective use of space. This argument may be less of a rant on size though and more of a rant on flexibility and personal preference.
This was recently made clear to me as …read more
Customizing the Cygwin Terminal
Cygwin loads its settings from a file called .profile present in the HOME environment variable. By default, HOME is set to /home/<username> which in Windows can be reached in C:\cygwin\home\<username> (assuming you have installed Cygwin in C:\cygwin folder).
.profile can be opened using any text editor. Here you can set colors to be displayed, prompt, history, aliases, default working directory, and any banner you may wish. The colors you choose will interfere with the colors set in your command prompt.
Below is a sample .profile.
————————————————————————————————–
# .profile
# Define some colors first:
red=’\e[0;31m'
RED='\e[1;31m'
green='\e[0;32m'
GREEN='\e[1;32m'
yellow='\e[0;33m'
YELLOW='\e[1;33m'
blue='\e[0;34m'
BLUE='\e[1;34m'
pink='\e[0;35m'
PINK='\e[1;35m'
cyan='\e[0;36m'
CYAN='\e[1;36m'
NC='\e[0m'
# Colors and Prompt
export PS1="\[\e]2;\u@\h:\w\007$green\]\u@\h:\[$pink\]\w\[$blue\]$ \[$BLUE\]“ # Word wrap of previous line.
set -o …read more




