yup imp noticed that tks
Type: Posts; User: rburkartjo; Keyword(s):
yup imp noticed that tks
fu tks that was simple. lots of web sites said could not be done. that is why i asked here
looked on google but could not find answer
lets say i have a bunch of scheduled cron jobs and i want to run one of them now
example 30 11 14 * */home/ray/test
is there a way
tks
tks si that did it
i want to run the below but exclude /timeshift from the scan
maldet --scan-all /
what would be the correct way to accomplish that /tks
running ubuntu 20.04. what is a good bluetooth adapter that works in linux cant get ubuntu to recognize my speakers without one /tks
tks guys just messing around and trying to keep my sanity during covid
running 20.04
how to check o this process running in terminal
maldet --scan-all /
tks
tks ya'll problem was with the default conf of the program
tks guys but still a little confused
can you give me an example of a saved crontab root job
learning appreciate it
i enter all my jobs using crontab -e using gedit
just trying to figure out how...
running 20.04
okay what am i doing wrong
i run sudo crontab -e in terminal
sudo crontab -e
[sudo] password for ray:
no crontab for root - using an empty one
889
however after i get job...
here is what i am looking for want to put maldet --scan-all / in a script had i can add to crontab/tks
so if i run in terminal it works but not in crontab
if i put the following script in crontab
#!/bin/bash
echo xxxx| sudo -S sudo maldet -a /usr/bin > $HOME/maldetlog
i get the following results
Linux Malware Detect v1.6.4
(C)...
okay figured it out. made a separate script to delete the old log then tied it to the rkhunter script so it ran after and put in crontab.
i use this script to run rkhunter
#!/bin/bash
echo xxxx | sudo -S sudo rkhunter -c --sk --display-logfile
everytime i run it it creates a new rkhunter.log and moves the older rkhunter log file to...
tks yan that did the trick
running 20.04
the below outputs time only would like to include the date
echo "job finished @$(date +'%T')"
below example output
job finished @14:57:44
tks
fu tks again
fu could i do it in one command also you said more did you mean move/tks
made the dumb mistake of deleting my crontab-e
so made a script that backs up cron job once a day
it saves crontab -e to /home/ray/cron-backup.txt
in the event that i again delete what is the...
tks fu
while probably not the best way i wanted a desktop reply when crontab job was completed not pretty but it works. always appreciate you advise. and i am the only one on this computer
thats what i thought the advise was incomplete
i am running this command
set up so i can get notification if run by crontab or in the terminal
#!/bin/bash
crontab -u ray -l >...
running ubuntu 20.04
found this script to add to crontab that will backup all my crontab jobs
is the below correct
@daily crontab -l > $HOME/.crontab
this just uses the @daily expression
tks mi9
got this to work
$HOME/chkrootkitlog