similar to: backing up pending at commands

Displaying 20 results from an estimated 10000 matches similar to: "backing up pending at commands"

2014 Sep 18
1
saving at jobs
I can easily save cron jobs in a file by doing this: crontab -l > file.txt And I can restore it with crontab file.txt Is there any way to do the same thing with at jobs? The closest thing that I've managed to find is this: #!/bin/bash atq for each in $(atq | cut -f 1); do echo "JOB $each"; at -c $each; done That works but the output is very wordy and there is no way to
2020 Mar 08
0
System Time
On Sun, 8 Mar 2020 17:59:16 +0000 (UTC) Chris Olson via CentOS wrote: > why computer motherboards were not just > equipped with a chip like the ones in the RCC so that their > system time would always be correct. Digital cinema servers (the gadgets that feed the movie to the projector and sound systems) run on Linux. The movies are shipped to the theatre in an encrypted form and a key
2016 Dec 25
1
C7 Mate - files suddenly moved back onto desktop
My wife sometimes puts files on her desktop to work with them, then cut-and-pastes the file to put it into a folder when she's done. This morning she has seven files on her desktop that she has worked on over the course of the past week. They have suddenly, overnight, moved out of the folders that she had put them into and moved onto her desktop! They are no longer in the folders that she
2014 Jul 11
3
centos plus kernel - moving it in and back out again
I have been reading the bug reports about the problem with initializing Logitech wireless devices using the current stock Centos 7 kernel. It's my understanding that this issue will be fixed in the Centos Plus kernel. However, I suspect that the issue will also be fixed at some point when Red Hat get around to fixing their kernel as well. My main computer has a Logitech wireless mouse
2014 Nov 04
6
automated smtp server check
I would like to set up a cron job to automatically check whether my mailserver and webserver are up, and tell me if they're not. This script tells me if my webserver is up: #!/bin/bash wget -q --tries=10 --timeout=20 --spider http://melvilletheatre.com if [[ $? -eq 0 ]]; then echo "Online" else echo "Offline" fi How can I do the something similar with my
2012 May 26
2
Mysterious versioning reported by file command
I just noticed this, which doesn't actually seem to affect anything but does create a mystery: [frankcox at mutt temp]$ cat test.c #include <stdio.h> int main(void) { printf("Hello world\n"); return 0; } [frankcox at mutt temp]$ gcc -o test test.c [frankcox at mutt temp]$ file test test: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared
2014 Nov 23
2
CentOs 7.0 and reboot failure
On Sun, 23 Nov 2014 12:02:17 -0800 Edward M wrote: > Centos 7 runs systemd This actually bring up an interesting question that I've not yet seen an answer to: What is the equivalent of runlevel 1 on Centos 7 and how do you get there? -- MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
2014 Nov 23
3
CentOs 7.0 and reboot failure
On Sun, 23 Nov 2014 15:46:59 -0500 Tony Schreiner wrote: > if you look in /lib/systemd/system > > runlevel1.target is a link to rescue.target > > I think the command is > > systemctl isolate rescue.target > > (or runlevel1.target if you prefer) How would you get there from the grub commandline? -- MELVILLE THEATRE ~ Real D 3D Digital Cinema ~
2015 Oct 28
2
phpMyAdmin mbstring extension is missing
Yes, it does in /usr/lib64/php/modules/ Frank M. Ramaekers Jr. -----Original Message----- From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of Frank Cox Sent: Tuesday, October 27, 2015 5:30 PM To: centos at centos.org Subject: Re: [CentOS] phpMyAdmin mbstring extension is missing On Tue, 27 Oct 2015 17:23:15 -0500 Frank M. Ramaekers wrote: > It has already
2015 Dec 14
3
libreoffice 4.4 or 5 in CentOS 6
Op 14-dec.-2015 22:02 schreef Frank Cox <theatre at melvilletheatre.com>: > > On Mon, 14 Dec 2015 21:43:54 +0100 > Patrick Bervoets wrote: > > > I need the ability to make signed PDFs in LibreOffice, so I tried LO 5 and LO > > 4.4 rpms from LO.org but they are useless (menu and toolbar are black). > > Anyone been able to use a higher version of LO? >
2003 Jan 30
1
not enough charcters available in %J or confusing blanks?
Hi, I try to create PDF files with an modified script from Buchan Milne and have some problems with the Jobname var %J. Because it is better for the users to find an file with an similar name as the original document I'm looking for a way to read out %J, cut some unnessasary stuff and use the rest as new file name. The problem is: In %J in some circumstances is not the complete Jobname as
2011 Jul 01
1
shared cups printers disappeared
I have two computers, one with a HP printer on it and one with a Samsung printer on it. Both systems have their respective pritnters listed under system-config-printer and have "enabled" "accepting jobs" and "shared" checked. Up to a few days ago this worked fine. Suddenly I can't see either printer from the other machine and as far as I know nothing has
2011 Jul 12
1
Clearlooks & Bluecurve icons missing from Centos 6
The Clearlooks and Bluecurve icon directories that were provided under Centos 5 that have disappeared on Centos 6. Clearlooks icons were provided by gnome-themes-2.16.0-1.fc6 and has disappeared with gnome-themes-2.28.1-6.el6.noarch, and Bluecurve icons were provided by redhat-artwork-5.1.0-28.el5.centos, which doesn't appear to exist at all with Centos 6. Were these icons removed for a
2014 Jul 30
1
Centos 7: printing four copies with Libreoffice prints garbage
I have a Xerox Phaser 3250 printer It worked perfectly under Centos 6 when I told cups that it was a Xerox Phaser 3150. It works under Centos 7, too. I can print pdf files from evince and whatnot with no problems, and printing one, two or three copies of a document from libreoffice works as well. However, if I tell libreoffice to print four copies of a document ("number of copies"
2014 Nov 24
3
TELNENT TO LOCALHOST IN CENTOS 7
On Mon, 24 Nov 2014 08:46:33 -0600 John R. Dennison wrote: > Why are you wanting to use telnet in the first place? I don't know what his use case is, but I installed telnet on this computer a while back for the Android Remote Keyboard app. https://play.google.com/store/apps/details?id=de.onyxbits.remotekeyboard -- MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
2015 Apr 01
1
Import Nautilus file notes from C6 Gnome to C7 Mate
With C6 Gnome and C7 Mate you can right-click on a file icon, select Properties, select Notes, and write notes about your file. Does anyone know if those notes can be directly transferred between C6 Gnome and C7 Mate? I'm looking into upgrading someone's desktop machine to C7 and she has a lot of notes attached to her files that she doesn't want to lose. After doing a bit of
2015 Jun 05
3
how do I make my headset work
On Fri, 5 Jun 2015 00:54:24 -0500 (CDT) Michael Hennebry wrote: > Actually, I mistook black for green. > Green was occupied by my external speakers. > Putting the headset's green plug in the green spot > lets VLC and aplay make sounds in my headset. > I still have the same issue with recording. Have you checked your input volume settings? -- MELVILLE THEATRE ~ Real D 3D
2015 Sep 14
2
new laptop: DVD or Blu-ray
On Mon, 14 Sep 2015 00:55:45 +0100 Always Learning wrote: > > Where does one obtain the RPM for Centos 5 and 6, please ? > > See: vault.centos.org > > Thank you. Vault seems to be source RPMs. I was seeking something easier > as binary RPMs. Look in the os directory. -- MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
2016 Feb 27
2
Changing default file type in Centos 6
On February 27, 2016 1:52:47 PM EST, Frank Cox <theatre at melvilletheatre.com> wrote: >On Sat, 27 Feb 2016 19:38:09 +0100 >H wrote: > >> It turns out my markdown files - extension .md - are of the "Genesis >> ROM" file type in Centos 6. Googling did not turn up any obvious >places >> to change this in Gnome - neither in my local directory or in
2016 Jun 17
2
Today's firefox update
Johnny's announcement refers to: firefox-45.2.0-1.el5.centos.src.rpm firefox-45.2.0-1.el6.centos.src.rpm firefox-45.2.0-1.el7.centos.src.rpm The linked rhel webpage refers to: firefox-45.2.0-1.el5_11.src.rpm firefox-45.2.0-1.el6_8.src.rpm firefox-45.2.0-1.el7_2.src.rpm These do not appear to be the same thing. Note the numbers just before the .src part of the filenames. -- MELVILLE THEATRE