Tagged Questions
0
votes
0answers
77 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 ...
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 ...
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 ...
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 = ...
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 ...
5
votes
1answer
507 views
pipes vs. redirects
I've been using pipes and redirects for a long time and just realized that I don't know exactly how they are different. I just know that if you want to store the output in a file, then you use >. ...
0
votes
1answer
507 views
Outputing a Microphone input to a USB Audio output?
Say I have some beast USB speakers. I also have a Microphone input on the back of my PC.
The Microphone input will happily output on the same card, but I cannot figure out how to 'route' the output ...
1
vote
1answer
1k views
Direct sound from speakers (output) to mic (input)
This is an attempt make Skype and Ventrilo more fun/easier. I'm essentially looking for a method/hardware/application that does essentially the same thing as me physically moving my speakers to beside ...