Recent content by TheDennis

  1. T

    Disable Alt-F4 shortcut on a Rasperry Pi

    Hi, I want to make a chromium web-kiosk on my rasperry pi. I did that by adding the chromium-browser --kiosk "site" command to the autostart file. But I can easily close that window with Alt-F4. How can I disable that keybinding? (There's no openbos directory in the .config folder)
  2. T

    Open file and close it by console

    HI, I'm oding a java program to do some stuff with some JPG images. I want to add an option to preview one of those JPG images, and I can easily do this by sending a bash command from Java, wich is "xdg-open filename". But I also want to close that new window, and I don't know how. Xkill is not...
  3. T

    Auto USB copy program

    We meet again wizard ;) That stackoverflow post has just made my day. I also figured out how to get informations from the copy command: I get the size of the file I want to copy and I compare it to the size of the file that's still being created. I'm currently busy with school, so I can't work...
  4. T

    Auto USB copy program

    @JasKinasis Woah, didn't expect that much help xD The reason I use a while loop is to allow copying multiple times. If you got an error or you just pull out your usb to add more files, and then you want to stick it another time in, you should reboot the entire system to copy another time. I...
  5. T

    Auto USB copy program

    I made a c code to automatically copy a folder in an usb drive whenever you plug the stick in. In the "softwares that run at start" thing ( don't know the name in english), I added a new program, linked to the main.c class I made. But it obviously doesn't work. Ideas? (that's my first time doing...
  6. T

    Making a win10 laptop dual-boot

    @wizardfromoz Done, successfully installed Linux \^o^/ I installed Linux Mint instead of Ubuntu, I changed my mind: it's based on Ubuntu, but the look is freshier ^^ When installing, it automatically splits the main partition, so I deleted the partition I manually made. I already got some...
  7. T

    Making a win10 laptop dual-boot

    @wizardfromoz didn't know my disk was a GPT. I see 3 partitions in the disk manager: https://imgur.com/a/d64Rpb9
  8. T

    Making a win10 laptop dual-boot

    No, I just prepared the USB drive to boot the ubuntu. I used Macrinium (free version) to do an image of the whole disk, wich I saved to my other PC. That means my backup is done, right?
  9. T

    Making a win10 laptop dual-boot

    WELL, that works ^^ But what about the backup?
  10. T

    Making a win10 laptop dual-boot

    Ubuntu 18.04.1 (latest LTS)
  11. T

    Making a win10 laptop dual-boot

    Hi, I just started realizing how cool Linux actually is, and I really want to install it on my laptop. The problem is that it's a new laptop, with win10, + warranty. Sooo... before starting to play with dual-boot I wanted to know how to backup the hdd, so that if something happens you just load...
Top