search for: orthodox

Displaying 20 results from an estimated 47 matches for "orthodox".

2003 Aug 10
3
Support for Bayesian statistics in R
I'm just starting to learn to use R, and although I'm seeing lots of functions aimed at doing orthodox statistical analyses, I don't see the same for Bayesian analyses. What support does R have for Bayesian statistics?
2007 Nov 09
5
System on time
Hi, To get my system on time, I usually issue these two commands: # ntpdate de.pool.ntp.org # hwclock -w And when I want this to be done on startup, I put the two lines in rc.local. I wonder if this is an orthodox way to do things. Or is there something more appropriate? Niki Kovacs
2009 Jun 28
2
Set hostname via DHCP ?
Hi. I just setup one of my machines as a DHCP server. I'd like it to handle the hostnames of clients. Don't know if this is an orthodox thing to do (feel free to add your comments :oD). Here's the server's relevant lines of dhcpd.conf: --8<------- ... # Envoyer les noms d'h?tes aux clients use-host-decl-names on; # Adresses statiques host babasse { hardware ethernet 00:0d:61:ae:6b:8f; fixed-address 192.168....
2007 Jul 18
2
CentOS 5.0 and php-yaz
...implement the Z39.50 protocol (which handles data exchange for public libraries). I've already done this with Debian (a one-liner: apt-get install php-yaz) and also on Slackware (more complicated: compile Yaz, rebuild PHP). Has anyone here ever done this on CentOS? What would be the most orthodox method to do this? Here's the Yaz page: http://www.indexdata.dk Cheers, Niki
2012 Sep 27
3
[LLVMdev] Go Programming & LLVM/Clang
...my slate is geared towards future FreeBSD. They are gearing to run LLVM/Clang as soon as possible. I am interested in what one of you who know what's up, would suggest to a guy learning programming with intentions of using llvm over their standard gcc in Go. Is this nuts? Or should I learn it orthodox style and hack it later? I want to build a clock of my own invention, as my first project. Its the way I am going to do "time" itself will kinda throw me away from "normal" anyway; so I am kinda hoping a thumbs up for starting off unorthodox is the reply. Thank you for your ti...
2020 Apr 23
2
CIFS VFS: in dmesg when Linux accesses eComStation's (OS/2) FAT filesystem shares
Items in dmesg when FAT share's are accessed from web browser: CIFS VFS: bogus file nlink value 0 When accessed from FC/L (OFM (orthodox filemanager)): CIFS VFS: illegal date, month 0 day: 0 When the share is initially mounted: CIFS: Attempting to mount //hostname/E Use of the less secure dialect vers=1.0 is not recommended unless required for access to very old servers CIFS VFS: Send error in QFSAttributeInfo = -95 /etc/fstab ent...
2015 Feb 19
4
Masquerading (packet forwarding) on CentOS 7
...ually, everything works as expected. When I restart the server, Iptables rules are still the same. The only thing that's not activated is IP forwarding. So as far as I can tell, iptables rules are stored, but packet forwarding returns to its pristine state (not activated). What would be an orthodox way of handling this? Put "net.ipv4.ip_forward=1" in /etc/sysctl.conf? Something else? Cheers, Niki -- Microlinux - Solutions informatiques 100% Linux et logiciels libres 7, place de l'?glise - 30730 Montpezat Web : http://www.microlinux.fr Mail : info at microlinux.fr T?l. : 04...
2010 Mar 23
2
Connect to MySQL monitor on another host in the LAN ?
...; +------+-----------+------------------+ | user | host | password | +------+-----------+------------------+ | root | localhost | 2d97271980b60f82 | +------+-----------+------------------+ 1 row in set (0.00 sec) mysql> quit; So much for the standalone setup. Now what would be an orthodox (and somewhat secure) configuration to be able to connect to this MySQL server on 'raymonde' from another machine in the LAN ? Do I have to (re)create a root at raymonde MySQL account and eventually give it the same password than root at localhost ? Cheers, Niki
2006 May 19
1
Set default MPlayer -vo?
...various options (mplayer -vo help), and then the movie worked just fine with mplayer -vo x11. Q: how do I make this option my default, so that when I double-click on a .wmv or .avi in Nautilus, it gets opened with the -vo x11 option? I thought about creating an alias, but there must be some more orthodox way to do that. Cheers, Niki Kovacs
2007 Nov 16
1
Localize CUPS?
...a whole bunch of environment variables on my Slackware install (LC_MESSAGES and the likes) to french. 1) Could it be that? 2) Which variable would that be, and where do I set these in CentOS? Slackware's localization variables are all meant to be set in /etc/profile.d/lang.sh. Where is the orthodox place to do that in CentOS? cheers, Niki Kovacs
2009 Oct 18
2
Confusion about scheduling tasks with crontab
...ily or /etc/cron.hourly or the likes and then edit it using crontab -e ? Anyway, here's what I'd like to do. I have a script: /root/scripts/backup.sh I want to run that script every day at 07:00 in the morning. Once. Now how would I go about that? The thing is: I'd like to know an orthodox way to go about this. You can be laconic in your answers, I'll retrive the details in the docs. Cheers, Niki
2013 Jul 02
1
Logon scripts, home directories, and Samba4 AD
...ver -- ie, \\samba3\username ? (I tried that and it did not work) I can imagine some scripts that would create the logon script on the Samba4 system, and create the necessary directories on the Samba3 system. I could probably manage that, but I hate to re-invent the wheel -- If there is a clean, orthodox way to do this, I would like to know what it is. Thank you. -- *Lee Allen* email: lee at leecallen.com bus: (716) 773-2729 home: (716) 773-2326 cell: (716) 880-0854 fax: (716) 408-8844
2009 Aug 06
1
adding color bar to a graph
...right next to the colors labels "min" for purple and "max" for red (i don't want actual numbers, although i suppose i can deal with that as well if need be). I've tried image.plot function but i cannot set correctly the colors in the bar since i am not using an "orthodox" rainbow set. Originally my colors in the graph are set with colorRampPalette(c("darkviolet", "deepskyblue4", "green", "yellow", "red")). Thanks in advance for all the help, Monica ___________________________________________________________...
2005 Sep 13
1
Anyone knows how to receive a SIP call without registering gateway?
...They want to send calls to my asterisk server using SIP. Then they said that their gateways don't have to register with my server, that all they have to do is send a prefix for validation. Whereas I can think of several ways to authenticate their incoming number string, I am only used to the orthodox SIP way which is: client registers to my proxy. Guess what, I can't find any samples on this!!, Can anyone please help?, I will probably need a sample sip.conf. and then, to make a test call, I can use another asterisk box and try asterisk to asterisk sip calls (without register) via the cl...
2018 Jun 07
3
Slightly OT : write bootable CentOS USB disk under Windows 10 and Mac OS X ?
...of you who use either Windows 10 or Mac OS X as their everyday desktop system. How do you write a bootable CentOS USB disk using either Windows 10 or Mac OS X ? I've googled this, of course, and there's quite a lot of possible solutions out there, so I'm curious about a more or less *orthodox* way of doing things. Me, I've been 100 % GNU/Linux since 2001, CentOS is running on my workstation and on my laptop, and I'm simply writing the ISO file to a USB stick using dd if=CentOS-XXXX.iso of=/dev/sdX. Thanks & cheers, Niki -- Microlinux - Solutions informatiques durables 7,...
2011 Dec 31
1
problem with missing bricks
Gluster-user folks, I'm trying to use gluster in a way that may be a considered an unusual use case for gluster. Feel free to let me know if you think what I'm doing is dumb. It just feels very comfortable doing this with gluster. I have been using gluster in other, more orthodox configurations, for several years. I have a single system with 45 inexpensive sata drives - it's a self-built backblaze similar to that documented at this url but with some upgrades and substitutions: http://blog.backblaze.com/2009/09/01/petabytes-on-a-budget-how-to-build-cheap-cloud-stora...
2015 Mar 06
2
Squid on CentOS 7: few questions
...rn 'logfile_rotate' directive or with logrotate? What I'd like to do is rotate this logfile about once a week. 2. Which user is Squid supposed to run as under CentOS? On my Slackware server I had the following: cache_effective_user nobody cache_effective_group nobody What's an orthodox setting for CentOS? 3. The access rules are a bit minimal. Do they seem OK to you for a LAN? Any suggestions? Cheers, Niki -- Microlinux - Solutions informatiques 100% Linux et logiciels libres 7, place de l'?glise - 30730 Montpezat Web : http://www.microlinux.fr Mail : info at microlinu...
2017 Apr 08
2
Network configuration: desktop vs. laptop
Hi, I'm just migrating some stuff from Slackware Linux to CentOS, and I have a question about the orthodox way of configuring a network connection. On a desktop or workstation, I usually get rid of NetworkManager: # systemctl stop NetworkManager # yum remove NetworkManager Then I edit the /etc/sysconfig/network-scripts/ifcfg-XXXXX file corresponding to my network interface. Here's a working e...
2020 Feb 18
3
From network-scripts to NetworkManager on a router : questions
Hi, I'm running CentOS 7 on all my servers, in three different contexts : 1. simple local server 2. public facing server 3. router/gateway/firewall I'm currently in the process of moving my KISS-style network-scripts-style configurations to something more orthodox based on NetworkManager. Scenarios (1) and (2) caused no problems, but (3) is giving me some headache. Let me take an example. The router in my office is a PC Engines routerboard running CentOS 7. It has three NICs, and I use two of these. WAN-facing NIC : # /etc/sysconfig/network-scripts/if...
2004 Jan 28
5
Julian dates
Hi all, I have problems with years of dates using "chron" package. I don't understand why R by this istruction: > dates("01/02/29",out.format="d/m/year") [1] 02/Jan/2029 > dates("01/02/30",out.format="d/m/year") [1] 02/Jan/1930 reads "29" as 2029 and "30" as 1930. How could I change to read "00" to