On the Mac “lsusb -v” is rather clean in comparison to other systems.
Category: Zorin OS
Posts in this category are specific to Zorin OS and may or may not work on Ubuntu, Raspbian, and Debian or other UNIX based systems.
Debian/Ubuntu LAMP Setup
The following code is for Debian 9 Stretch but should work on older Debian with minor changes
UNIX – Set SSH Banner
Obviously it will be slightly different depending on your network and version but it will look something like this. Kittell.net WARNING This computer system is the property of Kittell.net. It may be accessed and used only for authorized Kittell.net business by authorized personnel. Unauthorized access or use of this computer…
UNIX – SED Replace Tab with Space(s)
Originally found at https://linuxconfig.org/replace-all-tab-characters-with-spaces
Ubuntu – Require Sudo Rights To Shutdown
If you are working with UNIX and you need to remove the ability for normal users to shutdown you can make this file change. This change will simply require a user with sudo access to type in their password before the machine can shutdown. There’s a couple changes I made…
Ubuntu – Send Notification To All Users
This script has only been tested on Ubuntu based OS but is possible it will work on other builds You can uses various icon options from /usr/share/icons/gnome/32×32 or /usr/share/notify-osd/icons I typically put a function like this in /opt so you will need to modify the examples below based on your…
Zorin OS – Remove Preloaded Applications
Depending on your purpose this script may be helpful as it will remove a lot of the preloaded applications. CAUTION: This list of applications should be reviewed first. My intention of this removal script is to remove a lot of applications that a business or kid computer may not need….
UNIX – Terminal – Oh My Zsh Setup
As much as I like Oh My Zsh sometimes you have to go back to original terminal as not all things are supported. NOTE: This is part of a setup I do for new computers, see HomeBrew – Mac OS Setup For more information on Oh My Zsh, see https://github.com/robbyrussell/oh-my-zsh
You must be logged in to post a comment.