Skip to content
Snippets Groups Projects

a directory for everyone brave enough to linux

Merged Henrik Jochum requested to merge patch-1 into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -18,3 +18,5 @@ Other than that, it seems like it's pretty much a white paper (for a non-hardcor
I'm interested in for a proper worksflow (also outside DigiZeit) is available. If that's the case, great, if not I'll have to look for a workaround.
I'll follow up on that tomorrow, as it's getting late.
Just a little comment before I log off for today: I just accidentally disabled my touchpad in the setting and am now struggling to turn it on again. I guess curiosity killed the cat. Fun times.
    • Welcome to the world of Linux, @henrik.jochum --- it's definitely much easier to break things, since you're given more control of your machine. You'll do a lot more googling in the coming days, but you'll be happy to find that thousands of people will have had all the same questions as you :smile_cat:

      I think Ubuntu is pretty self explanatory, and there are also many guides online on 'essential' software and so on. Even the Microsoft Teams .deb app worked fine for me today! And yeah, I think you've now down the hard part. But do let me know if you get stuck.

      Oh, and you'll find yourself in the terminal more than before, some apps will need to be installed from the command line ... you'll get used to sudo apt-get install <package> in no time. Just so you know, sudo is a command that gives you more privileges, makes you into a super-user/admin, allowing you to do things to 'system' directories. Don't use sudo unless you need to though. Try without it, and if you get errors saying 'Permission denied' or similar, then and only then should sudo be the answer. You want to grant yourself admin privileges as rarely as possible, for reasons that will become clear in time :grimacing:

Please register or sign in to reply
Loading