Displaying 9 results from an estimated 9 matches for "coomands".
Did you mean:
commands
2008 Nov 05
2
Adding another swap
Hi ALL,
I have a harddisk with 3 primary partitions and one extended
partitions. Under extented partions , there are 15 partions.
Whole hard disk has been partitioned in a standard way, (i.e NOT LVM)
It has 2GB ram. swap is also 2GB.
Now I want to extend this swap to 4 GB.
If I use dd coomand and create a file with 2GB, Will I be able to
extend the swap witn swapon commnad?
How can I achive
2013 Jan 30
1
Percentages in bar plot
Dear R-users,
Though it's a silly thing to ask, but I'm not getting a way out. I wish to
find the percentage distribution for a data vector 'stop'. The coomand
below is giving the frequency distribution. May I know the option to see
the percentages instead of frequencies. Similarly, what option I should
put in a histogram plot to see the percentages instead of frequencies?
2007 Sep 20
2
acl permissions not staying
Hi guys,
I've got a problem where if I set permissions on a folder(Admin)
"setfacl -R -d -m u::rwx,g::wrx,o::- Admin/" and "setfacl -m o:- Admin"
I get the following.
mail:/data/samba/shared # getfacl Admin/
# file: Admin
# owner: BCP+administrator
# group: samba
user::rwx
user:samba:rwx
group::rwx
group:BCP+admin:r-x
mask::rwx
other::---
default:user::rwx
2006 Dec 27
2
How to debug R program?
> Hi everyone:
> I wrote a R program which has loops. When I run the program, it
> crashed. I would like to identify in which loop the pragram crashed, how
> can I debug ? I'm new to R, could somebody please give me a general idea
> about debugging in R.(I'm a C/C++ programmer and have general knowledge
> about program debugging.)
> Thank you!
>
>
2007 Jan 03
0
RODBC : first line of data from query omitted
Dear List,
when reading MS Excel files in R using package RODBC I encountered the
problem of having the first line of data getting omitted.
I read the data as :
> library(RODBC)
> channel1 <- odbcConnectExcel("myFile.xls")
> sheet1 <- sqlQuery(channel1, "SELECT * FROM [Cell measures (1)$]")
# I use sqlQuery() instead of sqlFetch() since the sheet I
2005 Jan 22
0
help regarding seeting up multiple gateway on linux
Hi All,
I need a little help and guidance from you all. Actually i am facing too problems. One is whenever I change default gateway by issuing route coomand ...my system works as the way i want it to...but after restart it it reads the old gateway IP...where I''m wrong? Other thing is I am trying to configure my server for multipath routing...but i am unable to do so... when I issue
2007 Oct 02
0
actionscript loadmovie
Hi!
I want use in my file swf actionscript coomand "loadmovie" but I didn't see it into swfdec-0.5.2. I saw that tehre is a fuction (swfdec_movie_load) that permit to load a movie (second file swf flash) into a current swf file So...How can I do to call this fuction? while actionscript command should to be call by my swf file? Thanks! Bye Wolf
PS sorry for my bad english ^^'
2007 Sep 21
2
[Fwd: Re: acl permissions not staying]
Please if anyone has any info...
Neil Wilson wrote:
> Hi guys,
>
> I've got a problem where if I set permissions on a folder(Admin)
> "setfacl -R -d -m u::rwx,g::wrx,o::- Admin/" and "setfacl -m o:- Admin"
>
> I get the following.
>
> mail:/data/samba/shared # getfacl Admin/
> # file: Admin
> # owner: BCP+administrator
> # group: samba
2006 Feb 28
10
Scaffold command, how and what may be wrong?
hi everyone. I am learning RoR and just recently purchase the agile wed
dev on rails. i am still at the beginning of the book trying to create
the scaffold for the depot_development database. Everytime i run the
generate scaffold products admin, i recieve the "before building the
scaffold, try to create a table for model products" etc...
a few questions:
1. How does ruby know that