Wednesday, January 30, 2013

How do I set up a Call of Duty 4 Cracked linux server?

Q. I have searched everywhere and I can't find a tutorial to create a cracked cod4 linux server. Is there anyone who knows where to find one?

A. That's because a tutorial won't help you. You need experience to figure it out.

I'm looking for software to run on a linux server that can be used to validate user access to my VB software?
Q. I've developed a program in Visual Basic and would like to distribute it be able to have the software check a linux server to see if the userid that is used to login to the software is both valid AND unique (to prevent duplicate logins).

Any suggestion on what I can use?
my VB application is a desktop application.

The verification software would be on the server on the internet.

The users could create their own password... I'd assign userids.

I know that something custom could be written, but I'd like to avoid that if there's an off-the-shelf solution.

A. take a look at using openldap

How do I add an IP address to a linux server?
Q. Its for a website in the server, just need to add an IP and its been awhile since I touched a linux server. Do I need to map it to one of the NICs?

A. This is a quick guide on adding IPs to a system manually. I would only suggest it if you are not using a control panel, such as cpanel, that has a feature to adds ips. If your main ethernet device is eth1 instead of eth0 simply substitute eth1 for eth0. Other then that should be pretty simple to follow, this should work on any standard redhat/centos based system.




Login as root then do the following to add a new ip address to any linux redhat based system. If you have cpanel there is a nice little ip management script that just lets you do it via WHM. For those without cpanel do the following:

cd /etc/sysconfig/network-scripts

Then as a usual precaution I would make a backup of the file
cp ifcfg-eth0 ifcfg-eth0.bak
(you wont need to do anything with the backup)

Then copy the config for your new IP
cp ifcfg-eth0 ifcfg-eth0:1

Then we need to edit the new config
pico -w ifcfg-eth0:1

The lines you need to change:

DEVICE="eth0"
to
DEVICE="eth0:1"

Then change the
IPADDR="xxx.xxx.xxx.xxx"
to be your NEW ip address (it will have your primary ip listed)

Once this is done, press CTRL + X
then press Y and <enter>

This will have saved the config for you and the interface is ready to be brought up. This is done with
/sbin/ifup eth0:1

Having done this if you type
/sbin/ifconfig

You should see something like
------code------
eth0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
inet addr:xxx.xxx.xxx.xxx Bcast:xxx.xxx.xxx.xxx Mask:255.255.254.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:55818546 errors:0 dropped:0 overruns:0 frame:0
TX packets:46167836 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:3299680715 (3146.8 Mb) TX bytes:1890963825 (1803.3 Mb)
Interrupt:11 Base address:0xd000

eth0:1 Link encap:Ethernet HWaddr 00:00:00:00:00:00
inet addr:NEW.IP.ADDRESS Bcast:xxx.xxx.xxx.xxx Mask:255.255.254.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:11 Base address:0xd000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:241244 errors:0 dropped:0 overruns:0 frame:0
TX packets:241244 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:66571100 (63.4 Mb) TX bytes:66571100 (63.4 Mb)
------/code------

If you then try to ping your new ip it should all work fine
This should also restart eth0:1 on a reboot as its a direct copy of the eth0 config. So checking for the ONBOOT="yes" in ifcfg-eth0:1 will ensure it DOES come back up on a reboot



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

No comments:

Post a Comment