Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Ah, I see. Well, it's good to know you're getting good backups.After I renamed the file, I rebooted the system, which didn't come back up. Yes, I could have booted into Salix Linux and chrooted into Mageia to rename the file but it gave me a chance to test my backup.
I never deal with stuff like this--simply because I've been in a 25+ year habit of ALWAYS saving copies of system files before changing them. I can't tell you how many headaches this simple, two second, painless habit has saved me! There's nothing involved but restoring the original file, and you're back in business.i brought my system down by a bad edit of /etc/fstab and it was a headache fixing it but i can understand the pain!
But that's always possible when editing system files. We're human, we can make mistakes...even really bad ones. That's why I got into the habit back at the beginning of my *nix days of saving a good copy of a file before screwing around with it. I can't stress strongly enough how worth it it is to do this.all i did was disable auto-fsck. wasn't supposed to render the system unbootable.
That's why my own home directory backup procedure includes copying the files to a "holding pen" where I can examine the files before they're archived. After I was satisfied that the backups worked, I just kept the second copy "just in case", which has been fortunate on the several occasions when I've deleted an entire directory wholesale. (Windows 7 has a bug in Windows Exploder that changes focus from the right pane to the left when I'm not looking.)my best one so far was I did a dd on a backup drive. Lost all my backups because it was the wrong drive i was putting a file on. good thing it was backups I didn't really loose anything as I just formatted and rebacked up everything but i certainly learned to triple check when I go and do any kind of dd operation.
"Let's see, `dd if=/var of=/dev/sda' and Enter...wait, no! sdb! sdb!!!" Yep, I've been there before.my best one so far was I did a dd on a backup drive. Lost all my backups because it was the wrong drive i was putting a file on. good thing it was backups I didn't really loose anything as I just formatted and rebacked up everything but i certainly learned to triple check when I go and do any kind of dd operation.
$ file * | grep lash
f_000009: Macromedia Flash data (compressed), version 17
f_00000f: Macromedia Flash data (compressed), version 10
f_000014: Macromedia Flash data (compressed), version 10
f_000015: Macromedia Flash data (compressed), version 10
f_000016: Macromedia Flash data (compressed), version 10
f_000019: Macromedia Flash data (compressed), version 9
f_00001a: Macromedia Flash data (compressed), version 9
f_000060: Macromedia Flash data (compressed), version 9
f_00006e: Macromedia Flash data (compressed), version 17
f_000084: Macromedia Flash data (compressed), version 10
f_000085: Macromedia Flash data (compressed), version 10
f_000086: Macromedia Flash data (compressed), version 9
f_000088: Macromedia Flash Video
They're stored on the Amazon Web Services cloud. In the US, there are data centers in the Washington, D.C. area on the east coast, and in the San Francisco Bay area and Seattle, WA on the west coast.Does anyone know where YouTube videos are stored now?
In the past the videos may have been downloaded and played instead of being truly streamed. But to keep viewers from saving the videos (which loses ad revenue for both Google and their clients), the videos are now streamed.They used to be cached--as entire flv files, but named like DB07D823d01--in /tmp, but that stopped some time ago.
There is a variety of software out there that can sometimes save some Flash streams. But because YouTube and other sites are specifically using Flash streaming to keep this from happening, I'm afraid that I can't help you beyond that for ethical and legal reasons.Any ideas?
They're already losing ad revenue with people like me who never see their ads.In the past the videos may have been downloaded and played instead of being truly streamed. But to keep viewers from saving the videos (which loses ad revenue for both Google and their clients), the videos are now streamed.
This creates double uploading work for me. I used to be able to post videos on YouTube, point friends/relatives to them, and they could save them by copying the flv file saved in /tmp. Now I have to upload to YouTube AND upload to one of my web sites' servers. If someone views a video on YouTube and wants a copy, they have to go to my site to pull it from there. And even though I have 'unlimited' space with the hosting plans I use, using up tons of space holding videos to download doesn't go over well.There is a variety of software out there that can sometimes save some Flash streams. But because YouTube and other sites are specifically using Flash streaming to keep this from happening, I'm afraid that I can't help you beyond that for ethical and legal reasons.
My advice is to enjoy the product as it was intended to be viewed. If you need a hard copy of a video for some reason, you can contact the owner of that video and see if they will provide one for you.
Although you may be able to get it so you don't have to see the ads, many sites will not work unless you enable cookies. And once you do that, you're letting in all those tracking cookies that make as much income as the ads. Needless to say, enough people see the ads to make it worthwhile for the site owner.They're already losing ad revenue with people like me who never see their ads.
You get what you pay for. If you want a real CDN for your videos, you gotta pay for one of the pro video services.This creates double uploading work for me. I used to be able to post videos on YouTube, point friends/relatives to them, and they could save them by copying the flv file saved in /tmp. Now I have to upload to YouTube AND upload to one of my web sites' servers. If someone views a video on YouTube and wants a copy, they have to go to my site to pull it from there. And even though I have 'unlimited' space with the hosting plans I use, using up tons of space holding videos to download doesn't go over well.
I definitely don't need anything like that. I just need a way for people who want to have a copy of a video to get a copy. Until YouTube changed the way they cache streaming videos, the old way worked perfectly. You could just sit and watch its size increase until it stopped increasing, then you knew the full video was ready to be copied.You get what you pay for. If you want a real CDN for your videos, you gotta pay for one of the pro video services.
Mine can and do. Friends, too.IME with my family, I can't think of a relative of mine that knows or cares enough to actually save a video file, or find it if they did.
But doesn't work well for me. I always SAY I'm going to delete a video from my server after X amount of days, but I end up not doing it because of procrastination on other people's parts. Then I forget all about them...and they're still sitting there.YouTube is a "least common denominator" that at least my younger family members can figure out. If I need to put up a video or some other BLOB on a web server so I can link to it in an e-mail, I just rm the file after a month or so. Just as we use free() to forestall memory leaks, I clean out my BLOBs after everyone has had a reasonable time to download them.
At least that's what works for me.
It looks like they're locking down Flash. Not much we can do about it.I definitely don't need anything like that. I just need a way for people who want to have a copy of a video to get a copy. Until YouTube changed the way they cache streaming videos, the old way worked perfectly. You could just sit and watch its size increase until it stopped increasing, then you knew the full video was ready to be copied.
I know how it is. Believe me, if I knew of a better solution, I'd be using it. If you're forgetful, you can set up a cron job to do the cleanup.But doesn't work well for me. I always SAY I'm going to delete a video from my server after X amount of days, but I end up not doing it because of procrastination on other people's parts. Then I forget all about them...and they're still sitting there.
Interesting.Speed Daemon, I hear you! You are not an admin until you have trashed a system by mistake. In the late 80's, I was working on an AIX system running a Wang VS emulator, as was still fairly new to UNIX. There was a directory off the root of the disk called $SCRATCH, where our applications put temporary files. I needed to clean that out, so I logged in as root, and did:
$ cd /
$ rm $SCRATCH/*
Well, system went down. Bring out the tapes - we needed a restore! The upside of the whole issue was we finally got system manuals - the whole argument about "just mount the CD - you don't need a paper version!" went out the window that day.
has anyone gotten sabayon 10 to work in live mode? I tried the kde version but it wouldn't give me a screen. Thought I would try safe mode if its not an install.
Any thoughts?# urpmi google-musicmanager
A requested package cannot be installed:
google-musicmanager-beta-1.0.55.7425-0.i386 (due to unsatisfied qtwebkit)
Continue installation anyway? (Y/n)
While some packages may have been installed, there were failures.
A requested package cannot be installed:
google-musicmanager-beta-1.0.55.7425-0.i386 (due to unsatisfied qtwebkit)
I'm not familiar with Puppy (only used it as a live disc once), but could you not create a non-root user?bad thing about Puppy is their proprietary repos. every app must have a *.pet extension. and the latest MacPup still has an obsolete Firefox repo. i had to manually do the tarball install and then i had to launch it from terminal as the icon refused to point to it-always loaded the older version
Puppy is also permenant root. some may prefer that but it is insecure