Displaying 11 results from an estimated 11 matches for "impeccably".
Did you mean:
impeccable
2003 Aug 14
1
Re: Samba vs. Windows : significant difference in timestamphandling ?
...lations,
especially for very large directories with lakhs of
files. Very parsimonious too. It doesn't compress data,
not yet, but it doesn't waste space like other fs's.
A full reiserfs volume could probably not be restored
in an equally large ext3 volume. It works since about
a year impeccably.
> As I am about to upgrade our nt4 domain, and this is
> the time to take decisions like that. I would like
> to use SuSE 82 w/ reiserfs, * if it supports acls*
> (and I was under the impression that it didn't)
____________________________________________________________
Get...
2003 Sep 30
3
higher ascii characaters in smbusers, success!
...a\"elle (TeX convention),
but fact is: there is a higher ascii character in the name,
that i prefer not to get rid of.
I have users for the same two persons on the server
called:
toh
and:
gab
my smbusers file reads something like this:
toh = torge
gab = gaelle ga?lle
I (toh=torge) can log on impeccably to the server,
while my partner (gab=gaelle) is blocked.
The log says:
[2003/09/29 11:57:18, 1] smbd/password.c:pass_check_smb(545)
Couldn't find user 'ga211lle' in passdb.
Where the 211 is written in reverse graphics.
Now my question is: what should i put in the place of the
questi...
2010 Sep 16
0
Excellent, Quality Laser engraving machine and Laser cutting
Jinan K-Ring Tech Co., Ltd. is located in Jinan. We specialize in reaching, producing and selling CO2 Laser Engraving Machines, Co2 Laser Cutting Machines, woodworking series CNC Routers, CNC engraving machines and CNC Cutting machines. Jinan K-Ring Tech CO., Ltd has made great development in heavy industry and gained wide supports from famous universities and technology institutes. Jinan K-Ring
2012 Jan 06
1
Added DHCPINFO Tables to the lua.c32 Implementation - syslinux-4.04
I have never tried submitting a patch for anything previously, didn't know
how to go about it with this particular software project (since the website
has been down) and know 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.
2006 Jan 27
0
pgamma - inadequate algorithm design and poor coding (PR#8528)
R versions 2.1.0 to present.
Examples shown were computed under Windows R-devel, current SVN, but ix86
Linux shows similar behaviour (sometimes NaN or -Inf rather than Inf,
depending on the compiler and optimization level used).
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
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
On Tue, 2015-02-03 at 11:57 +1100, Kahlil Hodgson wrote:
> One important group is new
> users with limited experience and knowledge about security. This is
> an important group to protect.
> It is important for all of us to encourage (and discuss)
> good security practices, as well as discourage (and refute) poor
> practices. Ultimately, this make our community a safer place.
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
Greetings All.
We wanted to be able to parse the DHCP values and options and write a lua
script based on the information found. We are also using the CPU flags, but
thankfully in at least version 4.04 there is already some CPU value parsing
even if it isn't documented. Using the information from the CPU table we
wanted to be able to choose the kernel to boot. Using the DHCP table
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