The output tag has no wiki summary.
0
votes
0answers
14 views
tmux window last line to statusbar
I am running an update-script within tmux, and just to see that the progress is ticking on I would like to see the output from the last line within tmux statusbar.
My idea is to use something that ...
-4
votes
0answers
22 views
Terminal cuts off command output from last? [closed]
I am working on bash script and when my script reach and execute command. I am expecting longer output in terminal but it just shows 20 to 25 lines as output and rest of lines disappears.
Please help
0
votes
1answer
59 views
Horizontal Keystone Correction on video output
I want to place my projector in the side of my room instead of straight in front of my screen. The problem is that if I do that I'll obviously get a distorted image, much taller on the opposite side ...
0
votes
1answer
33 views
Colorize ls-output by filetype [duplicate]
Every once in a while I have to list some files (~20-50) in Bash on Linux || Mac.
These files are from four different filetypes.
ls nand2tetris/myChips/
And16.hdl And16.cmp And16.tst ...
1
vote
3answers
91 views
Single-line input to multiline output in Unix
How can I use a filter to display something like:
echo "Hello there" |
H
e
l
l
o
t
h
e
r
e
0
votes
0answers
57 views
Smoothly switching between dual-monitor mirroring and video output
I am currently building a little homestudio and I want to achieve the following:
I have a Windowws 7 machine hooked up to a DVI-Monitor and a HDMI-Monitor. Most of the times I want both screens to ...
1
vote
0answers
63 views
Handbrake output directory to include Title folder
I am using handbrake to convert my DVD's to .MP4 and have set the default output path
Tools -> Options -> Output Files
In here there is Default Path: which I have pointing to my Movies folder ...
0
votes
1answer
30 views
HEXtoDEC with Text ouput issue
I am using Excel 2010 and performing a hextodec conversion with text appended to end. If I have a HEX value of 00B60000 that is located in cell D3 and apply the formula ...
0
votes
1answer
282 views
Batch file to obtain system info of remote servers list with unique login credentials
I'm not familiar with scripting. I have a task at hand which requires to check server uptimes to make sure if they were actually re-booted when they suppose to.
I was going through Google Search and ...
0
votes
0answers
61 views
Sony S Series 13" Max resolution
I'm trying to get my Sony S series 13" to display to my external monitor (asus pb278q) using the geforce card so I can attain max resolution (2560 x 1440) while using windows 7. Right now it only ...
0
votes
1answer
89 views
Capturing the console output
I am running a Hadoop hive query from shell script. This is how I am doing it in my shell script.
echo "SELECT COUNT(*) FROM test" | hive
I want to capture the output whatever hive command outputs. ...
0
votes
0answers
78 views
webdav davfs2 input/output error
I've got a box.com account configured in a Linux system so a user can mount it in a certain mountpoint and access its contents. It is declared in fstab as:
https://www.box.com/dav /media/box davfs ...
1
vote
1answer
60 views
How do I create a new file with text outputted from a command?
I just wanna create a file with the outputted text from a command, rather then copying and pasting & making a new file by hand.
I'm on a unix machine.
0
votes
0answers
149 views
No speaker sound from input chanel in Linux mint maya 13 kde
I'm new to Linux (mint 13 kde) and I don't know how to set the sound system to hear my electric guitar through the computer. It seems that i have an input signal but I don't hear anything from ...
0
votes
1answer
76 views
No video signal to monitor
My monitor will not display any signal from my PC all of the sudden. I have verified that it is not the monitor or the video card (the monitor works on another computer, and I have tried multiple ...
0
votes
0answers
275 views
How to set Bluetooth headset microphone as recording device?
I've got these Bluetooth headphones I have connected with my computer. The deal is, I can either choose them to work as high quality audio output OR a VoIP device in "Bluetooth devices" window.
If I ...
-1
votes
1answer
152 views
Gnuplot output cropped when changing aspect ratio regardless of terminal type
Gnuplot doesn't usually provide me with such problems, but when I set the aspect ratio manually, or with 'set size square' the top part of the plot is cut/cropped off. Doesn't matter if term is aqua, ...
4
votes
1answer
946 views
Redirect audio from laptop to desktop over LAN
I want to be able to play a song on my laptop and have it sound through my desktop's (infinitely better) speakers.
If you're familiar with Input Director: I want something that is to audio what Input ...
0
votes
2answers
248 views
How come the ls command prints in multiple columns on tty but only one column everywhere else?
Even after using Unix-like OSes for a couple years, this behaviour still baffles me.
When I use the ls command in a directory that has lots of files, the output is usually nicely formatted into ...
1
vote
0answers
107 views
No Signal for VGA/HDMI on new computer
So I ordered a new computer from CyberPowerPC and it just arrived. On my old desktop, I recall that the VGA output did not give a signal when I plugged it into my monitor; rather, with searching, I ...
2
votes
2answers
193 views
How can I log the output of the mv command in Linux?
I'm using the command:
mv -v -f sourceDir destDir
How can I output the verbose console out to a file?
0
votes
0answers
166 views
Remap audio output to other ports?
I have an Asus M4A785T-M Motherboard which has 5x 3.5mm audio ports and one optical audio port onboard. On Windows 7 x64, is it possible to control which channels output to which ports? For example, ...
2
votes
5answers
2k views
I have no sound on my computer The speaker icon has a red x on it and it says: No audio output device is installed
I have no sound on my computer
The speaker icon has a red x on it and it says: No audio output device is installed.
I have done everything step by step following the Window Help and support,
Compaq ...
1
vote
1answer
75 views
Dump output from REPL
I'm writing SML programs, and I'd like a way to quickly see the output from running a program in the REPL without actually running the REPL (to quickly see if a program has syntax errors - I plan to ...
1
vote
0answers
113 views
HDMI output on Windows 7 PC does not stay alive
I have built a server that is connected only to my TV via HDMI.
If I switch my TV's input to HDMI and boot my server I get the expected result (Windows is displayed on my TV) and I can fully interact ...
2
votes
2answers
94 views
Redirecting output to email
I am aware that in Windows you can use the following snippet to redirect the output of a command line tool to the clipboard:
mytool | clip
Also, it can be done with files:
clip < myFile.txt
I ...
3
votes
1answer
195 views
How can I see the console output on linux like in windows?
Well, let's say we have a application that runs in a console and is for both windows and linux.
On windows when you double click the application a command window opens and the application runs, you ...
1
vote
2answers
225 views
How to redirect script output to a text file and continue despite log-out
What is the difference between:
nohup bin/admin/release.sh > /users/john/release_output 2>&1 &
and
bin/admin/release.sh > /users/john/release_output &
I want to run ...
0
votes
1answer
29 views
Device to play media [closed]
Is there a machine i can buy that has a usb slot and hdmi output with a simple OS that I can use to reproduce media in various formats (introduced with a USB, formats like OOG,MKV,AVI,MP4,FLAC.APE ...
2
votes
2answers
667 views
How do I change my audio output device without making it the default one?
I want to combine two streams using a program called Virtual Audio Cable, and listen to the combined stream, while not making it the DEFAULT sound output device.
Is there a way to listen to an output ...
1
vote
1answer
665 views
Can an integrated HDMI port work both ways?
Say I had a laptop [Correction: notebook, don't want my thighs medium rare], any OS, and it has an HDMI port build into the side. Would it be remotely possible to hack it into an input, provided it ...
0
votes
0answers
409 views
Play sounds over microphone?
This is not to spam someone. My friend wants to hear something over my microphone while retaining the quality (obviously playing it through my microphone using speakers would sound horrible).
Is ...
0
votes
1answer
254 views
No output to the monitor
The computer's mobo is kinda old but I don't think it should matter.
I have tried connecting the computer with DVI, VGA, build-in VGA cables, still no signal. But the computer was working at my ...
1
vote
2answers
330 views
How can I see more output lines in terminal?
If I give a command that has a lot of output lines in terminal, about 400, I can only see the last ~200 if I scroll up to the top. How can I go further up and see more output lines? I don't want to ...
1
vote
1answer
2k views
Using adapter with higher output voltage?
My adapter is broken, and I'm currently using another one while I'm waiting for a new adapter.
The input voltage and amps are the same for both adapters, while there are difference in the output ...
2
votes
1answer
2k views
DVI to VGA adapter only working in one output
I have a AMD Radeon HD 6800 Series graphics card which has 2 DVI outputs. I tried to set it up with 2 monitors which both have vga connectors on the end and used 2 dvi to vga adapters like these.
...
0
votes
1answer
61 views
PHP Input Output is stuck? [closed]
<?php
mysql_connect("localhost", "root", "pass") or
die("Could not connect: " . mysql_error());
mysql_select_db("smcs");
$result = mysql_query("SELECT * FROM others");
$row = ...
9
votes
1answer
360 views
How can I suppress chrome-extension:// output from Web Inspector's console log?
I don't wish to disable my extensions – after all they're there for development purposes – but I want to disable their output from the console in Web Inspector. Is there a way to do this?
N.B. a very ...
1
vote
3answers
228 views
Sound card with Multiple Jacks
If a laptop has multiple output sound jacks, like in HP DV6 series, I am able to get output from the all the jacks. i.e the same output is received. I would like to ask if I can get different sound ...
3
votes
2answers
61 views
Launching an linux executable not from the command line
If you have an executable file *.out that you launch from the GUI (let's say by pressing Alt+f2 in fedora and typing it's name), what happen if that file tries to read or print to standard ...
1
vote
3answers
888 views
How to pipe awk output (with periodic, continuous input) to output file?
I am trying to write a command that pipes the continuous output of a free command (run every second) to an awk command that parses a specific value (available free memory) and outputs this to a file ...
2
votes
1answer
296 views
How to hide debugging output in Mathematica?
I want hide all outputs created by Print command from user's function defined in module .m.
More precisely the problem is following:
I have a module that solves some specific task (It's not ...
0
votes
1answer
132 views
Forward Sound Through to Headphone port--Mac
I have a Mac Mini which is connected to its sound output through the sound output port. I was wondering whether I can have the audio output from another computer into the Mac's sound in port and have ...
1
vote
2answers
265 views
How to show linux “cmp” command progress?
Is there a way to show the progress when running the cmp command?
Comparing large files or partitions using cmp can take a while.
I have searched google and used man cmp, but failed to find any ...
0
votes
2answers
92 views
Print the common of the two files
i want it to print the common of the 2 file
one file contain the ls -l option and the other one have the ls
ls only have the file name
ls -l have everything including the permission and other ...
0
votes
1answer
117 views
zsh handlers like command_not_found_handler()
I'd like to format the zsh output.
eg for unfound functions I now have:
function command_not_found_handler(){echo $fg[red]"\033[4m???\033[0m"$fg[red]" Command \"$1\" not found."}
which returns red ...
0
votes
1answer
444 views
Different output when redirecting
$ mysql -e 'select a,b from tablefoo' databasename
yields
+---+---+
| a | b |
+---+---+
| 1 | 0 |
| 2 | 1 |
+---+---+
whereas
$ mysql -e 'select a,b from tablefoo' databasename > file
...
2
votes
1answer
245 views
How can I find out how big my encoded file will be?
I am converting a video using the following command:
ffmpeg -i "input.avi" -vcodec mpeg4 -r 15 -sameq "output.avi"
However I'm only interested in the file size of output.avi. Is there a command I ...
2
votes
1answer
82 views
Console command redirect to nothing
Is there a way to redirect Windows console commands to nothing\null?
A regular redirection might look like:
prog.exe > a.txt
However in my case I would like to redirect the output so that it ...
0
votes
0answers
69 views
Getting Access 2000 to output CSV with quote “only where needed”
Does anyone know how to get Access 2000 to output a comma-delimited file in this format:
Good> Cat, "John, Doe", 32, $3.44, "Denver, CO", 1234
NOT like this:
Bad> "Cat", "John, Doe", "32", ...