-
as seen on Server Fault
- Search for 'Server Fault'
I am looking for a tool to test a website from a Linux command line.
From the output, I need to know the http response (status codes) but also benchmark the time it takes to download the different elements of the site.
Thank you in advance.
>>> More
-
as seen on Super User
- Search for 'Super User'
What command-line tools do I need in order to concatenate several audio files and output them as one ogg (and/or mp3)?
If you can provide the complete command to concatenate and output to ogg, that would be awesome.
Edit: Input files (in my case, currently) are in wma format, but ideally it should…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
what is the easiest way to get a host's canonical host name from linux's command line?
If it matters, my shell is bash.
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I'm looking for a simple text editor that I can use from the command line in Linux to edit files. I'm used to editing files in windows, so I'm looking for something with the same keyboard interface. That means:
SHIFT+Arrow Keys/PGUP/PGDN to select text
CTRL+C, CTRL+X, CTRL+V to copy/cut/paste
And…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
I have created a shell script to start a server program.
startup.sh start
When above command will executes, it will try starts the server as adminuser. To achieve this my script has written like this.
SUBIT="su - adminuser -c "
SERVER_BOX_COMMAND_A="Server"
##############
# Function…
>>> More