similar to: Get the last 3 chars of a string

Displaying 20 results from an estimated 500 matches similar to: "Get the last 3 chars of a string"

2007 Oct 15
2
Get data from matrix
Hi, I have a matrix that has a variable number of columns. I do not know, a priori, the number of columns. How can I get a sub matrix, for example, from row 10 to the end of the columns? In MatLab I would use something like this: SubMatrix = Matrix[10, 1:end] Thanks a lot. -- View this message in context: http://www.nabble.com/Get-data-from-matrix-tf4629336.html#a13218653 Sent from the R
2003 Jan 06
8
PXE booting
Hi! I have been using pxelinux with memdisk to boot our workstations with our custom floppy, which is a MSDOS boot disk (actually it is win98) On one of the PC's I'm testing, a Fujitsu-Siemens which has an AMDtek based on-board network card and when PXE is activated, it gets an IP from the DHCP, then it finds the TFTP server, downloads pxelinux.0, executes it which causes the floppy to
2004 Jul 10
10
Syslinux 2.10 does not load initrd anymore
Hello all, I just installed syslinux 2.10 on my usb-stick. It still boots then, but doesn't load initrd.gz (same config file..). Reverting back to syslinux 2.09 works fine, eg: initrd.gz is loaded. Something changed in initrd handling code? greetz, Jaap Crezee NB I am willing to share you more information or hints how to solve the problem. I am using kernel 2.6.7-bk20
2005 Aug 30
6
SYSLINUX 3.11-pre10
Okay, the serial port feature in 3.11-pre9 was of course completely broken (I seem to have bad luck with -pre9's :)... a 3.11-pre10 is now available, and it does seem to have a more reliable handling of arrow keys ... *but not perfect*. There simply is no way to reliably detect both [Esc] and arrow keys on existing serial consoles. -hpa
2002 Nov 12
6
tftpd server
Hi In the pxelinux page, is referred that the tftpd server from http://tftpd32.jounin.net as working with pxelinux. However, from the tests I've made, it seems that the 'tsize' option is not supported. Anyone has knowledge of a working TFTPD server that runs on Windows NT4? p.s. it can be shareware, I just want to test it with NT4, I have had success with the 'builtin'
2006 Oct 06
4
scope creep "serial console usb"
Can extlinux / syslinux use a usb port for the console? Hi all, I just picked up a energy efficient server with built in 3 hour ups, toshiba Laptop. I've been using serial consoles for monitoring and controlling the boot process, but this laptop has only usb ports. Can Extlinux use ttyUSB0 for the console? I love the extlinux for booting usb devices. Thank you for the hard work,
2009 May 27
3
Menus, choices and optional parameters
Hi all, I'm in need of creating a simple menu where two options must be available: 1) (default) Boot from local harddrive 2) start installation 2) option should display a simple text disclaimer and if agreed it then would ask for a number from 32 to 254 which is then appended to one of commandline parameters. I have quite a lot of experience with [sys|pxe|iso]linux and some programming
2020 Jul 23
2
Re: Routed network can't reach outside network
On Thu, Jul 23, 2020 at 3:54 PM Daniel P. Berrangé <berrange@redhat.com> wrote: > No, don't change it to 0. We need ip_forward enabled as you say. > That's what I thought. I'm leaving it as it is. > Correct. The KVM host knows where the 10.2.2.1/24 subnet is - it owns > it. The other hosts on your LAN don't know anything about 10.2.2.1/24, > so if they
2003 Apr 15
3
pxelinux and startrom.com
Hello all, I'm having difficulty getting pxelinux to chain load Microsoft's startrom.com. startrom.com starts up, but upon pressing F12 i get an immediate "TFTP Download failed". Any thoughts? Thanx Barry __________________________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo http://search.yahoo.com
2008 May 05
2
COM32 and network access
Hi! i'm kinda investigating the possibility of using COM32 to manage an in-house installation method. For this to work, we need to have network access (HTTP preferred) from within COM32 itself. That or any kind of query/response type of network access. This is an example of what we could use: GET /somewhere/blah.asp?MACHINE=THIS and parse the response from the server. We're completely
2009 Nov 18
2
Website
Hey! Our flac's official website is looking so old, isn't it? Let's reformulate it. I wanna do this, anyone else? Regards, Lucas Correia -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20091118/cabc7c52/attachment.htm
2007 Nov 24
19
R/W lock portability issue
Hi, I am having a problem porting Solaris R/W lock functionality to Linux. The problem is that RW_LOCK_HELD() doesn''t have an equivalent function in pthreads. This was not a problem before because RW_LOCK_HELD() was only used in ASSERT statements. In this case, I was able to make it work by making it behave a bit differently (specifically, it would return true if *any* thread was
2007 May 09
5
Refactor zfs_zget()
Hi, Since almost all operations in the FUSE low-level API identify files by inode number, I''ve been using zfs_zget() to get the corresponding znode/vnode in order to call the corresponding VFS function in zfs_vnops.c. However, there are some cases when zfs_zget() behaves slightly different than I need: 1) If zp->z_unlinked != 0 then zfs_zget() returns ENOENT. I need it to return
2007 Jan 23
4
Assertion in arc_change_state
Hi, My current code is tripping the following assertion: lib/libzpool/build-kernel/arc.c:736: arc_change_state: Assertion `new_state->size + to_delta >= new_state->lsize (0x2a60000 >= 0x2a64000)` failed. gdb info: Program terminated with signal 6, Aborted. #0 0x00002afcd767847b in raise () from /lib/libc.so.6 (gdb) bt #0 0x00002afcd767847b in raise () from /lib/libc.so.6 #1
2009 Feb 02
8
ZFS core contributor nominations
The time has come to review the current Contributor and Core contributor grants for ZFS. Since all of the ZFS core contributors grants are set to expire on 02-24-2009 we need to renew the members that are still contributing at core contributor levels. We should also add some new members to both Contributor and Core contributor levels. First the current list of Core contributors: Bill
2007 Oct 09
3
How to create something between a script and a package
(Before starting: I'm a total R noob so please bear with me in case of any error or faux pas). Hi, For a small project, I'm writing a few simple R functions and calling them from python (using RPy). I'm sharing the code with a couple of friends, using a subversion server. Now, I want something like a package, to be able to share functions between ourselves. Having read a few package
2002 May 25
4
boot speed
To: Syslinux From: John Plunkett When Syslinux is used with floppy disks with a 1.44 MB format the boot proceeds at a good speed with no problems. When a format over 1.44 MB is used, the boot takes up to ten minutes. Is there a special setting for booting from floppy disks over 1.44 MB's? Is there documentation on how to configure with floppy disks with a format over 1.44 MB's? Thanks,
2020 Jul 19
4
Routed network can't reach outside network
Greetings folks. I've setup libvirtd on my manjaro linux laptop. Got a couple of VM's running (Win10 and Debian10) through NAT without any issues. This is what the current network diagram looks like and it works fine: +-----------------------------------+ | +---------------------+ | | |
2006 Oct 18
1
Eth0 in Promisc mode
Hello, Is it normal that eth0 in domain0 is in promisc mode ? [root@vmaster ~]# ifconfig -a eth0 Link encap:Ethernet HWaddr 00:0B:CD:4D:C4:8A inet addr:XXX.XXX.XXX.XXX Bcast:XXX.XXX.XXX.XXX Mask: 255.255.255.248 inet6 addr: fe80::20b:cdff:fe4d:c48a/64 Scope:Link UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1 RX packets:3602633 errors:0
2012 Mar 15
3
Problem with stored configs / Invalid unicode escaping
Hello, i have a problem with stored configs since the migration from "sqlite" to "postgresql". dho@appelbaum:~$ sudo puppetd --test --verbose info: Retrieving plugin info: Loading facts in disks info: Loading facts in users info: Loading facts in mountpoints info: Loading facts in disks info: Loading facts in users info: Loading facts in mountpoints err: Could not retrieve