Ubuntu :: Can't Check Out Code From Bazaar / Enable This?

Jul 9, 2010

Code...

My proxy is turned off. There is no local proxy as far as I can see. Anyone see this before? Is it my ISP?

UPDATE: I was wrong, forgot about an old proxychains setting which redirected ssh traffic via a proxy on port 22.

View 1 Replies


ADVERTISEMENT

Fedora :: Compiling Code - Failing Sanity Check

Dec 7, 2009

Keep receiving the following error message when i try to compile any code:
Code:
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
logs test out some code with the C preprocessor and fail, thereby failing the "sanity check" I reinstalled cpp, but to no avail.

View 1 Replies View Related

General :: Check DVD Region Code From Command Line?

May 3, 2010

Is there a way to get DVD region code from command line (linux/ubuntu 9.10)? I want to script this action and store the region code (and other data about DVD) in a log.

I am looking for the info about media, not the drive.

View 1 Replies View Related

Ubuntu :: Check Or Uncheck Boxes That Say 'Source Code' In Software Sources Window?

Nov 7, 2010

Should I check or uncheck boxes that say 'Source Code' in Software Sources window?

View 3 Replies View Related

Hardware :: Software - Enable Raid Check In Opsview ?

May 5, 2010

We are using opsview monitor tool, and created software raid one of our server. now wants to enable raid check in opsview. how to go for it. pleease help.

View 1 Replies View Related

Fedora :: Source Code For Open Office, "spell Check"?

Feb 21, 2011

want the source code for open office, "spell check" where i can find those?

View 2 Replies View Related

Ubuntu :: Deluge WebUI Enable / Re-enable Subsequently Unable To Re-enable It (doesn't Appear In The Side Panel Again)?

Feb 10, 2010

I recently installed Deluge 1.2.0 from the following PPA:[URL]I using this on two different Linux computers. One is running Linux Mint 8 and the other is running Ubuntu Netbook Remix 9.10. The first time on either computer when I enable WebUI in the Deluge GUI it works fine. However if I ever disable it in plugins section I am subsequently unable to re-enable it (doesn't appear in the side panel again). Rebooting or reinstalling Deluge seems to have no effect.Is this a bug or am I doing something wrong?

View 3 Replies View Related

Programming :: Selenium Java Code Into Equivalent Php Code?

Mar 30, 2011

I need to rewrite the selenium java code into its equivalent php code.

View 5 Replies View Related

Debian :: Migration Check List - To Check - Prepare Or Reconfigure

Feb 3, 2010

I am new to Debian but not Linux-based systems. I have been experimenting a lot with Debian Lenny/Squeeze. I am growing more comfortable each day with the Debian design. Yet there remain many unexplored areas. I am creating a migration check list. Things to check, prepare, or reconfigure when moving from one Linux-based system to Debian.

I have a good computer background and my current check list probably is fairly good. Yet I would appreciate input and opinions from experienced Debian users of things to watch in such a migration. Login defs, passwd/group files, different directory locations, keymaps, services and daemons, etc. I am not too concerned with the desktop as I plan to stick with KDE 3.5 for a while and I can basically move those settings across.

View 4 Replies View Related

Programming :: Check Menu & Check List In Utility Dialog?

Aug 19, 2010

I want to put check menu & check list in utility dialog.i dont know how i do this

View 1 Replies View Related

Security :: Reset Facebook Password,facebook Send A Code To E-mail,this Code Can Be Sniffed By Sniff Software?

Jul 18, 2010

for reset Facebook password,facebook send a code to e-mail,this code can be sniffed by sniff software?

View 2 Replies View Related

Fedora :: Recompile Squid To Enable - Enable-storeio - Coss

Aug 11, 2010

How to recompile squid under fedora 13 to insert this arguments ---> --enable-storeio=diskd,coss

View 2 Replies View Related

Ubuntu Servers :: Installing File Sharing Using EBox - Failed To Enable: "root Command /usr/share//ebox-samba/ebox-samba-enable Failed"

Sep 27, 2010

Installing file sharing using eBox and get the following error:

[Code]///

View 1 Replies View Related

Ubuntu :: Can't Run Compiled Code

Jan 12, 2010

I am running Ubuntu 9.10. If I compile a 'hello world' C file using the terminal, something like:

gcc hello.c -o hello

the compile seems to work fine, and the executable file 'hello' appears in the directory.

However, when I try to run 'hello' from the terminal, I get something like the following:

No command 'hello' found, did you mean: .......

If I run dir, though, I can see 'hello' is there. I also can't run code I compiled when I was running 9.04. The OS again can't seem to find the executable file.

Everything worked fine with version 9.04. I could compile and run without any problems. Is there some setting I have to change to allow the OS to run my code?

View 3 Replies View Related

Ubuntu :: Replace The Cpu Code To AM2?

Jul 1, 2010

My mainboard is AM2+RS780+SB700. I use "make menuconfig" command to choose motherboard. I can only choose "AMD + Tilapia" project.However, it is AM3+RS780+SB700. So how can I replace the cpu code to AM2?

View 1 Replies View Related

Ubuntu :: Where Is The Source Code?

Jul 20, 2010

I have been using Linux for 2 months, specifically Ubuntu, and been wondering where the source code is. Not only do I wonder where the kernel source code is but also where the source code for the installed programs are.

View 2 Replies View Related

Ubuntu :: VGA Code For 1600x900?

Jul 8, 2011

What is the VGA=XXX code for 1600x900?

Currently I have vga=791 but I'd like to increase the boot splash res.

View 1 Replies View Related

Ubuntu :: Any Error For This Code?

Jul 2, 2011

Code: if test -f $1 && test -f $2
then
d=$(diff $1 $2)
if [ $d -eq 0 ][code].....

View 1 Replies View Related

Ubuntu :: Code For Clearing RAM As Cache?

Jun 20, 2010

post the code for clearing RAM as cache?

View 2 Replies View Related

Ubuntu :: Translate GUI Actions To CL Code?

Jul 27, 2010

The main thing I want to know is: how to translate my GUI actions into command-line code. I want to know if there is a command that outputs all the commands being made by interaction with my GUI.Say, for example that I type this command and then open a file, the terminal would then print: "gnome-open /{path to file}".(The reason I ask is because I need to know a command to open with a non-default program. I have downloaded MiniCopier, so I want to add a launcher for it to my panel, by figuring out the code to launch it, but the default app to open ".jar" files is archive manager, rather than Java, so "gnome-open" doesn't do the trick. I've even changed the default to Java and still "gnome-open" uses archive manager, while double-clicking will use the new default=java. Weird...)

View 2 Replies View Related

Ubuntu :: Measuring The Time Of A Code?

Sep 20, 2010

I am a beginner to C and C++ and so far I have learned two ways to measure the time my program takes to run.

Method 1: Just compile your C file and if the executable is say a.out just type time ./a.out

Method 2: Here the general structure of the code is

Code:
#include<stdio.h>
#include<time.h>
int main(void)

[Code]....

Question 1 Do Method 1 and Method 2 return the same times?

Question 2 Method 1 gives three times real, usr and sys . Is it true that USR+SYS= TIME GIVEN BY METHOD 2

I have performed some experiments with small codes which return the squares of numbers uptill 36000 and I feel the answer to question 2 is yes

View 2 Replies View Related

Ubuntu :: Get The Full Source Code?

Oct 16, 2010

where can i get the full source code of ubuntu ?

i want to study it and mayb il make my own os in the future.

View 3 Replies View Related

Ubuntu :: Php Code Not Processed On New Site?

Jan 7, 2011

I just got my new vps up and running. I now have one site hosted on the server using drupal. Apache,php, mysql are all set up and working fine. I tried to setup a second site and created another virtual host for it. All permissions are set the same, the two virtual hosts have all the same settings but the new site does not process my php. When I browse to the new site I get a blank page. By viewing the source I can see that the php code is coming in but it is not being processed.

Don't know enough to know what else to check.

View 2 Replies View Related

Ubuntu :: Editing Source Code ?

Mar 27, 2011

How to edit Ubuntu Source code to edit Ubuntu how I want? I know I am legally allowed to modify the code but I do not know how?

View 2 Replies View Related

Ubuntu :: Run A Program In Code : Blocks

Apr 3, 2011

i have installed ubuntu 10.10 marverick, and on it i have installed code: blocks 10.05 and i want to run a program using opencv 2.1.0 in code: blocks.. when i build the program it builds properly without any warning but when i run it it does not show any output....

View 1 Replies View Related

Ubuntu :: Write A Code For Encryption / Dec?

Apr 30, 2011

i need to make a to-do list for my project, everything is fine so far. but i really dont have a clue on writtiing this part: we need to write a programme that takes input from a text file then either encrypt or decrpyt it. according to the ASCII code of this charecters the user should give us his/her own keyword then the program will save the output in a new file .

[code]....

View 4 Replies View Related

Ubuntu :: Where To Obtain The Source Code For 10.04.1 LTS

Jun 7, 2011

Where can I obtain the source code for Ubuntu 10.04.1 LTS?

View 1 Replies View Related

Ubuntu :: How To Compile Source Code

Jul 24, 2009

I downloaded wine from a windows laptop, but because you have to have a computer running Linux to download it as a .deb package, I had to download the source code as a tar. bz2.

Does anyone know how I compile it and make it executable?

View 6 Replies View Related

Ubuntu :: C Code Next Number In Series

Sep 17, 2010

I have been looking at Open Office calc to work the next in a series if non-linear numbers, and calc does do a very good best fit and shows the equation. Just what I want. I now want to programme this into a C routine that I am writing so that the programme will both look-up what it can from a samples database, and extend them forward where it does not have enough samples. (I'm trying to understand some correlations). My thought at present is to take the Ooo calc formula and write it into my code. Before I do so, I wonder if anyone knows of any non-linear solver routines written in C that I could just plug in? I'm trying to do a best fit from only about 6 very accurate floats which graph like a curve.

View 2 Replies View Related

Red Hat :: ./configure --enable-mysql The --enable-mysql Does Not Work: Configure

Sep 23, 2010

I am trying to install the IDS component barnyard2 on RHEL 5. I am following the snort enterprise insall document by Patrick Harper. For installing barnyard, after the tar command it says to perform a ./configure --enable-mysql The --enable-mysql does not work: configure: WARNING: unrecognized options: --enable-mysql --with-mysql does work. Is there a difference? Next, using --with-mysql, I get a failure at the end:

ERROR! Libpcap library/headers (libpcap.a (or .so)/pcap.h) not found, go get it from Open Source and Linux Forums dot tcpdump dot org TCPDUMP/LIBPCAP public repository or use the --with-libpcap-* options, if you have it installed in unusual place. Also check if your libpcap depends on another shared library that may be installed in an unusual place I do a find / -name libpcap* and get:

/usr/share/doc/libpcap-0.9.4
/usr/lib/libpcap.so.0.9.4
/usr/lib/libpcap.so.0
/usr/lib/libpcap.so.0.9
/usr/lib64/libpcap.so.0.9.4
/usr/lib64/libpcap.so.0
/usr/lib64/libpcap.so.0.9

How do I tell the configure to use one of the above? I don't understand how to use the --with-libpcap-* option?

View 11 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved