<< < 44 45 46 47 48 49 50 51 52 53 54 > >>   ∑:1393  Sort:Date

Domain Name to IP Address Resolution
What Is Domain Name to IP Address Resolution? Domain Name to IP Address Resolution is a process to map a domain name to an IP address. Services on the Internet are identified by two types of addresses: domain name address and IP address. Domain Name Address uses the domain name to identify the compu...
2022-02-04, ∼1591🔥, 0💬

IP Routing Table on Windows
How to display IP Routing Table on Windows Systems? You can use the "network -rn" or "route print" command to display the IP routing table a Windows system. Here is an example: fyicenter&gt; netstat -rn ============================== ============================== ===============Interface List 3....
2021-04-30, ∼1591🔥, 0💬

What Is Microsoft Authenticator
What Is Microsoft Authenticator? Why am I prompted to download and install Microsoft Authenticator? Microsoft Authenticator is a cellphone app that provides an additional level of security to your Azure AD work or school account or your Microsoft account. With the Microsoft Authenticator app, users ...
2023-08-09, ∼1589🔥, 0💬

Installing and Running Jupyter
Where to find tutorials on Installing and Running Jupyter. Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Installing and Running Jupyter. Install Jupyter in Conda Environment Start Jupyter in Conda Environment Shutdown Jupyter Server Setup Jup...
2022-02-04, ∼1589🔥, 0💬

Insert Math Formulas in OpenOffice Documents
How to insert mathematical formulas in OpenOffice Document, Impress, Draw or Spreadsheet? You can follow this tutorial to insert a mathematical formula OpenOffice Document, Impress, Draw or Spreadsheet. 1. Open OpenOffice Document, Impress, Draw or Spreadsheet. 2. Click "Insert &gt; Object &...
2021-07-10, ∼1588🔥, 0💬

Deleting photos or videos in Flickr
How to delete photos or videos in Flickr? I have some old pictures i don't want keep them any more. Delete individual photos or videos Click on any photo or video. Click the Edit icon (pencil in square) | select Delete. Click Delete to confirm. Delete multiple photos or videos at once Mouse over You...
2015-06-03, ∼1587🔥, 0💬

"sqlio -f" - Stripe Size in Blocks
What is the Stripe Size in Blocks option, "sqlio -f"? The Stripe Size in Blocks option, "sqlio -f", specifies the Stripe Size in number of I/O blocks, which is the gap between consecutive I/O tests in each run. The default value is "-f64", 64 blocks. In this case, SQLIO will start with the 1st block...
2019-09-04, ∼1584🔥, 0💬

DNS Records and Record Types
What Is DNS Record? How many DNS record types are there? A DNS Record is a record in a DNS database that maps a given domain name an IP address or other information. Here are main types of DNS records: 1. A record : The most basic type of record, also known as address record, provides an IPv4 addres...
2022-02-04, ∼1581🔥, 0💬

SanDisk Cruzer Blade Flash Drive - Maximum Reading Speed
What is maximum reading speed of the SanDisk Cruzer Blade 32GB Flash Drive? The best way to find out the maximum reading speed of your SanDisk Cruzer Blade 32GB Flash Drive is to run reading tests with a single large block of different block sizes: sqlio -LS -kR -i1 -f1 -t1 -s60 -p0 ... If we run SQ...
2019-07-30, ∼1580🔥, 0💬

"sqlio -k" - Kind of I/O
What is the Kind of I/O option, "sqlio -k"? The Kind of I/O option, "sqlio -k", specifies what kind of I/O to test, reading or writing. The default value is "-kR", reading I/O test. Example 1 - Run SQLIO for reading I/O testing: C:\fyicenter\SQLIO&gt;sqli o-kR 1 thread reading for 30 secs from f...
2019-05-14, ∼1579🔥, 0💬

Kingston DataTraveler 101 Flash Drive - Maximum Reading Speed
What is maximum reading speed of the Kingston DataTraveler 101 7GB flash drive? The best way to find out the maximum reading speed of your hard disk is to run reading tests with a single large block of different block sizes: sqlio -LS -kR -i1 -f1 -t1 -s30 -p0 ... If we run SQLIO with above options a...
2019-05-05, ∼1579🔥, 0💬

L2TP VPN Client Configuration on macOS
How to configure L2TP VPN client on macOS computers? If you have a L2TP server configured with the following connection information, you can follow this tutorial to configure a L2TP VPN client on you macOS computer to connect to this server. Server IP: 113.97.237.5 Service Type: L2TP IPsec Enabled: ...
2022-05-15, ∼1573🔥, 0💬

"sqlio -p" - CPU Number for Affinity
What is the CPU Number for Affinity option, "sqlio -p"? The CPU Number for Affinity option, "sqlio -p", specifies a specific CPU to run SQLIO. The default value is "", all CPUs. In this case, all CPUs are used. Example 1 - Run SQLIO with the first CPU: C:\fyicenter\SQLIO&gt;sqli o-p0 1 thread re...
2019-05-14, ∼1573🔥, 0💬

Panel Options in GoAccess Report
How to use Panel Options in GoAccess Report? In GoAccess Report support, each display panel can be customized by changing panel options. Click the "Panel Options" button on top-right corner of the panel, you see the following options: CHART OPTIONS [x] Chart - Checkbox to turn on/off the graphical c...
2023-01-06, ∼1572🔥, 0💬

SanDisk Cruzer Micro Flash Drive - Maximum Reading Speed
What is maximum reading speed of the SanDisk Cruzer Micro 8GB Flash Drive? The best way to find out the maximum reading speed of your SanDisk Cruzer Micro 8GB Flash Drive is to run reading tests with a single large block of different block sizes: sqlio -LS -kR -i1 -f1 -t1 -s60 -p0 ... If we run SQLI...
2019-07-30, ∼1571🔥, 0💬

What Is OpenOffice Math
What Is OpenOffice Math? OpenOffice Math is a mathematical formula editing tool included in the OpenOffice package. It is most commonly used as an equation editor for text documents, but it can also be used with other types of documents or stand-alone. When used inside Writer, the equation is treate...
2021-07-10, ∼1567🔥, 0💬

Simple WiFi Router Configuration
How to create a simple configuration for a WiFi Router? The simplest configuration for a WiFi router is to put all wired and wireless devices into a single subnet as shown in this tutorial. 1. Turn on the WiFi router. 2. Connect your computer to a LAN port on the WiFi router with an Ethernet cable. ...
2021-06-05, ∼1565🔥, 0💬

"sqlio -kW -b1024" - Writing 1-MB Block Test
How to perform tests for writing 1 MB files? I want to see the impact of file size on writing files. If you want to see the impact of file size on writing files, try to increase the block size from 64 KB to 1024 KB (1 MB), and keep the other options unchanged: C:\fyicenter\SQLIO&gt;sqli o-LS -kW...
2019-09-16, ∼1562🔥, 0💬

Azure Virtual HD on Windows 10 as C: - 64-KB Benchmark
What is the 64-KB I/O benchmark performance of Azure Virtual HD on Windows 10 as the system drive "C:"? The I/O performance of reading and writing 64-KB files on an Azure Virtual HD on Windows 10 as the system drive "C:" can be measured by running SQLIO with multiple 64-KB blocks with a large stripe...
2019-06-29, ∼1558🔥, 0💬

Start an Instant Meeting in Teams
How to start an instant meeting in Microsoft Teams? I want people to join the a meeting now. Starting an instant meeting in Teams is quick and easy as shown below. 1. Sign in to Teams in a browser or the Teams app. 2. Open "Calendar" from Teams menu. You see your calendar. 3. Click "Meet Now" near t...
2023-11-09, ∼1554🔥, 0💬

VPN Client Issues on macOS
What are common issues with configuring VPN connections on macOS computers? Here are some common issues issues with configuring VPN connections on macOS computers. 1. PPTP Protocol not supported - PPTP (Point-to-Point Tunneling Protocol) is not supported anymore on new macOS computers. 2. IPSec with...
2022-03-29, ∼1554🔥, 0💬

Show My Web Browser Information
What is my browser's identification? As a Web developer, or tester, you may need to know the identification string of the browser you are using, because many Web sites are using this information to dynamically customize Web pages. A Web browser's identifications string contains the name of the brows...
2017-12-07, ∼1553🔥, 0💬

SVG "preserveAspectRatio" Attribute
How to use SVG "preserveAspectRatio" attribute to control aspect ratio? If you want to control the aspect ratio in the Viewbox-Viewport mapping, you set the SVG "preserveAspectRatio" attribute to different values: &lt;svg preserveAspectRatio="xMidYMid meet" .../&gt; - The default value. Resp...
2023-02-03, ∼1551🔥, 0💬

"sqlio -L" - Latencies from System/Processor Timer
What is the Latencies from System/Processor Timer option, "sqlio -L"? The Latencies from System/Processor Timer option, "sqlio -L", flags the test to include Latency measurements using the system timer or the process timer. Example 1 - Run SQLIO to include Latency measurements using the system timer...
2019-08-19, ∼1550🔥, 0💬

<< < 44 45 46 47 48 49 50 51 52 53 54 > >>   ∑:1393  Sort:Date