search for: morestuff

Displaying 12 results from an estimated 12 matches for "morestuff".

2006 Jan 13
4
missing foreign key fields in scaffold views
Is there any reason that foreign key fields do not show in any of the scaffold views ? project table: id serial primary key, category_id integer, user_id integer, name varchar, morestuff varchar foreign key (category_id) references categories(id), foreign key (user_id) references users(id) scaffold generated views only show name, morestuff fields
2015 Mar 06
3
LVM encryption and new volume group
Hi Chris, thanks for your answer. It is the first time I decided to encrypt my lvm. I choosed to encrypt the volume group, not every logical volume itself, because in case of doing lvm snapshots in that group they will be encrypted too? And how do I create a new encrypted volume group? Regards Tim Am 6. M?rz 2015 01:58:23 MEZ, schrieb Chris Murphy <lists at colorremedies.com>: >On
2009 Oct 05
2
gnu --target-dir, how to fake with rsync?
...option. It lets you put the destination directory as the first argument to cp and mv instead of the last argument. They added the option to get cp & mv working well with xargs for stuff like this: find ./ -type file -mindepth 3 -print0 | xargs -r0 cp --target-dir=/home/sam/stuff/otherstuff/morestuff -- then xargs puts all of the files found by find after the -- Before I learned about this argument I used to do stuff like the "-i" and "-n" options find ./ -type file -mindepth 3 -print0 | xargs -r0 -iTARGET -n1 cp TARGET /home/sam/stuff/otherstuff/morestuff Which limits...
2012 Jun 17
1
[LLVMdev] Adding code after compilation
Hi, I want to be able add a function to a module after it is (partly) compiled in JIT. Let's say we have these functions: Foo() { Stuff; } Bar() { Foo(); MoreStuff; } I want to have a module with Foo optimized and have a callable pointer to Foo. Later, I want to generate Bar, optimize it (so Foo is inlined) and than get a callable pointer to Bar. Is this possible? If so, is there a way to run the optimizer so it will only process Bar, taking less time? Than...
2015 Mar 06
0
LVM encryption and new volume group
...that command directly or it'll wipe the LUKS header on your current drive. You have to change the /dev/sdX designation to point to the new drive or partition. 2 cryptsetup luksOpen /dev/sdX newdrive 3. pvcreate /dev/mapper/newdrive 4. vgcreate newvg /dev/mapper/newdrive 5. lvcreate -L 300G -n morestuff newvg 6. mkfs.xfs /dev/mapper/newvg-morestuff Adapt as needed. Don't forget crypttab is used to point to the LUKS volume, once it's unlocked the PV is revealed and lvm will activate the VG and the LVs on it, and then in your fstab you'll have the UUID for the XFS volume and mount this...
2010 Jul 09
1
KLdiv produces NA. Why?
I am trying to calculate a Kullback-Leibler divergence from two vectors with integers but get NA as a result when trying to calulate the measure. Why? x <- cbind(stuff$X, morestuff$X) x[1:5,] [,1] [,2] [1,] 293 938 [2,] 293 942 [3,] 297 949 [4,] 290 956 [5,] 294 959 KLdiv(x) [,1] [,2] [1,] 0 NA [2,] NA 0 Best, Ralf
2002 Oct 10
1
Exclude symbolic link to a directory?
...one of the subdirectories of /local (call it /local/stuff) needs to be a symbolic link to a directory on another device. So, the situation looks like this: Most machines: A few machines: /local /local |-- stuff |-- stuff -> /elsewhere/stuff |-- things | |-- morestuff |-- morestuff `-- stillmorestuff `-- stillmorestuff (obviously the trees are much larger than this, but you get the idea.) The master copy of /local contains the directory "stuff", not a symbolic link. The problem is, when I rsync /local on the few machines that have a s...
2015 Mar 08
1
LVM encryption and new volume group
...wipe the LUKS header > on your current drive. You have to change the /dev/sdX designation to > point to the new drive or partition. > > 2 cryptsetup luksOpen /dev/sdX newdrive > 3. pvcreate /dev/mapper/newdrive > 4. vgcreate newvg /dev/mapper/newdrive > 5. lvcreate -L 300G -n morestuff newvg > 6. mkfs.xfs /dev/mapper/newvg-morestuff > > Adapt as needed. Don't forget crypttab is used to point to the LUKS > volume, once it's unlocked the PV is revealed and lvm will activate > the VG and the LVs on it, and then in your fstab you'll have the UUID > for...
2009 Mar 17
0
Errors on mbox to Maildir conversion
I have Julian Fitzell's migrateuser.sh script which uses mb2md-3.20.pl to convert a mailbox in mbox format to Maildir. I have set up a test user called "mailtest" which has mail as follows: /var/mail/mailtest /home/mailtest/mail/ Drafts MoreStuff Sent Items Stuff After the conversion I want all this user's mail to be in /home/mailtest/Maildir/ I'm not quite sure how to run the migrateuser.sh script, but I think it's like this (run as user mailtest): $ /usr/local/bin/mb2md/migrateuser.sh mailtest /home/mailtest...
2008 Apr 22
1
Feed list of vectors to vioplot()?
Hi, I have a list of vectors and am trying to coerce them into something that vioplot will take as groups of data to be plotted independently. Can someone nudge me into the right direction? Thanks, Joh
2009 Aug 19
1
sed append question
Hey guys, I am trying to make sed append every line containing a string with another line. problem is the appended line needs to start with a tab: # sed -i '/string/a \tstuff\t\t\tmorestuff' file Obviously \t or \x09 etc doesn't get interpreted unless there are other characters before it? How can I get this to begin with a <tab>? Thanks! jlc
2007 Mar 14
5
sendmail and rbl blocking - generating statistics
I have enabled the feature in sendmail.mc to check with spamhaus for spammers. However since this block is being made at MTA level, I would like to know is something can be done to obtain statistics of blocked attemps. thanks -- ------------------------------------------------------------ Erick Perez Panama Sistemas Integradores de Telefonia IP y Soluciones Para Centros de Datos Panama,