Posts mit dem Label IP werden angezeigt. Alle Posts anzeigen
Posts mit dem Label IP werden angezeigt. Alle Posts anzeigen

Montag, 15. Februar 2016

How to Putty to Access and Control IphoneIn Feburary 2016 15,

In Feburary 2016 15,
First you need the Putty program. You can download it at http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html If you scroll towards the bottom you will find the exe file. Install it and move on.
Now connect your jailbroken Iphone to the computer via the USB wire. Start putty. You will get a window similar to the one above. You need to enter the IP of the Iphone which you can find by going into settings on the iphone then the wifi, find your ip and hit enter. That should bring up a black box (terminal). If you happen to get an error or something pertaining to the security of the connection just ok it and move on.
Once you have the black box putty terminal up, you need to access the Iphone. You can type SU (super user), however I have had the easiest time with typing 'root'. This will bring up the password portion. The password is 'alpine', you will note the cursor will not move while entering the password that's ok, just type alpine and hit enter. This should bring up a prompt that will list your Iphone and boom you are in!
In Feburary 2016 15,

Sonntag, 14. Februar 2016

How to Access cPanel on GoDaddyIn Feburary 2016 14,

In Feburary 2016 14,
Open your browser and type in the following address into the address bar: 'https://[[ipaddress]]:2087/." Replace 'ipaddress' with the actual IP address of your server. You can find your IP address in the email that GoDaddy sent you upon registration.
Type in your username and password. The username is 'root,' while the password is your GoDaddy account password. You can also find it in your GoDaddy registration email.
Click on 'OK' to access your cPanel.
In Feburary 2016 14,

Sonntag, 7. Februar 2016

How to Set Up a CNAME With GoDaddyIn Feburary 2016 07,

In Feburary 2016 07,
Log in to the GoDaddy site and launch the domain editor. Locate your domain and select the option to edit the DNS Zone File. Choose 'Add Record' and select a 'CNAME (Alias)' record. Type the name of the subdomain in the Host field, and type the IP address of the subdomain, or '@' if it's the same as the primary domain, in the Points To field. Accept the default TTL value and select 'Finish.' It can take up to 24 hours for the CNAME to propagate to all DNS servers around the world.
Create a Virtual Host
When you add a CNAME to a domain, it means that users can address traffic to that subdomain and that DNS servers will route the traffic to your Web server. However, you must tell the Web server what to do with the traffic that arrives for the subdomain, or it will resolve the default location for traffic with an unknown destination. You can do this by creating a virtual host for the subdomain. For example, in Apache, use the ServerName directive to provide the subdomain name and the DocumentRoot directive to provide the location of the code for the subdomain:
ServerName mail.example.com
DocumentRoot /var/www/example-mail/html
ErrorLog /var/log/apache2/exm-error.log
CustomLog /var/log/apache2/exm-access.log combined
In Feburary 2016 07,

Freitag, 5. Februar 2016

How to Get to Your 2Wire Control PanelIn Feburary 2016 05,

In Feburary 2016 05,
Click the 'Start' menu and type 'CMD' into the run textbox. This textbox is located at the bottom the the Start menu.
Press the 'Enter' key to launch the command prompt.
Type 'Ipconfig' (without quotes) and press the 'Enter' key.
Locate the 'Internet Address' heading and record the IP address displayed. In newer Windows versions the IP address may be named 'IPv4 Address.'
Launch a web browser window. The browser software used is irrelevant to the completion of the task.
Type the IP address recorded earlier into the URL entry text box, as you would any standard URL, and press the 'Enter' key. This displays the Homepage of the modem in the browser. Use this menu to set all features and settings for the modem.
In Feburary 2016 05,

Mittwoch, 3. Februar 2016

How to Host Your Own DomainIn Feburary 2016 03,

In Feburary 2016 03,
Download a Web server. This is usually necessary since Windows doesn't come with a default Web server. Apache is a good program, but you can also download ABYSS, which is a free program that you can download (see Resources).
Read the documentation that is included with ABYSS to familiarize yourself with the program. This is only necessary if you've never used ABYSS, or if you do not have Apache on your system.
Visit the No-IP website (see Resources). Set up an account while you are on this page. Choose the domain name you want to use.
Download the No-IP client. Click on the Windows operating system download. Download the program and then install it.
Fill in the information the program asks for. Make sure the program runs after installing it. Once all of your information is entered, your IP address will resolve to the domain you chose, which should be something like xxxxxx.hostnameofserver.com (where xxxxxx is the name you chose).
In Feburary 2016 03,