by ray | Oct 16, 2023 | Linux / Ubuntu
Slack stands at the forefront of team collaboration tools, offering a dynamic platform that enhances communication and project coordination. For those aiming to install Slack on Ubuntu 22.04 Jammy Jellyfish or its older stable release of Ubuntu 20.04 Focal Fossa, this...
by ray | Jul 27, 2023 | Linux / Ubuntu
You’ll have to end up killing the snap store as simply closing the window keeps the store running in the background: killall snap-store Then tell snapd to update all snaps: sudo snap refresh
by ray | May 4, 2023 | Linux / Ubuntu, Python
Python is mainly used for software development, automation, and data science. Since Python is one of the easiest programming languages to learn, it is always advised to go with Python as the first programming language. From the launch of Ubuntu 22.04, you will only...
by ray | Mar 3, 2023 | Linux / Ubuntu
When you type a command on the command line, you’re basically telling the shell to run an executable file with the given name. In Linux, these executable programs like ls , find , file and others, usually live inside several different directories on your system. Any...
by ray | Mar 3, 2023 | Linux / Ubuntu, Python
Your Debian Linux installation may include multiple python versions and thus also include multiple python binary executables, and it’s possible to change python version that the system is using. In this tutorial, you will see how to install multiple versions...