Software :: Run Test.jsp File In Comand Line Interface?

Jul 4, 2011

using tomcat6 server os is fedora9 i need to run test.jsp file every 20 minits i assigned the cron job */20 * * * * wget http://<my host>/containfolder/recurring.jsp but, its take long time so i need to run test.jsp file in linux command prompt, Is it possible to run JSP in linux command prompt?. If there is yes mean, plz tell how we can do that.

View 3 Replies


ADVERTISEMENT

Ubuntu :: Comand Line Boot Option With Grub 2?

Apr 22, 2011

I am starting to learn about the nuts and bolts of Linux and I wanted to have an option in my Grub boot loader to boot up without x window or any services just a log in so I can test changing config files and experience a system that isn't bogged down by all the things that come along with them.

View 2 Replies View Related

Fedora :: Install The Nvidia Drivers And Use Telinit3 On The Comand Line?

Oct 14, 2009

I was trying to install the nvidia drivers and used telinit3 on the comand line to stop the XServer but now I'm stuck in the command line. How do I get back to the graphical part?

I tried using telinit 5 but its just starting anacron and doesnt seem 2 do much

View 1 Replies View Related

Programming :: Insert A Line In The Test File With Sed?

Jul 15, 2010

I have following file workers file: There are 800 entries like this.

# consensus/uat
worker.consensus-uat1.host=lonlx10409
worker.consensus-uat1.port=13702
worker.consensus-uat1.type=ajp13

[code]....

I want to insert one line just below the line starting with "woker.list". I think sed can do it but I am not aware.

View 14 Replies View Related

Ubuntu Installation :: Disable Framebuffer From Grub Meno Or Launch Ubuntu Comand Line

Mar 14, 2010

After making and update my Karmic Koala and trying to set up lamp through tasksell, i have rebooted my notebook. Then the ubuntu logo was displayied and i get an"Ubuntu is eunnung in low graphics mode"(EE) open /dev/fe0: No such file or dierctory.i have done some googling and figured that it has most likely to do with ubuntu tryin to using frame buffer wrongly.

View 1 Replies View Related

Fedora :: Comand Line To Update The System Via Yum Update?

Jan 28, 2011

Yesterday i have installed F14 and then went to the comand line to update the system via yum update. It was about 860MB of updates in 430 packages. The strange thing is that only one package was a delta rpm and all other were normal rpm. Is Fedora giving up on presto or it needs some special configuration?

View 1 Replies View Related

Ubuntu Installation :: Warning - Can't Create Test File /var/lib/mysql/mosty.lower-test

Mar 15, 2010

I am trying to install mysql 5.1.44..so i downloaded the binary package, i extracted it and then followed the instructions that were in the manual but i keep getting this error when running this command

Code:

scripts/mysql_install_db --basedir=/home/mosty/mysql

the error is

Code:

Installing MySQL system tables...
100315 20:07:27 [Warning] Can't create test file /var/lib/mysql/mosty.lower-test
100315 20:07:27 [Warning] Can't create test file /var/lib/mysql/mosty.lower-test

[code]....

You can try to start the mysqld daemon with:

shell> /home/mosty/mysql/bin/mysqld --skip-grant &

and use the command line tool /home/mosty/mysql/bin/mysql to connect to the mysql database and look at the grant tables:

shell> /home/mosty/mysql/bin/mysql -u root mysql
mysql> show tables

View 1 Replies View Related

Software :: Test The Performance Of USB Interface By Iozone Utility?

Dec 13, 2010

Can anyone throw some lights on

whether it would be OK to test the performance of USB interface by iozone utility???

Or there are any other better options available???

View 2 Replies View Related

Networking :: Prevent Auto Up An Interface At /etc/network/interface File ?

Jul 18, 2011

I have a ppp0 entry with post-up options like this

mapping ppp0
map none photon-plus motorola
map timeout: 12

[code]...

View 8 Replies View Related

Ubuntu :: Run A SMART Self Test From The Command Line?

Feb 7, 2011

I need to run a self-test on my external USB drive and don't want to use System -> Disk Utility.I've taken a look at the man page for udisks and curiously, there does not appear to be an option for self tests. Is there a way to run a self test using udisks directly from the command line?

View 9 Replies View Related

Programming :: Access A File Line By Line, And Check The Length Of Each Line.

Feb 13, 2011

I want to access a file, and check the length of every line.After, i want to check and replace all lines with length over 10 characters, with a message.Does anyone have a clue on that?

View 1 Replies View Related

Ubuntu Networking :: Speed Test By Command Line?

Jun 26, 2010

I'm using a remote dedicated server running ubuntu server edition, and I have no idea what the upload/download speeds are.Is there a reliable method to test these speeds via the command line?

View 2 Replies View Related

Server :: Upload / Download - Command Line Tool To Test Speed?

Jan 4, 2011

anybody knows nice tool to check connection speed UPLOAD / DOWNLOAD on the server ?Maybe existing something like speedtest.net for servers ?

View 3 Replies View Related

Ubuntu :: When Originally Tried Out (wubi Test Drive) Desktop 10.10 The Default Desktop Interface?

Dec 16, 2010

I just installed Ubuntu Server, I'd like to try out other desktops interfaces.When I originally tried out (wubi test drive) Ubuntu Desktop 10.10 the default desktop interface was very nice and clean...plus it seemed to render screen fonts very well I currently have Kubuntu Plasma interface installed.Can I use that Ubuntu Desktop on Ubuntu Server?If so, how would I go about installing it?

View 1 Replies View Related

Fedora :: Error: Call To Undefined Function: Curl_init() In /root/test.php On Line 142

Nov 22, 2009

curl: try 'curl --help' or 'curl --manual' for more information so here curl is working when I'm trying php test.php I got: PHP Fatal error: Call to undefined function: curl_init() in /root/test.php on line 142

Also in php.ini is missing extension=php_curl.dll but I added and the same problem

View 4 Replies View Related

Programming :: Bash Shell Read User Argument From Command Line And Test It

Aug 29, 2010

Trying to create a small script that will read user's input, test if user entered some input and if not display some message or display a text using user's input.

The script is the following but i get an error saying "[: 6: =: argument expected"

View 12 Replies View Related

Debian :: Print Command ( Print A File ) In Debian Through Comand Prompt ?

May 5, 2009

I have a debian system installed on my pc . I have just saved a text file on my desktop . Please let me know how can i print the file through comand prompt ? I need to learn the printing the file thru comamnd line .

View 1 Replies View Related

General :: Get Interface's Bandwidth At Any Given Second From Command Line?

Nov 6, 2010

I am doing a school project in which I want to get the bandwidth of a network interface at any given second, or some other small increment of time. I need this for a Perl script I am working on. Therefore it needs to be non-interactive and just prints results.

View 2 Replies View Related

Fedora :: Create A GUI Interface For Some Command Line Commands?

Aug 22, 2011

I'm developing in java.

I want to create a GUI interface for some command line commands (drush - drupal).

How can I interact with the command line commands with java? or any other languege?

View 6 Replies View Related

General :: Force Command-line Tool To Use Different Interface?

Dec 21, 2010

I have a service which I want to run over eth1.
But all my other traffic still needs to run over eth0.

Is it possible to force a command-line tool or other application to use the non default interface?

View 2 Replies View Related

Ubuntu Installation :: Command-line Interface At Startup?

Feb 4, 2010

So I just partitioned my hard-drive, one side with windows the other to set free for ubuntu. It all worked fine. I put in the liveCD of ubuntu 9.10 and installed on to the partition. However, I have a problem. When it boots up it asks me to either boot into linux 2.6 or windows 7. Windows 7 works fine, but when I boot into ubuntu, the loading screen comes up and then it doesn't seem to boot into GDM. It's all command-line interface. I've tried sudo apt-get update and upgrade, but it isn't connected to my network yet so I can't do that. What can I do?

View 9 Replies View Related

Ubuntu :: Lucid Boots To Command Line Interface?

Aug 12, 2010

Occasionally Lucid boots to what I can only describe as a command line desktop-ie the whole screen is like a terminal, theres no GUI, have to restart by hitting the power button. Is there anyway I can stop it, or start the GUI from there?

View 4 Replies View Related

Ubuntu :: Command Line Interface Connecting To Wireless

Jul 31, 2011

I stupidly turned off my computer as I was updating to KDE 4.7. Now when i start it i get to the log in screen, but imputting my username and password just causes the Xserver to restart and i get back to the log in screen.I know there are many other packages I should install as part of the update and i think this will solve my problem, so i am trying to connect to wireless through the command line login, and then install the updates.

View 2 Replies View Related

General :: Playing With Various Characters In The Command- Line Interface?

Apr 23, 2010

I am playing with various characters in the command- line interface trying to learn what they mean and when i should use them.

View 7 Replies View Related

Fedora Networking :: Configure Wireless Interface On Command Line Only?

Apr 18, 2009

Ive been struggling to configure a wireless interface on Fedora 9I need to configure wlan0 command line only with NO display managerIve tried setting up /etc/sysconfig/network-scripts/ifcfg-wlan0 with the right information, doing dhcpbut no ip is retrieved. Checking the dhcp server logs on the DHCP server - no request is received.The link light on the wireless nic is not on either. iwconfig shows it has an Access point associated and an ESSID but im not getting back any IP.There seems to be very little documenta on how to set up wireless nics command line only on Fedora

View 1 Replies View Related

Ubuntu Networking :: Setting Up The Wireless Interface On Server (command-line Only No GUI) / WPA

Aug 14, 2010

I've been having issues setting up the wireless interface on my Ubuntu server (command-line only, no GUI) and I can't seem to get it working. It seems as though the card is recognized, the drivers are installed and the interface is up, but it fails to connect. I have no idea where I'm going wrong. I have WPA and a MAC filtering setup on my wireless router. An exception has been made for this PC's MAC address and I've manually entered the connection details into /etc/network/interfaces.

[Code]...

View 2 Replies View Related

Red Hat / Fedora :: Changing Font Size Or Style In Command Line Interface?

Mar 23, 2010

if its possible to change font size or style on CLI.

View 9 Replies View Related

General :: Comand Not Found Error?

Jul 18, 2011

While following this guide https://help.ubuntu.com/community/Wi...Driver/bcm43xx to get my wireless to work, I get anerror that says that the directory does not exist.The command is tar xfvj broadcom-wl-4.150.10.5.tar.bz2hird post has a screenshot as an attachment. The tar file is on my Desktop.

View 14 Replies View Related

Ubuntu Installation :: 6.06 Lts Via The Command Line Interface - Text Is Spread Out Very Wide On The Screen

Jan 19, 2011

I have installed Ubuntu 6.06 LTS via the command line interface. I installed onto Microsoft Virtual PC on the mac. The installation completed successfully. On first boot, I see the text is spread out very wide on the screen. It's like the screen has been zoomed out greatly.

I assume I have to modify the x11 configuration, but I forget how to do this.

Here is an image of the screen:

I tried installing a more recent version of Ubuntu but ran into other troubles. more on that later.

View 5 Replies View Related

Programming :: Programing - Reading File Line By Line Then Char By Char In Each Line

May 29, 2010

I've never programed shell scripting.

Code goes like so:

I simply want to read a file "data.txt" line by line Then char by char and add them into a result var. The file is supossed to always contain numeric values

View 8 Replies View Related







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