Is it true if I want to make ip spoofing program
I need only a program that can change my machine ip address???
if true how can i use System.Net - IPAddress Class
to set the ip address ....
I just downloaded wxWidget source code on my snow leopard machine. The source code is the multiplatform one, so it contains windows and GTK components of wxWidget as well. I'd like to compile the wxWidget source code, but haven't found a good guide yet.
This is my first step to create a multiplatform project, hopefully I would be able to use CMake to generate makefile later on.
Any help would be appreciated.
I've implemented a simple ping/pong protocol to discover other computers connected to the same WiFI router.
This works fine on many routers, but it seems some public routers have UDP traffic blocked or disabled.
What other options do I have to discover the computers connected to the router?
I was thinking of brute forcing TCP attempts (trying to open connections to all possible IPs on my subnetwork) but this would be very costly and I would have to cycle several times and still not find every machine that's recently connected to the network.
Hi,
I am using HttpContext.Current.User.Identity.Name to get a user id
from 2 web application i'am developping.
the problem is when i'am loggin in teh first application i get always HttpContext.Current.User.Identity.Name value (i put test in Application_AuthenticateRequest event) but when i log in teh 2nd application adn i ty to naviagte trough the 1st application teh HttpContext.Current.User.Identity.Name loses value.
Environnement of test : Windows XP / VS.NET 2005 /
Authentication forms
BTW : both application are deployed in teh same machine
Thank you for your help
I am creating a Windwos Installer project just for the use of installing our third party assemblies into the gac of the users computer. The problem i am running into, is when i make an update to the assemblie and increment it's version number, i get an error saying:
"Another version of this product is already installed. Installation of this version cannot continue..." I would have figured that windows installer would update the local machine with the new assemblie. Am i doing something wrong?
Im getting that error every time I try to add a new set of data to my sql server 2008 database.
I'm running windows 7 on my development machine.
my current config is:
all:
doctrine:
class: sfDoctrineDatabase
param:
dsn: 'odbc:Driver={SQL Server Native Client 10.0};Server=localhost;database=jobeet;'
username: sa
password: ****
thanks to every one.
The sample code in this article for creating a PDF from a Word doc works great if you have word installed on the machine.
http://msdn.microsoft.com/en-us/library/bb412305.aspx
I'm curious if it is possible to do this without having to install Word.
Could you please suggest a simple SMTP server with the very basic APIs(by very basic I mean, to read,write,delete email) that could be run on a linux box?
I just need to convert the crux of the email into XML format and FTP it to another machine.
I've had a need to create an encrypted volume on my mac for the company source code. The requirements are not terribly stringent: If someone can log into the machine as me, they win, but otherwise, they should lose. With that set of requirements, you can make it so that the disk is automatically mounted at login.
did some google searching on the topic and most of the api's that existed required a dedicated server.
ill be trying this on the local machine and am using wamp, would i need to go through a type of merchant (of some type) to be able to send sms's?
and if you know of any tutorials list them.
thanks
I'm trying to send an email using classic asp and cdonts on a Windows Server 2003 machine.
But I'm guessing the SMTP service needs to be running. Unfortunately it's asking for teh SP1 disk...which apparently has gone missing. I'm guessing not but is there any other way of doing this?
Thanks,
How to download and install GDB(GNU Debugger) on Fedora Linux Machine.. I have tried downloading from gnu website 7.1 package, but then it fails during
./configure and then make command...
Please share the source from where i can get information on the same.
Thanks..
Is there a generic IP device name for windows similar to "eth0" used by Linux and Solaris?
I am attempting to monitor SCTP traffic, which appears to be successful passing the ip address, but this means for every machine to use this application would changing to use the host address.
Thanks
Proxy configuration of a machine can be easily fetched using
def check_proxy():
import urllib2
http_proxy = urllib2.getproxies().get('http')
I need to write a test for the above written function. In order to do that I need to:-
Set the system-wide proxy to an
invalid URL during the test(sounds
like a bad idea).
Supply an invalid
URL to http_proxy.
How can I achieve either of the above?
Hi,
I have a daemon written in PHP which is running on my linux machine.
I am trying to send a signal to it through another php file.
For this purpose I am trying posix_kill function. But its not working.
When I run the php page, I get an error that php is compiled without --enable-grep
I want to know how to enable it? OR what is the alternate way of sending signal to daemon?
I am looking to manage a SQL Server 2008 DB using Management Studio 2005. The reason for this is because our server is a 64-bit machine and we only have the 64-bit version of the software.
Is this possible?
How about managing a SQL Server 2005 DB using Management Studio 2008?
I'd like to write code even when I'm not at my desktop machine.
Any recommended iPhone script/code editor apps out there?
I'm not meaning desktop applications like XCode for writing iPhone apps.
I'm meaning iPhone apps cause I want to write code on iPhone. (any code like java c ruby etc and doesn't limit to writing codes for iPhone...)
It will be great if you can recommend both free and paid apps, many thanks!
I am working on a secure web site, that will allow the user to register their computer, to avoid answering the primary security questions.
Is this just placing a cookie on their machine, and checking to see if the cookie exists?
Or do I need to retrieve the client machines ID data?
Hi
I put a init script into /etc/init.d to startup the Apache-tomcat.
when i'm reboot the machine. i think the Tomcat try to start and aborted
in some level. i am using Ubuntu 9.04.
my guessing is the given time to start the tomcat is not enough.
if any way have to increase the time to execute a script in startup.
I created a NetBeans project. I took the project folders zipped to another machine and tried opening it in NetBeans. NetBeans didn't identify it as a NetBeans project. I have transfered projects in this way before but why is it not working now? Are any of my project files corrupted. Is there any way to retrieve my files from this?
Please answer these 2 questions:
Our installation is not recognising the SQL server 2008 and if we try to create a DB, its telling Server components not found. Please tell what may be the issue and why it's not recognising. But our installation proceeds as client installation(if i point to the same instance with DB already created) without any issues.
Can we install SQL express 2005 in a machine where SQL server 2008 is already installed. Please clarify.
While accessing the server, the error comes:
Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again.
I am logging in from Administrator in XP machine, able to access server from other machines. Is there any problem with administrator profile??
I right-clicked on the bin folder of my web app to add a COM Reference. I did not find the desired Com reference in the list.
I went back to the Command Line to register by desired Com dll using resvr32.
However, the COM references tab does not shows it (looks like the information is cached somewhere).
Even restarting VS did not help. Is their any easy way to refresh the COM references tab without rebooting the machine itself??
In codeigniter Im trying to use this plugin which requires I implement a toString method in my models. My toString method simply does
return $this->name
On my local machine with php 5.3 everything works just fine but on the production server with php 5.1.6 it shows "Object id#48" where the value of the name property of that object should appear..... I found something about the problem here but I still dont understand... How can I fix this?