|
Is this out there? I tried this a while ago on Linux but it has been a few years, I wonder if there is a better new version of the Mac like dock for Ubuntu Linux.
Started by Daniel on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
Take a look.
This post (although a bit dated) does a good job of comparing the major linux docks.
|
|
How do I get the MAC address of a remote host on my LAN? I'm using Python and Linux.
Started by myk_raniu on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
You can try running command arp -a
Here is few links about Mac Address grabbing (not tested)
In Linux/Unix, arping,
http://www.ibm.com/developerworks/aix/library/au-pythocli/
In Windows, using IP was the MAC address, which is difficult....
|
|
How do I flush the DNS cache on Win, Mac, and Linux computers?
Started by username on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
To flush the DNS cache in Mac OS X Leopard:-
- type lookupd -flushcache /flushdns
Mac (OS X 10.5)
dscacheutil -flushcache
Linux
If you are using DNS caching (nscd daemon cache has just been flush....
linux DNS cache will flush.
|
Ask your Facebook Friends
|
I want to find the mac address using a C program in linux. how to do it?
Started by iamrohitbanga on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
(also getting MAC.
DNET
which provides great functionality to use it on low level networking .
|
|
According to a recent blog post by Allen Bauer:
As we’re working on Fulcrum, the next RAD Studio release with a focus on cross-compilation for Mac and Linux, [..]
I figured someone would mention it in the comments, but I thought Mac/Linux support was ...
Started by Mick on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
There is also time frame as the....
I don't know about the time frame to any kind of time frame or release dates, we are working on Mac and Linux targeting.
Release, so yes, the next release will include Mac and Linux support.
|
|
Hi All,
I am trying to develop a program in Mac OS and Linux which lists the files and folders in USB drive. I need to get the some events when USB device is connected and removed. I know that in Mac OS X I can use IOKit. But I do n't know how to get ...
Started by Cocoa Newbie on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Note those.
Under Linux you may use HAL or DeviceKit-disks D-Bus interfaces.
No, there isn't.
|
|
I know that the Windows platform have windows API from Microsoft, and Mac get the Cocoa API from Apple. I want to know it there any API from the Linux Community? thx a lot.
Started by Tattat on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
In summary: just like everythingSince your question is extremely general, I'll assume you're referring to the Linux Kernel API system , now would it?
No, unlike vendor....
It uses GTK on Linux and the native toolkits on Mac and Windows.
|
|
The question is clear from the title.
Is there an SDK for the Java Micro Edition available for Mac OS X or Linux? Or does one need Windows XP to develop JME applications?
Started by hhafez on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Anything: J2ME in Mac Os with NetBeans
Offically Sun's WTK is available only on Linux and Windows available for Mac ( NetBeans Wiki reference ) so basically you can't debug nor test the code, however both SDKs can be used on ....
|
|
I'd like to build an application with a "drawer" GUI element, like it is all over the place in Mac OS X.
Is it possible to do so in Linux/Windows? Is it possible to build it crossplatform?
Started by Alex on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
I don't think it's worth trying to recreate that....
I like OS X drawers, but they are not used nearly as often .
I only know of a few that still use them and most of these are older applications own drawer in Linux/Windows.
Used on the Mac.
|
|
I'm under the impressions that Python runs in the Triforce smoothly. A program that runs in Windows will run in Linux. Is this sentiment correct?
Having said that, if I create my application in QT For Windows, will it run flawlessly in Linux/Mac as well...
Started by John McClane on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
The code that you write using Qt will work on Windows, Mac, Linux/X11, embedded Linux, Windows or behaviors whenever possible will make running the application on Mac and Linux much easier do the work to fix those issues....
|