How to Use Automation on Linux for Web Browser Tasks
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…
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…
LinuxMint is an excellent operating system. It’s been more than 10 years since I’ve used microsoft windows, for several reasons, though freedom is the most important of them all. To…
One of my favorite programs on Linux Mint is the simplicity of X2GoServer and its X2GoClient to remote desktop to MATE Linux among my servers. It works incredibly reliable, solid.…
When the database software program Postgresql is installed, its data folder on the same hard drive as the operating system. It’s a good idea to change the database data folder…
There are times when a virtual machine is something that is very useful especially when testing new unknown software or running a program that may be quality problematic, for example…
There are many, several choices for software development that exist, and more being created everyday. However, I prefer what simply works nice for me, and different personal software preferences of…
If you have a network, the recommended way to secure ssh is to use the AllowUsers statement with a username and ip address. It will limit connecting to the server…
There are times that within a website, you may want a folder that is a symbolic link to another location on the storage drive, or perhaps an external drive. However,…
Python3 is one of the most productive programming language on the planet, its versatility allows to work on system desktop programing to website programming, and much more. It’s ease of…
Tip #1 Sometimes installing software, there are versioning issues when installing software. The versions of each softwareprogram have to be compatible with each other as the distro improves after a…