similar to: [OT] stable algorithm with complexity O(n)

Displaying 20 results from an estimated 3000 matches similar to: "[OT] stable algorithm with complexity O(n)"

2008 Jul 30
4
enterprise backup solution (probably amanda?)
Hello guys, hope i am not making an offtopic Currently we are looking for storage/backup solution in our company. Basically we need to backup data incrementaly from windows server and centos server + subversion repositories. So far i believe amanda would be best for this situation and also has good reference. Is there anything else - i would be glad to have space for research and choose
2007 Jul 08
2
non-privaledged reboot ???
Greetings On centos 5, if I ssh in as a regular non-superuser account and go to the sbin dir to issue a reboot command, it wont do it as says you must be superuser If you are on the console logged in as a non-superuser account and do the same thing, it will reboot. Is this a feature, or a bug? - rh
2008 Dec 16
2
utility to find which /dev/videoX
is there a utility or SOME method to determine which /dev/videoX (like /dev/video0 or /dev/video1) is being used by a device??? Example I have a USB camera and a USB TV module how do I determine which device is on /dev/video0 and which is on /dev/video1 I have seen perhaps a way in dmesg but I am looking for the BEST way and the correct way. Thanks, Jerry
2009 Apr 08
2
USB Thumb Drive Confusion
I am running CentOS 4.7. I have a USB flash (thumb) drive that has a bunch of files placed there by Windows. I plugged it into the CentOS machine, and when I listed the files under "/media/usb-name", there was nothing there. I created an empty file: touch blah and it showed up when I did list it. I noticed, checking dmesg that it was attached to /dev/sdb. So I did a quick
2008 Aug 08
3
ext2online / ext2resize
I'm running CentOS 5.2 x x86_64. I did an lvextend of a logical volume, and proceeded to run one of the ext2 utilities (e.g. ext2online, ext2resize) and found to my surprise that it wasn't on there. So I started googling around, and as far as I can see, though I'm not sure, they're supposed to be a part of the e2fsprogs package. Well, it's installed on the system, at least
2008 Nov 09
2
can I use 2 HDD's with the same LVM labels at the same time?
Hi all, I need to add a drive with the same LVM labels (i.e. system) to a machine with a drive with the same label. How can I access the data on both drive's LVM partitions at the same time? -- Kind Regards Rudi Ahlers
2009 Jan 08
3
How to select a block in gnome-terminal or in vim
Hi, When I connect to a Cisco router and issue the show ip interface command, the output is similar as follows: Interface IP-Address OK? Method Status Protocol Ethernet0/0 192.168.12.1 YES NVRAM up up Serial0/0 unassigned YES NVRAM administratively down down Ethernet0/1 unassigned YES NVRAM administratively down
2015 Mar 25
2
Bind9 Flat to Bind9 DLZ
Hi Team, Samba Version = 4.2 Bind = 9.10 with dlz Not able to to view replication.(samba-tool drs showrepl) [root at dc2]# samba-tool drs showrepl (want to highlight the name which is using to connect) ERROR(<class 'samba.drs_utils.drsException'>): DRS connection to *dc2.ik.lan.mum* failed - drsException: DRS connection to dc2.ik.lan.mum failed: (-1073741772, 'The
2006 Jul 29
10
Out Of office
Ik ben afwezig vanaf 29/07/2006 en ik ben niet eerder terug dan 23/08/2006. Ik ben met verlof van 31 juli tot en met 22 augustus. Voor dringende zaken kan je mailen naar helpdesk@vlafo.be. --------------------------------------------------------------------------------- DISCLAIMER : De personeelsleden van het agentschap doen hun best om in e-mails betrouwbare informatie te geven. Toch kan
2008 Mar 18
1
offtopic : sharepoint alternative question
Hi, i am sorry for little oftopic - but i am looking for M$ Sharepoint open-source alternative. I allready tought it could be Alfresco, but i need something more - wiki . Or i will install also some wiki and connect it trought ldap. But, i am asking you friends - maybe you have some experiencies in your enviroment. Thanks in advance! David, -------------- next part -------------- An HTML
2008 Feb 20
2
intersecting rows of a matrix
useR's, First, I would like to say thanks to John Fox for providing this segment of code to perform intersection for multiple sets: intersection <- function(x, y, ...){ if (missing(...)) intersect(x, y) else intersect(x, intersection(y, ...)) } I want to execute this function on the rows of a matrix I have: Ik.mat.test <- matrix(c(2,3,6,1,2,6,6,1,2),byrow=T,nrow=3) > Ik.mat.test
2008 May 02
2
rpm -Va
I ran rpm -Va and received almost a thousand bad entries on a clean install of 5.1 after doing some 'rpm -e' ... S.5..... /usr/sbin/ypserv_test S.5..... /usr/sbin/ypset S.5..... /usr/sbin/yptest S.5..... /sbin/rngd S.5..... /usr/bin/rngtest S.5..... /lib/security/pam_ccreds.so S.5..... /usr/sbin/cc_dump S.5..... /usr/sbin/cc_test S.5..... /usr/lib/libpng12.so.0.10.0
2008 Apr 24
3
TCPWrappers + Sendmail = not working
I have set up entries in /etc/hosts.allow and /etc/hosts.deny as follows: /etc/hosts.allow sendmail : 10.0.0.0/255.0.0.0 sendmail : LOCAL /etc/hosts.deny sendmail : ALL When I try to connect to port 25 from an Internet host via telnet, the server still responds as usual. The only difference I see is this in my /var/log/maillog: Apr 24 15:41:49 server sendmail[20691]: m3OKfna20691: tcpwrappers
2008 Aug 01
3
'initrd' image of CentOS (domU) on Ubuntu (dom0)
Hello, What is the best way to get the xen enabled CentOS 5.2 vmlinuz and initrd images for use as a guest domain (domU) on Ubuntu host domain (dom0). Is there a site where these are available? I am hoping that I could use the vmlinuz from the latest kernel rpm, if I go that route, how could I generate the initrd image given that my host is Ubuntu? These are for use with post install of domU,
2008 Sep 07
2
xulrunner-devel package missing many header files
Hi, I've just installed xulrunner-devel from yum, but there are following header files cannot be found in xulrunner-sdk-1.9/sdk/include: mozilla-config.h mozilla-config32.h prtypes.h The include/xulrunner-sdk-1.9 constains those above header files, I did link to them, but xulrunner-sdk-1.9/system_wrappers/prtypes.h has a problem as well: #pragma GCC system_header #pragma GCC visibility
2009 Oct 31
1
Help me improving my code
Hi, I am new to R. My problem is with the ordered logistic model. Here is my question: Generate an order discrete variable using the variable wrwage1 = wages in first full calendar quarter after benefit application in the following way: * wage*1*Ordered *= 1 *if*0 *· wrwage*1 *< *1000 2 *if*1000 *· wrwage*1 *< *2000 3 *if*2000 *· wrwage*1 *< *3000 4 *if*3000 *· wrwage*1 *<
2007 Nov 03
4
Help with GTK and putty
I'm trying to install the latest version of putty GUI ssh client on my C5 box, but get the error: ./configure: line 2353: syntax error near unexpected token '1.2.0,' ./configure: "AM_PATH_GTK(1.2.0, all_targets="all-cli all-gtk", all_targets="all-cli)' What am I missing? I thought I had GTK fully installed. Maybe I don't? I tried a yum install
2007 May 21
3
Installing to other than "/" label
I have a system with Fedora installed on the partition with label "/". Can I install CentOS on a new empty partition (/dev/cciss/c0d3p1), or do I need to remove the "/" label on the Fedora partition and change Fedora's fstab to mount by physical partition? I'd like to keep Fedora as a fall-back OS until I have CentOS completely up and working. My Fedora fstab:
2009 Jan 17
3
[Cucumber] Struggling with "multiple step definitions"
Hey gang, I find myself struggling with multiple step definitions in cucumber all the time. I regularly test the contents of my flash[:notice] in steps, since I think that''s part of the behaviour of the app. So, while implementing a new feature, I ran into the following error: /opt/local/lib/ruby/gems/1.8/gems/cucumber-0.1.15/bin/../lib/cucumber/ step_mother.rb:81:in
2008 Jun 18
4
rpmfusion status?
Unless I've missed something (which is possible) there hasn't been any "public progress announcements" regarding rpmfusion in the past several weeks. Is there anything new to report? My ulterior motive is that I would love to have the convenience of a one-stop rpm shop for Centos/RHEL and Fedora, and it's my understanding that's what rpmfusion is intended to be... --