Ubuntu Networking :: Use Variables In The Url Field In Firefox?
Mar 27, 2011
"Once upon a time", I think heard of a way to use variables in the url field in firefox(or maybe it was ubuntu in general?).Anyways, if one would type, for instance, "google pokemon," the url would be changed to
View 2 Replies
ADVERTISEMENT
May 18, 2010
I've had a very colorful morning learning the innerparts of Linux's sort command, and have come across yet another issue that I can't seem to find an answer for in the documentation. I'm currently using -t, to indicate that my fields are split by the comma character, but I'm finding that in some of my files, the comma is used (between double-quotes) within values:
Jonathan Sampson,,foo@bar.com,0987654321
"Foobar CEO,","CEO,",ceo@foobar.com,,
How can I use a comma to terminate my fields, but ignore the occurences of it within values? Is this fairly simple, or do I need to re-export all of my data using a more-foreign field-terminator? (Unfortunately, I do not have any control over declaring a different terminator with this particular project).
View 2 Replies
View Related
Mar 28, 2010
I'm trying to display fields from flat files where the first 8 fields are always the same. Fields 9 - n are varied but will contain specific patterns I'm after. I'm using this so far because "mySearch" is on each line I want to examine.
Code:
How would you pattern match and include 2 additional fields above field $9 but change field position from line to line?
View 12 Replies
View Related
Mar 31, 2011
I have an elementary question: how can I determine the X11 addresses of my two displays? I am using an ATI card that splits the video signal into two VGA signals which correspond to two displays. I'd like to open one Firefox profile on one display and a second Firefox profile on the other display. So
Firefox --display=:0.0 -P Profile1
Firefox --display=?? -P Profile2
Currently :0.0 opens Firefox in the display my terminal is showing on. I figure there is a linux command to help me determine which X11 addresses are available to me but I haven't come across it yet.
[Code]...
I'd like to have one Firefox window open up on DVI-0 and a second Firefox window open up on DVI-1.
This would be very useful for me. It would mean that I could use 1 PC rather than 2 PCs for these two Firefox windows that I will eventually display on separate TVs.
View 1 Replies
View Related
Jan 8, 2010
How can print the, let's say 5nd field to the last field of every record (let's say we have 10 fields)?
I mean: I cant avoid to have to do:
print '{$5 $6 $7 $8 $9 $10}'
View 2 Replies
View Related
Apr 27, 2009
I am creating a game with random variables. In the game I have created a dialogue exchange to players. I have set up a table with various returns and I inserted {$fields} to represent various random variables. When I call on the requested fields, I only see the field text and my field names. Am I supposed to parse something and call it back another way?
ie: myfield is: "You have won {$random1} silver! <br />{$wi['gender'] majesty rewards you well." the code I am using to call that field is:
View 11 Replies
View Related
Apr 6, 2011
mkvmerge -o <filename without extension>_TV.mkv -S <filename> && mkvextract tracks <filename> 3:<filename without extension>.*** && perl /home/brian/Desktop/ass2srt.pl <filename without extension>.*** && rm <filename without extension>.***
Doing these commands for multiple command line file inputs is the goal. So I can just type ./script.sh *.mkv in my terminal.This is what I have so far, but it doesn't work whatsoever.
View 2 Replies
View Related
Sep 3, 2010
I have installed ubuntu netbook addition and all is good, but when I try to connect to internet I get comcast(my service provider) site. Which means I am connecting to outside world just need to know what to enter in Search Domains field.
All my pc's/laptops at home have 2 DNS names entered for ipvr4 listed in the field but no Search Domains field value specified and it works great off of wireless router.
Well here when I go to IPvr4 tab it seems like I am required to enter value in search domains field. The question is what do I enter there COMCAST domain? Like this one: hsd1.il.comcast.net?
View 5 Replies
View Related
Dec 14, 2010
i have a file : file.dat with following data
Code:
STORAGE PERCENTAGE FLAG:
/storage_01 64% 0
/storage_02 17% 1
/storage_03 10% 0
/storage_04 50% 1
I need to get the value of PERCENTAGE in a variable for a value of storage passed as variable i have tried the following without success like :
Code:
percentage='awk -vx="$defaultStorage" '{FS=OFS=" "}$1==x{print $2}1' file.dat
View 2 Replies
View Related
Feb 12, 2011
I seemed to configure my gammu and changed the version indicated version on my gammu table from 10 to 11 to match the version of my sql, upon starting my gammu-smsd the error:
gammu-smsd[3429]: Error code: 1054, Error: Unknown column 'Signal' in 'field list'
gammu-smsd[3429]: Error code: 1054, Error: Unknown column 'Signal' in 'field list'
gammu-smsd[3429]: Error code: 1054, Error: Unknown column 'Signal' in 'field list'
Kept on repeating on an infinite loop
View 3 Replies
View Related
Sep 10, 2009
I installed fedora lastnight, but any addresses I type in the field is returning server error, but if I type the IP address it will work, I reinstalled Fedora 11 about 3 times, samething.
View 1 Replies
View Related
Apr 28, 2011
I'm having a strange problem. I'm using Ubuntu server 10.04 LTS and I want to setup a system with 2 network interfaces: eth0 and eth1. However eth1 does not come up at boot I have a screenshot of my /etc/network/interfaces file I don't see what is wrong. eth0 gets it's adress from DHCP eth1 gets a static adress. When i try to restart networking it quits with this message "don't seem to be have all the variables for eth1 inet" Can anyone point out what I'm doing wrong? if i do 'sudo ifconfig eth1 192.168.3.1 netmask 255.255.255.0 up' eth1 comes up
View 3 Replies
View Related
Sep 4, 2010
I searched over the INTERNET but I can't get an exhaustive description of that function ("Search domains:"). Are you able to explain to me what it is for?
View 4 Replies
View Related
Apr 8, 2010
I've just installed FC12 on my nettop and I've notice that when I go to "system -> network" the hostname is "Fedora001". When I ping its IP I get "new-host.home". What did I do or didn't do? How do I correct this? Do I need to change it in the "hostname" file?Also, can I leave "domain" field blank?
View 14 Replies
View Related
May 12, 2011
I am working on implementing a protocol on NS2.34 .I really need help to solve this problem . Actually , I don't now whether the problem is generated by the tcl code or the c++ code when I run the simulation, I get this result :
Code:
num_nodes is set 64
INITIALIZE THE LIST xListHead
34
45
channel.cc:sendUp - Calc highestAntennaZ_ and distCST_
highestAntennaZ_ = 1.5, distCST_ = 550.0
SORTING LISTS ...DONE!
code....
View 1 Replies
View Related
Jan 11, 2011
hi, i am about to complete my BCA this year...and i want to make my field in networking...so i want to know that whether y should do Cisco Certifications or Red Hat Certifications....please tell me...
View 2 Replies
View Related
Mar 28, 2010
I just installed the snmp packages on Centos 5.2, and when i tried to use the snmpwalk command, the data is not showing and i got this error: No more variables left in this MIB View (It is past the end of the MIB tree).
View 5 Replies
View Related
Dec 8, 2009
I just installed the snmp packages on Centos 5.2, and when i tried to use the snmpwalk command, the data is not showing and i got this error: No more variables left in this MIB View (It is past the end of the MIB tree).
View 1 Replies
View Related
Sep 8, 2009
This is really odd - all of a sudden, my firefox says "Firefox can't find the server at www.google.com" , and my pidgin will not connect saying host not found.However, I am typing this on the same computer using Opera. his is absolutely insane. I have no idea what caused it.. command line nslookup works great, and resolves everything.But firefox and pidgin will not resolve anything.
The only odd thing is this in messages:
Sep 8 12:07:41 tklaptop NetworkManager: nm_ip4_config_add_nameserver: assertion `nameserver != s' failed
Sep 8 12:07:41 tklaptop NetworkManager: nm_ip4_config_add_nameserver: assertion `nameserver != s' failed
[code]....
View 3 Replies
View Related
Jun 27, 2010
Set ID3 genre field to podcast?
View 2 Replies
View Related
Nov 5, 2010
I use Ubuntu 10.04 and OpenOffice 3.2.We have forms we use for computers we sell. I have to fill out a profile. The problem is I cannot enter text into the text entry fields. I get this error:"Readonly content cannot be changed. No modifications will be accepted."Here is a link to one of the files. If you try to enter more that a digit or two in a text field, you get that error:[URL]
View 9 Replies
View Related
May 13, 2011
I'm building a symbol table and syntax tree using lex and yacc for a compiler.
I am stuck with an error for too long. I have defined two structures (one for Symbol Table and another for Syntax Tree).
Code:
typedef struct symbolTable{
char name[30];
.....
struct symbolTable *next;
[Code]......
here's the error:
bottomup.y:76: error: field 'info' has incomplete type.
I tried to define the structure definitions in a separate header file and included in .y file but it didn't work out.
I'm trying to get this done ASAP.
View 1 Replies
View Related
Jun 2, 2011
really only have played around with it off and on. I just installed a new login theme usimg Slim (the Fingerprints theme) and now whenever I restart the virtual machine (using VMware player) it will let me type in my user name but it doesnt show my cursor and wont let me tab down to my password field so I cant get in and change it back to a different theme. Is there any way that I can fix this or will I need to reinstall the whole thing?
View 1 Replies
View Related
Apr 4, 2010
The input file consists of several fields. The first field is always five or more characters long. I want to keep the last five characters of the first field.
Example:
If the input file record is FEDERAL PACIFIC ELECTRIC PRODUCTS then I want to keep DERAL I can do this in four steps by using C, REV, C, and REV again but that seems like doing an easy thing the hard way. Is there a straightforward way to achieve this result with C or some other command?
View 14 Replies
View Related
Jan 16, 2011
Source:
Code:
JAMES ::: AAAA ::: 1111
JANET ::: BBBB ::: 2222
LAURA ::: CCCC ::: 3333
[Code].....
Is there a way to do this from command line?
View 7 Replies
View Related
Feb 26, 2011
Why do you have to press ctrl-L to use the location text box in Nautilus? There used to be a setting in preferences where you could have it always use the text bar. Now you have to use some gconf command in the terminal. The gconf command I've used also will only work for normal users. If I want to open a root nautilus terminal to move files around between my mounted drives then I have to hit ctrl-l every time. It is really annoying because if I am in a Nautilus window there are lots of times where I need to copy the path to something I am doing in the terminal.
Why does it seem like everything involved with Ubuntu is simplifying things at the expense of having options? I thought GNU/Linux was all about options. I guess it still is, but I just cannot understand why you would completely remove options instead of just putting them in an advanced section or something.
View 3 Replies
View Related
May 4, 2010
This is mostly an FYI. I have been messing around with an old desktop to see what I could do.
I installed an image of XP, then tried installing Ubuntu. I chose the option to install along side XP, and adjusted the partition size. The install gets to the point where I create my password, and I get exactly 4 characters entered in the first password field and it freezes. It did the same thing on two consecutive installation attempts.
View 4 Replies
View Related
Mar 1, 2011
I am using a cluster of machines running on Ubuntu 10.04 LTS which are supposed to be homogeneous, but apparently they are not. In particular, I am configuring the X server on these machines.The problem is that the BusID of the graphic card is PCI:5:0:0 for some machines, and PCI:3:0:0 for others. Is there a way that the X server automatically detects the appropriate Device (based on the name for instance)?
View 1 Replies
View Related
Sep 1, 2010
I have one file placed at one server whose sample as follows:
57272 28
56767 0
57575 4
[code]...
View 13 Replies
View Related
Jun 1, 2010
i have 2 file and want to merge them in the first one. the first file is like this:
2 word1
1 word2
6 word3
2 word4
......
the second:
word1 :file1 :file2
word2 :file6
word3 :file1 :file2 :file2 :..up to file6
word4 :file7 :file1
.......
So i want to ADD all those File fiels Wich have different FN for every record.
View 8 Replies
View Related