Saving for myself: To log all bash sessions for all users in Linux, put this at the end of /etc/bash.bashrc: Thanks to the following two posts for the details to get the behavior I wanted (that behavior being: to log the sessions, and then exit the parent shell that spawned the script command as expected when I exit the script… Read more »
I have recently been using the Windows Subsystem for Linux on my Windows 10 laptop at work, with Ubuntu running as the distribution in the subsystem. I recently had a need to use a graphical (X11) program running on a remote Linux VM. I was able to successfully run the program remotely, with the display on my local laptop by… Read more »
Posting this mainly to keep it for myself, but making it public to benefit anyone else looking for it as well. By default, SciTE‘s open dialog box is set to “All Source,” which means to show a list of all files it considers “source files” (files that contain program source code.) I wanted my copy of SciTE to display “All… Read more »
Mostly for my own reference; to get the Volume Up/Volume Down/{Mute|Unmute} keys to work on my Microsoft Natural Ergonomic Keyboard 4000 in Lubuntu (Ubuntu with LXDE/Openbox), I had to modify the lubuntu-rc.xml file to indicate the correct commands to execute when those keys were pressed. Initially, I thought that the system wasn’t identifying the keys correctly, so I was using… Read more »
I’m putting this here mainly to store it for myself, so these are going to be rough notes until I have time or inclination to review and edit this post. Note: this solution was formulated on a server running Ubuntu Server 14.04 LTS To setup sftp chroot directories for sftp-only users, and yet still log all actions & transfers like… Read more »