Displaying 20 results from an estimated 40 matches for "xjf".
Did you mean:
x0f
2012 Sep 11
5
R on Android
Hello
I tried to install R on my Transformer Prime without root. I downloaded the
three files i found on:
http://rwiki.sciviews.org/doku.php?id=getting-started:installation:android
and i extract all the files, also without root my prime.
But now i can't install R with the files i extractet.
Is it possible to install R on my Prime without root and how can i do it?
Or is root a must, for
2012 Feb 15
2
Axcrypt for Wine
Hello,
I'm trying to use Axcrypt with Wine.
By googeling I found out that there are some Scripts existing to help out :)
I found this Post in your archive http://www.winehq.org/pipermail/wine-users/2007-December/028473.html
The Problem is that when I download the binary I cant extract it :( .. I'n not sure if the file has currupted because it is too old of if i'm just too stupid.
2007 Sep 28
3
[LLVMdev] Bugs in Getting Started Guide
...'new', so he can't see the
implications of such a decision.
Maybe a cook-book-receive would be more helpful. Don't present
options to the user, but give him a 'quick' result to work with.
$ wget http://this-file
$ wget http://that-file
$ tar xzf this-file
$ cd blah
$ tar xjf ../that-file
$ cd ..
$ ./configure --prefix=`pwd`/dist --some-more-options
$ make
$ PATH=dist/bin:$PATH
$ # now you can use llvm-gcc etc
Do you want me to work out such a thing?
2007 Sep 28
0
[LLVMdev] Bugs in Getting Started Guide
...plications of such a decision.
>
> Maybe a cook-book-receive would be more helpful. Don't present
> options to the user, but give him a 'quick' result to work with.
>
> $ wget http://this-file
> $ wget http://that-file
> $ tar xzf this-file
> $ cd blah
> $ tar xjf ../that-file
> $ cd ..
> $ ./configure --prefix=`pwd`/dist --some-more-options
> $ make
> $ PATH=dist/bin:$PATH
> $ # now you can use llvm-gcc etc
>
> Do you want me to work out such a thing?
Well, I kinda think its important to indicate where to put llvm and
llvm-gcc.. or at...
2010 Mar 03
3
dahdi and oslec
Hi All,
I have followed below steps to enable echo cancellation.
# cd /usr/src
# wget http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2
# tar xjf linux-2.6.28.tar.bz2
# tar zxvf dahdi-linux-2.1.0.4.tar.gz
# ln -s /usr/src/dahdi-linux-2.1.0.4 /usr/src/dahdi
# mkdir /usr/src/dahdi/drivers/staging
# cp -fR /usr/src/linux-2.6.28/drivers/staging/echo
/usr/src/dahdi/drivers/staging
# sed -i "s|#obj-m += dahdi_echocan_oslec.o|obj-m += dahdi_ec...
2009 Jan 03
1
OSLEC
Hello
oslec make error on RHEL 2.6.9 :
Warning: could not find versions for .tmp_versions/dahdi.mod
Warning: could not find versions for .tmp_versions/xpd_fxo.mod
Warning: could not find versions for .tmp_versions/xpd_fxs.mod
Warning: could not find versions for .tmp_versions/xpd_pri.mod
Warning: could not find versions for .tmp_versions/xpp.mod
Warning: could not find versions for
2014 Sep 08
0
how to install NUT on raspberry pi
On Sep 8, 2014, at 9:03 AM, Roger Price <roger at rogerprice.org> wrote:
> Charles: Since there is currently no user writeup for openSUSE in your list, maybe it would be useful to add this reference.
Roger, thanks for the reminder - I thought we had added that link a while ago. It's committed to Git now, but we need to untangle a few things before it will show up on the web server.
2014 Sep 08
2
how to install NUT on raspberry pi
On Mon, 8 Sep 2014, Charles Lepple wrote:
> On Sep 8, 2014, at 2:26 AM, Flavio.Boschiggia at infineon.com wrote:
>> I would like connect it by usb on my server raspberry pi.
>> Someone knows a simple tutorial to send me? I did some test without success.....
>
> We try to collect tutorial links here:
> http://www.networkupstools.org/documentation.html#_offsite_links
In
2024 Mar 01
3
installation: while running make, unable to run pdflatex on 'NEWS.tex'
...(64-bit)
Running under: Ubuntu 22.04.4 LTS
I installed from this file with corresponding md5sum
R-4.3.3.tar.xz 5602f5996107c346dba12a16e866d2e2
The specific commands I ran which led to the error were:
wget https://cran.r-project.org/src/base/R-4/R-4.3.3.tar.xz
mkdir R433
tar xJf R-4.3.3.tar.xz
cd R-4.3.3
./configure --prefix=/home/btyner/R433
make
Happy to provide any additional information needed.
2015 Jun 01
1
GlusterFS 3.7 - slow/poor performances
....
For my benches, as you can read below, I do some actions (untar, du, find, tar, rm) with linux kernel sources, dropping cache, each on distributed, replicated, distributed-replicated, single (single brick) volumes and the native FS of one brick.
# time (echo 3 > /proc/sys/vm/drop_caches; tar xJf ~/linux-4.1-rc5.tar.xz; sync; echo 3 > /proc/sys/vm/drop_caches)
# time (echo 3 > /proc/sys/vm/drop_caches; du -sh linux-4.1-rc5/; echo 3 > /proc/sys/vm/drop_caches)
# time (echo 3 > /proc/sys/vm/drop_caches; find linux-4.1-rc5/|wc -l; echo 3 > /proc/sys/vm/drop_caches)
# time (echo...
2008 Apr 18
1
swig 1.3.35 & R - is the R wrapper still maintained and of interest?
...p () at main.c:306
#17 0xb7e31e1c in Rf_mainloop () at main.c:974
#18 0x08048776 in main (ac=1, av=0xb805b668) at Rmain.c:35
#19 0xb7be8450 in __libc_start_main () from /lib/i686/cmov/libc.so.6
#20 0x08048691 in _start ()
To reproduce
?wget http://nn7.de/debugging/shogun-0.6.1+svn2882.tar.bz2
tar xjf shogun-0.6.1+svn2882.tar.bz2
cd shogun-0.6.1+svn2882/src
./configure --interface=R-modular
make
(wait a few minutes)
R
dyn.load('features/Features.so')
#source("features/Features.R") # not even necessary.
Note that shogun works for both python and octave nicely...
?So the ques...
2014 Feb 28
1
minor issue using opus-tools
...ript working i will publish it.
?
to install ogg, i followed this link:
http://www.linuxfromscratch.org/blfs/view/svn/multimedia/libogg.html
here is my script so far and the results. ?
curl ?ftp://downloads.xiph.org/pub/xiph/releases/ogg/libogg-1.3.1.tar.xz ? ?>libogg-1.3.1.tar.xz ? ;
tar ?-xJf ? libogg-1.3.1.tar.xz ?;
?cd ? libogg-1.3.1 ?;
?./configure --prefix=/usr --docdir=/usr/share/doc/libogg-1.3.1 --disable-static ?;
make ?&& make check && make install ;
curl ?http://downloads.xiph.org/releases/opus/opus-1.1.tar.gz ? ?> opus-1.1.tar.gz ?;
gzip -d ?opus-1.1.tar.g...
2009 Jan 22
1
oslec + dahdi
Hi list, I install dahdi-linux successfully with the module of oslec
for the echo, but when I specify it in the system.conf the echo
canceller oslec it shows me errors:
DAHDI_ATTACH_ECHOCAN failed on channel 4: Invalid argument (22)
I see that the echo cancellers is supported: mg2, kb1, sec2, and sec
because oslec is not supported?, but he has support to compile it with
dahdi_linux!
best
2016 Nov 18
3
SCL devtoolset-3 or 4 without eclipse?
Is there a way to install devtoolset packages without the bloat of eclipse?
I just want the new compiler and toolchain, not a big IDE.
BTW devtoolset-3 dependencies are broken in yum with C6
yum install devtoolset-3
...
---> Package devtoolset-3-perftools.x86_64 0:3.1-12.el6 will be installed
--> Processing Dependency: devtoolset-3-dyninst for package:
2015 Jun 02
2
GlusterFS 3.7 - slow/poor performances
...an read below, I do some actions (untar, du,
> find, tar, rm) with linux kernel sources, dropping cache, each on
> distributed, replicated, distributed-replicated, single (single brick)
> volumes and the native FS of one brick.
>
> # time (echo 3 > /proc/sys/vm/drop_caches; tar xJf
> ~/linux-4.1-rc5.tar.xz; sync; echo 3 > /proc/sys/vm/drop_caches)
> # time (echo 3 > /proc/sys/vm/drop_caches; du -sh linux-4.1-rc5/; echo
> 3 > /proc/sys/vm/drop_caches)
> # time (echo 3 > /proc/sys/vm/drop_caches; find linux-4.1-rc5/|wc -l;
> echo 3 > /proc/sys/v...
2014 Jul 24
3
RV: About your driver NUTDRV_ATCL_USB(8) for install
...re && sudo make install
cd ..
#libusb and libusb-compat from source
wget "http://downloads.sourceforge.net/project/libusb/libusb-1.0/libusb-1.0.18/libusb-1.0.18.tar.bz2?r=http%3A%2F%2Fwww.libusb.org%2F&ts=1404210716&use_mirror=softlayer-ams"
-O libusb-1.0.18.tar.bz2
tar -xjf libusb-1.0.18.tar.bz2
cd libusb-1.0.18
./configure && sudo make install
cd ..
wget "http://downloads.sourceforge.net/project/libusb/libusb-compat-0.1/libusb-compat-0.1.4/libusb-compat-0.1.4.tar.bz2?r=http%3A%2F%2Fwww.libusb.org%2F&ts=1404210428&use_mirror=softlayer-ams"
-O...
2011 Jan 19
0
[LLVMdev] Fwd: About test suits Cont1
...source
tree is /home/qali/llvm-2.8*
(3) cd llvm-2.8/projects
(4) svn co http://llvm.org/svn/llvm-project/test-suite/trunk test-suite* //
now I check out the test suite into /home/qali/llvm-2.8/projects*
(5) cd /home/qali/install;* // This is my Install directory for all
applications*
(6) tar xjf llvm-gcc4.2-2.8-x86_64-linux.tar.bz2* //Now, the binary
file for llvm-gcc is in /bin, since what I downloaded was the binary version
*
(7) cd /home/qali/Build; mkdir llvm-2.8; cd llvm-2.8*; **//
Now, it is in my top directory for building llvm: /home/qali/Build/llvm-2.8*
(8) /ho...
2005 Sep 12
1
AW: Debian Sarge, Kernel 2.6.13 and AVM Fritz!PCI v2.0 card
...--------------------------------------------------
Install helpers:
apt-get install kernel-package ncurses-dev fakeroot wget bzip2
Go to usr directory:
cd /usr/src
wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.13.1.tar.bz2
Unpack the kernel sources and change into directory:
tar xjf linux-2.6.13.1.tar.bz2
ln -s /usr/src/linux-2.6.13.1 /usr/src/linux cd linux/
copy /boot/config-2.v.v.v to /usr/src/linux/.
It is normally a good idea to take the configuration of your existing
(working!) kernel 2.6 as a starting point for the configuration of your new
kernel. Usually the current...
2014 Sep 08
8
how to install NUT on raspberry pi
...ure && sudo make install
cd ..
#libusb and libusb-compat from source
wget "http://downloads.sourceforge.net/project/libusb/libusb-1.0/libusb-1.0.18/libusb-1.0.18.tar.bz2?r=http%3A%2F%2Fwww.libusb.org%2F&ts=1404210716&use_mirror=softlayer-ams"
-O libusb-1.0.18.tar.bz2
tar -xjf libusb-1.0.18.tar.bz2
cd libusb-1.0.18
./configure && sudo make install
cd ..
wget "http://downloads.sourceforge.net/project/libusb/libusb-compat-0.1/libusb-compat-0.1.4/libusb-compat-0.1.4.tar.bz2?r=http%3A%2F%2Fwww.libusb.org%2F&ts=1404210428&use_mirror=softlayer-ams"
-O...
2016 Nov 18
0
SCL devtoolset-3 or 4 without eclipse?
...allingGCC
Step 1) Download and extract the tarball for the gcc version you need.
I'll use gcc-5.4.0 in this example. Substitute whichever version you
actually need.
#############################################################
wget http://ftpmirror.gnu.org/gcc/gcc-5.4.0/gcc-5.4.0.tar.bz2
tar xjf gcc-5.4.0.tar.bz2
#############################################################
Step 2) The tarball does not contain gmp, mpc, mpfr, and isl libs. To
get them, and have them compiled in when you build gcc, you *MUST* run
the "download_prerequisites" script from the top-level GCC source...