updates

Revisiting Bash vs Source difference

I want to ask a question about bash and source. I acknowledge they are both used with .sh extension files such as bash setup.sh source setup.sh However, I...

Published: Aug 02, 2026

news

German Umlauts on an English keyboard

I switched to the American keyboard layout mainly because I find it easier to program that way. But for other applications I sometimes need umlauts. I tri...

Published: Aug 02, 2026

general

Please help me block this traffic

I have been trying to disable this functionality for quite some time, but cannot seem to figure it out. Within a 1 minute interval several packet sniffer ...

Published: Aug 02, 2026

updates

Resetting and reinstalling Python

On Ubuntu (Mate) 18.04.1 LTS My PYTHONPATH is :/home/jim/ytini/yt-conda/bin:/home/jim/ytini/yt-conda/sbin $python -V returns Python 2.7.16 :: Anaconda, In...

Published: Aug 02, 2026

news

Custom Keyboard Variant (for Transliteration of Arabic) not working

I tried setting up a custom keyboard layout in Ubuntu 18.04.1 LTS for being able to write Arabic transliteration for scientific purposes (see: https://en....

Published: Aug 02, 2026

general

Get Firefox to ignore shortcut Ctrl+W for "close window", and use it for "close tab"

I currently use ctrl+w for closing application windows. ctrl+w is also Firefox's shortcut for closing a tab. Is it possible to keep both, so therefor...

Published: Aug 02, 2026

updates

spread a file into multiple .csv files per each line of inputfile read

I have .csv file with over 1000 rows that contains on each row a number ie, "2224441214" that is the only value on the row. I need to break that file up i...

Published: Aug 02, 2026

general

MySQL workbench freezes during long query editing forever

I have very long queries text (~50 lines). Recently MySQL workbecnh is exhibiting strange behavior. While editing the query (I open it, I edit one charact...

Published: Aug 02, 2026

updates

How do I resolve a "Too many levels of symbolic links" error on my Documents folder?

I tried using root and the absolute path, but got the same error. I also tried changing the ownership of the folder manually to my username, which also re...

Published: Aug 02, 2026

updates

-bash: !: event not found [closed]

I want to remove all folder and files except a folder named docs. echo !(docs) but I got -bash: !: event not found? I'm using mac default terminal.

Published: Aug 02, 2026