Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.07 seconds.

  1. [ubuntu] Re: Want to use rsync to backup to a cloned drive of my system's drive

    Thank you for this thoughtful post. You have opened a different world for me when it comes to computer backup. I will study what you have said on my own and do my best to figure it out. If I have any...
  2. [ubuntu] Want to use rsync to backup to a cloned drive of my system's drive

    What I am trying to do is come up with an easy way to do my backups. I have cloned my system drive by booting into a live Ubuntu USB drive and running dd at a command prompt, like so:




    # sudo...
  3. [ubuntu] Windows display better under Gnome desktop than Unity

    This is how OCS Studio looks under the Unity desktop.

    https://ubuntuforums.org/attachment.php?attachmentid=292331&stc=1

    Here is how it looks under the Gnome desktop.
    ...
  4. [SOLVED] Re: Desktop icons are stuck in an alphabetical grid in 22.04 LTS

    Thanks Parsnip,

    I tried everything in that link. Now I have an entirely different looking desktop, except everything is on a grid in alphabetical order just as before. Actually, I don't mind the...
  5. [SOLVED] Desktop icons are stuck in an alphabetical grid in 22.04 LTS

    I just upgraded from 18.04 LTS to 22.04 LTS. Now my desktop icons are stuck in an alphabetical grid and I can't move them around like I am accustomed to on 18.04 LTS.

    I am using the Unity Desktop...
  6. [ubuntu] Re: My root partition just keep filling up

    It's nice to get an explanation of how things work.

    Right now my system is up and running again. I will look into those man pages at a later time to make sure everything continues to work like it...
  7. [ubuntu] Re: My root partition just keep filling up

    Filesystem Type Size Used Avail Use% Mounted on
    udev devtmpfs 7.7G 0 7.7G 0% /dev
    tmpfs tmpfs 1.6G 1.8M 1.6G 1% /run
    /dev/sdb1 ext4 44G ...
  8. [ubuntu] Re: My root partition just keep filling up

    I used these commands to delete a lot of files. Now I have 24G free.



    cd /var/log/journal
    sudo rm -r *
    sudo apt purge snapd
    sudo apt-get clean
    sudo apt-get autoclean
    sudo apt-get autoremove
  9. [ubuntu] Re: My root partition just keep filling up

    8.9G /usr
    841M /opt
    5.8M /lib32
    509M /boot
    41G /home
    4.0K /srv
    4.0K /lib64
    4.0K /cdrom
    36K /.sblvtmp
    28K /mnt
  10. [ubuntu] My root partition just keep filling up

    In the past what I have done is to increase the root partition size by 10Gb. But eventually it just fills up.


    I am not exactly sure why this is happening.
  11. [SOLVED] Re: Can't boot to a specific drive when using identically partitioned drives

    I changed the UUIDs with tune2fs and now it works great.

    Thanks!
  12. [SOLVED] Re: Can't boot to a specific drive when using identically partitioned drives

    $ lsblk -f
    NAME FSTYPE LABEL UUID MOUNTPOINT

    sda
    ├─sda1 ext4 5a369ba6-efec-46dc-b265-dc7ee36ff038 /boot
    ├─sda2 ext4 c8084614-833d-4f44-80f0-2b34f31e6f4e
    ├─sda3 ext4...
  13. [SOLVED] Can't boot to a specific drive when using identically partitioned drives

    I am using a ThinkPad T430 with three drives: a SATA drive that boots Windows 7 and 10, an mSATA drive, and another SATA drive which fits into an UltraBay SATA drive enclosure which can be easily...
  14. [ubuntu] Re: Resizing root and home partitions. Will grub make it work afterwards?

    I'm running a BIOS system.

    I'll be cloning my drive and seeing if I can resize the clone first.
  15. [ubuntu] Resizing root and home partitions. Will grub make it work afterwards?

    I am going to shrink my root partition and expand my home partition. I plan on doing this with Gparted.

    After I do this, I expect to reinstall Grub with boot-repair. Can I expect that the system...
  16. Replies
    4
    Views
    5

    [ubuntu] Re: Terminal problems with reinstall

    It boots fine.

    Now it says:


    /usr/bin/python3: Error while finding module specification for 'virtualenvwrapper.hook_loader' (ModuleNotFoundError: No module named 'virtualenvwrapper')...
  17. Replies
    4
    Views
    5

    [ubuntu] Terminal problems with reinstall

    I was having problems with my old installation of 18.04 and I wanted to reinstall. My installation was all on one partition. I used the instructions here to make:
    ...
  18. Re: How to copy 18.04 files to a fresh installation of 18.04

    I made use of your suggestion to make a separate home partition. Seems to be working. Thanks!
  19. Re: How to copy 18.04 files to a fresh installation of 18.04

    I made a goof! I remembered that the home directory contains data for personal accounts.

    What I meant to say is that I have everything in my personal account backed up.

    If I copy what was in my...
  20. Re: How to copy 18.04 files to a fresh installation of 18.04

    I have the entire drive backed up. But it seems to have something wrong with it.

    The files in the home director seem to be okay.
  21. How to copy 18.04 files to a fresh installation of 18.04

    I am having trouble with my old installation of 18.04. I am opting to reinstall the operating system.

    After I have the fresh install, can I just delete the contents of the home directory and they...
  22. [ubuntu] Re: How to copy files to an Android cell phone

    Is there a simple how-to for adb?
  23. [ubuntu] How to copy files to an Android cell phone

    I can copy files from the cell phone with this command:



    $ cp /run/user/$UID/gvfs/mtp*/Phone/Download/file /home/robert/Desktop


    I can make a directory with "mkdir", if I change to that...
  24. [ubuntu] Re: Recording Screen with ffmpeg - error

    Thanks!

    Tried the second one with sound and I got the following error:


    $ ffmpeg -f alsa -ac 2 -i pulse -f x11grab -r 30 -s 1920x1080 -i :0.0 -acodec flac -vcodec libx264 -threads 0...
  25. [ubuntu] Recording Screen with ffmpeg - error

    Trying to record screen with ffmpeg. Can't seem to figure it out.


    $ ffmpeg -y -f alsa -i hw:0 -f x11grab -framerate 30 -video_size 1600x900 -i :0.0+0,0 -c:v libx264 -pix_fmt yuv420p -qp 0...
Results 1 to 25 of 67
Page 1 of 3 1 2 3