7 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Gents,
Kindly can u help with this.
I would like to get GPS time from UTC
Input
17/11/27 03:13:50:480000
17/11/27 03:12:54:380000
17/11/27 03:14:39:980000
output desired.
17/11/27 03:13:50:480000 1195787648480000
17/11/27 03:12:54:380000 1195787592380000
17/11/27... (6 Replies)
Discussion started by: jiam912
6 Replies
2. AIX
Hi guys,
I got some error on my application server mentioning that gps clock not sync to my db server.
what is the command to check is my server is sync with the gps clock?
appreciate if you guys can let me know how to troubleshoot this problem.
Thanks (1 Reply)
Discussion started by: leecopper
1 Replies
3. UNIX for Dummies Questions & Answers
Hello guys this is my first post in this forum. Since now ive been passive an ive only been looking for existing information. Now I could use specific help on a UNIX script i want to make that would:
1. Take 1-3 arguments.
2. Display the contents of its arguments, formatted as follows:... (7 Replies)
Discussion started by: banzomaster
7 Replies
4. Shell Programming and Scripting
Hi Experts,
back at this forum again. Have a tab separated file like this ---
ACCNN AMT(E/$) TYPE ID
11233 23.20($) AUTH 339
11233 19.00($) FINAL 339
11234 349.84($) AUTH 42332
11234 ... (12 Replies)
Discussion started by: PG3
12 Replies
5. Shell Programming and Scripting
Hi UNIX-Forum!
I don't know if this is the right Forum for my question, but since Android technically is a UNIX-based system...
I have a rooted Android and a Terminal emulator and bash installed.
I wanted to write a little script for my android that activates GPS, gets the location and sends... (3 Replies)
Discussion started by: al0x
3 Replies
6. UNIX for Dummies Questions & Answers
hi all,
this might be a silly question, but...
a few years ago, i bought a Nortech Navigation E-GPS010. this is a car/hand-held GPS unit that, for a while, worked pretty well. in fact, it still works well. the map version on my GPS is dated 2006, so i thought i'd upgrade; however, the crappy... (10 Replies)
Discussion started by: jmd9qs
10 Replies
7. What is on Your Mind?
I have been looking for a monitor wich i can hold in my hands comfortably and just sit back and relax with it doing my computer work on it via touch screen. Is it possible since the gps has usb to control my pc wich it? and view my desktop? If not does anyone know of a monitor that would work. Im... (3 Replies)
Discussion started by: FaoX666
3 Replies
SYSTEMD-DEBUG-GENERATOR(8) systemd-debug-generator SYSTEMD-DEBUG-GENERATOR(8)
NAME
systemd-debug-generator - Generator for enabling a runtime debug shell and masking specific units at boot
SYNOPSIS
/lib/systemd/system-generators/systemd-debug-generator
DESCRIPTION
systemd-debug-generator is a generator that reads the kernel command line and understands three options:
If the systemd.mask= option is specified and followed by a unit name, this unit is masked for the runtime, similar to the effect of
systemctl(1)'s mask command. This is useful to boot with certain units removed from the initial boot transaction for debugging system
startup. May be specified more than once.
If the systemd.wants= option is specified and followed by a unit name, a start job for this unit is added to the initial transaction. This
is useful to start one or more additional units at boot. May be specified more than once.
If the systemd.debug_shell option is specified, the debug shell service "debug-shell.service" is pulled into the boot transaction. It will
spawn a debug shell on tty9 during early system startup. Note that the shell may also be turned on persistently by enabling it with
systemctl(1)'s enable command.
systemd-debug-generator implements systemd.generator(7).
SEE ALSO
systemd(1), systemctl(1), kernel-command-line(7)
systemd 237 SYSTEMD-DEBUG-GENERATOR(8)