AI Ollama Configuration to Run the 30B and Other LLM Models
However you install Ollama from ollama.com website, if you install it as a service, therefore you may want to do some simple configuration to the systemd ollama service textfile so…
However you install Ollama from ollama.com website, if you install it as a service, therefore you may want to do some simple configuration to the systemd ollama service textfile so…
My favorite way to run Python3 is a Nginx and Apache2 combo of the two servers, it’s great. This post will describe how to use Nginx to do the work…
Refresh the server or dev comp? The following may be installed to sort of modernize the eng chars encoding on the computer, and then other programs such as the database…
There are times that double-clicking a program is simple and preferred. The idea is to double-click a Python3 .py script on the desktop of Linux and for it to run…
The summer vacationing, and coding, depending on your preference, is almost wrapped up. So I am here with another great article and to write some more tech articles. I’d like…
Linux has an excellent email server using the program postfix. However, during the installation of postfix, it does not store log files unless you configure it to do that. To…
Simply a quick way to display operating system and hardware info. Option #1 – A cli utility called top Code to run on linux Ctrl+c to exit the display of…
There are many ways to display logs that receive data ongoing. This article will discuss two of them. Yes, it’s summer time, so keeping the posts light. Option #1 –…
Simple question, does your rsync encrypt when backing-up? This should be an easy question. If you read the man pages of rsync It says Typically, rsync is configured to use…
There is a saying, that lazy programmers will find the quickest way to do something. This is of course saying that they are very efficient at programming because they use…