Displaying 2 results from an estimated 2 matches for "yff".
Did you mean:
yf
2013 Apr 18
0
Splitting vector
Hi,
Try:
vec1<- "mue#d/sjbijk at ruepvnvbnceiicrpgxkgcyl@keduhqvqi/ubudvxopddpfddgitrynzshzdcwgneyffrkpbxwilwqngrsals#geqmtkcpkp/qecgdfa#uag"
library(seqinr)
?res<-lapply(0:4,function(i) lapply(2:5,function(j) splitseq(s2c(gsub("[#@/]","",vec1)),word=j,frame=i)))
#or
library(stringr)
res1<-lapply(0:4,function(i) lapply(2:5,function(j) splitseq(s2c(str_replace_all(v...
2002 Oct 22
1
Is this a ext related problem?
...) to ext2 using tune2fs.
The commandline was: tune2fs -j /dev/sdb1. After tune2fs finished its
work i shutdown the system again. I logged in an did following steps:
- umount /dev/sdb1
- changed /etc/fstab entry for sdb1 from ext2 to ext3
- mount -t ext3 /dev/sdb1 /home
- umount /dev/sdb1
- e2fsck -yfF /dev/sdb1
e2fschk detects immediately a lot of errors. First i thought the kernel
which i build is bad. So i tried to install RedHat 8.0, but there was
exact the same behavior as Debian. APIC error on cpu(0). Next i tried
RedHat 7.3. The installation succeded. I choose already at the
installation...