Search:

Type: Posts; User: ActionParsnip; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.06 seconds.

  1. Re: My alt f2 window disappear when I enter command

    Those are terminal commands so won't show as you expect. You will need to launch a terminal with the command being ran in it
  2. Re: My alt f2 window disappear when I enter command

    What commands have you tried?
  3. [ubuntu] Re: Minimize bash script - brainstorm / advice

    Is it just one file that can't be over a certain size or is it the entire run environment? You could make smaller scripts that run sections of the code and then call them (Kinda like a function)....
  4. Re: Ubuntu server installation - grub observation

    Why dual boot Ubuntu Server? While the other OSes are booted, the Ubuntu Server service will not be available....
  5. Replies
    1
    Views
    2

    [ubuntu] Re: Security issue with a php script

    Ask the support team to clarify what they meant
  6. Replies
    3
    Views
    4

    Re: Appimages & Fuse

    What is the output o:


    sudo updatedb
    locate libfuse*

    Thanks
  7. Replies
    3
    Views
    4

    Re: Install help.

    in a terminal, run:


    sudo apt update
    sudo apt full-upgrade

    Should help
  8. Replies
    10
    Views
    11

    Re: zfs bpool space full

    Yeah its the old config nonsense from old packages. What is the output of


    ls /boot
  9. Replies
    10
    Views
    11

    Re: zfs bpool space full

    You can clear up with


    dpkg -P `dpkg -l | grep ^rc | awk {'print $2'}`

    Should get you some space back. Its old configs for removed kernels
  10. Re: FATAL ERROR: Can't mkdir('/usr/lib64'): File exists

    Be sure to comment on the bug to say it affects you.
  11. [ubuntu] Re: Solution for keeping thousands of old photos

    Can the hard copies with a scanner to the file type of your choosing. You can then back them up to a USB drive (Ideally two for safety).
  12. Replies
    8
    Views
    9

    [ubuntu] Re: Packages stopped updating

    Try:


    sudo apt -f install
    sudo dpkg --configure -a

    May help
  13. [ubuntu] Re: ssh-copy-id from server wired to netwok to computer connected via wifi

    Can you SSH to the remote system in the traditional way? Does that work OK?
  14. Thread: Sudo Su

    by ActionParsnip
    Replies
    4
    Views
    5

    [SOLVED] Re: Sudo Su

    Running absolutely everything as root isn't wise. If you prefix with sudo and type your password you will get a grace period and you can use sudo for a while without having to re-enter your password...
  15. Replies
    4
    Views
    5

    [ubuntu] Re: Menu bar like Mac os

    https://www.youtube.com/watch?v=Y6k7THQ3x6U
    Something like that
  16. Re: two server one hard drive. how do they do it?

    You can have a drbd file system which replicates between the two servers with one being the active node. You can use pacemaker to form the cluster.. Is this what you mean or do you actually mean one...
  17. Replies
    7
    Views
    8

    [ubuntu] Re: Boot issue after updating GLIBC

    Simply running


    sudo chroot

    is not how you chroot, in case you thought it was that simple. You need to mount file systems and so on, then chroot into the mount point. You didn't expand your...
  18. Replies
    7
    Views
    8

    [ubuntu] Re: Boot issue after updating GLIBC

    Could try a chroot from Live USB / CD to see if you can revive the boot
  19. Re: Partitioned disk with / root file system and /home

    Just keep a 2Gb file system for /boot and leave that unencrypted. The rest you can encrypt (Not sure about encrypted swap though, personally)

    Been playing with Tang servers all day so.....yayyy...
  20. Replies
    4
    Views
    5

    [SOLVED] Re: Update problems

    Here are the releases that the super-boot-manager PPA supports
    https://ppa.launchpadcontent.net/ingalex/super-boot-manager/ubuntu/dists/
  21. Replies
    9
    Views
    10

    Re: My Ubuntu stucked at the begining

    Your backups will protect your files. You have a regular backup....right?
  22. Replies
    8
    Views
    9

    Re: Help please CPU usage 100%

    top -n 1

    would be more useful. You can copy and paste the text from the snapshot in time
  23. Replies
    10
    Views
    11

    Re: disabling everything local?

    Is this on a raspberry pi, to save power?
  24. Replies
    2
    Views
    3

    Re: Trouble getting xrdp working

    What are you wanting to do on the remote system that needs the full desktop session? There may be a sleeker solution to what you want to achieve
  25. Replies
    9
    Views
    10

    Re: Unable to sudo upgrade or update

    sudo fuser -vki /var/lib/dpkg/lock
    sudo dpkg --configure -a

    Should do it
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4