Skip to content

Instantly share code, notes, and snippets.

@miwebguy
Last active July 20, 2021 19:51
Show Gist options
  • Select an option

  • Save miwebguy/93f1d1a15c1839e49569 to your computer and use it in GitHub Desktop.

Select an option

Save miwebguy/93f1d1a15c1839e49569 to your computer and use it in GitHub Desktop.

#Post OpenSUSE / Gnome Install List

Basic

  • add keys
  • Setup proxy if necessary
  • Add packman repo

Appearance

  • Remove OO, Music and Music from Favorites
  • Add Yast and Terminal to Favorites

Gnome Extensions

Shell Settings

Use TweakUI to:

  • Windows: add back minimize and maximize buttons

Nautilus

  • Ctrl-D to create your first bookmark, after that you can d-n-d.
  • Change the Nautilus location bar to show location instead of buttons:
gsettings set org.gnome.nautilus.preferences always-use-location-entry true
  • Add back new document menu from Terminal:
touch Templates/text.txt
  • In app menu, file/preferences/default view 'list view'

Firefox

  • Install SimpleWhite Theme for Gnome Light,FT Deep Dark for Gnome Dark Colorzilla, Firebug
  • about:config change close browser on last tab to false browser.tabs.closeWindowWithLastTab false

Install

  • Install Chromium , Gnome Web (for an impression of Safari/Tablet rendering).
  • Install Edge, Brave, Vivaldi if desired
  • Install Geany and plugins Great all-purpose code editor with symbol browser
    • Editor: Features:80, Indentation Spaces
    • Display: White Space, Column at 80, show line numbers
    • Files: Ensure new line, consistent line endings, replace tabs by space

Evolution

Remove Snapper

https://www.simplified.guide/suse/snapper-disable-snapshots sudo zypper remove --no-confirm snapper-zypp-plugin

sudo vi /etc/sysconfig/yast2 USE_SNAPPER=no

WEB DEV

Web Development Pattern (php/mysql stuff, more.

  • Make sure to add php extensions: phar, mcrypt, openSSL, zlib, imap
  • Go to yast/http server to configure/start server.
  • DBVis http://www.dbvis.com/
  • Geany
    • Editor->Indentation: Tabs or Spaces
    • Editor->Display: show white space
    • Editor->Files:
      • Ensure new line at file end
      • ensure consistent line endings
      • strip trailing space/tabs
      • replace tabs with space.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment