[DISCUSSION] Debian

Discussion in 'Linux' started by Paiva, Apr 26, 2015.

  1. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,378
    1,087
    90
    even the non-free version ?
     
  2. ipx

    ipx MDL Addicted

    May 24, 2017
    774
    738
    30
    #62 ipx, Sep 24, 2020
    Last edited: Oct 24, 2022
    .
     
  3. ipx

    ipx MDL Addicted

    May 24, 2017
    774
    738
    30
    #63 ipx, Oct 21, 2020
    Last edited: Oct 24, 2022
    .
     
  4. ipx

    ipx MDL Addicted

    May 24, 2017
    774
    738
    30
    #64 ipx, Oct 31, 2020
    Last edited: Oct 24, 2022
    .
     
  5. windsman

    windsman MDL Expert

    Jan 11, 2010
    1,515
    1,396
    60
    If you've installed Debian using automatic default partitionning and run it on ssd drive with more than 4Go Ram, you should avoid the swap file and rezize main partition for more space.
    If you are a confirmed linux user, i guess you know how to do manual partionning during installation, so this tips is useless for you.:)

    Ok so :

    Close Gparted if you've it installed.

    Open terminal as root :
    Code:
    sudo -i
    Disable swap partition :
    Code:
    swapoff --all
    Check for empty swap :
    Code:
    cat /proc/swaps
    Comment-out swap's partition UUID :
    Code:
    nano /etc/fstab
    For example : # UUID=1d3c29bb-d730-4ad0-a659-45b25f60c37d none swap sw 0 0
    You can also modify the fstab file using thunar as root.

    Comment-out the above UUID :
    Code:
    nano /etc/initramfs-tools/conf.d/resume
    You can also do it with thunar root.

    Don't close the terminal and open or install g-parted :
    Code:
    apt-get install gparted
    Select the right drive and right click, normally swap already disabled if not do it and apply change.
    Now right clic on swap partition and delete, apply change
    Select your main partition, right clic and rezize it to maximum amount, apply change.

    Recreate boot images :
    Code:
    update-initramfs -u -k all
    Update grub :
    Code:
    update-grub
    Reboot.
    windsman.
     
  6. ipx

    ipx MDL Addicted

    May 24, 2017
    774
    738
    30
    #66 ipx, Nov 6, 2020
    Last edited: Oct 24, 2022
    .
     
  7. windsman

    windsman MDL Expert

    Jan 11, 2010
    1,515
    1,396
    60
    @ipx

    No particular benefit, no particular issue unless you don't use extra large process, just gain some spcace on your active partition, you can apply it on both hdd and ssd (only with more than 4go ram).

    Some Linux installer like Calamares have a option during installation to avoid swap or not.

    windsman.
     
  8. ipx

    ipx MDL Addicted

    May 24, 2017
    774
    738
    30
    #68 ipx, Dec 9, 2020
    Last edited: Oct 24, 2022
    .
     
  9. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,736
    240
    hi ipx thanks for the heads up bro :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. ipx

    ipx MDL Addicted

    May 24, 2017
    774
    738
    30
    #70 ipx, Dec 10, 2020
    Last edited: Oct 24, 2022
    .
     
  11. ipx

    ipx MDL Addicted

    May 24, 2017
    774
    738
    30
    #71 ipx, Feb 7, 2021
    Last edited: Oct 24, 2022
    .
     
  12. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,736
    240
    @ipx thank you should I install on my second machine after dual boot with the W8.1 EIP :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. ipx

    ipx MDL Addicted

    May 24, 2017
    774
    738
    30
    #73 ipx, Feb 12, 2021
    Last edited: Oct 24, 2022
    .
     
  14. verndog

    verndog MDL Member

    May 3, 2010
    236
    103
    10
    "should" or "could"? Easypeasy, but what's on the second boot now?
     
  15. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,736
    240
    @windsman haha, no brother I meant debian on one partition and W8.1 on another one of course maybe I expressed myself badly ...;):D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. ipx

    ipx MDL Addicted

    May 24, 2017
    774
    738
    30
    #77 ipx, Feb 13, 2021
    Last edited: Oct 24, 2022
    .
     
  17. ipx

    ipx MDL Addicted

    May 24, 2017
    774
    738
    30
    #78 ipx, Feb 13, 2021
    Last edited: Oct 24, 2022
    .
     
  18. windsman

    windsman MDL Expert

    Jan 11, 2010
    1,515
    1,396
    60
    @ipx
    yes, partioning is multichoice, you can do it how you want, just for your needs, i picked up this video quickly!!!

    windsman.
     
  19. ipx

    ipx MDL Addicted

    May 24, 2017
    774
    738
    30
    #80 ipx, Feb 14, 2021
    Last edited: Oct 24, 2022
    .