Ubuntu :: Strange Command In Terminal?

Jan 22, 2010

why this command would appear in my terminal? What does it do? I did not enter it. sudo fuser -v /dev/dsp* /dev/snd/* /dev/seq*

View 10 Replies


ADVERTISEMENT

General :: Strange Output Form Terminal - Misunderstood Command

Jul 22, 2011

Tried to make a text file and write something in it (a link) quickly as possible, because I was in a rush. So did this:

[Code]...

Now, looking briefly at the output, can't get what's happened lol! I mean, it's html for crying out loud. Not 'scripting' n all. What do you guys reckon has happened?

View 12 Replies View Related

Ubuntu :: 9.10 - Strange Message When Using Gnome Terminal

May 17, 2010

For some reason whenever I load gnome-terminal using 9.10 I get this message:
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.

View 4 Replies View Related

Software :: Terminal And Konsole Windows Show Strange Characters

Oct 1, 2009

When I open a terminal or konsole window, output (either STDOUT or STDERR) sometimes contains funny characters instead of something meaningful. Can someone explain how I might correct this situation?

ANALYSIS:
One very repeatable example involves using the manual page command

Code:
man set... man page output ...upstart - event-based init daemon

In my copy of the output, there are several problems in the very first screen. In the synopsis section, there is "{ value | ?value? ..." Replace the '?' with a lower-case-a-under-a-carat character (a-hat).
I suspect the garble character might be apostrophe in real life.

In other places, I see var?/able or how?/ever or trans?/action where the '?' is again a-hat and the '/' represents end of line or newline. I suspect the garble character might be a hyphen in real life.

All of this suggests that there is a conflict between the character stream written to STDOUT by the man command and the character-display settings (is that "code page" or similar?) of the specific terminal or konsole in use.

In specific, I use konsole v1.6.6 from KDE v3.5.10. In general, I'm running Ubuntu Hardy (v8.04.3 LTS).

View 5 Replies View Related

Ubuntu :: Command For "Open A Terminal Window And Run Application In This Terminal ?

Aug 8, 2010

What is the command for "Open a terminal window and run application in this terminal

View 4 Replies View Related

General :: Make Linux Terminal Transparent With Terminal Command?

May 10, 2010

Is it possible to make terminal (xfce4-terminal) transparent from bash script?

Maybe by enabling compostion?

View 1 Replies View Related

Ubuntu :: Is Command Line Invocation Of Gnome-terminal To Run More Than One Command

Feb 17, 2010

how to pass something more than a one-command startup for gnome-terminal. I will give an example of what I'm trying to do here:

Code:

#! /bin/bash
#
#TODO write this for gnome and xterm

[code]....

This same error occurs if the gnome-terminal line is changed to

Code:

gnome-terminal -e mcTerm

Is there any way to pass more than one command on to gnome-terminal? I have tried various single and double quoting senarios and in a final attempt, I abstracted to an exported function all to no avail. Perhaps even though gnome-term is better at many things than xterm, xterm trumps it in this instance.

View 1 Replies View Related

General :: Append Command Output To File By Giving Command In Terminal?

Jul 3, 2009

I am using openSUSE 10.3.When I install software from tarball then to record time required I send output of date to beg.txt(when installation begins) and end.txt (when installation finishes).How can I append output of date to a file so I don't need two files?

View 4 Replies View Related

Programming :: Command Line Invocation Of Gnome-terminal To Run More Than One Command?

Feb 16, 2010

I am trying to learn how to pass more than a one-command startup for gnome-terminal.

I will give an example of what I'm trying to do here:

Code:
#! /bin/bash
#
#TODO write this for gnome and xterm
USAGE="
${0##*/} [-x] [-g]
code....

However, running with the -g option to invoke gnome-terminal, I get a "There was an error creating the child process for this terminal" error.

This same error occurs if the gnome-terminal line is changed to

Code:
gnome-terminal -e mcTerm

Is there any way to pass more than one command on to gnome-terminal? I have tried various single and double quoting senarios and in a final attempt, I abstracted to an exported function all to no avail. Perhaps even though gnome-term is better at many things than xterm, xterm trumps it in this instance.

View 4 Replies View Related

General :: Apache Command And Terminal / Command With Apache Through Web Browser And It Is Not Working?

Aug 18, 2009

I want to run a linux command with apache through web browser and that's is not working. and it's working properly when I execute this command through terminal, where is the problem?

NOTE: apache have the privileges to execute the command

View 7 Replies View Related

Ubuntu :: Use The Dd Command From Terminal?

Mar 12, 2010

trying to use the dd command from terminal but having a problem cant get the vertical line needed in the command ( | ) ( did this one from character map ) in a winhosed system

View 3 Replies View Related

Ubuntu :: Where To Run The Command On The Terminal

Aug 26, 2010

I've already install the GTK+ library development files (libgtk2.0-dev) but I don't understand the following instructions:Then to compile the Equinox engine, extract the corresponding archive in your home folder. In the new directory, run the following commands: ./configure --prefix=/usr --enable-animationmakeWhat is the corresponding archive? Where do I run the command? On the terminal?

View 1 Replies View Related

Ubuntu :: Run Command In Terminal On Startup

Jan 8, 2010

I know how to make things run at startup, and obviously know how to run a command in terminal (type and enter... duhhhh). However I would like to be able to run vnstat in terminal when my computer logs in, this is very handy for seeing how much I have downloaded. I have a terminal embedded on the desktop and would very much like to run vnstat in it for me when it starts, I know I could just type in vnstat when I've logged on, but where is the fun in that? Just having it already there for me would be far better.

The command for starting my desktop terminal is as follows:
Code:
gnome-terminal --window-with-profile=trans --geometry 90x40+280+30

View 2 Replies View Related

Ubuntu :: Get A Terminal Command In Start Up?

Jan 9, 2010

I want to add an item to my start up... I went to start up and hit add. I want my conky to start up... I need a terminal and the code conky that should start it how do you get a terminal command in start up.?

View 2 Replies View Related

Ubuntu :: Won't Let Me Use The Sudo Command In Terminal ?

Feb 27, 2010

Ubuntu won't let me use the sudo command in terminal. If I try, sudo: must be setuid root pops up. Also, if I try any tasks that require permission, the authentication box pops up and then disappears within one second.

View 9 Replies View Related

Ubuntu :: How To Run Terminal Command At Startup

Aug 25, 2010

I know this has been asked a 1000 times, but none of the solutions I've read so far work.I need to run the following terminal command every time Ubuntu (10.04 64bit) starts:Code:xset m 9 1This boosts mouse speed to maximum. I don't know why, but it is the only thing that works. All built-in mouse settings are at maximum, yet my mouse crawls across the screen when Ubu starts. So far, I have tried:Creating a startup script called "/etc/init.d/autorun.sh" containing code...

View 9 Replies View Related

Ubuntu :: Command Not Found When Using Terminal?

Aug 25, 2010

just bought two new monitors , having major problems installing them,ubuntu 10.04 didnt recognize them at all running at 800x600 they should run at 1920x1080.
i have found various web pages explaining how to adjust the resolution using terminal . the problem i am having that nearly every command i put in commes back with command not found , i thought i needed to be signed in asroot so did this but still the same problem .

View 5 Replies View Related

Ubuntu :: Send Command To Another Terminal?

Sep 10, 2010

I open up 2 xterms on my desktop, A(/dev/pts/0) and B(/dev/pts/1).

I can write from A to B using redirection e.g. echo "test" > /dev/pts/1

How do I run a command from A on B? e.g. "clear"

Ideally I should be able to do this from a script.

View 7 Replies View Related

Ubuntu :: Run A Terminal Command At Startup?

Nov 9, 2010

I've searched everywhere, but they all talk about BOOTING into the terminal instead of ubuntu. But here all I want is for ubuntu to automatically run a certain command when I boot into ubuntu.This is related to the screen brightness change problem that's still much of an unsolved mystery for ubuntu and I have mostly solved this 'm able to change the brightness with sudo setpci -s 00:02.0 F4.B=xx, xx being from 00 to FF, but it doesnt seem to stay when I log out and log back in. Is there any possible way to put a terminal command in the startup applications or something or a possible solution to the brightness problem that I havent discovered yet?

View 9 Replies View Related

Ubuntu :: Open Terminal Command In 10.04?

Nov 27, 2010

In Xubuntu 9.04 I could right click in any directory folder and have the option of opening a terminal window "there". So the terminal command line would open preloaded to that directory. I know, I'm lazy, but it sure made life (and command line work) easier. But it's not available in my new install of Ubuntu 10.04. Now, I know that my gui environment has changed from xfce to gnome, but I would have expected MORE features, not less.

View 9 Replies View Related

Ubuntu :: ./ Terminal Command Is Not Working?

Apr 3, 2011

I just recently installed Ubuntu to do some light perl development. I was installing Adobe Air and after I made the bin file executable, I could not run it with the (./). It says that there is no such file or directory. Here is the output from my terminal:

alan@workstartion:~$ cd Downloads
alan@workstartion:~/Downloads$ ls -a
. hal-9000.png
.. libflashplayer.so
AdobeAIRInstaller.bin mass-effect-normandy-sr1.jpg

[Code]....

I've deleted the .bin and re-downloaded it, I have renamed it, moved it and even tried executing it by removing the .bin and running it from its location. I am still getting the same errors.

View 9 Replies View Related

Ubuntu :: Run A DOS-like Command Line In Terminal

May 1, 2011

I'm a relatively recent Linux convert and I'm studying computer science. I've been taking some time in getting myself familiar with the Terminal and the Linux command line and can now use the Terminal confidently, albeit with a little help from Google every now and then. I know that when I graduate and start working I will mainly be using Windows computers and thus I would like to be able to use the Windows Command Prompt confidently as well.

Is there any way to run something in the terminal that mimics DOS behavior? If not, is there a possibility for me to personally configure an "alternate" terminal which only allows those linux commands that are equivalent to DOS commands, without removing any functionality of the "original" terminal?

View 4 Replies View Related

Ubuntu :: Run Terminal Command At Startup?

Jun 20, 2011

Well, I want to run a terminal command at startup. I Google searched, but all the threads were ~5 years old. The command I want to run is code...

View 9 Replies View Related

Ubuntu :: Terminal Command To Connect To VPN?

Jun 28, 2011

i hate nm-applet, it keep fails, and doesnt recognize network wellit fails and turns down the eth0i have to manually do this: sudo ifconfig eth0 upand also manually connect: sudo pon dsl-providerbut still i cant connect to vpn (after failing of nm, since manually connecting to internet doesnt enable me to connect via nm)i dont know how to use command "pptp" and it's manual is totally confusing (man pptp)how does nm do it? what command does it run? i want to do it myselfps: i know there is many fixes for nm-applet issues but if i solve it another problem pops out, so...

View 3 Replies View Related

Ubuntu :: What Is The Terminal Command For Tar.Bz2 Files

Feb 4, 2010

I can not find the piece of paper that I wrote this command down on so I have to ask for it again, sorry!! ( my mind is shrinking every day )

View 11 Replies View Related

Ubuntu :: Command To Start 9.10 Upgrade From Terminal?

Jan 12, 2010

What is the command to start 9.10 upgrade from Terminal?

View 2 Replies View Related

Ubuntu :: Set Specific Terminal Command As Shortcut?

Feb 13, 2010

Is there a way to set a specific terminal command as a keyboard shortcut? I know gnome-terminal opens the terminal, but is there a way to make a keyboard shortcut that opens the terminal and runs top?(I don't like how cpu heavy gnome-system-monitor is)

View 4 Replies View Related

Ubuntu :: Mail Command - Terminal Just Idles ?

Feb 23, 2010

I tried testing mail from the command line as I've never used it.

Code:

It sits there and does nothing. I waited ten minutes...still nothing. Killed the firewall, same gig. Obviously this is user error but what I'm doing wrong is unknown to me.

View 7 Replies View Related

Ubuntu :: Run Command In Gnome-terminal Without It Exiting?

May 4, 2010

I'd like to make a launcher that starts irssi in gnome-terminal with just one click.

I guess something like:

gnome-terminal -execute "irssi"

but without it closing down as soon as irssi is run

View 4 Replies View Related

Ubuntu :: Automatically Execute Terminal Command?

May 13, 2010

I googled around and couldnt find what I was looking for. Maybe I used the wrong search terms, but whatever. I was wondering if there was a possibility to execute a series of terminal commands just by double-clicking an icon. For example, there would be an icon on my desktop, and if I were to doubleclick it, it would execute "cd ~/.wine2" and then "WINEPREFIX="$HOME/.wine2" wine program.exe".

I realise that most of you will probably go "duh, that's simple" or something similar, but I am extremely new to ubuntu, and dont know my way around yet.

View 3 Replies View Related







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