Displaying 20 results from an estimated 1100 matches similar to: "wget'ing files relative paths?"
2011 Jun 19
1
save and load in R
I have a list of txt files that I want to convert into .rdata R data
object.
filenames
1. "./file1.txt"
2. "./file2.txt"
3. "./file3.txt"
4. "./file4.txt"
5. "./file5.txt"
6. "./file6.txt"
7. "./file7.txt"
8. "./file8.txt"
9. "./file9.txt"
10. "./file10.txt"
I saved these files as
for ( i in
2004 Sep 01
2
ocfs doesn't free space?
an ocfs-volume was nearly full (only 800MB free). i deleted some
datafiles to free space:
$ df -h .
Filesystem Size Used Avail Use% Mounted on
/dev/sdp1 10G 5.3G 4.8G 53% /db/DPS
so there are more than 4GB available.
$ sqlplus /nolog
SQL*Plus: Release 9.2.0.4.0 - Production on Wed Sep 1 12:57:48 2004
Copyright (c) 1982, 2002, Oracle Corporation. All rights
2012 Jun 19
2
we want to delete all files in a folder except the files with the most recent date
Hi,
We want to delete all files in a folder except the files with the most recent date
example
ls -l
jun 3 10:45 file1
jun?3 12:20 file2
jun 2 10:20 file3
jun 2 05:00 file4
jun 1 12:00 file5
jun 1 10:00 file6
jun2 en jun1 must be deleted
regards,
2018 Mar 13
1
trashcan on dist. repl. volume with geo-replication
Hi Kotresh,
thanks for your repsonse...
answers inside...
best regards
Dietmar
Am 13.03.2018 um 06:38 schrieb Kotresh Hiremath Ravishankar:
> Hi Dietmar,
>
> I am trying to understand the problem and have few questions.
>
> 1. Is trashcan enabled only on master volume?
no, trashcan is also enabled on slave. settings are the same as on
master but trashcan on slave is complete
2001 Mar 15
1
Printing problems with wine
Hello,
I have some Problems with getting WINE to print. I'm using wine on a
non-Windows machine with Debian Potato. Everything works fine except
printing. When I try to print something I always get something like
"Printer not setup properly".
The errormessage from wine is
err:psdrv:PSDRV_AFMGetCharMetrics No whitespace found.
My .wine/config -file looks like this:
[parallelports]
2007 Oct 09
5
Playing with ReadFileScatter()
Hi all,
Looking at the IO.readlines source in io.c, it looks to me like they
grab 8k chunks, split on the input record separator, and buffer accordingly.
Since it looks like ReadFileScatter() does some of that work
automatically (in page file sized chunks), I thought I''d give it a try.
Here''s what I''ve got, but it doesn''t work. I have an incorrect parameter
2002 Feb 05
0
OLE Automation registry entry error
Hello all,
I'm trying to install a VB application that plays out pre-recorded voice
messages (.wav). It was custom made for my employer with VB5.0 for Winnt.
When I try to install it on my Linux (only) machine, I get the following
error message box:
"Avertissement: Une erreur s'est produite lors de la mise ? jour des entr?es
OLE automation de la base de registre
Echec erreur
2016 Dec 06
2
rvest
Estimados
Hace un tiempo que no uso rvest, corrí un código viejo, anda sin problemas, escribo el nuevo y hay algo que me olvide.
Básicamente desde el navegador de internet selecciono el xpath, copio y pego este en R, pero me sale el siguiente error.
> text <- Pagina.R %>%
+ html_nodes(xpath='//*[@id="content"]/p')%>%
+ html_text()
>
2007 May 23
0
FreeBSD Security Advisory FreeBSD-SA-07:04.file
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=============================================================================
FreeBSD-SA-07:04.file Security Advisory
The FreeBSD Project
Topic: Heap overflow in file(1)
Category: contrib
Module: file
Announced: 2007-05-23
2012 Mar 16
1
Kickstart network issues
Hello all -
(Please forgive me if I sent this msg twice, first one didn't seem to go through)
I searched through the archives and did not see anything about this (along with google), but if I missed something please don't hesitate to send me some links.
Basically I have hit a problem that I cannot figure out at this point and seemed to have ran out of ideas via Google or the
2004 Feb 20
1
ocfs hung
having a problem with ocfs.
device /dev/sdd mounted on 2 nodes, node 0 and node 1
tried to create file /u01/oracle/prod/proddata/temp01.dbf from node 1
(ALTER TABLESPACE TEMP ADD TEMPFILE...) caused oracle server process to
hang in a "D" state apparently trying to create the file. the file has
not been created yet. If I type "ls" from node 2 in directory
/u01/oracle/prod
2015 Aug 01
2
OT - parted guidance
parted fs resize is deprecated.
http://savannah.gnu.org/forum/forum.php?forum_id=6837
parted fs move can only move a partition into free space
https://www.gnu.org/software/parted/manual/html_node/move.html
The thing to do here is use gparted live or Fedora live media and
yum/dnf install gparted. It has a move/resize option that will do what
the OP wants.
Chris Murphy
2016 Feb 23
2
[PATCH] *_OPTIONS="help=1" should print to stdout and fit 80 chars width
Hello.
I would like to modify printing of help options in order to fix:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69840
I basically split all *_flags.inc options with new lines. Eventually, these
string are printed to limit the output to 80 characters:
https://www.gnu.org/prep/standards/html_node/Command_002dLine-Interfaces.html
That's my first patch request in the project, please advise
2002 Jun 07
1
rsync option
Approximated petitioner:
Perhaps this will help.
SunOS 5.7 Last change: 25 Jan 2002 5
User Commands rsync(1)
-C, --cvs-exclude auto ignore files in the same way CVS
does
--existing only update files that already exist
--ignore-existing ignore files that already exist
2002 Jun 13
1
failed to make clean all on today's samba_2_2
Using LIBS =
Compiling smbd/server.c
In file included from include/ntdomain.h:287,
from include/rpc_misc.h:24,
from include/smb.h:1604,
from include/includes.h:676,
from smbd/server.c:22:
include/rpc_samr.h:1834: unbalanced `#endif'
In file included from include/includes.h:736,
from smbd/server.c:22:
2009 Jul 23
3
Drupal installation
Does anyone have experience of drupal installation under CentoOS-5.3
with MySQL database preferably accessed through phpMyAdmin.
I want to install drupal more or less as an experiment,
and I'm looking for a 1- or 2-page document
that just lists precisely what steps to take.
I've had a quick look at the official installation instructions,
and I found them confusing and contradictory.
--
2020 Jun 19
3
[PATCH nbdkit v2 0/3] build: Rename configure --without-linuxdisk -> --disable-linuxdisk
This time it should hopefully work. I tested all 3 combinations:
autoconf
./configure [--disable-linuxdisk | --enable-linuxdisk | <nothing> ]
make clean && make && make check
and they all appear to do the right thing.
Rich.
2018 Jan 23
1
Scraping from different level URLs website
I am doing a research on World Bank (WB) projects on developing countries. To do so, I am scraping their website in order to collect the data I am interested in.
The structure of the webpage I want to scrape is the following:
1. List of countries the list of all countries in which WB has developed projects<http://projects.worldbank.org/country?lang=en&page=>
1.1. By clicking on a
2019 Apr 16
4
Samba supported TLS versions
Hi,
I have searched and not found waht tls versions are supported with
samba 4.4.5 as AD. IS tls 1.2 supported with samba 4.4? If not what
version?
Thanks
2015 Oct 08
3
[PATCH] Enabling ECDSA in PKCS#11 support for ssh-agent
Thomas Calderon <calderon.thomas at gmail.com> writes:
> Hi,
>
> There is no need to add new mechanism identifiers to use specific curves.
>
> This can be done already using the CKM_ECDSA mechanism parameters (see
> CKA_ECDSA_PARAMS
> in the standard).
> Given that the underlying HW or SW tokens supports Ed25519 curves, then you
> could leverage it even with