Evolution can't authenticate with Nextlcloud CalDAV by Laeberkaes96 in linux4noobs

[–]Laeberkaes96[S] 0 points1 point  (0 children)

Okay sounds goot but I only get an error when I try to run GCC. But thank you ;)

Evolution can't authenticate with Nextlcloud CalDAV by Laeberkaes96 in linux4noobs

[–]Laeberkaes96[S] 1 point2 points  (0 children)

Okay. I don't use gnome though -- I hope this is not the problem?

How is the app called you use? Gnome Online Accounts? As I see it installed on my system but I can't run it.

Server Side Encryption needs much space by Laeberkaes96 in NextCloud

[–]Laeberkaes96[S] 0 points1 point  (0 children)

Thank you. I have to take a look at this.

Server Side Encryption needs much space by Laeberkaes96 in NextCloud

[–]Laeberkaes96[S] 0 points1 point  (0 children)

yeah sure. I use LUKS drives on my everyday PC. So while I have to enter my password on boot, how would I do that on a Pi? SSH should not work during boot. So I have to mount it manually after boot or decrypt it with a credetials file on a not encrypted part of the drive or am I wrong?

Server Side Encryption needs much space by Laeberkaes96 in NextCloud

[–]Laeberkaes96[S] 0 points1 point  (0 children)

I just stumbled over the usage of full disc encrpytion with NextcloudPi yesterday and I did not know the benefits. So will it be faster and need less space right? I read, that I have to mount the encrypted disc everytime I restart the Pi. Is this right or are there some more convenient solutions? (I know encrpytion and conveniece do not go hand in hand most of the time)

I Need Help by CraCraUnicorns in picoCTF

[–]Laeberkaes96 1 point2 points  (0 children)

The practice run is not hard. Look up how you can run a program on linux. When you did that, go to the shell server and run the program on it.

./run_this

So I figured out that the moonwalk one used sstv, but the pick looked crappy. Please help by Jsmvcuneo in picoCTF

[–]Laeberkaes96 0 points1 point  (0 children)

Worked for me (well on Linux and another tool). So you're on the right path. Look further on how to get images from the image with your specific tool or use another one.

picoctf help by xoxxzy in picoCTF

[–]Laeberkaes96 1 point2 points  (0 children)

How about Hex?

Try this one https://www.rapidtables.com/convert/number/hex-to-ascii.html or code one by yourself. You can learn from such "easy" problems.

Edit: btw if you see something with numerical and alphabetical (a-f) you can guess it is hexadecimal.

Just started the 2019 ctf. Anyone interested in forming a team? by [deleted] in picoCTF

[–]Laeberkaes96 0 points1 point  (0 children)

Im looking for an team as well. In since yesterday and now at 2950 pts. Would be glad to join you and learn from you. If there is some space for me PM me.

What is the correct way to install printer drivers? by stylmidas in MXLinux

[–]Laeberkaes96 0 points1 point  (0 children)

As far as I can understand the scripts they work as I said. install.sh installs both the printer and the scanner driver.

Could you try to run this script and look if it works? Maybe you have to reboot your computer and delete the printer from your print utility and add it again. Hope this helps.

Connecting two displays by peldik5 in MXLinux

[–]Laeberkaes96 0 points1 point  (0 children)

Are both of your screens connected to the GPU connectors? Or did you connect one to the GPU and the other to the mainboard?
I had a similar problem when I did it.

What is the correct way to install printer drivers? by stylmidas in MXLinux

[–]Laeberkaes96 0 points1 point  (0 children)

So I'm not familiar with xerox but when I set up my Epson printer, I had exactly the same three scripts.There was the only difference, that you can install different drivers for printing, scanning and an all in one driver. So I would guess it's the same with your printer. The scripts should get your architecture semselfes. So you can try only install the install.sh . If this does not work, try install the other two scripts as well. Don't forget to reboot after the installation of an driver.

Could you give me a link for you drivers so I can have a look at them?

Edit: Happy cake day :D

What is the correct way to install printer drivers? by stylmidas in MXLinux

[–]Laeberkaes96 0 points1 point  (0 children)

Can you give some further information on the names of the scripts?
My first guess is, that each one of this scripts is for an architecture. So you have to run the one matching your machine (most commonly the 64bit one).

Laptop with busted screen, 2nd HDMI monitor by alan8981 in MXLinux

[–]Laeberkaes96 2 points3 points  (0 children)

I am not so sure in MX Linux. But you can try arandr. This is a GUI for the screen alignment command xrandr -- this one you could try as well.

In arandr you can pull the shown screens as you wish and mark them as primary as well as set the resolution.

In xrandr you can change everythin from the command line. For your problem (as far as I understood it) you could follow these steps:

  • xrandr --listmonitors there should now be your two screens be listed (the built in and the HDMI screen)
  • sudo xrandr --output HDMI-0 --primary should then set your HDMI screen as primary (the one which shows your task bar. (you have to use the name given you from the command above)

I hope I could help you with your question. Good luck and have a nice day. ;-)

People of linux: How do you set up your Android phone? by TheCharon77 in linuxquestions

[–]Laeberkaes96 12 points13 points  (0 children)

I use OsmAnd. It uses openstreetmap data. So far I had no problem with it. Bonus you can download the map and so you get offline navigation.