Here’s the entry in the fstab file for mounting my hard drive. I have bolded the name of the hard drive (that’s what it shows up as on the dock when it isn’t mounted):...
So if I had a cp -v operation fail, is the last file name it printed out the last successful file copy, or is it the failed partially copied file? If you had to ensure all files are copied correctly without overwriting anything, would deleting the last filename that was printed from the destination folder delete the partially...
For reasons I may not disclose freely on the internet. I am going to celebrate new years eve this year by myself. Does anyone know of ways to solitarily celebrate new years eve?...
I am taking the metro train to downtown with my bike. I will ride around a little, stay for the fireworks, and then take it back home. Easy enough. You are obviously going through something so don’t make being alone on new years eve too significant. Stuff happens, and hopefully you come out of this stronger.
I 110% agree with you on all points. I have been complaining and telling people about privacy till I am blue in the face, and it just seems like the general public doesn’t care. They just do not care that every second of their life is under surveillance and the data is sold to the highest bidder.
This is what a ton of links end up being. I don’t know how anyone thinks that is an even acceptable user experience. Shit just popping up and covering the actual content. Actual content spread out like you are supposed to search for where the next paragraph is. The current state of most websites is just absolute shit. I end up going in and turning off javascript, since that seems to be the herpes that is behind most of this. I am not sure who or how people are making money off this advertising, but it needs to end (without having to resort to adblockers or disabling javascript). Ads have just absolutely fucked most web browsing and that’s sad.
I know the majority opinion is not to do it for various reasons, but basically I started to backup the majority of my dvd collection that I created over the years since I have the time and they were just collecting dust. Turns out though I guess I’m doing it “wrong” or at least not in the original quality since I used...
Just curious what you are using. I have a domain as well, and occasionally consider setting up another email server for it. I also still have some old old accounts that are still linked to my domain email, but I just haven’t run an email server in years. Is it something turnkey that I don’t need to spend weeks configuring? In fact I might only turn it on long enough to receive emails so that I can change the accounts.
The hilarious part to me is that you would hop back onto the internet later with your new identity and life, and things like youtube algorithms would have you identified and linked back to your old life in about a week is my guess.
There’s also the issue of medical. Someone might not be able to medically get a pilots license, but can pull up a chair. It might not have anything to do with money.
So I have a nearly full 4 TB hard drive in my server that I want to make an offline backup of. However, the only spare hard drives I have are a few 500 GB and 1 TB ones, so the entire contents will not fit all at once, but I do have enough total space for it. I also only have one USB hard drive dock so I can only plug in one...
It’s going to take a little work here, but I have a large drive on my plex, and a couple of smaller drives that I back everything up to. On the large drive get a list of the main folders. You can do a “du -h --max-depth=1 | sort -hk1” on the root folder to get an idea of how you should split them up. Once you have an idea, make two files, each with their own list of folders (eg: folders1.out and folders2.out) that you want to go to each separate drive. If you have both of the smaller drives mounted, just execute the rsync commands, otherwise, just do each rsync command with the corresponding drive mounted. Here’s an example of my rsync commands. Keep in mind I am going from an ext4 filesystem to a couple of ntfs drives, which is why I use the size only. Make sure and do a dry run or two, and you may or may not want the ‘–delete’ command in there. Since I don’t want to keep files I have deleted from my plex, I have it delete them on the target drive also.
I think the first time you are trying to mount the drive and not the partition “sudo mount /dev/sdc /mnt” and on the second and third attempt have the sdc1 right, but need to make a folder under mnt to mount the drive onto. Make a folder like ‘tempdrive’ under /mnt and then try it with this since you said it was an ext4 filesystem. Note, you can name it whatever you want I just picked that as an example:
cd /mnt
sudo mkdir tempdrive
sudo mount /dev/sdc1 /mnt/tempdrive
If it doesn’t recognize the filesystem then use -t
sudo mount -t ext4 /dev/sdc1 /mnt/tempdrive
And yes, once you get it down, an fstab entry will make this mount every time, but I would use the uuid in the fstab. I have two mounted on a machine like this in my /etc/fstab:
I swear I read a thread here (on lemmy) recently that one of these subtitle sites was embedding ads in the subtitles. Now that takes things even further than scummier in my opinion, especially since subtitles are for availability.
And ancestry dot com. That one still chaps my ass. My mom spent so much time in there adding in her work, and they just fucking locked it one day behind a paywall. Fuck these sites that just take the users hard work and then try and profit off it without announcing that from the get go.
I always assume that. My mom was getting up there in age, and just having a fun time entering in her work. She had no clue that would happen, until it did.
I’m looking for a free GUI that can download a YouTube channel in a particular language (i.e. Japanese) with it’s associated English subtitles preferably in SRT format....
yt-dlp -F {youtube url} - Will list the different streams for you, which you can then individually download with “-f {stream number}”. You can use ffmpeg to put them all back together after. I know op asked for gui, but I figured I would point out the command line options just in case it was helpful.
You can also add to the output. I use it frequently to pull a list of files, etc, from another file, and then do something like generate another script from that output. This is a weak example, but one I can think of off my head. Not firing up my work laptop to search for better examples until after the holidays. LOL.
awk {‘print "ls -l "$1’}
And then send that to a file that I can then execute.
[Resolved] Debian 12: trying to auto-mount a NTFS-formatted hard drive by making an entry in fstab. Getting the error "mount: /etc/fstab: parse error at line 18 -- ignored"
Here’s the entry in the fstab file for mounting my hard drive. I have bolded the name of the hard drive (that’s what it shows up as on the dock when it isn’t mounted):...
2 January 2024 (sh.itjust.works)
Does `cp -v` print out the file name when it starts copying it or when it's done?
So if I had a cp -v operation fail, is the last file name it printed out the last successful file copy, or is it the failed partially copied file? If you had to ensure all files are copied correctly without overwriting anything, would deleting the last filename that was printed from the destination folder delete the partially...
I am to celebrate new years eve alone. How can I celebrate solo?
For reasons I may not disclose freely on the internet. I am going to celebrate new years eve this year by myself. Does anyone know of ways to solitarily celebrate new years eve?...
100 Million Firmware Updates Supplied By The LVFS (blogs.gnome.org)
Amazon and Tolkein Estate force author to destroy all copies of his work. Only pirated copies will survive. (variety.com)
Just about every Windows and Linux device vulnerable to new LogoFAIL firmware attack (arstechnica.com)
Question regarding ripping dvds (yes DVDs)
I know the majority opinion is not to do it for various reasons, but basically I started to backup the majority of my dvd collection that I created over the years since I have the time and they were just collecting dust. Turns out though I guess I’m doing it “wrong” or at least not in the original quality since I used...
An Untold History of Thunderbird (blog.thunderbird.net)
30 December 2023 (sh.itjust.works)
Microsoft says a Copilot key is coming to keyboards on Windows PCs starting this month (www.cnbc.com)
deleted_by_author
Flight sim people are on another level (startrek.website)
What's an elegant way of automatically backing up the contents of a large drive to multiple smaller drives that add up to the capacity of the large drive?
So I have a nearly full 4 TB hard drive in my server that I want to make an offline backup of. However, the only spare hard drives I have are a few 500 GB and 1 TB ones, so the entire contents will not fit all at once, but I do have enough total space for it. I also only have one USB hard drive dock so I can only plug in one...
Help with external 4TB drive
Hi All,...
OpenSubtitles.org is shutting down it's previous API. Now only authenticated access allowed. (blog.opensubtitles.com)
YouTube Downloading
I’m looking for a free GUI that can download a YouTube channel in a particular language (i.e. Japanese) with it’s associated English subtitles preferably in SRT format....
Is anyone using awk?
Studying and awk came up....