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
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.
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
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 :)
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)
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 ??
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.
how to creat exe of c program in linux,i think we need to use makefile,but i don't know whether we have to creat makefile and how to creat it,what is its extention ,how to run it.
I am investigating a switch from windows to linux struggle to find samples of design patterns applied in this world.
If i use python or ruby, what should i use for GUI ?
And what pattern : is MVC, MVVM or MVP any good ?
Or is there anything better ?
I had statically set my ip in Linux using:
sudo ifconfig eth0 192.168.blah.blah
Now I want it to go back to using DHCP to assign the IP. How do I do that?
In Linux when I run the destroy function on java.lang.Process object (Which is true typed java.lang.UNIXProcess ) it sends a SIGTERM signal to process, is there a way to kill it with SIGKILL?
hi
i have a linux bash shell 'myshell'
i want it to read two date as parameters, ex: myshell date1 date2
i am a Java programer, but don't know how to write a shell to get this done
the rest of the shell is like this
sed "s/$date1/$date2/g" wlacd_stat.xml tmp.xml
mv tmp.xml wlacd_stat.xml
thanks