I've developed a Notepad kinda Windows application in VB.NET using Visual Studio 2008. Is it possible for me to run the file in the Linux environment if I install the mono-develop package?
i have made a firewall project in c language on linux operating system ,now i want to know how to make setup of this project so that i can run this application on other system by installing it ?please give an example...........
Thanks in advance
i have made a firewall project in c language on linux operating system ,now i want to know how to make setup of this project so that i can run this application on other system by installing it ?please give an example...........
Hello,
I don't like this ugly FileChooser layout in Linux.
This layout is used by any other program and is MUCH more beautiful.
Is this layout available in Java? If so, how?
Thanks
The Component Object Model (COM) is (or was...) the way in Windows to provide language-neutral software components.
There is any programming model in Linux/UNIX with the same philosophy of code reuse through binary components?
i m implementing a firewall for linux,i want to block packets using loadable kernal module(lkm).
please help me how can i do it ?
i just know that it can be done by lkm by using some function in it,like init(),clean_up.
i want to know how to use DROP,ACCEPT in blocking function within lkm.
i want to do it without iptable command.
Hi all,
Im making a simple alternative to the default linux system monitor.
Im looking to know how it lifts the process stats, which is displays in the Processes tab.
It probably runs off /proc, but im unsure.
Also, where could i find the source code for the system monitor program?
Regards
Paul
Hi all,
I am new to TCL and I wanted to know, if I can get the command history by using cursor key (like up arrow key) in TCL shell (tclsh).
I am running tclsh on fedora with linux version 2.6.21 . '
I will appreciate the help.
thanks
aditya
Hello
Is there smth like pthread_barrier in SMP Linux kernel?
When kernel works simultaneously on 2 and more CPUs with the same structure, the barrier (like pthread_barrier) can be useful. It will stop all CPUs entering to it until last CPU will run the barrier. From this moment all CPUs again works.
This is the standard question, "How do I set a process limit for a user account in Linux to prevent fork-bombing," with an additional twist. The running program originates as a root-owned Python process, which then setuids/setgids itself as a regular user. As far as I know, at this point, any limits set in /etc/security/limits.conf do not apply; the setuid-ed process may now fork bomb. Any ideas how to prevent this?
I've already done some little things using Visual Basic and some nice things with eMbedded Visual Basic, but now I want to go on the scripting way, then I want to know if Linux, BeOS and other OSes browsers will support VBScript pages.
Hello
What are sources of latency in process of sending/receiving tcp/udp packets in linux 2.6 ?
I want to know a latency sources in "ping-pong" latency tests.
There are some rather good papers of ethernet latency, but they cover only latency sources in the wire and switch (and rather cursory, only for specific switch).
What steps of processing does follow a packet?
Papers with deep latency analysis of usual ping (icmp) will be useful too.
I rely on community :)
Hi all,
This is probably trivial, but I'm quite to Linux and I was unable to find any info online.
In a folder, I can execute the command find . -regex '.*py' and get the following result:
./.#netMHC3.2.py
Is this a file in the current directory? What can I do to display its contents?
Thank you,
Martin
I'm interested in quering a Pervasive DB server running on a Windows platform from Linux.
Would anyone happen to know if this is possible, what's required and what resources there are for me to read up on it?
Thanks!
In Windows, I can set the processor affinity of driver code using KeSetSystemAffinityThread, and check which processor my code is running on using KeGetCurrentProcessorNumber.
I'm trying to do something similar in a Linux kernel module, but the only affinity calls I can see are for userland processes. Is there any way to do this, so that I can run assembly code on a specific processor? (i.e. sgdt)
Is there any Linux command which remembers directories I changed, and shows its stack with interacting operation to choose a directory such as pushing an arrow key on keyboard? This must be different from the way pushd/popd/dirs do.
Hello,
I'm researching which linux distro would be the best for a software development environment. The technology stack we are using includes Grails/Groovy, Java, JBoss, Git, Eclipse, Oracle. Any thoughts from the stackoverflow mind share?
Thanks!
Steve
Hi Guys,
I'm looking for GUI explorer for linux. Like Kafana: http://kafana.org/SvnExplorer/
CLI is fine but i would like to know if there is something GUI for as :)
regards
On Linux, how can I find the default gateway for a local ip address/interface using python?
I saw the question "How to get internal IP, external IP and default gateway for UPnP", but the accepted solution only shows how to get the local IP address for a network interface on windows.
Thanks.
How can I know if the standard kernel provided in my linux flavour has got DEBUG KERNEL ENABLED flags selected or not ??
I think DEBUG option should be enabled inorder to use tools like kprobe, systemtap ??