Questions tagged [info]

GNU info is a software utility which forms a hypertextual, multipage documentation and help viewer working on a command line interface, useful when there is no GUI available.

GNU info is a software utility which forms a hypertextual, multipage documentation and help viewer working on a command line interface, useful when there is no GUI available. It allows software developers to provide more detail - and more sensible sectioning - than a manual page.

Here are some useful keystrokes for GNU info.

149 questions
1
vote
1 answer

Xamarin.Forms How to get user name on mobile device

I am trying to receive the user name on a mobile device. I have tried Plugin.DeviceInfo; but i get info only about the device. I need to get info about the name and the number that the user has. Any suggestions?
kostas
  • 779
  • 4
  • 13
  • 20
1
vote
1 answer

how get hash info from a torrent file using php?

Is any way to find hash info from a torrent file? I want to put a form that upload a torrent file, then when it upload, get just hash info from that torrent file, is it possible using PHP ?
1
vote
4 answers

Navigating Emacs/Unix info in natural reading order

Emacs/Unix info is a nice structure for documentation, and there are significant info available in this format. Navigation is done using tree-navigation like up, next-on-same-level a.s.o. This means that reading a complete "document", like a…
thoni56
  • 3,145
  • 3
  • 31
  • 49
1
vote
1 answer

TableViewController: Replace Table with Login or Error-Screen

what is best practice to display a full-screen info in a TableViewController instead of the table on certain events, e.g. a "Login Required"-Label with an ImageView and a Login-Button? I think, adding the content in a cell and hide all other cells…
Pascal
  • 2,590
  • 3
  • 21
  • 46
1
vote
1 answer

how to create a general manual for linux?

I am working in a company where they use lots of tools and commands for linux (internal and external) I would like to create a custom manual, with examples per tool. Thought of using info tool for this: info CompanyName tool1 info CompanyName…
user664859
  • 153
  • 2
  • 13
1
vote
1 answer

Why can't gdb find the symbol table?

everyone. I'm trying to fix a problem in ceph using its core file and gdb. According to the following output, gdb should had successfully loaded debug symbols from ceph-debuginfo: Reading symbols from /usr/bin/ceph-osd...Reading symbols from…
Rainman1985
  • 435
  • 3
  • 6
  • 16
1
vote
1 answer

SQL, how to treat structured infos

I need your help, I'm a little bit in trouble. I have a "structured" info that has to be unique taken all field together, but can be not unique individually. For example: Columns: Two_Letters | Firts_Digit | Second_Digit | Third_Digit |…
z10h22
  • 51
  • 1
  • 9
1
vote
1 answer

How to replace a string value in application target's info file

I have added a url to my application target's info as a string. BaseURL : http://sandbox.xxxx.com/xxxx What I want to do is according to some results im getting after first loging, this url should be replaced with a new url coming with that…
user1960169
  • 3,533
  • 12
  • 39
  • 61
1
vote
1 answer

Disable INFO messages in Jdeveloper

Anybody knows how to get rid of the INFO messages in the console in JDEVELOPER ? I'm working with web services.
1
vote
1 answer

Windows 8.1 Os version and other device info

I am developing Windows 8.1 Store App. I want to get the Operating System Kind of the current device and sync it to the server. For instance, I want to know if my current OS is Windows 10, Windows 8 Or Windows 8.1. I couldn't find no where about…
Pavel Durov
  • 1,287
  • 2
  • 13
  • 28
1
vote
1 answer

Symfon2 - enable logging 'info' in production

I have this code: $logger = $this->get('logger'); $logger->info('Test'); Works fine in dev but it is ignored in production. How can I force to log this in production too?
dragonn
  • 79
  • 1
  • 10
1
vote
1 answer

What does "Unable to instatiate activity ComponentInfo" stands for?

I am trying to develop Android app, something with GPS, and using Google Maps API v2. This error (bigger picture in link) is showing up and app crashes immidiately after run. And here's the AndroidManifest.xml file:
phantom
  • 57
  • 1
  • 1
  • 7
1
vote
2 answers

Updating infopath for org-mode

With emacs24 I'm using org-mode 8.2.8 installed from the tar.gz file available on orgmode.org. I'm trying to get the infopath loaded so that C-h i m Org Mode RET will give me the org manual. The org faq mentions two methods - both of which make…
MajorBriggs
  • 556
  • 4
  • 18
1
vote
0 answers

How to view a info file in Browser?

I am wondering if there are any info viewers for the browser ? Info is a good structured document and has a good potential for replacing browser man pages Does anyone have any idea ? Info files are usually viewer in info/emacs/tkman etc on Unix…
Nishant
  • 20,354
  • 18
  • 69
  • 101
1
vote
2 answers

Give out all class properties

I was just wondering how I could give out everything that is in NSDictionary *info: - (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info Just to see whats in it. Is there a simple…
Philip
  • 1,068
  • 3
  • 12
  • 21