
Happy New Year to you, dear reader, whoever you are!
With all these disasters around the world, I guess it was not a great year. but let's hope that 2006 will be a better one...
Taking mental notes does not help anyone else, bloggin' it might...
-inurl:htm -inurl:html -inurl:php -inurl:asp intitle:”index of” (mpg|avi|wmv) “Claudia Schiffer”
BTW, Johnny has some other useful downloads including a guide for Securing Windows XP in 15 mins.
Fedora Core 4 users are advised not to use the Java RPM provided by Sun. It contains Provides that conflict with names used in packages provided as part of Fedora Core 4. Because of this, Sun Java might disappear from an installed system during package upgrade operations.
Fedora Core 4 users should use either the RPM from jpackage.org or manually install the Sun Java tarball into /opt. Sun Java 1.5+ is recommended for stability purposes.
So, here is how I installed it:Anyway, I was able to just insert the DVD when I was using XP and install it. Installation was seemless. It just asked me a couple of questions and installed it.
I am not sure how much disk space it actually takes but Windows folder itself is about 3.2GB, Program Files takes less than 200 MB, so does the users and others folders. So, it looks like a 4GB installation.
I've installed on my HP XW6000 workstation with 2x2.8GHz CU, 1 GB memory, nVidia Quadro4 980XGL card, Sony DVD RW 510A, Broadcom NetXtreme Gigabit Ethernet Card. They all work fine with the default drivers but nVidia already has alpha drivers for Windows Vista which according to some NeoWin.Net Vista Forum users works (There are several Vista forums there). It did not, however, recognize my FlashCard when I attached it to SanDisk Reader and claimed that it needs to be formatted.I have tried to run Yahoo Messenger but it kept on crashing. There does not seem to be windows messenger bundled with this version either :( When I go to messenger.msn.com, site thinks that I have Windows 98 and offers me to download that version of MSN Messenger. I installed XP version but could not connect yet.
Microsoft has a Windows Vista site up but there is not much content there. MSDN Windows Vista Site has more information about Vista with lots of Screen Shots.
I'm using Free Edition of AVG Antivirus application which sems to work OK for the moment. Vista has not been performance tuned yet, so it is kinda slower than XP.
Vista Beta 1 comes with IE 7.0.5112 which has tabbed browsing and a nice, very clean interface. I have not managed to make RSS feeds work yet though. I will post more info as I find more about it later...
[UPDATE - 08/02/2005]
MSN Messenger finally worked! I also found out how to add a RSS feed to IE7: just right click the RSS/Atom/XML icon and choose "add to favorites", then choose feeds.
[UPDATE - 08/03/2005]
I think I found out why IE7 is painfully slow. It has an option to check the authenticity of the sites you are opening in your browser. When asked, I had selected to check the sites. To turn it off, Go to Tools > Options > Advanced and select "Turn off Phishing Filter". Life is back to normal.
There are a couple of tricks you can use to save time in a BASH terminal, by making use of BASH's history, silently stored in the file ~/.bash_history. These work in all BASH terminals, including Konsole, XTerm and gnome-terminal.
Here are a couple of Tips:
.bashrc
function ls
{
command ls -F "$@"
}
command
runs the real command"$@"
inserts the user argumentsfunction duff
{
diff -ur "$@"
}
export -f duff
You can use the search box as a calculator. In the screenshot above you see the result it gave me when I typed a interest calculation formula 1000*(1+0.11)^2 = 1232.10