Prompt Responses Search Results

How to Train Your Python: Part 4, Basic User Input

In the last iteration of how to train your python, we covered basic string manipulation and how we can use it to better evaluate user input. So, today we'll be covering how to take user input. User input is very important to scripting. How can we do what the user says if we can't tell what the user wants? There are multiple ways to take input, we can give the user a prompt and take input from them directly, or we could use flags/switches, and take their input before the script is even execute...

How To: Set up an automatic @reply to new followers on Twitter

Twitter is the latest popular social networking forum. Twitter is used to keep your friends updated with what you are doing using 140 character messages called tweets. In twitter you can follow your friends and you will be notified when ever your friends posts a new message. Similarly other people can follow you on twitter to know what you are doing. In twitter you can customize to send an automatic private response to your new followers. To do this open your twitter account. Go to the notice...

How To: Customize the Quick Responses for Declining Calls in the Google Phone App

Google is making its Phone app, the default dialer for Pixel and Android One devices, available to many other smartphones via the Play Store. If you're enticed to replace your factory-installed dialer to take advantage of the spam-filtering capabilities, you don't want to miss out on other features like the ability to customize canned responses for declining calls.

How To: Save your marriage by changing your own behavior

In this video from DivorceBusting1 we learn how to save your marriage by doing something different. Michele says you need to change your behavior to get new and positive responses from your spouse. If you can think of times your spouse is very stubborn, this is when you are doing more of the same and you need to change that. One example is a woman who experiences anger in her "more of the same" behavior. You could do more of the same, or you can do something different and be creative. Anythin...

How To: Implement a password protection prompt in Microsoft Visual Basic 6

In this clip, you'll learn how to implement password protection in a VB 6 application. Whether you're new to Microsoft's popular event-driven program language & IDE or a seasoned developer merely looking to improve your chops, you're sure to find benefit in this free Visual Basic programming lesson. For more information, including a complete demonstration and detailed, step-by-step instructions, take a look.

How To: Enable the Administrator account in MS Windows Vista

This tutorial will show you how to enable the Windows Vista Administrator account using either the Command Prompt or Computer management. It's easy! So easy, in fact, that this home-computing how-to can present a complete overview of the process in about three minutes' time. For details, and to get started using the Admin account on your own Microsoft Windows Vista PC, take a look.

How To: Answer "Where do you see yourself in 5 years?"

In this video from NescoResource we learn how to answer the question in an interview of "Where do you see yourself in 5 years?" This question provides you an opportunity to show your commitment to that job and to demonstrate your knowledge of the company's and the role you could have in achieving that vision. To provide a thoughtful response, you need to do the homework on the company. Do not answer by saying you see yourself in the interviewer's job. This could really backfire on you because...

How To: Not answer "How do you manage stress?"

This video teaches how to not answer the question "How do you manage stress?" The woman is interviewing for a journalism position. She begins her response by saying that she reads comic books that talk about being laid back. The video points out that you need to stay professional in your response. She says that others call her a slacker, which is not a good thing to say during an interview. She disregarded the importance of the company and position, which shows a lack of commitment.

How To: Change your IP address from the Windows command line

Need to change your IP address? In this how-to, you'll find instructions for changing your IP address from the Windows command prompt with the ipconfig console application. For step-by-step instructions, take a look. NB: Changing your IP will not protect your identity; it's merely a simple expedient for getting around certain problems ones might encounter while using the Internet.

How To: Hack SAML Single Sign-on with Burp Suite

Single sign-on (SSO) lets users login across different sites without having to manage multiple accounts. I'm sure most of us appreciate the convenience of seeing "Sign in with …" buttons that let us login with a single username. Hackers, however, see a possible avenue for exploitation, and you'll soon learn how an attacker can exploit a SAML vulnerability to assume another user's identity.

How To: Trace Any IP Address

Using a simple trace trick, you can easily look up the IP address and its location for any website. This method uses a command line command to first find the IP address of a given website, and then uses a free online tool to get that IP's location.

How To: Perform a general eye exam on a patient

If you're a medical student, you'll learn a lot from this video lesson on examining your patient's eyes. If the patient is having trouble seeing, like double vision, blurred vision, pain or any other problem, a proper eye examination is detrimental to properly diagnosing and treating him/her. You can also determine and potential problems which may arise bases on your family history. Watch to see the complete procedure outlined, which is great for any med student or doctor. Even nurses can ben...

How To: Force Android 10's Gestures to Work with Any Custom Launcher

One vital part of Android 10's new navigation system is the "QuickStep" gesture. Swipe up from the bottom of your screen, then pause. You'll see your recent apps along with a dock containing a handful of icons for quick access. This dock is provided by the phone's launcher, which means your home screen is now integrated into the multitasking UI. So what happens if you change your home screen app?

How To: Make ADB & Fastboot Work in Any Folder on Windows

Unless you're experienced using the Linux terminal, running ADB and Fastboot commands can get confusing very fast. The problems often stem from having to hunt for various files — usually IMG or ZIP files that you need to mod your Android phone — and then move them to your platform-tools folder, which, depending on how you installed ADB in the first place, could be anywhere.

How To: Hack a remote Internet browser with XSS Shell

XSS Shell is a cross-site scripting backdoor into the victim's browser which enables an attacker to issue commands and receive responses. During a normal XSS attack an attacker only has one chance to control a victim's browser; however, the XSS Shell keeps the connection between the attacker and the victim open to allow the attacker to continuously manipulate the victim's browser. XSS Shell works by setting up an XSS Channel, an AJAX application embedded into the victim's browser, that can ob...