Zed Editor Similar to Notepad Plus Plus
Zed uses Vulkan. The spinning cube used to test if your graphics processor supports Vulkan.
Research Links
- Google: how to unintall zed editor ubuntu linux
- How do i uninstall zed editor from my ubuntu 24 – has install and uninstall instructions
- Google: ubuntu linux where is HOME/.local/bin
- zed.dev: Zed download
- Automatic check if Vulkan is supported
- zed.dev: install.sh script
- Zed.dev: various methods to install zed
- LinuxConfig.org: How to install the Zed code editor on Linux
- AuthZed.org: Installing Zed
This spinning cube pops up when you run vkcube on the command line.
—— old attempt ——
Research Links
- Zed versus Notepad plus plus
- G:ubuntu command line install zed editor
- Zed on Linux – install
- Zed: Getting Started
- Zed: Features
Notes
- Installed on finance box. Linux started acting strangely. Removed.
3/8/2025: @TomG / Slack
Launch it on the command line and it should give an error messageRun the following
which zed
Note the directory
cd /path/to/dir
./zed
Ubuntu Dedicated Server SSH TimeOut Problem
PROBLEM: Dialing into my dedicated Ubuntu server the connection drops if I am not active for a relatively short time of about 2 minutes.
SOLUTION: IMPLEMENTED: Added the ServerAliveCountMax ServerAliveInterval entries to the client side ssh config file.
Solution
- Client_loop: send disconnect: Broken pipe – Critical find
- ssh -o TCPKeepAlive=yes -o ServerAliveCountMax=20 -o ServerAliveInterval=15 root@IP_address
- This appears to imply the server has not been restarted when the restart and / or reload commands were issued.
- Restart server and see if these statments are still required. > Updated and rebooted. Still did not hold the connection longer than ~2 minutes.
- Checked server and client side config file and I do not see ServerAliveCountMax ServerAliveInterval in either file
- Which side do the settings: ServerAliveCountMax ServerAliveInterval entries belong in? Is it safe to assume in the SSH_Config files?
- Linux and VMWare: SSH avoid disconnection inactivity ( original in Spanish – link includes translation ) – see snippet below: my guess appears to have been correct – add the entries to client side says this reference
From the SSH client side:
If the client is Linux: Edit the configuration file: ssh_config
- At user level: ~/.ssh/config
- or for all users: /etc/ssh/ssh_config
…….more
ASU Quantum Mechanics for Engineers 434 Notes from Year 2001
All my notes from Quantum Mechanics for Engineers 434 at ASU Fall 2001.
Research Links
- ASU Quantum Mechanics for Engineers 434 Notes from Year 2001 – Scanned every page from my notebook.
A thank you to Jonathan Bird – I really liked that Englishman.
On the Theory of Quanta Louis-Victor de Broglie 1892-1987
An amazing guy.
De Broglie had a very good physical sense how quantum mechanics worked. It is apparent even from just looking at the table of contents of this work.
Research Links
Open Source Linux Server Control Panel
Research Links
- Google: open source linux control panel
- ISPConfig – has a billing module add on

