Is there a utility built into the Mac software to allow for burning ISO downloaded from the internet.
Or.. Is there a better utility on the Net for performing this function?
hI,
I am trying to install the terminal multiplexer tmux on my Debian Lenny server so that I can have multiple terminals through ssh.
However I have had a lot of difficulty installing it from the debian package, and by compiling it. When I try the package it says something about the wrong version of libc6, and when I compile it I get the following error:
server.o: In function `server_start':
server.c:(.text+0x273): undefined reference to `event_reinit'
collect2: ld returned 1 exit status
make: *** [tmux] Error 1
Help would be very much appreciated,
RayQuang
Hi I have the following script in my form
function pdf()
{
var frm = document.getElementById("form1");
frm.action = "http://www.abbysoft.co.uk/index.php";
frm.target="_blank"
frm.submit()
}
this is called from the following in my form
<input class="buttn" type="button" value="Test" onclick="pdf()"
The code work up to the frm.submit() but it will not submit
Can anyone offer any advice please ?
Hello everyone,
I am using SharePoint 2007 Enterprise + Publishing portal template + Windows Server 2008. I have a root site and a sub-site. I want to enable the following function -- when the sub-site administrator publishing a page, the administrator could select to publish to the sub-site only or publish to both root site and sub-site.
Any ideas how to implement this? I am not sure whether there is any ready-to-use solution without writing code?
thanks in advance,
George
I try advice like this that recommends adding the following to your .profile:
function tabname {
printf "\e]1;$1\a"
}
So you can type tabname brokenbox to name your tab. The problem is as soon as I also type ssh [email protected] and log in, it wipes the tab name. I want a tab name that's as persistent as the tab, not the level of session I happen to be in. Is this possible? I don't even know what layer that data lives in.
OS: WinXP
I need to Web VPN to RDP to remote host, but I don't want to use default java RDP window. So just wondering is there any tool that can do webvpn and provide a RDP function? Thanks.
Should be an easy question for you guys.
In Windows Server 2008 it is possible to print or mail the whole server configuration.
Is there also a function like this in Windows Server 2003?
I am looking for a (Windows XP) utility (preferably a standalone app) that can let me set a hotkey to adjust the gamma (and hopefully other color settings) of the overlay surface.
ATI Tray Tools does not have the ability to bind the overlay color adjustments to the overlay. I’ve asked him about it and he said it was difficult to implement or something (he was kind of vague). The ATI Catalyst drivers do not have a hotkey function for the overlay tab either.
Can anyone help?
3 of the six USB ports on the back on my new ASUS Z87 PRO motherboard are not functioning properly. They do seem to deliver power, just don't seem to function for data (devices attached in these ports are detected by windows, or usable in UEFI)
I think I'm right in saying that the top 4 ports (3 of which aren't working) run off an additional USB controller (not from the Z87 chipset) if that makes any difference.
I'm pretty sure that I'll just have to return it, but any advice on diagnosing the problem would be welcome.
Im trying to make part of my form/questionnaire appears when hover on image and stay active untill hover another image next to it. and repeat it on 7 images.
Of course I need the cheched checkboxes to stay after they'll be hidden so you can come back to them by hover the image and for ex. correct answers and so on..
I was using a j code:
<script type="text/javascript">
$("#Oobj51").hover(function(){
$('#Oobj58').show();
},function(){
$('#Oobj58').hide();
});
</script>
it works to another elements on my page but not to the form.
how can i do it maybe with css class or another j code. Thanks!
Parts of html: (let's say I want to hover on "Oobj56" and make "Oobj58" appears and stay as I said before...)
<div id="Oobj56">
<button type="submit" class="przed6" onmouseover="this.className='po6'"
onmouseout="this.className='przed6'" />
</div>
<div id="Oobj57">
<button type="submit" class="przed7" onmouseover="this.className='po7'"
onmouseout="this.className='przed7'" />
</div>
<div id="Oobj60">
<form action="mailto:" method="post" enctype="text/plain">
<div id="Oobj59">
<input type="text" input size="8" name="imie" placeholder="imie">
<input type="text" input size="11" name="numer" placeholder="numer telefonu">
<br><br>
<select name="miasto">
<option selected="Miasto">Miasto</option>
<option>Wroclaw</option>
<option>Warszawa</option>
<option>Kraków</option>
<option>Trójmiasto</option>
<option>Poznan</option>
<option>Szczecin</option>
<option>Torun</option>
<option>Lódz</option>
<option>Bydgoszcz</option>
<option>Lublin</option>
<option>Katowice</option>
</select>
<select name="wiek">
<option selected="selected">Wiek</option>
<option> <15 </option>
<option>15-19</option>
<option>20-24</option>
<option>25-29</option>
<option>30-34</option>
<option>35-39</option>
<option>40-44</option>
<option>45-49</option>
<option>50-54</option>
<option>55-59</option>
<option>60-64</option>
<option>65-69</option>
<option>70-74</option>
<option> >75 </option>
</select>
<select name="plec">
<option selected="selected">Plec</option>
<option>Mezczyzna</option>
<option>Kobieta</option>
</select></div>
<div id="Oobj58">
<script language="JavaScript">
function toggle(source) {
checkboxes = document.getElementsByName('sport');
for(var i=0, n=checkboxes.length;i<n;i++) {
checkboxes[i].checked = source.checked;
}
}
</script>
<input type="checkbox" onClick="toggle(this)" /><br>
<input type="checkbox" name="sport" value="gym" />silownia<br />
<input type="checkbox" name="sport" value="fitness" />fitness<br />
<input type="checkbox" name="sport" value="noga" />pilka nozna<br />
<input type="checkbox" name="sport" value="kosz" />koszykówka<br />
<input type="checkbox" name="sport" value="siata" />siatkówka<br />
<input type="checkbox" name="sport" value="ameryka" />football amerykanski<br />
<input type="checkbox" name="sport" value="konie" />jezdziectwo konne<br />
<input type="checkbox" name="sport" value="basen" />basen/sporty wodne<br />
<input type="checkbox" name="sport" value="zima" />sporty zimowe<br />
</div>
<div id="Oobj15">
<input type="submit" style="font-family: Open Sans;" value="Wyslij" class="wyslij" />
</div></form>
</div>
Hi guys, I'm new to managed switches and I recently inquired an IT consultant to setup my new office network.
For the records, the new office network spans 2 floors, thus he recommended utilising ONE managed switch with a rack/cabinet housing, and the rest using unmanaged switches.
Anyways, my main question is: does a managed switch really need to be housed on a rack, or in its own cabinet, to function efficiently?
Btw, what are the pros/cons of having a rack/cabinet?
Does anyone have or know of a simple, up to date how to for installing mod-security on cPanel and configuring it after install?
Every how to on the web I've found is at least two years old and is based on a mod-security addon function in cPanel which doesn't exist anymore.
There are a couple of free add ons to simplify selecting rule files (configserver's for example) but there's no documentation on which rules a cPanel system "should" be using and so on.
I've been searching the net for several hours and can't find an answer in the whole "external js file"-jungle. I hope you guys can help!
In short: My external javascript file doesn't seem to get the variables which I defined in the main.php file..
On main.php I define php variables and "transform" them into
javascript variables
<head>...
<script type="text/javascript">
var phpmain_img = <?php echo json_encode($main_img); ?>;
var phpvar1_large = <?php echo json_encode($var1_large); ?>;
var phpvar2_large = <?php echo json_encode($var2_large); ?>;
var phpvar3_large = <?php echo json_encode($var3_large); ?>;
var phpvar4_large = <?php echo json_encode($var4_large); ?>;
</script>
...
<script language="javascript" type="text/javascript" src="/wshop/ext.js"></script>
</head>
In my ext.js file I want to process those variables. In the
ext.js file I defined a the function swapImage() that will be used
back in the main PHP:
var imgArray = new Array(
phpmain_img,
phpvar1_large,
phpvar2_large,
phpvar3_large
);
function swapImage(imgID) {
var theImage = document.getElementById('theImage');
var newImg;
newImg = imgArray[imgID];
theImage.src = newImg;
}
function preloadImages() {
for(var i = 0; i < imgArray.length; i++) {
var tmpImg = new Image;
tmpImg.src = imgArray[i];
}
}
Result: The swapImage() in the main.php... doesnt work
<div id="image">
<img id="theImage" src="<?=$main_img; ?>" alt="" />
</div>
<div id="thumbs">
<?php
echo "<img src=\"<$main_img_small\" alt=\"\" onmouseover=\"swapImage(0);\">";
echo "<img src=\"$var1_small\" alt=\"\" onmouseover=\"swapImage(1);\">";
echo "<img src=\"$var2_small\" alt=\"\" onmouseover=\"swapImage(2);\">";
echo "<img src=\"$var3_small\" alt=\"\" onmouseover=\"swapImage(3);\">";
?>
<br />
</div>
Any help is greatly appreciated!
UPDATE:
I don't get a specific error, the swapImage functions doesn't work at mouseover. However, I tried to output the variables with e.g. document.write(phpimg_main) but nothing appears which makes me believe that there's something wrong with the handing over of the variables...
here's the source code browser output
`<html>
<head>
<link href="../demo.css" rel="stylesheet" type="text/css" />
<style type="text/css">
....
</style>
<script type="text/javascript">
var phpmain_img = {"0":"http:\/\/path\/to\/main\/image.jpg"};
var phpvar1_large = {"0":"http:\/\/path\/to\/image1.jpg"};
var phpvar2_large = {"0":"http:\/\/path\/to\/image2.jpg"};
var phpvar3_large = null;
var phpvar4_large = null;
</script>
<script language="javascript" type="text/javascript" src="/wshop/ext.js"></script>
</head>
<body onload="preloadImages()">
<div id="image">
<img id="theImage" src="http://path-to-main-image.jpg" alt="" />
</div>
<div id="thumbs">
<img src="http://path-to-main-image.jpg" alt="" onmouseover="swapImage(0);"><img src="http://path-to-image1.jpg" alt="" onmouseover="swapImage(1);"><img src="http://path-to-image2.jpg" alt="" onmouseover="swapImage(2);">
<br />
</div>
</body>
`
I would like to have one of my PCs available to the rest of my home network for file sharing and VNC access, but I want to block any Internet traffic going to and from the PC.
In other words, I want all local PCs I have connected to the router functioning as any normal LAN would, but when it comes to the Internet I want one particular PC to be "safe" from the Internet. My guess is that this is some sort of port blocking or some other router function, but I'm not quite sure.
I have Windows 7, NTFS hard disk. I have detected rootkit files but can't delete them through Windows explorer, obviously because they are not visible. Is there some other file browser that is using low level function calls, lower that win api, so that I can try to see and study these files before removal. I know the exact locations. I know that I can load some live CD and delete them, but I wonder about the first possible solution.
Top-like utilities are extremely handful in my work and I want to make sure I am not missing any of them. Please extend the following list of performance monitoring (top-like) family of linux tools:
top - original tool
htop - adds support to multicore/cpu
iotop - input/output monitoring
iftop - network monitoring
atop - merges previous elements into a single overview
slabtop – displays a listing of the top caches
?
The only criteria - maturity and similarity in function/style.
So far I used
trap " call function" 2
fucntion
{
./test.sh
exit
}
but it never reaches the exit line and a whole bunch of process piles up any one got any idea?
I tried & (bg) but i need to be able to keep doing it , the bg only allows me to do it once
The point of it is when i type ctrl C it should terminate the original test.sh but it should also call itself before terminating hence create a new process.
I'm trying to make this Excel document but I want the AdminTimes for the same LastRxNo to be on the same line. So if the LastRxNo is the same, have one line and the AdminTime column will have multiple values. Here is a picture of what I want it to look like
Any ideas? I was thinking an IF function, but I'm not too familiar with Excel to get it to work.
It was just made in the Microsoft Query tool in Excel.
I'm having an issue on some imaged machines where they will started out on Tier 2 and after some time of use (they are well spec'd kiosk machines, quad-core, Nvidia 550Ti), they drop to Tier 0 and effectively become useless. Restarting the machine doesn't seem to help. This is a problem more than just "missing hardware acceleration" because my application requires D3DImage to function (which requires Tier 2).
Thanks for any help!
I'm getting the following error message in ffmpeg:
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 140 (MIT-SHM)
Minor opcode of failed request: 4 (X_ShmGetImage)
Serial number of failed request: 11
Current serial number in output stream: 11
I turns up when I run the bash function mentioned in a forum post about streaming in Linux.
What does it mean and how can I fix it?
I need, for mysql to use large-pages, to set a ulimit - I've done this in limits.conf. However, limits.conf (pam_limits.so), doesn't get read in for init, only for "real" shells. I solved this before by adding a "ulimit -l" to the initscript start function. but I need some sort of repeatable way to do this, now that the boxes are managed with chef, and we don't want to take over a file that's actually owned by the RPM.
When and how often is it good practice to start the connection to your database in php?
I'm new to databases, and I'm wondering when I should start by database connection. I'm creating a api with an index, controllers and model. Should I start the connection in the index and then pass it to all the other files, start the connection at the top of all files and call it as a global in functions as needed or start and end the connection in every function?