Search found 361 matches
- Wed Mar 03, 2021 2:36 am
- Forum: Other topics
- Topic: Downloading part of a webpage with wget
- Replies: 8
- Views: 292
Re: Downloading part of a webpage with wget
Have you tried "Save page" from a browser? (It typically has options about what to save) I actually just decided to print the pages that I am interested in to a PDF. It wasn't too much work in my case. To elaborate on that: In looking at the flags available with wget it was tough for me t...
- Mon Mar 01, 2021 1:46 am
- Forum: Other topics
- Topic: Downloading part of a webpage with wget
- Replies: 8
- Views: 292
Re: Downloading part of a webpage with wget
I'm curious as to what it will do if I try copying another page from that site into the same folder. Will it create duplicates of the other folders, overwrite the existing ones, or something else? I've got a busy day ahead so will probably be later before I get another look at it. I'll return with ...
- Sun Feb 28, 2021 10:02 pm
- Forum: Other topics
- Topic: Change to less restrictive permissions on external drive
- Replies: 8
- Views: 270
Re: Change to less restrictive permissions on external drive
2. Mount first! Before mount "BackInTime15&VMs" is simple folder, but after mount it is not folder but mount point. This is one visible object, but real two different objects. And permission are different too. There are 2 different permissions for "BackInTime15&VMs" fold...
- Sun Feb 28, 2021 8:47 pm
- Forum: Other topics
- Topic: Change to less restrictive permissions on external drive
- Replies: 8
- Views: 270
Re: Change to less restrictive permissions on external drive
shouldn't the command beAndyMH wrote: ↑Tue Feb 16, 2021 9:30 amOr instead of chmod,changes ownership from root to you.Code: Select all
sudo chown -R $USER:$USER /media/netherprovinc3/BackInTime15&VMs
Code: Select all
sudo chown -R $USER:$USER '/media/netherprovinc3/BackInTime15&VMs'
- Wed Feb 24, 2021 7:56 pm
- Forum: Other topics
- Topic: Downloading part of a webpage with wget
- Replies: 8
- Views: 292
Re: Downloading part of a webpage with wget
I've never used wget but this prompted my curiosity as I use a local server to build websites offline. I googled wget and used a couple of examples to try it out on a Wordpress website. Haha, great. Even a newb can occasionally open a veteran's eyes to something every now and then. To copy the comp...
- Wed Feb 24, 2021 3:35 am
- Forum: Other topics
- Topic: Downloading part of a webpage with wget
- Replies: 8
- Views: 292
Downloading part of a webpage with wget
I am trying to download part of a webpage using wget. Ultimately, I would like to get an offline version of the website to view on a Mac. But, I'm totally off track/ lost on the basics. I ran a command like this wget -m -k -p https://support.abc.com/product1 result: a folder named support.abc.com In...
- Tue Feb 16, 2021 3:30 am
- Forum: Other topics
- Topic: Change to less restrictive permissions on external drive
- Replies: 8
- Views: 270
Change to less restrictive permissions on external drive
Linux Mint 19.1 Cinnamon 64 bit. The external drive is a Seagate STEA2000400. I have an external drive partition that I have been using for Back In Time backups. Now I want to store a VM image on that drive, too. However, the owner and the group are both root. So, I think that's getting in the way o...
- Sun Dec 06, 2020 7:22 am
- Forum: Installation & Boot
- Topic: Error when updating grub using update manager
- Replies: 5
- Views: 330
Re: Error when updating grub using update manager
Thanks. Was very easy to do using Update Manager, as you recommended.JChristensen wrote: ↑Tue Nov 24, 2020 9:47 amThe system has 28 Linux kernels installed. I'd try using Update Manager to remove all but the most recent one or two.
Freed up over 11 GB of space by removing all but the most recent 3.
- Tue Nov 24, 2020 3:55 pm
- Forum: Installation & Boot
- Topic: Error when updating grub using update manager
- Replies: 5
- Views: 330
Re: Error when updating grub using update manager
What do you get if you run efibootmgr in Terminal? BootCurrent: 0001 Timeout: 0 seconds BootOrder: 0000,0001,0002,0003,0004,0005,0006,0007,0008 Boot0000* ubuntu Boot0001* UEFI: KINGSTON SA400S37240G Boot0002* UEFI: WDC WD10EZEX-60M2NA0 8104 Boot0003* USB Floppy/CD Boot0004* UEFI: IPv4 Realtek PCIe ...
- Mon Nov 23, 2020 11:06 pm
- Forum: Installation & Boot
- Topic: Error when updating grub using update manager
- Replies: 5
- Views: 330
Error when updating grub using update manager
Linux Mint 19.1 Cinnamon Update manager had several updates available. Here are some of the updates that were on the list: pulseaudio grub2 grub2-signed So, I told it to do the updates. The result was this error message: I then got a popup saying that "An error occurred. The following details a...
- Wed Nov 11, 2020 4:15 pm
- Forum: Printers & Scanners
- Topic: HP Officejet 8610 network printing stopped working (1 computer only) [Solved]
- Replies: 5
- Views: 276
Re: HP Officejet 8610 network printing stopped working (1 computer only)
Indeed, it's far better to apply a static IP address for your printer which should be achievable on the router. Thanks. I will add that to my to do list. I might get a new router or printer soon. So, I'll probably put off for a bit. Would be awesome if I could get a router (or other device repurpos...
- Wed Nov 11, 2020 3:08 am
- Forum: Printers & Scanners
- Topic: HP Officejet 8610 network printing stopped working (1 computer only) [Solved]
- Replies: 5
- Views: 276
Re: HP Officejet 8610 network printing stopped working (1 computer only)
I also would suggest that you install hplip-gui from synaptic and use that to set up the printer. You'll have to input the IP address you choose manually but after that it should work well. Good Luck. I just checked and I do have hplip-gui installed. It's version 3.17.10+repack0-5 Maybe I should tr...
- Mon Nov 09, 2020 12:20 am
- Forum: Printers & Scanners
- Topic: HP Officejet 8610 network printing stopped working (1 computer only) [Solved]
- Replies: 5
- Views: 276
HP Officejet 8610 network printing stopped working (1 computer only) [Solved]
I have an HP Officejet 8610 printer. My OS is Linux Mint 19.1 Cinnamon. Printing suddenly stopped working (it was working a couple of days ago). The only thing that has changed is that I have gotten some OS updates through update manager since then. I tried disconnecting the printer and reconnected ...
- Sun Nov 01, 2020 1:35 am
- Forum: Software & Applications
- Topic: Installing Virtualbox from Terminal Command-line (19.3)
- Replies: 14
- Views: 6266
Re: Installing Virtualbox from Terminal Command-line (19.3)
Slightly modified: echo "deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian bionic contrib" | sudo tee -a /etc/apt/sources.list wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add - apt update apt install virtualbox-6.1 And the first lin...
- Mon Aug 03, 2020 2:03 pm
- Forum: Virtualization
- Topic: Preserve Mac addresses when exporting Oracle VM VirtualBox appliance? [solved]
- Replies: 2
- Views: 467
Re: Preserve Mac addresses when exporting Oracle VM VirtualBox appliance?
Thanks.Kadaitcha Man wrote: ↑Mon Aug 03, 2020 6:56 amIf you don't have any scripts or router functions that explicitly rely on MAC addresses then there is no downside.
- Mon Aug 03, 2020 4:04 am
- Forum: Virtualization
- Topic: Preserve Mac addresses when exporting Oracle VM VirtualBox appliance? [solved]
- Replies: 2
- Views: 467
Preserve Mac addresses when exporting Oracle VM VirtualBox appliance? [solved]
Oracle VM Virtualbox v 6.0.24 r139119 Host OS: Linux Mint 19.1 Guest OS's: Linux Mint 19.3, Windows 10 home, Windows 8.1 pro. I sometimes back up Oracle VM Virtualbox machines to an external USB hard drive as a .ova 1.0 file. The plan with these backups is to use them in case something goes wrong in...
- Sun Jul 19, 2020 5:32 pm
- Forum: Other topics
- Topic: Ownership of partition doesn't change after command executes [solved]
- Replies: 2
- Views: 208
Re: Ownership of partition doesn't change after command executes
I figured out the solution need to put the -R at the end. sudo chown $USER:$USER /media/$USER/2015CmpXtraSpace -R Edit: actually no, that doesn't seem to work. But, something along the way did. Still trying to get it working on the second partition. Edit2: something along the way seems to have worke...
- Sun Jul 19, 2020 5:25 pm
- Forum: Other topics
- Topic: Ownership of partition doesn't change after command executes [solved]
- Replies: 2
- Views: 208
Ownership of partition doesn't change after command executes [solved]
I recently installed a second hard drive (internal). I created 2 partitions on the drive. Right now, the ownership of each partition is permissions.png when I run sudo chown -R $USER:$USER /media/$USER/2015CmpXtraSpace the code seems to execute fine (no error messages given). But, the permissions st...
- Sun Jul 19, 2020 1:17 pm
- Forum: Installation & Boot
- Topic: Second SSD for additional space
- Replies: 7
- Views: 258
Re: Second SSD for additional space
I searching the web, I do see the terms "securely erasing," and "wiping." Are those what you are cautioning against? Yes, that and erasing from within, for example, a disk manager such as Disks or gparted. Erase actions kill SSDs. It's best just to either delete the partitions a...
- Sun Jul 19, 2020 2:36 am
- Forum: Installation & Boot
- Topic: Second SSD for additional space
- Replies: 7
- Views: 258
Re: Second SSD for additional space
...I hope you mean that you formatted the partitions because erasing an SSD has special meaning and doing that needlessly will impact its lifetime and worthiness. I searching the web, I do see the terms "securely erasing," and "wiping." Are those what you are cautioning against?...