General :: Want To Make A Project Using RHEL 5
Sep 9, 2010I have learned RHEL 5 recently and i m an engineering student, i want to make a project using RHEL 5, I have done mainly Servers.
View 2 RepliesI have learned RHEL 5 recently and i m an engineering student, i want to make a project using RHEL 5, I have done mainly Servers.
View 2 RepliesI am in my final year B.tech....I want to make a project which have involvement of linux platform...i have basic knowledge of c,c++,java and PHP...i have a LAN in my college...so LAN networking is also possible...Any ideas are most welcome even silly ideas too because i am lacking of ideas right now...also suggest basic type of projects not very hi-fi..
View 4 Replies View RelatedI am looking for a tool that can automatically create a rpm package after compiling from source, replacing "make install" Ubuntu and Debian use checkinstall for that.
What is the equivalent for centos?
I have configured NIS, DNS, NFS and DHCP servers at my home network. I can easily authenticate another Linux machine to these servers and make that machine as a client and also users can locin using the automounter. My Question is, is it possible that by using the same setup I can authenticate a windows Xp machine and make it as a client, and also users can login using the passwords that I have provided on my NIS server?
View 1 Replies View RelatedI am trying to recompile a large open source project with the Nvidia Cuda Compiler: 'nvcc' [URL].. nvcc supports all the compile flags that gcc does but not all of the linking options. This shouldn't be a problem however as nvcc generates object files that are compatible with gcc and I should hence be able to compile with nvcc and then link with gcc (linking against the CUDA library).
To compile with nvcc I use:
./configure CC=nvcc
Which successfully creates make files that se nvcc to compile. But the Configuration script does not seem to honor LD=gcc in the same way, ie: ./configure CC=nvcc LD=gcc still tries to link everything with nvcc which promptly fails because nvcc does not support the option '-soname' without which the project will not link correctly. What am I doing wrong? How can tell the config script to link with gcc?
[URL]...Now it works in Windows platform. Some functions rely on win-specific code and need to cross-platform alternatives. Can some one help to build chain(make or cmake) for this awesome project? any one can compile the Linux generator and transfer the project under *nix platform.
View 1 Replies View RelatedI am trying to install madwifi on fedora 12. I am getting following error which i "make" the project.
[code]...
can not ping from host (RHEL 6) to RHEL 5 in (virtual)? I have stopped iptables on both machines. But still not able to ping from host machine to virtual.
View 1 Replies View Relatedmake a subj for RHEL ? Really need it.
View 10 Replies View RelatedI am trying to download RHEL 5.4 AS version for testing..But under [URL] There is no specific link for AS version or ES version..How can I detect which iso is for AS and which one for ES..? There are separate links for AS and ES version for RHEL 4.x version but why is it not available for RHEL 5.x versions?
View 3 Replies View Relateddifference between rhel 5 and rhel 6 - basic difference.
View 3 Replies View Relatedi have old RHEL 3 system which has kernel 2.4 installed into it. I wasnt to upgrade it to RHEL 5.x so i downloaded a kernel 2.6 package but was not able to compile it.
View 1 Replies View RelatedI am an undergraduate anthropology student doing research for my dissertation on the F/OSS community.I'm interested in are forking (What sort of thing causes/averts a fork? Have you ever participated in one?), the process of decision making (Is consensus democracy effective? Where do communication structures often break down?) and any other reflections or thoughts that you think are relevant.
View 3 Replies View RelatedI have two files fasta file and qual file and i need to run mira3.Is it possible to run the mira3 project without the .sff files.and if so where do i get the .sff files since i have only the fasta and qual files.
View 1 Replies View Relatedi am working on a project that requires updation after every 10 days that is after 10 days , i have to apply a new release. every time i need to copy all things from one path and paste it to different locations that is a manual work, i want to create a self extractor, in which i have to give only path, that is the path where i need to paste the files.
View 7 Replies View RelatedI'm trying to use BlueJ 3.0.2 on Ubuntu 10.04, but I can't do nothing. I mean: I can't create new project or open existing one.I installed it twice times without problems.I did not find anything either with google or in the developers' website.
View 1 Replies View RelatedI have a small java project that handle connections. In order to run it from the terminal I have to cd into the folder that contains the source and run the following command:
java -cp classes com.packagename.mainclass
Where classes is the folder that contains the classes. I want ubuntu to run this application on startup, is there a Java command I can use? Or am I just better off creating a shell script?
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 Relatedhow do i count the total number of cfiles in the project.My project is on a solaris machine what is the command that I have to run to know the total count of cfiles in the .pj folder.
View 1 Replies View RelatedI am college student and for this semester. I am planning to do a project in Linux. Also I have a plan 2 create a new shell in linux.
View 4 Replies View Relatedi need to checkout a project from cvs fort a particular user i use the following command cvs -d server:francis:francis@cvs@10.200.2.23:/projects/aa_cesar co myproject when i do it using the eclipse it works fine but when i do it command line it does not checkout the reason is it takes cvs@10.200.2.23 unable to connect that is wrong username pasword credentials are given
View 9 Replies View RelatedI just installed OpenSUSE 11.3 and I want to use Kdevelop 4.0 for programming in fortran. when I try to start a new project (Project/New from template) I only get the choice between C++ and PHP. What can I do so that I can also use fortran.
View 1 Replies View RelatedI have installed gfortran,cmake,etc,but there is no fortran project to chose.What should I do ?
View 2 Replies View RelatedI have Debian 5 machine on which I want to compile the kernel 2.6.35 as per my project requirement.
View 6 Replies View RelatedI am doing my work integrated Master's degree. I want to do a project which can be either linux based application or adding a feature to the linux kernel as a kernel extension. Please give me some ideas for this. The duration of project is around 6 months along with my regular office work.
View 7 Replies View RelatedI have a general question and decided to post it here. Hopefully, I have picked a correct category. The thing I have been trying to figure out is the syn-cache mechanism. I know that it used to be utilized as a method to mitigate the impact of (D)DoS attacks. I would like to know what happened with it? Is it still added to the Linux systems? Perhaps I am missing something, and cannot find the correct man page about it. Is it the thing, that it is only for NetBSD project?
View 5 Replies View RelatedI wanted to design a project in linux which could contain programming languages(C, perl, PHP, HTML, XML etc) basically a web based project. Why I have chosen to build on Linux is because it is Open Source, and lot many things can be automated through scripting languages, which in windows I don't know. So, I have installed linux on a virtual machine(Host-Windows 2007 & Guest Linux CentOS), CentOS(command line interface). Since I am a beginner, so I want to know what all tools can be used to facilitate and ease my development process. Some which I know are listed below:
1) Using Putty so that can access the Linux machine from anywhere within the network.
2) Since I want to develop on Linux, but want to use windows as developing platform. So have downloaded Eclipse Editor (C/PHP) on windows. But want to know how can I access linux files from here?
3) Installed Samba, and still trying to figure out how can I access linux files remotely on Windows.
4) How can I ease my development process and what all tools I can use..??
I want to do some innovative opensource project for my final semester .It should be small and to be finished within 2-3 months .
View 3 Replies View Relatedi am trying to upload project to a cvs repository installed on centos 5.4. the problem i am facing is that certain folders from the repository dont get uploaded to the cvs. i dont know the exact reason why? i checked the permission on the folder and the file under the hierarchy but there was no issue , all other projects were sucessfully uploaded .
View 7 Replies View RelatedI want to delete a subfolder ABC in a main Project folder Globe. It occurs in many subfolders. It is very hectic to search and issue an rm -rf ABC command. I need to make a script for that .
View 4 Replies View Related