by Michael Stolzer | Jan 11, 2024 | Ubuntu 16.04
Anaconda is a free and open-source Data Science platform. There are many software packages included that are used in the domain of Data Science like Python, Rstudio, JupyterLab, Jupyter Notebook, Pycharm, Orange3, Spyder, etc. These packages are extensively used in...
by Michael Stolzer | Jan 11, 2024 | Ubuntu 16.04
The log files in a system is very important because contain information on all the activities happening on the system. The information includes kernel messages, system problems, and services. These files are produced automatically and monitor the system carefully. The...
by Michael Stolzer | Jan 11, 2024 | Linux
A commonly used archive file format for files and folders is known as Zip. Files can be compressed into archived formats to save disk space and network bandwidth. Zip files can be easily extracted in Windows, Linux, and MacOS operating systems. This blog post will...
by Michael Stolzer | Jan 11, 2024 | Ubuntu 16.04
The process of managing and allocating different privileges to the users in a multi-user environment is the fundamental responsibility of a system admin. The responsibilities of a system admin include monitoring the users’ login information and the activities...
by Michael Stolzer | Jan 11, 2024 | Linux
While troubleshooting issues, organizing files, and permission management the listing of the directories or files is the most important factor in Linux/ Ubuntu. Sometimes it is necessary to list the files in a directory but not the directory directly. However, in some...