Showing posts with label amp. Show all posts
Showing posts with label amp. Show all posts

Monday, August 31, 2015

How to Post a Web Page (7 Steps)


Determine where you would like to post the web page. You will need a web hosting service account. Three popular web hosting services include Go Daddy, bluehost and 1&1 (see Resources).
Determine the details of your account, including the hostname (the machine that that you will upload files to), your username, password and URL address.
Establish a connection to the Internet via a local area connection or wireless connection.
Open an FTP program such as FileZilla or CoreFTP, which are available for free download.
Enter your hostname, username and password of your website in the FTP program.
Locate the web page you would like to post. Click 'Browse' from the FTP program, navigate to the file and click to select it.
Click the option to transfer the web page to the hosting provider.
VPS Hosting

Friday, August 28, 2015

How to Download MP3 Google (3 Steps)


Open a Web browser and navigate to the Google directory, MP3 download section.
Right-click on a link on the directory page, and select “Open Link in New Tab.” The page for the site will open in a new browser tab, but will keep the directory page in the contents of the first tab for easy reference.
Click the new tab and explore the site. Download free MP3s and listen to streaming music.
VPS Hosting

How to Access cPanel on GoDaddy


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.
VPS Hosting

Monday, August 24, 2015

How to Link Your Domain Name to eBay (5 Steps)


Register a domain name for your eBay store from a reputable domain name registrar such as GoDaddy. For branding purposes and easier memorability, try to register a domain name that matches your eBay user ID. You must register the domain with a registrar that allows domain name forwarding. With domain forwarding, customers will be redirected to your eBay store when they type in your domain.
Fotolia.com' data-modal-content='hypertext transfer protocol image by Pei Ling Hoo from <a href='http://www.fotolia.com'>Fotolia.com</a>'>
Log into your registrar's control panel using the user ID and domain name the registrar gave you upon registration.
Find the domain forwarding options in the dashboard for your domain name's control panel. The appearance of your domain's control panel can vary widely depending on the registrar with which you registered. Try to find an option that reads 'DNS settings' or 'Forwarding and Parking.' It may also say something like 'Domain Aliases' or 'Domain Masking.' Click until you get to the screen that asks you to input to what site you'd like your domain to forward.
Enter your eBay profile or eBay store URL in the field provided in the domain forwarding screen. The syntax for this URL is 'http://www.stores.ebay.com/your_store_ID' without quotes. Replace 'your_store_ID' with your unique eBay store ID. If you want your domain to just forward to your eBay profile, type 'http://myworld.ebay.com/your_eBay_ID' without quotes. Replace 'your_eBay_ID' with your unique eBay member name. You can also forward the domain to your current list of items for sale, by copying and pasting the 'Items for sale' link in your member profile.
Save your settings in your domain control panel. Once your domain registrar has processed your request, which can take as little as five minutes or as long as 72 hours, your domain name will now to your eBay account.
VPS Hosting

Sunday, August 23, 2015

How to Add Google Checkout to OpenCart


Open your browser. Type 'www.opencart.com/index.php?route=extension/extension/info&extension_id=18' into the address bar. Press the 'Enter' key.
Locate your version of OpenCart. Click on the 'Download' link next to your version.
Click on 'Save File' and 'OK' to save the file to your desktop. Wait for the file to download.
VPS Hosting

Saturday, August 22, 2015

How to Make a Debian Domain Controller


Open a terminal window and type 'su' and press 'Enter' to log in as the 'root' user. When entering commands don't include the quotes unless otherwise noted.
Type the following command, then press 'Enter' to install an LDAP server:aptitude install slapdThis is the server program used to authenticate Windows users.
Type the following command, then press 'Enter' to install the LDAP administrative interface:aptitude install apache-ssl phpldapadminThis command installs the secure version of the Apache Web server and the PHPLDAPAdmin package, which is used to provide easy LDAP administration. During the installation process you will be prompted to provide information about your organization to create the SSL certificate, including: country, state, city, organization or domain name, OU (which stands for organizational unit or department), host name of the computer and contact e-mail.
Type the following three commands to install MKNTPWD, press 'Enter' after each line:aptitude install make gcc libc-devwget http://www.nomis52.net/data/mkntpwd.tar.gztar zxvf mkntpwd.tar.gz && cd mkntpwd && make && cp mkntpwd /usr/local/bin/The MKNTPWD command is used to create Windows passwords.
Type the following command, then press 'Enter' to install Samba:aptitude install samba samba-docThis is the Samba package that will present the server to the network as a Windows server and translate the SMB protocol used in the domain.
Type the following two lines to install a basic LDAP configuration, press 'Enter' after each command:cd /usr/share/doc/samba-doc/examples/LDAPgunzip samba.schema.gz && cp samba.schema /etc/ldap/schema/This unpacks and installs the LDAP example schema, which can be modified for a Windows network.
Type the following command, then press 'Enter' to open the LDAP configuration file:emacs /etc/ldap/slapd.confYou can change 'emacs' to a different text editor if you prefer.
Search for the lines that start with 'include,' then add the following line after the 'include' lines:include /etc/ldap/schema/samba.schemaThis includes the Samba schema, which explains the structure of a Windows network to the LDAP server.
Press the 'Ctrl' and 'x' keys on the keyboard, then release the keys and press 'Ctrl' and 'x.' Press 'x' to save the file before exiting.
Type the following command, then press 'Enter' to restart the LDAP server:/etc/init.d/slapd restart
Open Firefox and enter the following in the address bar:https://mycomputer/phpldapadmin/Replace 'mycomputer' with the name or address of your computer. You can use any Web browser to access this address. This is the administration interface to use when adding or removing users and computers from your network.
Enter the user information. The user name is 'admin,' the password and domain are the same that was created when LDAP was installed. Don't include the quotes or coma in the user name.
Click the plus sign to expand the root node, then click 'Create new entry here.' Click 'OU,' followed by 'Proceed.'
Enter 'users' as the name of the OU, then click 'Create object.' Repeat step 13 and 14 to create two more objects called 'groups' and 'machines.' Don't include quotes or periods in the OU names.
Close Firefox, or your preferred browser, and return to the terminal window.
Type the following command, then press 'Enter' to open the Samba configuration file:emacs /etc/samba/smb.confYou can change 'emacs' to a different text editor if you prefer.
Press the 'Ctrl' and 's' keys to bring up the search function.
Type 'passdb backend=tdsam' to search for the password database line in the file. Don't include the quotes in the search. Then press enter to return to editing mode.
Replace the 'passdb' line you found with the following nine lines, press 'Enter' after each line:passdb backend = ldapsam:ldap://127.0.0.1ldap suffix = dc=mydomain,dc=comldap machine suffix = ou=machinesldap user suffix = ou=usersldap group suffix = ou=groupsldap admin dn = cn=admin,dc=mydomain,dc=comldap delete dn = nodomain logons = yesenable privileges = yesReplace 'mydomain' and 'com' with your full domain name.
Press the 'Ctrl' and 'x' keys on the keyboard, then release the keys and press 'Ctrl' and 'c'. Press 'y' to save the file before exiting.
Type the following command, then press 'Enter' to create an administrative password for Samba and restart the service:smbpasswd -w password && /etc/init.d/samba restartBe sure to write this password down along with the LDAP password. They will be required if you make changes later. The domain controller is now configured. You can add users to the domain using the PHPLDAPAdmin tool. Configure the Windows client machines to point to the domain controller as if it were a Windows domain controller.
VPS Hosting

Friday, August 21, 2015

How to Host a Domain Using Godaddy (10 Steps)


Start by reading the information GoDaddy provides on its hosting plans. From the 'Hosting & Servers' menu, choose 'Hosting Plans.' Scan the summary provided on that page for a quick overview of the differences between hosting plans.
Choose the platform you will be using to host your site. You can choose Linux or Windows. Contact GoDaddy customer service at (480) 505-8877 if you do not know how to choose between Linux or Windows.
Choose a term for your hosting service. You may choose an introductory term of a month or two, or you may choose a term of one or two years.
VPS Hosting

How to Put on Spades Tournament (5 Steps)


PreparationDecide your entry fee and prize payout. Also decide the times for the four rounds. I have attached a grid for you to update. I left in the information from my tournament for ideas.
Preparation Create slips of paper labeled Team 1 - Team 16. Put into something so that one member from each team can draw a team number.
Participant Sign UpCollect Entry fee and have participant draw a number. This is the table number you will assign them to on your grid
Distribute Tournament RulesSpades Teams/Partners Tournament
RULES & REGULATIONS BE ON TIME. You will be allotted 10 minutes to get to your seat. After 10 minutes you will
forfeit the game. No refund will be issued.
 THE FIRST TEAM TO SCORE 250 POINTS IN 30 MINUTES WIN- If no one has reached 250
in 30 minutes the team with the highest scores win.
 NO SWITCHING PARTNERS. If one of the team members is unable to play the team forfeits. THE DEALER IS CHOSEN BY WHO PULLS THE HIGHEST CARD FROM DECK.  NO DISPLAYING/TURNING OVER OF CARDS. During the dealing or cutting process. BOARD/MINIMUN BID IS FOUR UNDERBIDDING/SANDBAGGING. A team is penalized by 100 point deduction for accumulating
ten or more sandbags/overages during the course of the game.
 NO BLIND BIDDING NO PASSING SPADES TO PARTNERS NO THROWING YOUR HAND IN. No spades does not get you a redeal. RENEGING. If you are caught reneging (not following the card suit when you have the suit) the other
team gets three of your books. These books will not count as sandbags for the other team.
 NO CHEATTING - Spoken or by gesture. If cheating is suspected please inform
the tournament judge immediately. A 75 point penalty or termination
from the tournament is feasible.
Last Rule...Have Fun May the Best of Best Win
Monitor Tournament
VPS Hosting

Thursday, August 20, 2015

How to Add New Songs to a Dotty Karaoke (5 Steps)


Launch Sax & Dottys Show Presenter on your computer by going to 'Start' > 'All Programs.'
Click the 'Options' button right above 'History.'
Click the 'Import' button.
Select all the songs on your computer that you want to add to the application.
Click 'OK.' The selected items will then be listed under 'Track name.'
VPS Hosting