<< < 40 41 42 43 44 45 46 47 48 49 50 > >>   ∑:1393  Sort:Date

ST500DM002-1BD142 ATA HD - SQLIO Tests
How to test I/O performance on Seagate ST500DM002-1BD142 ATA HD (Hard Disk) with SQLIO? Seagate ST500DM002-1BD142 ATA HD (Hard Disk) is manufactured by Seagate with the following specs: Manufacturer: Seagate Technology Model: SEAGATE ST500DM002 Number Of Disks: 1 Number Of Heads: 2 Capacity: 500 GB ...
2019-09-16, ∼1747🔥, 0💬

SQLIO Related Terminology
SQLIO Related Terminology: Affinity - Affinity refers to individual CPUs in a multi-CPU system. You can specify which single CPU to use by the "-p" option, or which group of CPUs to use by the "-a" option. Asynchronous Queue - SQLIO supports asynchronous I/O tests within a single thread You can cont...
2019-08-19, ∼1747🔥, 0💬

What Is Bandizip
What Is Bandizip? Bandizip is ultra-fast file compression software with an easy-to-use interface. Bandizip lets you open most popular compression formats, including ZIP, ZIPX, RAR, CAB, 7Z, TAR, ISO, LZH, BZ2, RAR and many others. It offers an easy to use interface along with Windows Explorer integr...
2022-12-12, ∼1746🔥, 0💬

What Is Ethernet Hub
What Is an Ethernet Hub? An Ethernet Hub is a dummy device for LAN (Local Area Network) that simply forwards any incoming traffic from a single port to all other ports on the device. The network traffic pattern on an Ethernet Hub is shown on the top left of the picture below: Ethernet Hub vs. Switch...
2021-08-11, ∼1746🔥, 0💬

Azure Virtual HD on Windows 10 as D: - Maximum Reading Speed
What is maximum reading speed of the Azure Virtual HD on Windows 10 as the application drive "D:"? The best way to find out the maximum reading speed of your Azure Virtual HD as the application drive "D:" is to run reading tests with a single large block of different block sizes: sqlio -LS -kR -i1 -...
2019-06-01, ∼1746🔥, 0💬

Lost Control of Page Pane in OpenOffice Draw
How to regain Control of Page Pane in OpenOffice Draw? Page Pane is a nice tool in OpenOffice which allows you to see a list of all pages as thumbnails. You use to rerange the page order, or jump into any given page. You can turn on or turn off Page Pane by clicking "View &gt; Page Pane" You can...
2020-10-26, ∼1745🔥, 0💬

Install Form Tools Core
How to Install Form Tools Core? If you want to try Form Tools, you should install the Core component and play with it first. Here is what you can do it on my macOS. 1. Go to Form Tools download Web page at formtools.org/download/ . 2. Click the Download button at the top of the page. The download fi...
2020-01-29, ∼1743🔥, 0💬

General Questions on Form Tools
Where to find answers to frequently asked questions in general areas of Form Tools? I am new to Form Tools. Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team in general areas of Form Tools: What Is Form Tools MySQL Required to Run Form Tools PHP Required t...
2019-10-30, ∼1743🔥, 0💬

"mi" - MathML Identifier Element
How to use the MathML Identifier Element: "mi"? "mi" is the MathML Identifier Element that allows you to specify a symbolic name in a mathematical express. The syntax for "mi" element is: &lt;mi mathvariant="normal" | "bold" | "italic" ...&gt;name&lt;/mi& ;gt;Here are some guidelines ...
2025-03-26, ∼1742🔥, 0💬

Default Test with SQLIO
What is the default SQLIO test doing? If you run the "sqlio" command without any options, you are running the SQLIO default test, which is equivalent to: C:\fyicenter\SQLIO&gt;sqli o-kR -t1 -s30 -f64 -b2 -i64 -BN testfile.dat Let's try it out: C:\fyicenter\SQLIO&gt;sqli osqlio v1.5.SG 1 thre...
2019-08-19, ∼1742🔥, 0💬

What Is NAT Router
What Is a NAT (Network Address Translation) Router? A NAT (Network Address Translation) Router provides a routing function that allow multiple systems within a LAN to connect to the outside Internet with one external IP address. Today, almost all homes are using NAT routers to connect multiple devic...
2021-08-21, ∼1741🔥, 0💬

What Is OpenOffice
What Is OpenOffice? OpenOffice is an open-source office suite that allows you to create documents, spreadsheets, presentations, and databases. OpenOffice uses the ISO standard OpenDocument Format (ODF) as its default file format. But it also supports Microsoft Office file format. Currently, OpenOffi...
2020-10-17, ∼1739🔥, 0💬

Search and View Submitted Data
How to search and view submitted form data? I just started to learn how to use Form Tools. Once you have collected enough submissions on a form, you can search and view submitted data. 1. Log in to Form Tools as the administrator. 2. Click "Forms" on the left menu. You should see the "Hello World" f...
2020-01-21, ∼1736🔥, 0💬

Westell A90-750015 Modem Re-Installation
How to re-install my Westell A90-750015 Modem? I just moved to a new apartment, my modem was working in my old place. If you are moving and need to re-install your Westell A90-750015 Modem, you can follow these steps: 1. Wait for the phone company to confirm that your DSL service is started at your ...
2015-06-15, ∼1730🔥, 0💬

UNIQUE VISITORS PER DAY - Unique Visitors
What Is UNIQUE VISITORS PER DAY Panel in GoAccess report? UNIQUE VISITORS PER DAY Panel in GoAccess report displays Unique visitors: such as hits, unique visitors and cumulative bandwidth per date. HTTP requests containing the same IP, the same date, and the same user agent are considered a unique v...
2023-02-28, ∼1728🔥, 0💬

"sqlio -o" - Outstanding Tests in Asynchronous Queue
What is the Outstanding Tests in Asynchronous Queue option, "sqlio -o"? The Outstanding Tests in Asynchronous Queue option, "sqlio -o", specifies the number of I/O tests to be staged in the Outstanding Asynchronous Queue. The default value is "-o0", no Outstanding I/O tests in the Asynchronous Queue...
2019-08-23, ∼1724🔥, 0💬

Install JupyterHub in Conda Environment
How to Install JupyterHub in a Conda Environment? The easiest way to run an instance of JupyterHub is to install it in your personal default Conda environment. Here is how to do it. 1. Make sure that Conda is installed on the local computer. fyicenter$ conda --version conda 4.10.3 2. Activate your p...
2021-09-09, ∼1722🔥, 0💬

Add JavaScript Validation Function
How to Add JavaScript Validation Function? After creating a new field type, you may want to add your own custom validatino rule through a new JavaScript function. 1. Go back to "Modules &gt; Custom Fields" and edit "My Int" field type. 2. Click "Validation" tab. You see a list of validation rule...
2019-12-02, ∼1722🔥, 0💬

Use Smarty to Control Value Display
How to Use Smarty to Control Value Display? If you want to use a single field to a complex data element, like a comma separated list, you can use smarty template to control how the value will be processed before sending it to display or download. 1. Create a new field type called "CSL". 2. Click "Di...
2019-11-21, ∼1718🔥, 0💬

Azure Virtual HD on Windows 10 as D: - 1-MB Benchmark
What is the 1-MB I/O performance of Azure Virtual HD on Windows 10 as the application drive "D:"? The I/O performance of reading and writing 1-MB files of a Azure Virtual HD on Windows 10 as the application drive "D:" can be measured by running SQLIO with multiple 1024-KB blocks with a large stripe ...
2019-06-01, ∼1717🔥, 0💬

Install qBittorrent-nox on CentOS
How to install qBittorrent-nox on CentOS computer? Installing qBittorrent-nox on CentOS is easy and fast, see steps below. 1. Install "qbittorrent-nox" package with "dnf" command. fyicenter$ sudo dnf install qbittorrent-nox Installed: qbittorrent-nox-1:4.2.5-2.el8. x86_64qt5-qtbase-5.15.2-3.el8.x86_.. .
2023-10-27, ∼1714🔥, 0💬

What Is Client Account
What is a client account in Form Tools? A Client Account is a login account on Form Tools with limited permissions to access a given set of forms and form views. Only the administrator can create, modify, disable and delete client accounts. Administrator controls permissions of each client account t...
2020-01-03, ∼1713🔥, 0💬

Adding Yahoo Emails to iPhone
How to add my Yahoo email account to my iPhone? I want to read my Yahoo emails on the phone. Adding Yahoo email account to your iPhone email manager is easy, see Adding Yahoo Emails to iPhone at phone.fyicener.com.
2015-06-10, ∼1713🔥, 0💬

Intersect Multiple Objects
How to intersect multiple objects in OpenOffice Draw? If you want to intersect multiple objects and keep the overlapping area, you can follow this tutorial. 1. Select all objects to be intersected. 2. Click "Modify &gt; Shape &gt; Intersect" menu. You only the overlapping area surved with pr...
2021-07-01, ∼1712🔥, 0💬

<< < 40 41 42 43 44 45 46 47 48 49 50 > >>   ∑:1393  Sort:Date