Questions tagged [history]
The history tag has no summary.
35 questions
0
votes
0
answers
66
views
Can i Set the change-cause while applying [kubectl rollout undo deployment nginx]
kubectl rollout undo deployment nginx
I found the manual entire to set description is there any command to set desc.
kubectl annotate deployment nginx \
kubernetes.io/change-cause="Rolled back ...
0
votes
1
answer
1k
views
keyboard combination to search forward in bash history
Pressing ctrl-R allows me to search thru command line history
Pressing ctrl-R allows me to go back in command history matches
What is the keyboard shortcut to jump forward in command history matches?
...
-1
votes
1
answer
994
views
How to create file history/ restore from previous version so that can retrieve accidentally delete shared network folder or file
How to create file history/ restore from previous version so that can retrieve accidentally delete shared network folder or file
0
votes
1
answer
714
views
Why is the FascistLogging ssh logging mode named that?
The docs describe Fascist Logging mode quite well, so I understand what it does.
Basically it is a variant of debug logging enabled with
FascistLogging yes
But why is it named that? I'm sure the ...
1
vote
0
answers
1k
views
Which history file does the command in ssh client commandline go to?
If I do ssh user@server and then, inside the bash session, I run whatever, when ssh session is closed these executed commands go to .bash_history file. Simple and clear.
But if I do ssh user@server ...
0
votes
0
answers
37
views
How to capture each linux command before sending it out?
I want to monitor the server at a more strict history.
Since each user can delete their own history file, it is better to capture each command to a history file in the background, which is ...
0
votes
1
answer
714
views
How can python's os.system([command]) bypass the history record? [closed]
I mean, how dare it?
These two scripts have different record in history (at least by history command)
# echo "hello"
the direct command in shell will result in a record in history, however if I ...
1
vote
0
answers
141
views
KSH/Bash History for jailed SSH users
How can I keep a history of activities for chroot'd SSH (not SFTP) users?
I've tried:
created a .sh_history in their home with the proper permissions
created a custom $HISTFILE in .profile and in its ...
2
votes
0
answers
3k
views
Linux history filled with priv_escl_start and _end after security changes
We are going through a process to make our linux servers more secure following a scan. I notice that on some of the machines, we now have lines like:
LANG=C; printf "priv_escl_start_%s" "[random 8 ...
3
votes
4
answers
2k
views
Is RFC 7231 the latest version about the HTTP/1.1 protocol?
I'm doing an university work on HTTP and I try to explain what happens when there is an HTTP connection between a client and a server. To do this, I'm using the "curl -v -i" command on an Ubuntu ...
1
vote
0
answers
1k
views
RDP client logs (history of connections from local PC to any remote servers)
is there a log file in Win10 where i can find all history of connected RDP sessions from machine? Example: on my local computer i connect to different remote servers and i need history of all login ...
1
vote
1
answer
2k
views
ssh connection doesn't write entry to wtmp or leave command history
I have a root user using a java application that logs into the servers I administrate. When this ssh client logs in, it doesn't write an entry in wtmp (or utmp that I can tell). It does not seem to ...
0
votes
1
answer
626
views
Find security packages installation history on Debian
I need your help.
I need to find out the date of the last installation of security packages on debian servers.
I have been looking for a solution based on log files (dpkg.log, history.log) but it ...
0
votes
1
answer
278
views
Restrict users to run 'history -d [arg]' and 'set +o history' commands
We are in the early stages of standardizing our infra. As an immediate step, we want to restrict users from manipulating the history. Have setup some restrictions for the same. But recently found that ...
0
votes
0
answers
151
views
Command history but only for one directory
Is it possible to get the history of all commands that were entered but just from one folder?
like the
history
command, but only output should only show commands that the user entered while in a ...