today's howtos
-
OMG Ubuntu ☛ How to Disable the ‘Recent’ Files Section in Nautilus
There’s one feature in the Nautilus file manager I use daily: the Recent files shortcut. One-click brings up a pseudo-folder showing all of my recently downloaded, modified, and newly created files, regardless of which folders they’re in. I find this grouping dead handy – but I accept it’s also dead revealing too. Which is why not everyone likes this feature. Individual files can be hidden from view manually, but that’s effort. Since ‘Recent’ is pinned at the top of the sidebar, it’s easy to accidentally click it.
-
Install COSMIC as second DE on the most recent version of ArcoLinuxPlasma6 KVM Guest
This post has been done in respond to Youtube Video
-
LinuxBuz ☛ What is CMD in Dockerfile – Practical Examples
Docker has become a cornerstone in modern DevOps. It simplifies the process of creating, deploying, and running applications.
-
Linux Handbook ☛ Ansible Debug Module: Display Output During Playbook Execution
Troubleshoot your playbooks for errors with the debug module in Ansible.
-
LinuxTechLab ☛ GitLab CI/CD pipeline: Write your first .gitlab-ci.yml file from scratch
GitLab CI/CD is a tool built into GitLab for software development through the continuous methodologies: Continuous Integration (CI), Continuous Delivery (CD), and Continuous Deployment (CD)....
-
[Old] Manuel Matuzović ☛ #33 make me one (input) with everything - HTMHell
The good intentions were there but in the HTML and Accessibility world, less is sometimes more.
-
TecAdmin ☛ Why ‘init’ is Not a Valid Docker Command in Standard Docker
The docker init command is a feature that is provided in Docker Desktop, available on backdoored Windows and macOS. this helps users easily set up a project by generating a Dockerfile and other necessary files automatically. However, this command is not part of the core Docker Engine used in server environments or GNU/Linux systems.
-
Install Surveillance Giant Google Cloud SQL Proxy on Ubuntu 24.04 | 22.04
The Cloud SQL Auth proxy works by having a local client running in the local environment. Your application communicates with the Cloud SQL Auth proxy using the standard database protocol used by your database.