search for: impeccable

Displaying 11 results from an estimated 11 matches for "impeccable".

2003 Aug 14
1
Re: Samba vs. Windows : significant difference in timestamphandling ?
>>>> Fine. Use reiserfs and don't worry about ctime. >>>> >>> But reiserfs doesn´t support ACLs. Does it? >> >> Oh yes, it does. Big way. >> > ?? > > I was under the impression that if i wanted acls, i > should use xfs, ext3 (or jsf i believe) but NOT > reisersf. > > Am I wrong? Does (for example) SuSE 8.2 with >
2003 Sep 30
3
higher ascii characaters in smbusers, success!
Hi list, Update: originally i wanted to post a question, but in writing i thought of things that finally led me to the solution. This i wanted to share with the community in case it can help. Sorry if this is a FAQ, but I had no luck searching for it. I have a working Samba 2.2.5 installation on SuSE8.1. I have two users on a windows client called Torge (that's me) and Ga&ediaresis;lle
2010 Sep 16
0
Excellent, Quality Laser engraving machine and Laser cutting
...ndustry pioneer in supplying the most complete line of quality laser engraver, laser engraving machine, laser cutting machine, CNC Router and CNC Engraving machines. The business objective of K-Ring Tech is to provide the market with the most reliable products, with the best price, and supported by impeccable service. Contact person: Amanda Shi Tel: 86-531-88627822 Fax: 86-531-86551618 Email: jnkring at yahoo.cn Website:www.kringcnc.com Jinan K-Ring Tech 1)Laser Engraver KR40B/KR400/KR530 2)Laser engraving machine KR450/KR640/KR960 3)Laser cutting machine KR1290/KR1212/KR1410 4)Laser cutter KR1610/KR1...
2012 Jan 06
1
Added DHCPINFO Tables to the lua.c32 Implementation - syslinux-4.04
...w little to nothing about git since I am stuck in a ClearCase world with work. Please find the previous patch, as an attachment. Sorry it is against 4.04, I have had no specific reason to update but it should still work. Timm Gleason <http://gleason.to/leech/OLYMPICS_thumb.jpg> -- "Be Impeccable with your Word - Don't Take Anything Personally - Don't Make Assumptions - Always Do Your Best" -------------- next part -------------- A non-text attachment was scrubbed... Name: syslinux-4.04-lua_dhcp.patch Type: text/x-patch Size: 14492 bytes Desc: not available URL: <http://www....
2006 Jan 27
0
pgamma - inadequate algorithm design and poor coding (PR#8528)
...The replacement pgamma algorithm used from R 2.1.0 has an inadequate design and no supporting documentation whatsoever. There is no reference given to support the algorithm, and it seems very desirable to use only algorithms with a published (and preferably refereed) analysis, or at least of impeccable provenance. The following errors were found by investigating an example in the d-p-q-r-tests.R regression tests that gave NaN on a real system. These errors were not present in R 2.0.0, which used a normal approximation in that region. We could fix this by reverting where needed to a normal a...
2008 Jun 03
2
Please, read and reply it to me.
How do you do? I am a deaf and I am working at Gallaudet University as IT technician. For troubleshooting computer problem, I fixed over 4000 computers with different CDs such as Windows XP SP2, Dell 32bit Diagnostic Tools, Windows Memory Tester, Acronis True Image, ERD 2005, and others. Everyday, I brought many different CDs to different building for services. Really, I wanted to develop
2015 Feb 03
6
Another Fedora decision
...subtle tricks that > sophisticated attackers can exploit to subvert poorly configured > firewalls. Again another opportunity for a good Centos Wiki article. A basic firewall setup. Then a series of examples: to achieve this, do that. Obviously good and clear explanations are needed to enable impeccable understanding of the firewall logic. Yes help the new users. Perhaps even a Centos NewUsers list devoid of all the more technical things. It could cater for single machine users. > If you really want to do this, I'd suggest running your > test system in some kind of DMZ to prevent any...
2011 Oct 06
2
?Common CLI Wrap Bug Strikes WINE?
This has been on my mind for a long time, and it's time I ask. Every version of WINE I have ever used Wine cmd in has this "bug", but I don't know if it's Wine's fault, or terminal's fault. Or if WINE cmd can at least be made more compatible with terminal. If I open terminal (only tried this in Linux) and run wine's cmd, I get wine's cmd in the terminal. If I
2015 Feb 02
8
Another Fedora decision
On Mon, 2015-02-02 at 15:17 -0700, Warren Young wrote: > The answer is clear to me: general security principles. By the time EL8 comes out, we?ll have had ~3 years of warnings under EL7 that weak passwords would not be tolerated, and they?re finally disallowing them. Good! > > (More like 6 years, actually, because EL6 gives a red warning bar for weak passwords.) > > Let?s flip
2011 Oct 04
1
Added DHCPINFO Tables to the lua.c32 Implementation - syslinux-4.04
...can have a list of values, but contain only one (like Option 6) will not return with .sub key values. Usage: t = dhcp.gettable() for k,v in pairs(t) do print(k.." : "..v) end Hope someone else finds it useful! Regards, Timm Gleason -- "Be Impeccable with your Word - Don't Take Anything Personally - Don't Make Assumptions - Always Do Your Best" <http://gleason.to/leech/OLYMPICS_thumb.jpg>diff -up syslinux-4.04/com32/lua/src/dhcp.c.orig syslinux-4.04/com32/lua/src/dhcp.c --- syslinux-4.04/com32/lua/src/dhcp.c.orig 2011-...
2005 Aug 10
24
Multilingual Rails v0.5. Big update!
Multilingual Rails v0.5 is just released with lots of new features. Here is the changelog: v0.5: New charset conversion string-methods. Multilingual Rails always use UTF-8 internally. iconv_to(charset) # Return string as charset iconv_from(charset) # Return string as UTF-8, converted from charset iconv_from!(charset) # Convert string from charset to UTF-8