Programming :: Developing Application Which Invokes Linux Exceutable

May 2, 2011

i am again stuck with the same problem. I need to run an executable which i got from University of Edinburgh.

View 14 Replies


ADVERTISEMENT

Programming :: Get Perfect And Complete Way To Start Developing FW Application?

Jan 11, 2011

I would like to get help from experts who are experienced in the area of Linux network programming to help me to choose the proper way to create a special Firewall program.I do start reading WinSocket and tending to start BSD. I don't want to start with an API like winsock then stuck. So please, I do need a way to accomplish all features such as capturing, dropping or allowing all kinds of LAYERS as well as Intrusion detection.I am a good programmer in C++ but I am new for linux.So, what is the best Linux OS to install and start with and which is the best way to accomodate C++.

View 1 Replies View Related

Programming :: Use SSH In PHP Invokes 'Host Key Verification Failed' Error

Sep 27, 2010

Im trying to do a remote execution of scripts through SSH in PHP. What im doing:

-Use PHP in conjunction with nagios' check_by_ssh script to execute the script.
-I used

[code]...

-It gives me a 'Host key verification failed' error even though i enabled it to ssh from my server to server01 without password. My Qn: How do i get it to work?

View 3 Replies View Related

Programming :: Pthread_cond_wait - When Thread1 Invokes The Mutex Lock - No Other Threads Can Access It In Parallel

Mar 2, 2011

If multiple threads operate on a single shared resource, we can lock it using pthread_mutex_lock. Uptill that it is fine, but why again pthread_cond_wait?

int shared=0; // global
.
.
// Thread 1
pthread_mutex_lock(&mutex);
shared=1;
pthread_mutex_unlock(&mutex);

When thread1 invokes the mutex lock, no other threads can access it in parallel. So why again and what for we use, pthread_cond_wait( ).

View 2 Replies View Related

General :: Migration Of C++ Application From SuSE Linux To Red Hat Linux

Feb 12, 2010

I want to Migrate my C++ Application from SuSE Linux to Red Hat Linux.What impact analysis i should do?

View 3 Replies View Related

Programming :: Developing Distro - Creating Own OS

May 1, 2009

I am very much interested in operating systems and I am a beginner. I just finished understanding OS concepts. I want to create my own OS. But I am thinking of creating a linux distro first and then going towards complicated things. How I need to equip myself for creating it. What should I know, learn and where to start.

View 6 Replies View Related

Programming :: Developing SW Library Of Routines?

Jun 9, 2010

I need to create a software library with two copy file routines in it. This library will be used in a TCL script. I know how to write the routines, but I have never created a library before. How do I do this?

View 6 Replies View Related

General :: Developing A Project In C Kernel Programming?

Mar 11, 2010

I am a Master's student.I am a newbie to Linux. I am interested in doing a term project in C kernel programming. I need help in developing a project in which I can use C kernel programming .

View 2 Replies View Related

Programming :: Developing HTML To PDF Converter Project?

Dec 31, 2010

I am new to linux. I am pursuing bachelors in computer science engineering. My final year project is to develop a "html to pdf converter using linux". I have some basic knowledge of commands used in unix

1) Where can I get the basic idea about the existing converters, their pros and cons.
2) Any kind of material or source where I can get basic idea.

View 14 Replies View Related

Programming :: Developing A Multi-language 'project' Using Subversion / Eclipse?

Jun 30, 2009

I'm starting work on a little project that uses alot of languages separately (i.e no interaction between languages. Does anyone have any experience like this and could pass on some recommendations as to best practises? I'm thinking either have a eclipse-project for each language stored under a single svn repo, or individual projects for each problem.

View 1 Replies View Related

Programming :: Inverse Regexp Matching / Developing Of An Idea 'pattern Based Filtration'?

Sep 3, 2010

I am interested in the following problem: given a string (pattern) find a regexp which match this pattern.
I will need this for a developing of an idea 'pattern based filtration'.

View 3 Replies View Related

Ubuntu :: Create An Application In The Linux?

Jul 31, 2010

I want to create a bigger application based on the linux.I know c language,mysql database and some of the networking concepts.

View 7 Replies View Related

General :: Installing New Software / Application On Red Hat Linux

Aug 25, 2010

Can you all please help me with,

1) How to install any new software/application on Red Hat Linux?
2) How to run any new installed application in system start up/boot process as what we do with 'chkconfig service on' with a daemon?
3) Where to entry for a new installed application i.e. is there any specific file/directory?

View 5 Replies View Related

OpenSUSE :: Application For Automatically Synchronizing Data Of Linux-PC To Windows XP-PC?

Dec 8, 2010

does anyone of you know an application for automatically synchronizing data of a Linux-PC to a Windows XP-PC?The form should be echo (changes only on the Linux-PC).Only the Linux-PC should have the application.

View 6 Replies View Related

Programming :: Mobile Phone Programming Using Linux

Sep 30, 2010

I am trying to work on mobile phone programming in Linux platform using C language. Can somebody guide with this? I tried to search the web but I didnt get appropriate site.Also guide me about the mobile phones compliant with linux platform for programming using C language.

View 5 Replies View Related

Programming :: 12F675 Programming From Linux

Dec 30, 2010

Back at uni I used to love programming in assembly, we used ARM processors and some pre-made boards. Anyway, I'd like to try and get back into it, so I have acquired some basic electronic components, some prototype board, a couple of 12F675 chips and a JDM serial programmer.Now, whilst I could run this from my works laptop on Windows, I'd far prefer to use my Linux desktop! (of course!) I'll be using my favourite editor to write the code so not bothered about an all singing and dancing IDE.I have a couple of questions...

1) What can I use to assembly/compile the source code? Does gcc have any support? If not, can someone recommend a free assembler, ideally command line?

2) Is there any good simulator software out there (I've found a few but not found people who have actually used them)? It would be useful to be able to run the code through a simulator before actually uploading to the chip - saves time and effort uploading something to find I've missed a command out!

3) Any useful links, tutorials, forums?

4) Any other resources? Like I said, I can (or at least used to be able to! ) write code for an ARM chip but the instruction set it different for this. I can easily pick up languages though so not too bothered about learning from scratch. I know people will say use c, but I'd far prefer to go down the ASM route, just for my own benefit and enjoyment!

This isn't for any particular project, it's just a hobby - once I've got a sound grounding then I'll start looking at a few more elaborate things!

View 1 Replies View Related

OpenSUSE :: Developing Website Locally

Sep 20, 2010

Is it possible to develop my websites locally before uploading them to my host? I need PHP and MYSQL. I'd like to have basically http access to my websites locally on my hard disk but restrict access to only me. No access outside of this machine. How to do this?

View 9 Replies View Related

Software :: Developing Own Web Server Using Perl

Sep 20, 2010

I would like to develop a simple web server that can serve web pages using perl. I know there are lots of web servers in the market. But I want to understand the concept underlying working of a web server. Please provide me if there are any good links available for this.

View 4 Replies View Related

Server :: Linux Application Server Is Slow

Oct 25, 2010

We recently shifted our applcation and database to LINUX from UNIX.so now application server(weblogic 8.1) is on linux and oracle database 9i is on linux.previously there is a process in application server(which access the Database dor the data) which took only 1 hour to run on UNIX after shifting to LINUX the same process is taking 4 to 5 hours to run.

but when individually ran the queries on the database it is quck than UNIX.our ADMIN tried changing the kernel parameters for the database server, but it is still the same.

View 10 Replies View Related

Networking :: How To Map Or Mount Whole Developing Environment Remotely?

Jan 9, 2011

I've got a problem about how to map or mount the whole developing environment remotely?

For example,There is a server A (CentOS) which I have got a normal user name and password but no root control.And my desktop B (Opensuse) which I've got the root authority.Normally, when I do some software developing, I use SSH to login to A. All the developing environment are installed on A, e.g. libraries, PATH, makefile, etc.However, there is a waste of my machine B, because all the test, debugging are performed on A.

I know that sshfs can map a path to local remotely. May I ask if there is a method to map or mount the whole working environment from A to B please?

View 1 Replies View Related

Networking :: Map / Mount Whole Developing Environment Remotely?

Jan 9, 2011

I've got a problem about how to map or mount the whole developing environment remotely?

For example,

There is a server A (CentOS) which I have got a normal user name and password but no root control.

And my desktop B (Opensuse) which I've got the root authority.

Normally, when I do some software developing, I use SSH to login to A. All the developing environment are installed on A, e.g. libraries, PATH, makefile, etc.

However, there is a waste of my machine B, because all the test, debugging are performed on A.

I know that sshfs can map a path to local remotely. May I ask if there is a method to map or mount the whole working environment from A to B please?

View 1 Replies View Related

General :: Developing Drill Charts Using PHP With MySQL

Aug 12, 2010

I have been assigned with a project to develop a 3D chart based on the data available in database of mySQL. The chart should be a drill chart which should give further more details of the area where we click on the chart.I tried for a long time to get some information regarding that. But i couldn't find anything relevant.

I would be much thankful if any one would help me in this issue.Please provide me with some links or any suggested books that would help me.

View 1 Replies View Related

CentOS 5 :: Developing Using API - Get The Volume Serial Number?

Oct 29, 2009

how do i get the volume serial number using the API on CentOS?for example, on Microsoft Windows i use this function(API - Kernel32.dll):

BOOL GetVolumeInformation One of function's parameter is a pointer to a variable that receive the volume serial number;

View 1 Replies View Related

Programming :: Add Linux Users Online?

Jul 6, 2010

Im looking for a script that could help me create linux users on my server online using a website.Anybody know where i could find one?or how to make it? not the best with coding doh

View 3 Replies View Related

Programming :: Perl From USB Pen To Run On Both Linux And Windows

May 23, 2011

Im somewhat new at perl and was wondering if there was a way to run a perl script or tool made from perl, from a USB pen that would work both on Linux and on Windows?

View 1 Replies View Related

General :: Kernel Programming For BSD Or Linux?

Jul 20, 2010

I have recently been getting into kernel development and was wondering whether the Linux kernel or BSD kernel would be easiest for newbies (such as myself). Does anyone know? I am really considering BSD because it seems to me to have the best documentation.

View 2 Replies View Related

Programming :: Measuring Microseconds With Linux

Oct 27, 2010

I need to measure the time it takes for a program I'm writing to do Its job in microseconds resolution. I'm using Ubuntu 10.10. My Idea is, to write a device driver that directly reads the counter that produces the interrupt of RTC ticks. How do I do this, for a Linux kernel and a PC hardware?

View 4 Replies View Related

Debian Programming :: Linux Headers For Armhf And Gcc

Jun 24, 2015

I'm running debian testing on my armhf machine. I need to install linux headers after searching with apt-cache. I ran the command

Code: Select allsudo apt-get install linux-headers-3.16.0-4-all-armhf

But it says it will also install gcc-4.8.. I checked my gcc version which is 4.9. and running. sudo apt-get install gcc . says gcc is already the new version.How do i install the headers without installing gcc-4.8

View 3 Replies View Related

Programming :: Could Someone Confirm My Understanding Of Linux Drivers?

Jun 20, 2011

2 Questions:

1) Is there a dedicated forum on the net for people writing Linux drivers?

2) I've been reading over how Linux drivers are put together and even made my own dummy driver. However, before I begin writing the "real" driver I set out to write, I would like someone with some driver writing experience to verify that my knowledge is correct.

The driver I intend to write is for a PCI card. The very first thing I need is to know is the vendor ID and device ID of the card. After having that information, I can then use the pci_register_driver command to open a connection to the card. At this point, I need to use the pci_*_config_* commands (an example of a pci_*_config_* command is pci_read_config_byte) to figure out where the device is mapped in memory and what I/O ports I need. Now, the pci_* breed of commands take a parameter integer (which is an address) as there second argument. The address(es) which I will use and what they accomplish is device dependent. At this point, after having otained the I/O ports I need, I can then begin writing to them via the inb, outb, etc commands. Writing to X port will have Y result but this is vendor specific.

View 2 Replies View Related

Programming :: How To Compile Mysql For Arm9 Linux

Jan 3, 2011

I want to compile mysql for arm9 linux box, I did not find any good resource.

View 5 Replies View Related







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