Questions tagged [manual]

a technical communication document intended to give assistance to people using a particular system

A user guide or user's guide, also commonly known as a manual, is a technical communication document intended to give assistance to people using a particular system.

Wikipedia article

400 questions
0
votes
0 answers

iOS Creating a User Manual for an App

I need to add a User Manual for my App, although all the user manual examples I have seen are web-based, which is convienent because it allows you to update the documentation without updating the app but also inconvient if the user is in a off-line…
DogEatDog
  • 2,899
  • 2
  • 36
  • 65
0
votes
1 answer

Installing Gradle manually on Intellij

How do I install downloaded Gradle for Windows OS on Intellij? I've tried to unzip the folder then copying it in a Gradle folder I created on Local Disk C, I've also added the path in the Enviroment Variables but still not working.
0
votes
2 answers

What does "well-known" mean in the dbus context

The dbus-daemon manual makes several references to "well-known" things. Examples: On platforms other than Windows, unix-based transports (unix, systemd, launchd) are the default for both the well-known system bus and the well-known session…
Paulo Neves
  • 1,096
  • 14
  • 22
0
votes
1 answer

revision specification ^{}

Found in git 2.32.0 help, section gitrevisions, cit.: ^{}, e.g. v0.99.8^{commit} A suffix ^ followed by an object type name enclosed in brace pair means dereference the object at recursively until an object of type is found…
user5494920
0
votes
1 answer

Oracle SQL: write manually a text

I am currently trying to just get a certain format of a bill, but I don't know how to select a custom test. For Example, I Select something like this Name Age Birthday Gender Jonas 26 01.01.2000 Boy The Boy in this one is no…
0
votes
1 answer

nginx + upstreams and switch upstreams by arg from url

I searched many forums , found many similar topics, but none works for me( I have this configuration: upstream 8083 { server 127.0.0.1:8083; } upstream 8084 { server 127.0.0.1:8084; } split_clients "upstream${remote_addr}" $default { 50% …
0
votes
2 answers

Manual Testing in Devops Pipeline

We are currently doing traditional waterfall model where we have manual and automation tests in SIT and UAT environments. We are moving to Agile/Devops and I am working on POC on Devops. Based on my research, Devops is suited for CI and CD meaning…
user7890
  • 3
  • 1
0
votes
1 answer

Custom FB Login Flow

Good day all. I follow the "manually build a login flow" (Manually Build a Login Flow) instructions to create my login. When I try to log in, though, it doesn't ask me to re-authenticate permissions. Is there something wrong with how I'm looking at…
The Chau
  • 26
  • 4
0
votes
1 answer

Man command in linux returns "no manual entry for "

When I run the man command in Linux. It returns manual for some packages, but in some case it says no manual entry for for-example: man cloud-guest-utils command or man btrfs-tools and some more also. Is there no manual available for…
Kashif Khan
  • 97
  • 2
  • 11
0
votes
1 answer

On premise azure Devops server 2019 Migration to azure devops services without Migration tool

Found from migration options doc that manual migration is possible .But for azure Devops server 2019 pipelines and history migrate to azure Devops services? is there any tools to do that?
0
votes
1 answer

R devtools: package documentation on first page of the manual

How do I make devtools::build_manual put package documentation on the first page of the manual? #' flowNet: Mapping the Topology of Single Cell Data #' #' Some text... #' #' @section Some more text... #' #' @docType package #' @name flowNet NULL #>…
Jeff Bezos
  • 1,929
  • 13
  • 23
0
votes
1 answer

geom line: set manual color for variables that are grouped

I've data set with three columns as below data_sample<-data.frame(value=c(-3,-2,-1,-0.9,-1.25,1.0,2.1,1.9,1.2,1.5), BP=c(1000,2000,5000,8000,10000),variable=c(rep("overall_diff_cases",5),rep("overall_diff_controls",5))) where BP is base pair, for…
Death Metal
  • 830
  • 3
  • 9
  • 26
0
votes
0 answers

Vertical pagination issue

I have an issue I have manually made vertical pagination like page scroll to id in WordPress but when I click on the next number it scrolls on the previous section instead of scrolling on the next section while I set up accurate ids for the section…
0
votes
1 answer

"the manual entries in section 4" in macOS manual?

man 2 bind on macOS Terminal contains this comment. ... The rules used in address binding vary between communication domains. Consult the manual entries in section 4 for detailed information. What's the "the manual entries in section 4" and how to…
eonil
  • 83,476
  • 81
  • 317
  • 516
0
votes
0 answers

How to Make a Manual Program for Support Vector Regression (SVR)?

I am new for studying SVR and also program in Rstudio, to get graduation for my study, i would make some program to manual SVR. But I am stack, and nobody in website have the manual program of SVR. Please Help! Thankyou. I have 10000 value data,…
Qu Okka
  • 1
  • 1