380 Topics
| |
I have installed ubuntu 11.04 using wubi installer inside windows.I am not able to find sysconfig in etc folder.I need to change the auto eth0 settings.And I accidentally deleted the auto eth0 configuration.Any way i can get it back.Any help would be greatly appreciated. Thanks in advance, Prasanna | |
I have tried to google the answer to this one, but im having problems... So I'm coming to the experts! First, what I have for hardware: [U][B]Networking[/B][/U] Switch: Asus GX-D1081 Router: Asus RT-N16 Modem 1: Motorola SB-5102 (Shaw Cable Extreme service) Modem 2: Cisco DPC-3825 (Shaw Cable Broadband 50 service) … | |
Hi there people, I'm looking to build a system that will be primarily used for what is effectively P2P filesharing, via FileZilla. Also I want to be able to share the items stored on it via a LAN. Build budget of as cheap as chips.( and don't mind using older … | |
Hi, I am a bit confused, I have been given an address 132.132.0.0/16 and i have to devise a scheme allowing for at least 396 subnets. I think i have to extend the subnet mask to do this, I have worked through the different possible masks and the mask /25 … | |
Hi, I have the new Xbox S, and I am using the built in wireless to play online. When connected I usually have fine connection however my connection often drops out on my Xbox. The problem I believe is the connection between my Xbox and the router as they are … | |
NOTE TO MODS: I wasn't sure in which category my question would fit in so if i have posted in a wrong section plz move it in the right section.Thanks Ok guyz here is the problem. I have a router which is accessed from the browser. I also have to … | |
Hi all, I am trying convert IP addresses form Decimal format [Like 192.168.12.13] to HEX format [c0 a8 9d 80]. For Example the IP "192.168.157.128" is equivalent to "c0 a8 9d 80" in HEX. How to do that.?? | |
I recently bought a new Netgear N150 DSL Modem/Router. I connected and set it up with my laptop (HP DV9715 w/Vista Home Premium SP2 AMD Turion 64x2 TL-60 2GB Ram NVIDIA Gforce 7150/nforce 630m). I have a direct-connected PC that gets on the internet. We also have two remote PCs … | |
Code: FileInfo fi = new FileInfo("\\intranet.xyx.com\abc\efg\def.txt"); if (!fi.Exists) Console.WriteLine("Doesnt exist!"); Prints doesnt exist whereas this file actually exists. It works fine with files on my computer but. Is the method to access this file(on the intranet) wrong. Infact, the VB code for the same: try Dim dummy As String = … | |
| Hey guys, Here's the problem I have: I am writing a server application in Java using the ServerSocket and Socket classes. I have an instance of ServerSocket which listens for connection and accepts them. The server runs a website that requires users to log in using an e-mail and a … |
Hi, I am working on a project which requires to update a JEditorPane or JTextField simultaneously by multiple clients. It is something like this. [B][1]. There are several users( i.e a group) with the same application which contains a JEditorPane. [2]. There is a group leader for a group( note: … | |
The network IP address allocated to a network administrator is 172.31.0.0/20. Which portion of the address is the network, which part is the host and which is the subnet mask? n = network s = subnet h = host nnnnnnnn.nnnnnnnn.nnnnssss.hhhhhhhh would that bet correct? | |
Hi my website gets around 500-1000 unique visits a day, while do get about 5,000 pageviews with these visitors the number of clicks is around 50-100 a day and adbrite does not pay that well. I am wondering if there is a website with high CPM to help me earn … | |
Hi, I have a DELL desktop and laptop, both running XP Pro and am about to take delivery of another DELL desktop running Windows 7. I also have 2 printers, a small HP laserjet for B/W and an HP Photosmart Pro B9180 that I use for photography. Neither of the … | |
Hi all, This is my first time posting in this forum (disclaimer: please let me know if this is not the right place to post this). I'm turning to the Linux server discussion gurus for some sagely advice :) I have a VPS web server running CentOS with Apache and … | |
i cant connect to my tcp server here is the partial code of my server [CODE]Public Sub New() InitializeComponent() server = New TcpServer(9988) clientCollection = New List(Of System.Net.Sockets.TcpClient)() End Sub[/CODE] and here is for the client [CODE]Try 'connect Dim hostname As String = "127.0.0.1" Dim port As Integer = 9988 … | |
Hi everyone, I'm trying to create a program that you can use to communicate to other people with the same program. It connects to a Server program that gets your message an send it to everyone. I found 2 problems that I haven't been able to solve. The first one … | |
Hi DaniWeb, You've been great to me in the past, and now I'm turning back to you to help out with an odd issue I've just encountered. Recently I moved into a new place shared with several other people. When connecting to the internet from this new location, I noticed … | |
I'm making a simple IP logger. I've tested the script, but the database doesn't seem to filling up. It could be a problem with the database format etc, details below. Otherwise, I must have made an newbie oversight in the PHP. Some fresh eyes would be greatly appreciated! id: INT(10), … | |
What are some ways to connect to one computer from another other than using VPN or a Static IP? Let's say, for example, one computer is hosting a web service and another computer that's not part of the network wants to call that web service. Would it be possible without … | |
I have broadband internet connection, I always shows disconnected with Red cross mark. I Changed another Ethernet card but problem is still same. Light is showing onto MB when I connected to LAN port. Is there any virus or MB defection ? | |
Ok... so we have comcast, i know it sucks, and weve had modem problems in the past. it shuts down randomly and has to be replaced ever yr or so. so instead of replacing this modem with a new comcast modem we bought our own, that has great reviews. 4star … | |
I need some help. I want to make a secure loginsystem and here is my script for the system that checks how many times you tried to login ($try). db.php is the script for connecting with my database. The system isn't in connecton with the loginsystem it is only the … | |
Hello all. First time post. A little background before I ask my very first NEWBIE question. Have committed myself to the design of a business software solution for an existing client. For approx 10 years, they have been using a custom MS Access database to keep track of their magazine … | |
I have a gateway<->gateway IPSEC VPN running between 2 offices and the first gateway (BiPAC 7404VGO) will also host PPTP VPN connections as well. I need to be able to route PPTP traffic with a destination to the second gateway through the gateway VPN to services in that second network. … | |
this is supposed to log the ip's of people connecting to my site but it wont work help? [CODE]<?php $username="****"; $password="*****"; $database="ipconnect"; $ip=@$REMOTE_ADDR; mysql_connect(localhost,$username,$password); @mysql_select_db($database) or die( "Unable to select database"); $query = "INSERT INTO ip VALUES ('$ip')"; mysql_query($query); mysql_close(); ?>[/CODE] | |
| I want to get details of user when he registers with my website for security reasons. I need ip and date and time I guess. Is there anything else I need to cache while registering? How to get ip,time and date? And time will be in which timezone? I want … |
I have an IP camera that feeds video over lan or the internet thru a browser. It has its own interface on either Mozilla, IE or other browsers. I tried calling the site using the Microsoft Internet Controls component and it works fine. The GUI is called upon and I … | |
I am receiving my secure WiFi from a distance and would like to set up an access point to strengthen the signal at the receiving point. My current setup is a D-Link Randbooster wireless N Router with WAP security. My Belkin wireless N router has the ability to be set … | |
I have Verizon Fios, so I am getting my data connection from coaxial. I'm running a cable from one of the ports (not the uplink Verizon generic router/modem) to my E2000, which obviously has this end plugged into the uplink. I haven't had any connection issues wired or wireless, my … |
The End.