Blog

How to set visible columns default for the 'Files' file manager?

October 13, 2022
ubuntu, nautilus, files

For Ubuntu 22.04 LTS: Open Terminal with Ctrl-Alt-T Install dconf-tools: sudo apt-get install dconf-tools Open dconf-editor using dconf-editor command. Go to org/gnome/nautilus/list-view/default-visible-columns. There you can edit the custom value field with the name of the columns you would like to be as the default view for all your folders. My Custom value; ['name', 'size', 'owner', 'group', 'permissions', 'date_modified', 'starred'] Names of the columns from the nautalius project: ...

Kostenloses Oracle Cloud Free Tier nutzen

February 5, 2022
cloud, docker, kostenlos

Wer sich bei Oracle für Cloud Free Tier registriert, kann in der Oracle-Cloud kostenlos verschiedene Ressourcen verwenden. Jeder Mandant erhält die ersten 3.000 OCPU-Stunden und 18.000 GB-Stunden pro Monat kostenlos, um Ampere A1-Compute-Instanzen mit der Ausprägung VM.Standard.A1.Flex zu erstellen (entspricht 4 OCPUs und 24 GB Arbeitsspeicher). Außerdem erhält jeder Mandant zwei kostenlose VM.Standard.E2.1.Micro-Instanzen. Nützliche Links # Oracle Cloud Free Tier testen Ressourcen vom Typ “Immer kostenlos” Free Tier: WordPress auf einer Ubuntu-Instanz installieren Instanz erstellen # 1. ...

Edit Edit this page