Questions tagged [prefix]
32 questions
12
votes
4 answers
Zsh, directory tab-completion with prefix
I have a directory where I put all my projects in, let's say it's ~/projects as an example. I've made a command called s which takes one argument, and moves me into that directory. E.g.: s foo moves me to ~/projects/foo.
What I'd like is to have a…
nifty
- 355
10
votes
1 answer
How to prevent Firefox from hiding the 'http://' URL prefix?
I upgraded to Firefox 7.0.1 and the 'Google Shortener' stops working. I think this happens because in Firefox 7.0.1 the http:// URL prefix is now hidden by default.
How do I get the http:// back in the location bar? I checked in the about:config…
Praveen Sripati
- 1,895
8
votes
4 answers
Some websites don't work WITH the www. prefix
I came across a site that doesn't work when I type in the address with the "www." prefix. The following is an example: if you click on this link, it won't take you to any site, but rather display an error message. By simply doing away with the…
the_midget_17
- 817
3
votes
1 answer
Understanding the black magic of IPv6 addresses
my router (AVM Fritz Box) is supporting 6to4. So far it works but I want to understand what's going on. The last few hours I spent on a IPv6 book. There are many things I understand now but there is this one thing I can't figure out:
Router's…
Reini
- 133
3
votes
1 answer
Looking for Clarification on Binary Prefix Logic / History vs. SI Prefix
Recently I've looked into the SI and Binary prefixes used for digital storage / computing in general, and I'm still not sure I understand the logic behind the Binary prefix (actual question at the bottom).
Current Understanding…
Joe
- 33
2
votes
1 answer
radvd is not assigning prefix
I'm currently trying to setup IPv6 address auto-configuration with router advertisement daemon (radvd) on a virtual machine running CentOS 6.5. But the eth0 interface is not obtaining that prefix.
I've obtained the ULA prefix from here.
Contents of…
Samik
- 123
2
votes
0 answers
Drag & Drop file on a shell/bash script (or conntected .desktop file) on Mac, make copy, add prefix to filename
I'm new to the Mac OSX terminal and Unix in general. I wrote the batch file for windows where it works. I'd appreciate your help to do the same on Mac.
I have a network folder, that contains a file original.ext
I want to drag that file ($1) on a…
Caelan
- 21
2
votes
1 answer
Rewrite the first three characters of *.ext file names in a folder with a set of letters
How to rewrite the first 3 letters of file name
Using set alphabet: ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 to randomise characters
Targeting all files of a particular extension in a folder *.ext
Duplication of 3 characters by chance does not matter…
user900431
1
vote
1 answer
Bind Tmux prefix to an unicode character?
I'd like to bind the Tmux prefix to the unicode character (while also keeping C-b).
I'we tried putting the following in my ~/.tmux.conf, but none of theese works
set -g prefix M-$
bind M-$ send-prefix
set -g prefix
bind send-prefix
set -g…
AllanLRH
- 753
1
vote
2 answers
emacs prefix key and workgroups2
I am trying to use workgroups2 which I installed from the builtin emacs package manager elpa. From the readme file:
Most commands are bound to both and C-.
c - create workgroup
k -…
CodeKingPlusPlus
- 281
1
vote
1 answer
Excel formula for extracting prefixes
I have a table of 2 columns - file name & PC ID.
What I need is list of all 3-letter prefixes - for each PC ID separate. For example:
For:
BUSstop1 PC1
BUSstop3 PC2
TRMstop8 PC1
BIKnet1 PC1
I want to see something like…
mikelowa
- 13
- 1
- 3
1
vote
0 answers
Rename files and adding a prefix according to groups
Let's say I have files in side a folder named
abc001.jpg
abc002.jpg
abc003.jpg
abc004.jpg
abc005.jpg
.
.
.
acb999.jpg
Let's say group1 is
abc001.jpg
abc002.jpg
abc005.jpg
abc010.jpg
and group2 is
abc003.jpg
abc004.jpg
abc009.jpg
abc111.jpg
I…
sabin khadka
- 11
1
vote
1 answer
Using RegEX To Prefix And Append In Notepad++
I found this question on StackOverflow. It worked great but I also need to include lines that have non-alphabet characters in it like:
some_name
some.name
And add prefixes like this:
start:"some_name"
start:"some.name"
Based on the the other…
TMRW
- 1,074
- 4
- 17
- 28
1
vote
2 answers
How to get a list of all URLs in history starting by some prefix in Firefox?
When I type the start of an URL in Firefox, I get an auto-completion of maybe 10 choices.
But on some websites like professional web apps, you may have 30 or 50 links of interest to you and if it doesn't appear in auto-completion, you have to…
Laurent Lyaudet
- 119
1
vote
0 answers
Prefix Creation Aborted
Absolutely must get Windows version of VisualBoyAdvance running on Mac OS Catalina, sorry I cannot accept "download VBA-M" as an answer for what I'm doing, it's complicated.
What I have to do is make a bundle through WineBottler, but this has…