Red Hat / Fedora :: Start SCRIPT Command At START Of TERMINAL?

Feb 15, 2009

I want to monitor my work on the terminal.I know we can use script command.But every time when I start the terminal, I have to type script to start it.I want to automate it. So where should I include this command so that it will start as soon as I start the terminal ?

MY WORK TILL NOW: I have put this "script" command in the .profile.The when I start the terminal, it became an INFINITE LOOP.I am able to "echo".Thats coming only once.....but if I write a "script" command then it is becoming an INFINITE LOOP.

View 1 Replies


ADVERTISEMENT

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 :: 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 :: Command To Start Program In Terminal?

May 19, 2010

What command can I use to start a program in the terminal? What command is appropriate for applying patches to that or other programs? What command is appropriate to applying a 3.5 version patch to the 3.0 version of firefox. What are some useful commands for the terminal?

View 9 Replies View Related

Ubuntu :: Running A Command In Terminal Upon Start Up?

May 14, 2011

I am relatively new to linux but i need to run a command in the terminal so i can prevent wireless power save from happening every time i switch to battery power. I dont really want to go into the terminal every time i switch to battery mode so i want to be able to launch this command upon start up:

Code:
sudo iwconfig wlan0 power off

View 2 Replies View Related

Ubuntu :: Terminal Command To Start The Update Manager?

Feb 22, 2010

Is there a terminal command to start the update manager? I use fluxbox and I want to add it to my start up file but I don't know the command.

View 5 Replies View Related

CentOS 5 :: Can't Find The Start Command For Gnome From Terminal

Jan 11, 2010

I can't find the start command for Gnome from Terminal.

I tried:

start gnome
startx
start gne

Nothin is matching. In the Documenation is no help from console.

View 7 Replies View Related

OpenSUSE Install :: Start / Stop KDE From Command Line (Terminal)?

Jul 10, 2011

How to stop/start KDE from the command line (Terminal) on opensuse 11.4?

View 9 Replies View Related

Ubuntu :: Open A Terminal And Start The 'top' Command To View The Running Processes

Oct 18, 2010

When I open a terminal and start the 'top' command to view the running processes, in the summary view I get 4 users. I guess that in addition to my account the root runs in the background but who are the other 2??

View 1 Replies View Related

Fedora :: Terminal Doesn't Start \ Can Read 'starting Terminal' But After That It's Closed?

Nov 12, 2010

Recently I've updated from 13 to 14. However, after updated I've tried to work with my terminal and it seems doesn't works fine. I can read 'starting terminal' but after that it's closed.I've uninstalled and re-installed it through the graphical tools (gnome-terminal) but that doesn't works fine.

View 3 Replies View Related

Debian Installation :: No Network-Manager - Pull Up The Terminal And Enter A Command To Start?

Sep 1, 2011

I downloaded Debian Stable last night, and everything appear to go smoothly. Today, I booted up the new OS to try it out for the first time. As I was exploring a few of the features, I decided to pull up a web browser. No internet connection.

No big deal, I thought, as I searched around for a way to connect wirelessly. I couldn't find a way to do so. I consulted one of my more Linux savvy friends, who advised me to pull up the terminal and enter a command to start the network-manager. According to the terminal, no such file currently exists on my system.

This is a bit of a conundrum for me, since I am on my university campus with no ethernet cord to attempt a direct connection. Is there any way to get the network-manager onto my computer? Also, did I mess up somewhere in the installation, or did someone not package the file with CD1 for some unknown reason?

View 14 Replies View Related

Installation :: Ubuntu Boots To Terminal Type Prompt / Command To Start Gnome From That?

May 26, 2010

Since upgrading ubuntu boots to a prompt rather than logging into gnome. has anyone run into this? what can I do to fix this?
I recently upgraded from Ubuntu 9.10 to Ubuntu 10.4.
does anyone know the command to start gnome from the prompt?

View 4 Replies View Related

Fedora Networking :: Cannot Start GNS3 Gnome-terminal In F13

Nov 18, 2010

I've tried to access the console in vain. Every time I try to, I get this message

Quote:

Cannot start gnome-terminal -t R1 -e 'telnet 127.0.0.1 2000' > /dev/nul/2>&1 &:No such file or directory

Then i decided to use the xterm client instead. But still didn't work

Quote:

Cannot start xterm -T R1 -e 'telnet 127.0.0.1 2000' >/dev/null 2>&1 &: No such file or directory

The last option I had was using Kconsole (linux kde) but still it doesn't work. And i get the same error message

Quote:

Cannot start /usr/lib/kde4/bin/konsole --new-tab -p tabtitle=R1 -e telnet 127.0.0.1 2000 >/dev/null 2>&1 &: No such file or directory

View 2 Replies View Related

Fedora :: Where To Start Command Line

May 4, 2011

I may need to handle a Red Hat server soon and thought that has the same command line.Where do I start if I wanted to learn the command line? Especially, how do you connect to a Redhat / Fedora Server using console on windows and do C programming

View 6 Replies View Related

Fedora :: Schedule A Process To Start At A Specific Time (not On Start Up)?

Jan 19, 2010

I'm trying to find how to schedule a process to start at a specific time (not on start up). How would I schedule a process/application to start at a specific time (if it matters, it will be a background process). For instance, have process abc start every weekday at 5am. I've done this for windows many times though have only been using linux regularly for a few months and haven't figured out the best way of doing this.

So far the best solution I have is to create a program that will start on boot and have it check the time and sleep until the required time and then start the required process(es) at the required time(s). But this seems more of a hack since I'd expect there to be a proper way of doing this.

View 4 Replies View Related

Red Hat / Fedora :: Find The Right Command To Start Another XServer?

Jun 30, 2010

I tried my best on searching for the answer to this question. I couldn't find the right command to start another XServer. Maybe I just don't know how to look for it, or I'm using the wrong keywords. Anyway, what I want to happen is hit CTRL+ALT+F6 (F7 to return to my desktop) and start another XServer to run a full screen game. How do i do that? Is it possible to have multiple instances of X?

By the way, the error says that an instance of x server is already running on display 0 after I have issued this command: Code: startx In case you're wondering why this is my solution, it's because scripting is not my type for automatically making an xserver when I click a game, especially if you'd have to do it for all other games :/ So, let's stick to my idea D unless it's impossible, of course. EDIT: I was able to get a new xserver with xterm in it, but it seems there is no acceleration or some sort >.< OpenLieroX runs at a frame rate of 15 fps or so. Anyone have an idea on how to enable acceleration on openbox?

View 1 Replies View Related

Fedora :: Unable To Get Computer To Boot Under CUI And The Command 'start X' Started The GUI

Feb 17, 2010

I remember a friend of mine was able to get my computer to boot under CUI, and the command 'start x' started the GUI. with booting up my computer through CUI.

View 3 Replies View Related

Fedora :: Auto Start A Program On Start Up?

Oct 9, 2009

I just installed TuxGuitar - very cool - and to get the sound to work I had to install Timidity++ as well. Before I start TuxGuitar I have to execute:timidity -iA -Osin a terminal window first, which is kind of a pain to do every time I run TuxGuitar.How do I get this line to execute on startup such that timidity is running when I start up? I tried adding that line to rc.local

View 13 Replies View Related

Fedora Installation :: Boot Lock Up At I386 Start Kernal Command And Blinky Cursor

Aug 21, 2010

I have a pc trying to install fedora. It is an amd downloaded and tried to install different versions of fedora. The latest i686 and will get to a boot screen and when selecting boot will lock up at the i386 start kernal command and blinky curser. Yes I am new to linux and may need some hand holding. I have however successfully installed fedora on other computers a while back which is why I am not sure what is going on. It may be a hardware mismatch. I will try to see if I can find another computer to install. I used a different computer and is working. The athlon computer is not working.

View 5 Replies View Related

Fedora :: Start Windows Xp And Not At Start?

Jul 6, 2010

when i start the computer i will have 3 seconds to choose windows xp or else it will go on linux but someone told me that by changing the grub.cfg when i start my computer i will have 3 seconds to start linux or else it will be xp is this true ? and if it is can someone explain me how to do it because i would like that

View 3 Replies View Related

Red Hat / Fedora :: Diff Between Service Prog Start & /etc/init.d/prog Start

Apr 3, 2009

The difference between: service httpd start & /etc/init.d/httpd start.

View 3 Replies View Related

Debian :: How To Start X Session In New Terminal

Apr 20, 2015

System: Debian 7 Wheezy amd64 - Gnome classic - gdm3

I'm trying to create a new gdm session in tty8, so I can switch between tty7 and tty8 running simultaneously.

How can I accomplish this? I found some website suggesting to run startx and also startx gnome-session -- :1 vt8 Both result in a black screen, blocking the overall system, not allowing me to go to tty1 nor any tty. I have to run REINSUB to restart the system.

# I don't know if tty is the exact term to refer to the CTRL+ALT+Fx virtual terminals.

View 6 Replies View Related

Debian :: Cannot Start Root Terminal

Apr 13, 2016

After reboot I can start it, no problem here. But if I close root terminal and trying to open it again - it won't open.

If to open it from user terminal, it gives me:

Code: Select allgksu /usr/bin/x-terminal-emulator
Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling StartServiceByName for org.gnome.Terminal: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.gnome.Terminal exited with status 1

The only thing comes to my mind is that right after installation I opened root terminal and:

- kept a tick on "remember password"
- put a tick on "save in the keyring".

I guess the last tick is the problem. I installed debian 8.4 in virtualbox and specifically kept the tick where it should be and I can start root terminal many times w/o any problem. How I can fix that?

I do realize that I can get root privileges in terminal. I guess it's more about convenience.

I tried to google it, but no luck. Just to name few:

[URL] .......
[URL] .......
[URL] .......
[URL] .......

View 5 Replies View Related

OpenSUSE :: Gnome Terminal At Kde Start?

Apr 26, 2011

I installed gnome 3.0 through the one installer, and now every time I start kde I get a gnome terminal that says
Code:

** (orca:4321): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags'
** (orca:4321): WARNING **: Trying to register gtype 'WnckWindowActions' as enum when in fact it is of type 'GFlags'
** (orca:4321): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'

It keeps shrinking everytime I try to expand it a bit, I had to edit > select all and copy to be able to read it. And it sounds like it's trying to play a sound that sounds like welcome, but it gets cut off, it also makes a sound when closing it. I'm assuming this was supposed to be a first time run thing for gnome but it keeps showing up in kde.

View 4 Replies View Related

Ubuntu :: How To Start Wicd From Terminal

Jan 13, 2010

I shot the operative system of my son's computer into pieces and the system only boots into terminal mode (Kubuntu 9.04. Anybody knows how to:

1) Start wicd from terminal?
2) Make wicd scan for an available network from terminal?
3) Make wicd connect to a selected network from terminal?

I want to run the command "sudo apt-get update" but the system can't download any files because it is not connected to the internet!

View 9 Replies View Related

Ubuntu :: Get A Terminal To Appear At The Start Up To Ask For The Password

Mar 31, 2010

I've copied a little shell script from the net and when I run it in xfce4-terminal it just works

Code:

sudo ./script.sh

The problem is that this script needs interaction with the user (entering a password) and I want to run it at the startup. I've put it in the /etc/init.d folder, configured the options but I need to know how you can get a terminal to appear at the start up to ask you for the password.

Code:

#!/bin/bash
echo "1. Enter your password
oldConfig=`stty -g`

[code].....

View 2 Replies View Related

Ubuntu :: Start An Application In Terminal?

Apr 29, 2010

I have a binary application that runs only in shell, now I want to open it from another application(Mathematica program) but simply invoking it will start it in memory but not in a shell.

I tryed "bash app" which does not work and "gnome-terminal app" just opens the terminal without launching that application.

Ps: Its the same thing as in Java when you want to invoke a system command like
ping but you need to do it like this .exec("cmd ping") instead of just ping.

View 1 Replies View Related

Ubuntu :: Terminal Always Start At Startup?

Dec 31, 2010

This is a weird problems.Everytime i log on to my computer/restart my computer, the terminal always autostart.I already checked at startup application.No terminal there.Any suggestion to stop the terminal from autostart with startup?

View 2 Replies View Related

Ubuntu :: Unable To Start A Terminal (11.04)?

Jun 22, 2011

sudden unable to start a terminal or logging in to my computer using ssh.Pressing Alt+f2 and typing xterm does not work.Also pressing ctrl+alt+f1 and trying to log in I get logged out immediately. Still gnome seems to be working fine. I have another user on my computer and that one is able to log in to my computerusing ssh, which I think is strange. btw. Did not see anything in the log files (maybe not looking in the right places?

View 1 Replies View Related

OpenSUSE :: Start A Gnome-terminal From Firefox Url?

Aug 14, 2011

Does anyone knows how to start a gnome-terminal from firefox url? With a protocol or something? Is this possible? Or any other command line.

View 4 Replies View Related







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