General :: Used DD Command With No Options

Dec 31, 2010

I was in the CLI experimenting with lynx and then I thought let's see what this dd thing can do and usually when I run commands without parameters just gives me an brief idea about what can I use. With dd it just hangs on there like it would be doing something ...

I immediately quit that terminal and then I couldn't mount my ntfs big important lifesaver partition. I rebooted and now I can. I just want to ask what damage could dd make if run without any parameters. I don't have any external backup medium.

View 8 Replies


ADVERTISEMENT

General :: Does Order Of Command Options?

Feb 7, 2010

Does the order of command options matter?

View 4 Replies View Related

General :: Looking For Pam_tally Command Options/descriptions?

Aug 1, 2011

Aloha, 1st time user: Looking for pam_tally command options/descriptions

View 3 Replies View Related

General :: Configure Command For Enabling And Disabling Options?

Jul 10, 2011

I have a src package which uses automake for make. How can I view the available options in configure command for enabling and disabling options?

View 4 Replies View Related

General :: Command Line Options - Listing MP3 Over Certain Size

Jan 6, 2011

How would I list every mp3 over a certain size on an entire hard drive?

View 1 Replies View Related

Server :: What Is XMX Command Line Options (API Error)

Feb 26, 2010

I install software called Sunflow v0.07.2 in my Ubuntu. When I try to run it,it says
"API error : JVM available memory is below 800 MB (found 728 MB only). Please make sure you launched the program with the -Xmx command line options". What is that xmx command line.What should i do to run Sunflow.

View 2 Replies View Related

Software :: Printing To Cups-pdf Via Command Line With Options?

Jun 30, 2011

I'm having a hard time trying to print documents to PDF via cups-pdf at the command line and get all of the nice formatting options that the GUI print spooler dialogs provide. I know how to do "lpr -P Generic-CUPS-PDF-Printer filename" to get a general file printed to a PDF, but this method clearly is missing all of the nice formattingptions that get passed when using a GUI print spooler (margins, fonts, dpi, paper size, etc..). I tried to use ps to capture whatever command is being sent by the spooler but couldn't figure it out, since I'm not really sure what commands get called by the spooler

View 8 Replies View Related

Programming :: Using Command-line Options With A Program That's Called Using Env

Oct 11, 2010

I thought about this a while ago when reading through a Python tutorial and I googled some and couldn't find an answer. Now I want to know it for Ruby, also, and it's more important now because I want to invoke Ruby with -w.

How can you use:

Code:

with a -w option to ruby, like:

Code:

This doesn't work and I can't find an explanation of how to do it.

Code:

View 1 Replies View Related

CentOS 5 :: Pidof: Invalid Options On Command Line?

Aug 19, 2009

when i show status ricci on centos5.3x86_64 #service ricci status pidof: invalid options on command line pidof: invalid options on command line p is stopped how can i fix that bug ?

View 4 Replies View Related

Fedora :: Yum Command Options - Keeping Downloaded Copies Of Software

Feb 20, 2011

The command I have to use with yum so that I could also keep the downloaded copies of software and install it on my other computers.

View 4 Replies View Related

Ubuntu Multimedia :: Command Line Or With Abcde's Built-in Options?

Jan 15, 2010

(1) I'm wondering if there is a way to have abcde play the songs while it is encoding? I understand that this would be a lot slower.

(2) Is it possible to have abcde start playing right after it finishes ripping the first track and then have it add on the other tracks to the playlist as it rips them.

Is there anyway to do one or both of these from the command line or with abcde's built-in options?

View 4 Replies View Related

Ubuntu :: Mounting A Hard Drive With Options On Command-line?

Sep 3, 2010

I have a working fstab entry:

Quote:

/dev/sdc1 /media/sdc vfat rw,nosuid,nodev,uhelper=devkit,uid=1000,gid=1000,s hortname=mixed,dmask=0077,utf8=1,flush 0 0

But how do I mount the sdc drive with those options from the command-line without restarting? I've tried to do so with 'mount' utility, but had no luck.

View 1 Replies View Related

Programming :: MHC Modula-2 - Cannot Access The Command Line Options And The Environment Variables

Jul 2, 2010

Anyone else using the Mill Hill & Canterbury (MHC) Modula-2 to Java compiler?

[URL]

I cannot access the command line options and the environment variables.

View 2 Replies View Related

Programming :: Running Gcov When Executable Has Command Line Input Options

Mar 3, 2011

I have an executable with input options, like so:
Code:
./executable -n 42 -s 42
I've added gcov to the makefiles (compiling with --coverage, -fprofile-arcs, and -ftest-coverage, and linking with -lgcov). It builds fine and creates executable.gcno.

When I try to run gcov, gcov things the options belong to it:
Code:
$ gcov ./executable -n 42 -s 42
gcov: invalid option -- 's'
Usage: gcov [OPTION]... SOURCEFILE...
When I use quotes this happens:

Code:
$ gcov './executable -n 42 -s 42'
executable -n 42 -s 42.gcno:cannot open graph file

The command line options must remain. How can I get gcov to generate the same .gcno file it later looks for?

View 2 Replies View Related

Ubuntu Installation :: Installer Options - Can't Select Any Of The Menu Options Except For Boot From First Hard Drive

Mar 19, 2010

So I have the burned ubuntu CD, and I'm attempting to install it on a system that has one HDD with XP/Vista on it, and another that is completely formatted and unpartitioned. However, when I boot to the ubuntu CD, I can use the menus from the bottom, and select the language when initially prompted, but I can't select any of the menu options except for boot from first hard drive.

View 1 Replies View Related

Red Hat / Fedora :: Using The Ps Command With Options "ps -eo Pri, Ni, Cmd"?

Mar 13, 2010

I am currently using the ps command with options "ps -eo pri, ni, cmd", I would like however to display the output form the highest to lowest priority. I can not however figure out how to do this, I have searched all over the place!Another question, say for example I have a process and I would like to decrease the priority of that process by 10 (without knowing the original priority)

View 2 Replies View Related

General :: What Are The NFS Options

Jun 17, 2011

I am having a system with NFS SERVER's and NFS client's. In my system, NFS Client transfer data when NFS server crash or network crash. NFS SERVER wait more than 10 minutes (I don't know real waiting time).My question is how to control that waiting time ?. can i set that time is 5 minutes. then NFS server will wait for 5 minutes after NFS server crash.after 5 minutes NFS client will give a error message ( to APPLICATION)

View 1 Replies View Related

General :: Look For Specific Options In A Man Page?

Nov 18, 2010

I know that 'man gfortran' will get me the manual page for gfortran, but how do I lookup only the bit I want, which is '-Wall'? I can't find anything in the manual page for man.I could use 'man gfortran | grep -Wall' but that would return just a single line and not the whole paragraph.

View 5 Replies View Related

General :: Red Hat Not Displayed In Boot Options?

Dec 16, 2010

I had a dual boot system with ubuntu and windows running fine, while using ububtu grub loader.

Now i installed red hat on the same computer and mentioned to install grub in the first boot partition sector.

Now while starting the the computer i see only the previous options to boot into eithre windows or ubuntu.

I dont see any option for red hat.

modify the ubuntu loader to read grub

View 1 Replies View Related

General :: Regarding Raid 5 And Ext4 Options?

Nov 16, 2010

I'm currently building a Raid5 Volume Set (HW-Controller, 3 disks). After some diskussion I decided to don't use a partition since I don't see any disadvatages writing the filesystem (ext4) directly onto the device.

Because I plan to expand the volume set with 2 more hard disk drives, respectively the filesystem, to get the complete disk space available I read the ext4 manual. There is an extended Option called max-online-resize with the description:

Well, although I've searched for more details on the internet I can't find any. Primary in which case is it usefull to set this value because later resizing should be possible without to set this value. Maybe it accelerates the resizing process?

Next, I also plan to use the options stride=stride-size and stripe-width=stripe-width. Is it advisable to set these values for the final volume set (Raid5 with 5 drives) or do I have to set it for the first volume set (Raid5 with 3 drives) and then changing these values during the later resize process for the filesystem? (I personally prefer the first method).

View 4 Replies View Related

General :: What Are Appropriate Filesystem Options For Backups

Mar 12, 2011

I have just purchased a 1 TB external hard disk to be used for backups. The backups will be performed with rsync and since I don't really care about accessing the data from other operating systems, I think I'll use ext3 on the partition. I'll just be backing up my home directory and probably /etc as well. In my home directory, I have a small number of files that are several GB, but most are tens of MB in size or less.

I'm just wondering if there are any special options I should pass when I create the filesystem with mkfs.ext3.

View 6 Replies View Related

General :: How Add Code To Boot Options

Feb 20, 2011

I can get to the grub screen where boot options are editable, but where do I add the above code? And will it "stick" or do i have to input the code every time i boot?

I'm trying to solve is a non-responsive Dell Inspiron 2600 keyboard. I'll tackle the non-responsive trackpad once i get the keyboard working!

View 4 Replies View Related

General :: Possible To Install Program With Options?

Mar 8, 2011

I want to install squid with the options --enable-storeio=null. I am using Ubuntu Server 10.10. Can I install squid using apt-get with options or use another package manager?

View 1 Replies View Related

General :: Missing Gui Options At Boot?

Sep 24, 2010

I thought running an update from my OpenSuse 11.3 dvd would solve my problem, but It doesn't; I'm not given the option to choose a gui environment. It leaves me at a prompt here. /home//

View 3 Replies View Related

General :: PHP Installation And Configuration Options

Feb 26, 2010

What are the standard, common PHP extensions that should be enabled when configuring a new php installation? I need ldap so I know I should include that, but what do most LAMP servers configure with their PHP installs?

View 2 Replies View Related

General :: Set-up Of SUDO Access / Options?

May 31, 2011

I want to know how to setup SUDO, here is exactly what I mean. I have Zorin which is a ubuntu build, I have it upgraded to the newest 11.04 - My main user is Hevithan and I have a seperate user account called GUEST for anyone who wants to use my laptop. Hevithan I guess was setup to have max root powers cause when I type sudo in terminal with no option specified it returns:

Code:
Hevithan has access to
all (ALL)
all (ALL)
all (ALL)

I want to setup my GUEST account to have virtually no powers (no installing files or programs, no using Ubuntu software,no altercation of anything on the Hevithan account,etc), But I want anyone using it to be able to fix things using the terminal if need be (such as my cousins or girlfriend). To what things should they be allowed to do to able to fix but not alter? And if I want them to not be able to install programs or download porn (video at least) and $#!+, but still get things like MP3s and wallpaper images is that possible?

View 5 Replies View Related

General :: Where To Find Kernel Options ?

Jan 7, 2011

Code:

How do I know what option means what to compile my own kernel? How to find support for different hardware in this mess (and exclude it)?

View 3 Replies View Related

General :: Which Image Options Is Right For Architecture?

Apr 23, 2010

My PC is has an AMD 6000 CPU. Here are the image options for the distribution that I want to download:

[alpha][arm][hppa][i386][ia64][m68k][mips][mipsel][powerpc][sparc][s390][source]

View 6 Replies View Related

General :: XFS Won't Mount With Fstab Options In Fedora 12

Feb 6, 2010

I used the usual 'mkfs.xfs -l size=128m,lazy-count=1 /dev/sdX' at creation. After that, I would like to use custom mount options like: This goes instead of the "defaults" part in /etc/fstab

noatime,nobarrier,logbsize=256k,logbufs=8,biosize=16

I receive the following error at boot: INVALID log iosize 4 [not 12-30] << No one used iosize 4... what does it mean? it is connected to the options..but which one? (At the minute I'm usig it with: noatime,nobarrier).

View 1 Replies View Related

General :: Use Grep To Search For Multiple Options?

May 20, 2010

How can I use grep to search for line with either 'res' or 'rep'? i try "grep -e res|rep" or gre -e "rep|rep" but that does not work.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved