Displaying 9 results from an estimated 9 matches for "xjvf".
2012 Jun 17
1
Format for giving examples of commands
Hello,
Is there a standard format for quoting examples of commands to be
entered by the user?
I've given the following example commands:
cd /tmp
wget http://www.skype.com/go/getskype-linux-beta-static
cd /opt
tar xjvf /tmp/skype_static-4.0.0.7.tar.bz2
rm /tmp/skype_static-4.0.0.7.tar.bz2
ln -s skype_staticQT-4.0.0.7 skype
Someone changed them to add prompts:
[root at host]# cd /tmp
[root at host]# wget http://www.skype.com/go/getskype-linux-beta-static
[root at host]# cd /opt
[root at host]# tar xjvf /tmp/skyp...
2009 Jan 15
5
[PATCH 0/3] ocfs2: Inode Allocation Strategy Improvement.v2
Changelog from V1 to V2:
1. Modify some codes according to Mark's advice.
2. Attach some test statistics in the commit log of patch 3 and in
this e-mail also. See below.
Hi all,
In ocfs2, when we create a fresh file system and create inodes in it,
they are contiguous and good for readdir+stat. While if we delete all
the inodes and created again, the new inodes will get spread out and
that
2008 Nov 16
1
Compiling on OS X
Howdy,
Anyone building vanilla Wine on OS X? I've installed Xcode as well as
X11, but still get quite a few configure errors:
configure: libhal development files not found, no dynamic device support.
configure: libgnutls development files not found, no schannel support.
configure: libsane development files not found, scanners won't be supported.
configure: libgphoto2 development files
2004 Apr 26
1
patching kernel and iptables for IMQ
I have a linux box with kernel 2.4.22 and iptables 1.2.9
First, i patch linux kernel with Norbet Buckmuller''s .diff
#cd \usr\src\linux
#patch -p1 < imq-combo-debian-2.4.22.diff
All correct
Second, i -try to- patch iptables (following www.linuximq.net/faq.html)
#cd /usr/src/linux/net/ipv4/netfilter
I edit IMQ.pom-ng.patch and replace $KERNEL_DIR with /usr/src/linux
#patch
2007 Nov 10
5
Best laptop for CentOS
Which is the best laptop to run centos on and where can I buy one
without Windows Vista pre loaded cause I will uninstall it any way.
Please tell me the best sites that ship worldwide.
2009 Jul 24
2
ffmpeg2theora: Undefined symbols?
...SVN on Mac OS X
version 10.5.7. I'm using libogg 1.1.4, libvorbis 1.2.3 and Thusnelda
built from SVN...
jason$ svn co http://svn.xiph.org/trunk/ffmpeg2theora/
...
Checked out revision 16330.
jason$ cd ffmpeg2theora;curl -C - -O http://www.ffmpeg.org/releases/ffmpeg-0.5.tar.bz2
jason$ tar xjvf ffmpeg-0.5.tar.bz2;rm ffmpeg-0.5.tar.bz2;mv ffmpeg-0.5
ffmpeg
jason$ patch ffmpeg/libavcodec/resample.c patches/6to2channel-
resample.patch
patching file ffmpeg/libavcodec/resample.c
Hunk #1 succeeded at 53 with fuzz 1 (offset 16 lines).
Hunk #2 succeeded at 115 (offset 16 lines).
Hunk #3 succee...
2007 Dec 19
4
Problem compiling R 3.6.1 on POWER 570 system
I've for a RHEL 4 box on a P570 system. My end user wants to have a
64-bit version of R compiled due to the large amount of memory they
require (this image has 16GB allocated to it).
I can compile R fine in 32-bit mode, but it can't use more than 2.4GB of
RAM before it falls over and dies.
Compiling in 64-bit mode for POWER systems "should" be as easy as adding
a
2004 May 17
3
wrong file size
I'm having a problem coping a 5GB file from
Windows NT 4 TSE to samba 3.0.4
This is the output from stat on this file:
File: `priv.edb'
Size: 5393883136 Blocks: 8388728 IO Block: 4096 regular file
Device: 308h/776d Inode: 9 Links: 1
Access: (0744/-rwxr--r--) Uid: (10000/DOMAIN\!schedule) Gid: (10000/DOMAIN\Domain Users)
Access: 2004-05-17 10:07:22.000000000
2005 Dec 06
4
BIG Samba howto for debian only.
...a
apt-get build-dep samba
cd samba-3.0-14a
vi source/include/version.h
here remove the a from the 14 ( 3.0.14a => 3.0.14 )
./debian/rules configure-stamp
cd source
./make proto
cd ../..
wget
http://switch.dl.sourceforge.net/sourceforge/openantivirus/samba-vscan-0.3.6
b.tar.bz2
tar xjvf samba-vscan-0.3.6b.tar.bz2
cd samba-vscan-0.3.6b
./configure
--with-samba-source=/usr/src/sources/samba-3.0.14a/source
make && make install
cp clamav/vscan-clamav.conf /etc/samba/samba-vscan-clamav.conf
change in the samba-vscan-clamav.conf
clamd socket name = /var/run/clamav/cla...