Hi, I wish to know is there any way I can changed hostname without restarting the syslog
As I want the changed hostname to be reflected in the syslog messages.
Thanks
Arpit
Hi Wish to know that I have a program which uses two threads I have put the break point in both the threads. While running the program under gdb I want to switch between the threads and make them run.
(thread t1 is active and running and thread t2 hold on the breakpoint I want to stop T1 running and run the T2)
Is there any way that I can schedule…
Hi, I wish to know is there any way I can changed hostname without restarting the syslog
As I want the changed hostname to be reflected in the syslog messages.
Thanks
Arpit
I wish to know If I am using 2 VM instance on the same setup and I wish to use heavy data flow
between the VMs is there any possibility that I get the Timeout (let say I having one timer on the sending end which stops on getting the ack.)
I vague question is How network works in VM . I hope I am clear with the question.
My shared host suspended my website stating system overload, so I moved my website to a VPS which has 4GB RAM. But for some reason the website has become very slow.
This is the vmstat output -
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu------
r b swpd free buff cache si so bi bo in cs us sy…
i have a win7 system and i want to install debian 6 on usb flash drive. the problem is grub loader. i want to install the grub loader on usb itself, so i can just plug in the pendrive in any computer and boot to deb6. so in effect making the flash drive an independent system. i tried it earlier, but ended up with grub loader needing me to insert…
<?php
// amcharts.com export to image utility
// set image type (gif/png/jpeg)
$imgtype = 'jpeg';
// set image quality (from 0 to 100, not applicable to gif)
$imgquality = 100;
// get data from $_POST or $_GET ?
$data = &$_POST;
// get image dimensions
$width = (int) $data['width'];
$height = (int) $data['height'];
//…
I am on the photo sharing site , and i want to give functionality to download all the images available in the gallery ,, I have taken gallery in a relation where i can get all the iamges by @gallery.uploads ,
Now what i want is to download this all files , or if its possible to create any zipfile so that we can download that one file containing…
<?php
// amcharts.com export to image utility
// set image type (gif/png/jpeg)
$imgtype = 'jpeg';
// set image quality (from 0 to 100, not applicable to gif)
$imgquality = 100;
// get data from $_POST or $_GET ?
$data = &$_POST;
// get image dimensions
$width = (int) $data['width'];
$height = (int) $data['height'];
//…
i am wrking on tag clouds with wp columns ( java script) but it s not wrking .It contains files like tagcloud.swf and swfobject.js . I have added this file in public folder and added html.erb file in the view but its not generating the code and showing any thing on the page
the code is
<%= javascript_include_tag 'swfobject.js' %>…
I am on the ruby on rails application and trying to embed the code for js , added the whole code for embedding in Text box , But when i copy paste in other blogs where embed is poss , i am not getting the full js work , the code is given below
<%= text_field_tag "text","
script src=\"/public/javascripts/calendarview.js\"
script…
I am working on photo sharing web site and i want to add functionality which can create my application's whole gallery in to the face book gallaries . Is ther any code whch can be added to do such things .
Please help me out . IF find any link, kindly share in the answer , i hope i am clear anough ?
An Android app I am building requires web authentication for users to make data calls. In Adobe AIR and later the iPhone, we did this by rendering a login page in a webview-equivalent page and setting a cookie when the user signs in. Subsequent data calls use the same Cookie Jar and so are seen as authenticated.
…
I have TreeView as below .
Account Payable
Address
Customer
Account Receivable
Address
Area
If I will select Parent nodes then how I can display in ListView of particular child nodes? Also when I click on root node then how I can display only all parent nodes in ListView?
Thanks .
HI
I have treeview as below .
Account Payable
Address
Customer
Account Receivable
Address
Area
If I will select Parent nodes then how I can display in listview of particular childern nodes .Also when I click on root node then How I can display only all parent nodes in…
We've developed a web application where people can sign-up on our website to make use of our service.
We have a functionality that allows users to send invites to their friends by looking up their contacts on Gmail, Yahoo Mail etc.
My question is - do we have to use a 3rd party email management software like a…
I plan on sending an email to 10k+ email addresses (mostly gmail and yahoo) to announce the launch of my startup's product. I'm planning on using PHPMailer or PHPList to send out the mails.
I've never mass-mailed before and had a few basic questions. I've already browsed through some of the other mass-mail…
I am trying to send a facebook app request to a user through the code below.But it gives an IO Exception and HTTP status code 400 in running.I dont see a any app request being sent to a user on running this.
StringBuffer buffer = new StringBuffer();…
In this Issue: Michael Washington, Tim Greenfield, Bobby Diaz(-2-), Glenn Block(-2-), Nikhil Kothari, Jianqiang Bao(-2-), and Christopher Bennage.
Shoutouts:
Adam Kinney…
The Oracle Solaris Cluster framework keeps an internal log of cluster events, including switchover and failover of resource groups. These logs can be useful to Oracle support engineers for diagnosing cluster behavior. However, till now, there…