similar to: Wine on Windows 7

Displaying 20 results from an estimated 2000 matches similar to: "Wine on Windows 7"

2006 Oct 14
2
Wiki ControlPanels page
Hello, My name is Travis Northrup. I would like to contribute documentation on CentOS compatible control panels. I have 12 years technical experience and have used most if not all control panels currently available, free and commercial. The main control panels that I can immediately begin documenting are Virtuozzo, OpenVZ, cPanel, Plesk, DirectAdmin, Webmin. Others I can begin documenting as I go
2009 Jul 31
0
[LLVMdev] llvm-gcc build of inferno/plan 9 'mk' fails
On Thu, Jul 30, 2009 at 11:03 PM, james northrup<northrup.james at gmail.com> wrote: > CC="p llvm-gcc-4.2 `llvm-config --cflags` -march=i386  --emit-llvm -O0 >  -c -I$PLAT/include -I$ROOT/include -I$ROOT/utils/    include" > LD="p llvm-ld `llvm-config --ldflags --libs all  `" > AR="p llvm-ar crvs" Using llvm-ar+llvm-ld is likely to give you bad
2006 Oct 20
2
Documentation Content
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><title></title> <META http-equiv=Content-Type content="text/html; charset=iso-8859-15"> <meta http-equiv="Content-Style-Type" content="text/css"> <style type="text/css"><!-- body { margin: 5px 5px 5px 5px;
2009 Jul 31
2
[LLVMdev] llvm-gcc build of inferno/plan 9 'mk' fails
hello, I'm attempting to build the inferno source tree using either of native LTO or jit'd bins and having no obvious luck. im using macports (current as of this email) llvm-2.5 and llvm-gcc on a macbook pro (x86) following the inferno directions verbatim will use 'cc' as the compiler and just works. the build tools are different from the naive build tools as follows:
2012 Apr 01
19
cross-subvolume cp --reflink
Glück Auf! I know its been discussed more then ones, but as a user I really would like to see the patch for allowing this in the kernel. Some users tested this patch successfully for weeks or months in 2 or 3 kernel versions since then, true? I''d say by creating a snapshot, it''s nothing else in the end. More then one file or tree sharing the same data on disc, or am I wrong?
2013 Dec 04
8
Asterisk on Windows
Digium is 100% lost in the map. If they would come up with a Paid version of Asterisk, one that would use the .NET framework in Windows, something simple to install, they could go public on the product. Linux has a very steep learning curve. A Windows application that would do exactly the same would be a home run. Note: I am a Linux expert user, but it took me years to get here. And still, moving
2006 Mar 28
5
combining two models in one controller/view "set"
I''m going to take another stab at this question (my first one received no replies): I have two models: Author has_many: books Book has_one: author I have two tables: authors id ... books id author_id ... I let the scaffolding fly and it created the CRUD goodness for each model, as expected. However, I want to have only one view/controller "set" for both models; when I
2008 May 16
5
wine and pulse audio.Can they work together?
i've upgraded ubuntu from 7.10 to 8.04 and now the pulseaudio doesnt get along with wine. from my limited knowledge wine doesnt sent the sound correctly at pulseaudio(?) i've found out this link (http://blog.paulbetts.org/index.php/2007/05/27/make-wine-and-pulseaudio-get-along/) which explains a work around. But unfortunately i dont know if it actually stands. opinions?
2006 Aug 09
6
How do you desing forms in RoR
Hi all, what is the best way tod esing a form in RoR? Do you use Dreamweaver or something similar? thanks -- Posted via http://www.ruby-forum.com/.
2007 Feb 25
6
Crash occurs where EventMachine.connect is
Hi everyone, If you subclass EventMachine::Connection and call it outside an EventMachine::run event loop, EventMachine crashes! Example: class Put < EventMachine::Connection include EventMachine::Deferrable HOST="localhost" PORT=8080 def self.request(data) EventMachine.connect(HOST, PORT, self) {|c| c.instance_eval { @data = data } } end #
2004 Sep 03
1
OpenSSH and Solaris 9/Native LDAP
I am trying to get the latest version of openssh to work on a Solaris 9 native ldap client. We have a feature in ldap called "User must change password after reset" enabled. According to the openssh docs, it says that it will work with the "other" accounts listed in the /etc/pam.conf. We have tried a lot of different entries in the /etc/pam.conf. Does anyone have any ideas on
2020 Jul 15
3
Samba + Winbind : Kerberos Tickets
Hi Folks, We're in the process of setting up a Samba cluster (Samba+CTDB+etcd), and we (presently) using Winbind. We use AD. We're finding that the domain join (or kerberos ticket renewal) is unreliable. Every day we find Samba/Winbind is no longer joined to the domain. Now, we're in a bit of a learning curve here, and automating everything with Terraform + Ansible. We have yet to
1996 Nov 17
5
Sendmail 8.8.2 exploit.
Hm, look what I got hold of today.. Works if sendmail is mode 4111 or similar: #! /bin/sh # # # Hi ! # This is exploit for sendmail smtpd bug # (ver. 8.7-8.8.2 for FreeBSD, Linux and may be other platforms). # This shell script does a root shell in /tmp directory. # If you have any problems with it, drop me a letter. #
2008 Oct 24
2
Sporadic One Way Audio
I'm having an unusual problem at one of my branch offices. Every now and then they will make a call and the person they call is unable to hear them, but they are able to hear the person. The Asterisk server has only one ethernet interface and is on the same physical network as the 2 snom 300 phones and is connected to the PSTN lines with a Rhino R4FXO-EC card. Usually hanging up and
2009 Jul 31
0
[LLVMdev] LLVM JIT vs Interpreter memory foot print
can you post the simple but long running program? On Jul 29, 2009, at 2:20 PM, jg2 wrote: > > I want to compare the memory footprint of LLVM JIT vs the > Interpreter on > Darwin. > I am currently doing this by running lli, on a simple but long running > program, with and without the "-force-interpreter option", and then > I look > at the Real Memory used by
2017 Mar 29
2
X11 forwarding with IPv6 disabled
Hello all, one more (ever-returning) bug [1] reported recently caught my eye. The problem is that disabling IPv6 in kernel leads to OpenSSH failing to bind localhost IPv6 address and after the fix for CVE-2008-1483 [2] leads to the whole X11 forwarding fail. If I read the description of the CVE in question correctly, we should care only of the case when the address is already used (errno =
2020 Sep 09
2
[RFC] New Feature Proposal: De-Optimizing Cold Functions using PGO Info
On Wed, 9 Sep 2020 at 19:26, Nemanja Ivanovic <nemanja.i.ibm at gmail.com> wrote: > - Default (i.e. no -profile-deopt-cold): do nothing > - Option with no arg (i.e. -profile-deopt-cold): add attribute only to > functions that have an execution count of zero > - Option with an arg (i.e. -profile-deopt-cold=<N>): add attribute to > functions that account for <N>% of
2009 Jul 29
2
[LLVMdev] LLVM JIT vs Interpreter memory foot print
I want to compare the memory footprint of LLVM JIT vs the Interpreter on Darwin. I am currently doing this by running lli, on a simple but long running program, with and without the "-force-interpreter option", and then I look at the Real Memory used by lli in the Activity Monitor. I currently observe that the JIT takes 4.0MB and the Interpreter takes 1.7MB. Are these values close to
2012 Jul 27
1
A Little Help
Hi Rishabh, I think its better not to expose RankiList to Letor.h and make it better user friendly. So my suggestion is to convert RankList to the following statement in this method. std::map<Xapian::docid, double> letor_score(const Xapian::MSet & mset); So just convert the RankList in std::map<Xapian::docid, double> format in the methods where you need to return. Parth. On
2001 Sep 06
1
crystal reports under wine
Has anyone had any success with Crystal Reports under Wine? The problem I am currently having is with the print engine itself and is probably nothing to do with printing; Page fault on trying to access 0x00000000 in CRPE32.DLL.Prompt3DViewAngle (which I presume is bought in by Crystal from 3dgraphics) The dll is either version 8.0.0.371 or 8.0.0.392 -- Bill Medland