CentOS 5 :: Commands After Screen - Using ./hltv To Switch Directory?

Oct 7, 2009

I'm running a Counter Strike 1.6 Game server on my centos 5 VPS. I can get it to run by simply switching to the directory, then doing: ./hltv Now, when I do that, it obviously closes when I exit Shell. So I do the following and it gives me errors then. screen -A -m -d -S hltv ./hltv My question is, do I need all of those commands after screen? I just simply want it to not close once I exit Shell.

View 5 Replies


ADVERTISEMENT

CentOS 5 :: Switch Between Full-screen VNC Instances With One Keypress?

Oct 9, 2010

OS: Centos 5.4
VNC Viewer Free Edition 4.1.2 for X

Switching between two instances of VNC viewer in full-screen mode takes three key presses and two mouse clicks. How can the viewer be configured to pass a special key combination to the host operating system instead of the remote OS, so it's possible to switch between full-screen viewers in one key press?

e.g. With the default configuration, if I put the viewers in adjascent workspaces, then the sequence to switch is: F8 MouseClick Ctrl+Alt+Left F8 MouseClick If the key combination Ctrl+Alt+Left was passed to the host then it would be possible to switch workspaces (and therefore viewers) in one key press. When working on multiple remote machines, both physical and virtual, it's often necessary to switch between them frequently. I must switch over 100 times some days. Simplifying the key sequence would be both quicker and more intuitive.

View 4 Replies View Related

Fedora Networking :: Commands To Switch From DHCP To Fixed IP Address?

Feb 20, 2009

When I install Fedora 10 on a new system, I let it default to DHCP. Later, I change the system to a fixed IP address by running system-config-network, selecting eth0, clicking on "Edit", clicking on "Statically set IP addresses:" and filling in the blanks. Is it possible to accomplish the same thing using commands that could be entered in a script? I assume one of them would be

Code:
ifconfig eth0 address XXX.XXX.XXX.XXX netmask 255.255.255.0

View 1 Replies View Related

Ubuntu :: Suspend/hibernate Commands Freeze / Screen Turn To A Black Screen Without Shutting Down?

Jul 4, 2010

out of no where it seems ubuntu no longer wants to cooperate when suspending/hibernating. the screen will just turn to a black screen without shutting down. each time i have to maually power down my laptop.

View 1 Replies View Related

Ubuntu :: GNU Screen In Startup Screen: Multiple Commands

Aug 4, 2010

I am searching for a way to run multiple commands at boot time using the gnu screen utility.

A solution could be:

But the result would be many sessions, each one with just one child. What I need is just one session with many children, one child per command.

View 2 Replies View Related

General :: Switch Between Screen Inside Screen?

Aug 25, 2011

I have to work inside two environment. One Windows (local) and one Linux (remote).I've installed the screen linux utility in both.I'm able to open a screen on my windows, then in one tab, I opened a ssh connection to the linux remote and I start another screen.Samplelinux -- |0 linux remote 0| 1 linux remote 1 windows-- |0 linux | 9 windows I can switch between "linux remote 0" and "linux remote 1" using Atl+.This is configured in .screenrc (bindkey "^[0" select 0)How could I switch to "9 windows"?

View 4 Replies View Related

General :: Possible To Shorten My Directory Commands In Ubuntu?

Jun 20, 2011

When working on a rails app I like to open all of my files through the command line like so
CD my_app
gedit app/views/user/show.HTML.erb
Is there a way that I could shorten this so that I could just write something like
gedit user_views/show.HTML.erb

I would like the console to stay in the main directory, I just don't like having to type out app/controller/user_controler.rb every time I want to open the user controller. I know that I could just open the file with my mouse, but I feel like moving from keyboard to mouse breaks my focus a little bit. When I can just tap away at the keyboard it seems like I have a more smooth workflow.

View 7 Replies View Related

Ubuntu :: How To Backup Terminal Commands Directory

Jun 25, 2011

I wonder if there is a directory for a terminal commands that may I can backup the commands I have used in the terminal before.

View 7 Replies View Related

General :: Debian Without Basic Commands: 'No Such File Or Directory'?

Nov 10, 2010

My new VPS is running Debian 5.0 (bash 3.2.29), and some commands seems to be missing. For example the ps command is not here, neither is ls (but dir works). Is there a package missing or what's the deal?

:~# type ps
ps is hashed (/bin/ps)
:~# ps

[code]....

View 1 Replies View Related

Ubuntu :: Command To Switch To A Directory In An External Drive

Jul 25, 2011

For some reason I cant get the syntax to switch to a directory in my external harddrive. I know I've done it before but now I can't get it to work. Here is what I've done.

cd /home/media/My Book/folder Where MyBook is the name of the hard drive.

View 6 Replies View Related

General :: Delete Oldest Directory And File Using Ncftp Commands?

Aug 17, 2010

i use ncftp for some bash script action. how to delete oldest directory and oldest file using ncftp commands?

View 3 Replies View Related

SUSE / Novell :: Ran Rm -rf On Home Directory Unable To Run Commands As Root

Jun 13, 2010

Accidently ran rm -rf while the pwd was /home/user-name

Now I'm unable to run any command whatsoever as root, ls,vi,cnf whatever, they don't work.

However the commands work as normal user.

I can guess that the files with root ownership in the home folder were deleted but I would like to revert everything back to normal and would like to know how to solve this problem.

View 5 Replies View Related

Fedora :: Switch To Bootup Screen

Nov 19, 2009

I've upgrade my fedora 11 to 12 by installtion DVD and everything is fine right now.Everything is there and the new system looks good.However,my boot screen is still the same with 11.How can I switch to the new screen?

View 12 Replies View Related

Ubuntu :: Screen Resolution Using A KVM Switch?

Feb 6, 2010

I have a KVM (Keyboard, Video, Mouse) switch which is stopping Ubuntu 9.10 from getting the EDID information from the monitor on startup.The resolution at startup is 800x600 and lower resolutions are available but nothing higher.I have plugged the monitor directly into the computer and the screen is OK and gives all the resolutions available from the monitor.I got the EDID information from the monitor when it was plugged directly into the computer using "sudo get-edid". Then I put this information into the Xorg.conf file and did a restart with the KVM switch in place.

However the screen resolution was back at 800x600 with nothing higher available.The xorg.conf file still has the information from the "edid" request so it has not reverted to the old file.I understand that 9.10 does not have an xorg.conf file but I upgraded from 8.?? to 9.10 and I think that it came from there originally.The question is how can I get/force 9.10 to read and use the information from the xorg.conf file so that I can get the resolution I want?Or is there another way?I tried to pipe the output of edid into a file whilst logged in as root :

Code: [sudo get-edid > /etc/X11/edidinfo.edid
bash: /etc/X11/edidinfo.edid: Permission denied][ So that I could refer to it in the xorg.conf file - Why was permission denied?

View 1 Replies View Related

General :: "switch To Next Desktop" Vs. "switch To Next Screen"?

Mar 2, 2010

While rearranging my keyboard shortcuts in the control center, I noticed that in the Desktop Switching subcategory, there are "Switch to [Next/Previous/Left/Right] Desktop" and "Switch to Next Screen." What is the difference between switching to another desktop and switching to another screen?

View 1 Replies View Related

Fedora :: Commands On Shell - Locking The Screen

Nov 26, 2009

what is the command for:

locking the screen

creating a new folder

log out

on the shell?

View 3 Replies View Related

Ubuntu :: Screen Wont Execute Commands?

Jan 13, 2011

Cant type anything when i attach to my screen by typing screen -r. It doesn't even say neokyle@server, the only thing i can get it to let me do is detach. I cant even kill it.

View 2 Replies View Related

Software :: Sending Commands To A Screen Session?

Aug 7, 2010

I have several screen sessions running, one of them named 'test'. I want to send a simple command to there without attaching the screen, so I do:

screen -S test -X ls

But when I attach the screen to see if it has done something, nothing is different... How can I send commands then? Of course the 'ls' command is not what I want to do, but it's just an example in how this is not working.

View 6 Replies View Related

CentOS 5 :: Switch For IP To Name?

Jan 21, 2011

Within Windows you can do a reverse ping using the -a switch. I.e., ping -a 192.168.x.x. and it will return the system name.

What Linux command will return a Name to an IP?

View 15 Replies View Related

OpenSUSE :: Switch Out From Full Screen Application?

Apr 5, 2010

I was playing a game called "BZFlag", it's a full screen game, and I saw someone sent me an message on skype and I pressed "alt+tab" trying to get out from the game... but nothing happens, i was still in game, and i couldn't quit the game, the game wasn't catching my keyboard input at all.

View 2 Replies View Related

Ubuntu :: Switch User Goes To Lock Screen?

May 28, 2010

I have a problem with Switch User on a newly installed Ubuntu 10.04 on Asus Eee 1101ha.When I try to use Switch User, I just get to the Lock Screen of the currently logged in user, where I'm asked to enter a password.There is also "Switch User" button on the Lock Screen - the screen gets black and then gets back to the same Lock Screen. Login Screen is not displayed.

View 8 Replies View Related

Ubuntu :: 10.04-Switch Between Dual And Single Screen?

Jul 21, 2010

I am having issues switching between dual monitors and a single monitor.

I have a Dell laptop with an NVIDIA graphics card that I use with a docking station attached to a monitor.

My problem is that if I shutdown without first changing the NVIDIA settings back to the single monitor (the laptop's screen) when I boot with the laptop undocked half the screen is on the monitor that is not attached.

Is there a way to switch between dual and single monitors without using the NVIDIA settings.

View 3 Replies View Related

Ubuntu :: Switch The Box To A Higher Screen Resolution?

Sep 18, 2010

I installed Ubuntu on two seperate boxes and one of them switched itself to a higher screen resolution than the other somehow. I prefer the newer screen resolution but don't know how to switch the other box to that resolution.

View 3 Replies View Related

General :: Switch User At Screen Lock?

May 13, 2010

In our cluster of RedHat4 & 5 machines, if someone locks the computer and walks away no body can use it. Is there a feature in RedHat5, Gnome, KDE etc that would allow for the option of switching users at the lock screen, so more than one person can be logged in

View 11 Replies View Related

CentOS 5 Networking :: Getting Start W/ Centos Networking \ Ssh Commands But Not Setting Up A System And Stuff?

Feb 19, 2010

I just started setting up a linux box in the office...I have some experience with ssh commands but not setting up a linux system and stuff.The box is connected to our network but I have no clue how to make windows & osx talk with it. How can I go by doing that and also setting up an apache server to be able to connect through network. Right now I have apache/linux/mysql running it works when i go to localhost, but I would also like to let all the computers in office to access it. I would guess that will deal with virtual host which I know how to setup. I just need to setup an IP.

View 19 Replies View Related

CentOS 5 :: Can't Run Administrative Commands / What To Do?

Aug 10, 2010

I have root access on this CentOS 5.5 machine but I am unable to run administrative commands such as service and chkconfig because it says the commands are not found.

Do I need to install additional packages or grant myself privileges that I don't have to run these commands?

View 3 Replies View Related

Fedora :: Ns2 - Commands To Run An Example Of Tcl Script And Show The Graph In My Screen

Feb 23, 2010

I'm just installed ns 2.31 in my cumputer:fedora 12 (this is the first time working with ns2 and fedora) but I don't know commands to run an example of tcl script and show the graph in my screen.

View 9 Replies View Related

Ubuntu Installation :: User-switch Gives Black Screen

Apr 30, 2010

Login as myself, girlfriend wants to use her login to check something, all good.I switch back to myself, I get a black screen with just my cursor. Most annoying. I have to ctrl-alt-f1 to reboot. I've tried killing various process from the term, but nada. I've also tried uninstalling gnome-screensaver as was mentioned in another thread when I searched, but no joy there so far.

View 9 Replies View Related

Ubuntu :: Keyboard Shortcut To Switch Screen In Xmonad?

Dec 19, 2010

I have a dual-screen setup, with xmonad as my window manager. Using mod+tab lets me switch between windows on the same screen, but how do I move focus from one screen to the other without using the mouse?

View 1 Replies View Related

Ubuntu :: Finalize The Switch - Make My Screen Brighter?

Dec 20, 2010

I have Ubuntu 10.04 on my [newer] Asus laptop.This laptop is my primary computer and I am dual booting Windows 7 ultimate [64-bit] & Ubuntu [64-bit].I really want to break out my DBAN CD [it's a program to format the hard drive completely] and just have Ubuntu on my laptop... but there are two factors restricting me to do this b/c .I need Windows for them [as of now, that is.]

1] I record music on my laptop using this usb "soundcard" dongle. It's made by M-audio and Ubuntu doesn't pick it up, and I have no idea.how to enable it for recording. I also like the idea of being able to choose between my laptop speakers and the usb soundcard. Here is a picture of the device, it's rather simple: http:[url]....

2] I can't seem to make my screen any brighter on my laptop. Windows 7 is very bright, but my Ubuntu installation is at full brightness and is still dull. Or would upgrading to the 10.10 version fix it?

View 9 Replies View Related







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