This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new c9a2e336 More ideas
c9a2e336 is described below
commit c9a2e336fff9b82293d3d34f0db432979f87787a
Author: Sebb <[email protected]>
AuthorDate: Sat Jan 6 17:34:23 2024 +0000
More ideas
---
config/bash_aliases .template | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/config/bash_aliases .template b/config/bash_aliases .template
index a11417f3..f4dac713 100644
--- a/config/bash_aliases .template
+++ b/config/bash_aliases .template
@@ -2,7 +2,7 @@
# Needs to be present in the parent directory of the workspace
# Note: logs can be stored on the host; create the directory apache2_logs
-alias logs='ls -lrt /var/log/apache2'
+alias logs='ls -lrt /var/log/apache2/'
alias cdl='cd /var/log/apache2'
alias tfe='tail -f /var/log/apache2/error.log'
alias tfwe='tail -f /var/log/apache2/whimsy_error.log'
@@ -10,6 +10,8 @@ alias tfwe='tail -f /var/log/apache2/whimsy_error.log'
alias apr='apachectl restart'
alias aprl='rm /var/log/apache2/*;apachectl restart'
+alias mail_server='python3 -u -m smtpd -n -c DebuggingServer localhost:1025'
+
# IRB access
alias wrb='irb -I /srv/whimsy/lib -r whimsy/asf'
alias wrbmf='irb -I /srv/whimsy/lib -r whimsy/asf -r whimsy/asf/member-files'