The HANS REISER Murder Trial. Notes From The First Two Days.
location: linuxquestions.com - date: March 27, 2008
Notes From The First Two Days
Of The Hans Reiser Trial.
What happened in court, Wed. Nov. 7, 2007.
On the first day of the Hans Reiser trial, Deputy DA Paul Hora had told the jury that he must prove at least two things to them beyond reasonable doubt. They are (1) Nina Reiser is dead; and (2) Hans Reiser killed her. This morning, Hora continued his opening statement by trying to do exactly that.
(1) That Nina is dead:
Hora took the jury through what Nina did on Sunday, Sept 3, 2006, the day she disappeared, with receipts at the Berkeley Bowl (a grocery store), the store's time-stamped videotape, and the two last cell phone calls she made. Both calls were to Hans Reiser's Exeter Drive residence (owned by his mother, Beverly). Since each call lasted only seconds, Hora surmised that Nina's purpose for the first call was to inform Hans Reiser that she was running late (she was supposed to meet with him at the Exeter house at 2pm); her second and last call was at 2:04pm, telling him th
Source Distros worth it these days?
location: ubuntuforums.com - date: September 30, 2012
I'm not really new to linux as I've used it since windows 2000/me were being shipped with PCs. However I've always gone back and forth and with Steam and other goodies coming, but some do not plan to port to other distros or release the source just a release for a ubuntu.
So here's my question, are source distro's still relevant in today's world? I have a really high end machine, GTX geforce 680 + one of the newer quadros, 64GB of DDR3 1600MHZ worth of ram (can go up to 128GB), Sandy Bridge E Xeon 4GHZ X2.
I've spent roughly close to 5K on the machine but that does include 3X monitors, mechanical keyboard(corsair is awesome! bought the MMO version as it's backlit), mouse, and planning on a studio quality speaker system sometime next year. I don't need 5.1 to be honest.. but I do have a 5.1 setup.
So to me I really saw no difference between Funtoo(what I'm currently using) and Arch Linux with my setup, but ask that question when someone has a run of the mill Dell or HP, you would se
Ubuntu isn't updating for last 20 days
location: ubuntuforums.com - date: August 22, 2012
Hi,
I'm facing a very annoying problem while trying to update my Ubuntu 12.04 for last 20 days. When I'm clicking the Check button in the Update Manager window, it starts to fetch the new update information but after almost 1 minute a new dialogue box is opens and says that
Code:
Failed to download repository information
Check your Internet connection.
W:Failed to fetch http://ppa.launchpad.net/https/ppa/ubuntu/dists/precise/main/source/Sources 404 Not Found
, W:Failed to fetch http://ppa.launchpad.net/https/ppa/ubuntu/dists/precise/main/binary-i386/Packages 404 Not Found
, E:Some index files failed to download. They have been ignored, or old ones used instead.
Important point is that, my Internet connection is perfectly OK. I can do browse and anything else.
I don't understand why this is happening and how can I solve this. Please anyone help me. Thanks in advance.
LXer: Ubuntu mirrors already slow as sludge and Karmic is still 6 days away
location: linuxquestions.com - date: October 24, 2009
Published at LXer:
There have been a few upgrades a day popping into the Update Manager on my Ubuntu 9.04 (Jaunty Jackalope, for those keeping score on the animal names) installation, and have you noticed what I've noticed? Those updates are downloading very, very slowly.
Read More...
Web server crashing every few days
location: ubuntuforums.com - date: March 12, 2013
Hi guys I've got an Ubuntu web server that keeps crashing on me every few days but don't even know where to start looking for the problem.
I've already updated and upgraded it but no luck.
When I took it out of the rack and hooked it up to a monitor and a keyboard it booted. So I stuck it back in and first time it booted ok but then a couple of days later went down and didn't want to boot up anymore. It has happened the same way a couple of times no.
So can anyone give me some advice how to start or what to look for?
Thanks and best regards
delete files older than 30 days using cronjob
location: linuxquestions.com - date: June 14, 2005
hi, i am a newbie to all this.
i've recently signed up for a hosting package, which i presume it is on a freebsd or linux. not too sure.
the reason why i came here it was because the both system has the cronjob feature, i guess.
anyway. i run a file uploading site call mp3host.info
what i want to do is some sort of cron job comand or tiney php or cgi script that deletes file if it is older than 30 days in sepecific folders.
someone please help me
How to compress and move log older than 30 days from one folder to another
location: linuxquestions.com - date: September 18, 2012
Hi
How can i compress and move the logs from one folder to another
How do I delete files and folders older than "X" days?
location: ubuntuforums.com - date: October 3, 2010
Hi Ubuntu Community:
I record alot of streaming audio with streamripper andarchive the radio programs that I've recorded.
Well, guess what? I'm running out of hard disk!
I need to delete files and folders that are older than 60 days.
I found a nice website (http://www.howtogeek.com/howto/ubunt...days-on-linux/) that provides some advice on this.
The recommendation there is to use:
find*/path/to/files* -mtime +15 -exec rm {} \;
When I try to do this I get a problem.....
In my specific application I used:
cd "/home/philipsmith/Music/MPR - Radio Heartland"
find . -mtime +15 -exec rm -R {} \;
and it wiped out the entire directory: /home/philipsmith/Music/MPR - Radio Heartland
I am quite the directory slayer!
I didn't what the directory wiped out! How do I modify my code to only eliminate files older than 15 days?
Thanks!
Phil Smith
daysold script how many days old is a file
location: linuxquestions.com - date: October 8, 2008
Ever needed to figure out the number of days old a file is so you could delete old logs and saved copies of posted transactions???
I had to write it today... Couldn't find one anywhere, so I thought I'd post it here... I called it daysold..
I have not tested it using something like: daysold `find / -print`
But it works really well for a directory full of files...
=================================================
Code:
Bash script to remove files older than 3 days
location: linuxquestions.com - date: July 9, 2006
Can someone help me with a bash script to remove files older than 3 days in directory /u1/database/prod/arch?
please wait...
Page: 1 2 3 4 5 6 7 8 9 10