similar to: newbie

Displaying 20 results from an estimated 6000 matches similar to: "newbie"

2008 Apr 21
5
Cleaning up a WINE install.
I was installing a game, and I made the mistake of agreeing to install DirectX. I'm guessing this can screw up your WINE. Is there any way to clean up my WINE after doing something like that without having to reinstall all my software? Owen Stairs
2011 Aug 16
3
invalid multibyte string at '<a0>'
Hi I have a problem reading files from Windows... these files have, instead of NA on last column. special ending '<a0>' which makes problem... This problem does not appear while reading the same file in Windows! Try: read.csv("http://dl.dropbox.com/u/6113358/prob.csv") Could you please tell me if you also have this problem? I have tried either by cleaning the file on
2008 Apr 22
4
Installing Windows Drivers in WINE
I thought I read somewhere that it was actually possible to install Windows drivers in WINE. I'm only asking because I have a Radeon 8500 on my sister's Linux box, and the Linux drivers really suck. I actually can't even install the proprietary drivers, they are so out of date. Is this possible? Owen Stairs
2005 Jun 22
10
How to read an excel data into R?
Hi all, Does anybody know the easiest way to import excel data into R? I copied and pasted the excel data into a txt file, and tried read.table, but R reported that Error in read.table("data_support.txt", sep = " ", header = T) : more columns than column names Thanks! Ling
2008 Oct 09
2
find cont'd 3
Another question about find. I looked at the gnome tool and tried to simulate what it is doing. I can't use it directly because it won't do sed. Basically I want to find all files with a string (except binary) and change it. let STR be the string I am looking for. NEW is new string. I am doing TFIL=/usr/tmp/dummy$$.txt find . -type f | while read fil do grep "$STR"
2009 Jul 10
4
change a image from physical to fil based
i try to change one of my images from lvm to file with dd if=/dev/vps/centos of=/root/mj.img the fiel whas created byt will not ok i bigin boot but failed i remember the system can''t find the lvm groups i not remember anymore _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2006 Jan 16
1
Samba and authentication
Good morning (brazil ;-]) everyone, I'm in trouble and i need your help! I have a samba 3 running on a linux box (debian 3.1 sarge) as PDC (domain is EVERSYSTEMS_INF). I dont know if it's possible, but, i need that samba controls the authentication on some windows machines, an example: i have a machine A,B and C, and all of them are part of theont machine A and B, but not in C. And a user
2004 Jul 16
3
Email eller vedhæftet fil blokeret
Email eller vedhæftet fil afsendt fra din adresse (eller med din adresse som afsender) er blevet afvist fra Allerød Kommune. Spam og virus bliver typisk sendt under dække af andre afsendere og den blokerede email behøver derfor ikke oprinde direkte fra dig. (Husk dog altid at have et opdateret antivirusprogram på din computer.) Du kan evt. scanne din computer med det gratis' værktøj
2018 Sep 29
1
Improvement to documentation in dput.Rd
If the "Matrix" package is attached, 'example(dget)' fails: > library(Matrix) > example(dget) dget> fil <- tempfile() dget> ## Write an ASCII version of function mean to our temp file dget> dput(mean, fil) dget> ## And read it back into 'bar' dget> bar <- dget(fil) Error in initialize(value, ...) : '...' used in
2014 Oct 22
2
How to verify Samba RPM Files?
[ Moving samba-technical@ to bcc, since this is not a development question. ] On Wed, Oct 22, 2014 at 11:13:47PM +0000, Vince George (vincgeor) wrote: > I think I am starting to get the picture and I am not clear I have downloaded RHEL owned rpm files.. Note I started from this Samba site http://www.enterprisesamba.com/samba-packages/red-hats-rhel/ and then clicked here:
2007 Feb 13
5
Fatigued R
Hi R, Please solve my problem........... I am extracting Bloomberg data from R, in a loop. R is getting fatigued by doing this process and gives some errors. I introduced sleep function. Doing this sometimes I get the results and sometimes not. I even noticed that if I give complete rest for R (don't open R window) for 1 day and then run my code with the sleep function, then the
2007 Jul 06
8
interop with strongswan / ipsec
I see support in shorewall for the KAME-tools, how about strongswan ? I have setup shorewall 3.4.4 and strongswan 4.1.3, making this my vpn-gateway for the subnet behind it. # Shorewall version 3.4 - Zones File #ZONE TYPE OPTIONS IN OUT # OPTIONS OPTIONS fw firewall fil ipsec mode=tunnel mss=1400 net ipv4
2011 Apr 06
3
Calculated mean value based on another column bin from dataframe.
Dear list, I have a dataframe with two column as fellow. > head(dat) V1 V2 0.15624 0.94567 0.26039 0.66442 0.16629 0.97822 0.23474 0.72079 0.11037 0.83760 0.14969 0.91312 I want to get the column V2 mean value based on the bin of column of V1. I write the code as fellow. It works, but I think this is not the elegant way. Any suggestions?
2006 Apr 26
2
mysql authentication problems
Hello all.. I'm trying to configure dovecot do athenticate using mysql, but I?m having some troubles... After configuring the mysql athentication in dovecot-mysql.conf and in dovecot.conf, when I try to login I get this mesage in my logs: Dovecot-auth: MySQL: Can't connect to database dovecot: Can't connect to local MySQL server through socket '/var/tmp/mysql.sock' (2)
2004 Aug 08
2
manipulating strings
Hi I have a called fil consisting of the following strings. > fil [1] " 102.2 639" " 104.2 224" " 105.1 1159" " 107.1 1148" " 108.1 1376" [6] " 109.2 1092" " 111.2 1238" " 112.2 349" " 113.1 1204" " 114.1 537" [11] " 115.0 303" " 116.1 490"
2002 Aug 14
1
Re: How to setup VPN share
On Wed, Aug 14, 2002 at 06:08:38PM -0500, a wrote about 'How to setup VPN share': > I am running RedHat 7.2 and the most recent version of samba. Samba is > running fine right now on my server. I want to share a folder to my friend > so he can access it and copy stuff to the folder. My friend is running > Windows XP. I want the folder to show up as a map drive. I am not sure
2002 Feb 28
1
solaris 8/samba3.0alpha15: ld.so.1: ls: fatal: reloca tion error: file /lib/nss_winbind.so.1: symbol socket: referenced symbol not found
I had the same problem. You need to go into your Makefile and add the [LIBS] definition to the part where winbind.so is linked. Just take it on to the end of the line and run "make" and "make install" again. You might want to do a "make uninstall" and a "make clean" first. -Dan -----Original Message----- From: Jelmer Vernooij [mailto:jelmer@nl.linux.org]
2009 Mar 22
2
Playing Gamemaker 6 and 7 games on OSX?
I have recently gotten back into making a games with gamemaker. I had a big game that I didn't finish on my old computer running Windows XP. But then my stupid sister dropped my laptop done the stairs. That was about 2 months ago, and I got a new laptop running OSX because my parents hate Windows (while I love it). I was looking through a flashdrive with my stuff from my old laptop on it
2002 Mar 14
2
MS Access and Samba Problem
hello, I hope someone can help me with this problem because it is really unique and odd... or at least it seems to me. I can't find any references anywhere as to anyone else having the same trouble. Here is the story: I have a machine running RH 7.1 and samba 2.2.3a as our PDC for the Network. This box also serves other purposes such as Name server, dhcp server, internal web server, and
2002 Mar 14
2
Can't find smb.conf
Mmm. Any ideas anyone? Latest CVS, updated and built this morning... ---snip--- phoenix lib # ../bin/smbpasswd -a root params.c:OpenConfFile() - Unable to open configuration file "/usr/local/samba/lib/smb.conf": No such file or directory Can't load /usr/local/samba/lib/smb.conf - run testparm to debug it phoenix lib # pwd /usr/local/samba/lib phoenix lib # ls smb.conf