wait, say what??
location: ubuntuforums.com - date: June 6, 2008
after reading an old thread, i thought it might be worth a laugh searching for "linux" on the microsoft help and support site. i found this:
http://support.microsoft.com/kb/824973/en-us
it might not look funny or odd to begin with, but read the summary:
SUMMARY
This article discusses how to install Red Hat Linux 6.2 on Microsoft Virtual PC 5 for Macintosh.
linux, microsoft, and macintosh, all living in perfect harmony?
that or it has a meaning that i, in my stupidity, just dont see.
what do you think?
openSUSE say what?
location: ubuntuforums.com - date: June 17, 2008
Am I reading this right?
http://en.opensuse.org/OpenSUSE_11.0
What's a FART effect, and how do I get hold of a Crap Up Guide...?
LXer: And Now, Ubuntu for Tablets Wait, What?
location: linuxquestions.com - date: February 25, 2013
Published at LXer:
Six weeks have passed since Canonical's splashy debut of Ubuntu for phones, but for many here in the Linux blogosphere, the memory is still crystal-clear. It came as some surprise, then, to see follow-up news announced so soon afterward. The news this time? None other than Ubuntu for tablets.
Read More...
what can you say about linpus linux lite?
location: ubuntuforums.com - date: September 13, 2008
guys,
i'd searched the internet for this linpus linux and i'm amazed on the lite version. Parang parehas sya with ubuntu netbook remix. What can you sat with its configuration? Is the apps used in ubuntu (like wine) can be used there?? Or any similar desktop envi for ubuntu based sytems..??
HAyyy.. ang hirap ng low-end pc....
C++ 5! WAYS to use time delay: What can u say?
location: ubuntuforums.com - date: December 17, 2009
1 way: using nanosleep
Code:
#include <iostream>
using namespace std;
int msleep(unsigned long milisec)
{
struct timespec req={0};
time_t sec=(int)(milisec/1000);
milisec=milisec-(sec*1000);
req.tv_sec=sec;
req.tv_nsec=milisec*1000000L;
while(nanosleep(&req,&req)==-1)
continue;
return 1;
}
int main()
{
cout << "Testing nanosleep: waiting 5 secs\n";
msleep(5000);
cout << "That is it";
}
2 way: using usleep:
Code:
#include <iostream>
#include <time.h>
using namespace std;
void Sleep(float s)
{
int sec = int(s*1000000);
usleep(sec);
}
int main ()
{
cout << "Waiting 5 secs\n";
Sleep(5);
printf ("FIRE!!!\n");
return 0;
}
3 way: using CLOCKS_PER_SEC:
Code:
#include <iostream>
#include <time.h>
void wait ( int seconds )
{
clock_t endwa
What would you say is the best wiki software.
location: linuxquestions.com - date: July 17, 2004
Well I am just curious as to determine what the favourite is. I am listing only those which are just wiki softwares, and not CMS like the many favourites.
If I miss out some in the list, please point them out
Cheers.
P.S. All of these are available from SF.net Just do a search on SF with the search term "wiki" I ckecked out the rating for the wikis but I'd like to know your take on usability/documentation/features
What the World's Fastest Systems Say About Linux
location: ubuntuforums.com - date: July 12, 2011
I've been tracking the Top500 Supercomputer List with a particular eye on Linux for some time now, highlighting how Linux continues to power the majority of the world's fastest supercomputing systems.
So it's no surprise to see continued dominance for Linux, but there are some interesting changes every six months when the new fastest supercomputer system list comes out. The most recent list, released last month, reinforces Linux leadership, as every single one of the top 10 fastest supercomputing systems in the world runs Linux. We had previously seen Linux in four of the top five systems or seven to eight of the top 10, but this year was marked by a sweep of the top 10 for Tux.
A sweep for Linux CentOS is increasingly identified as a top choice
never tried CentOS going to download now
http://www.linuxinsider.com/story/Wh...nux-72830.html
Replacement Linux Wallpaper for DeskTop needed. What say you?
location: linuxquestions.com - date: September 7, 2011
try also to download wallpapers from here http://www.picsgate.com/en/technology/linux.html
What excuse do you get when people say they want to go back to Windows
location: ubuntuforums.com - date: June 12, 2012
I've tried to convert lots of people to linux even non unity versions that imitate XP and nearly all of them want Windows back. I just don't get it especially returning to a slower non-supported XP. I understand the arguments 'my windows program isn't available in linux' but most of the time there is and it runs better. The part that kills me is when they return six months later saying 'its full of viruses and runs to slow' I think people are creatures of habit and unwilling to take on the basic learning curve. What excuses have you heard...
What country are you from? | Say something about your country
location: ubuntuforums.com - date: November 3, 2006
So this is a thread about saying something about the county where you live. Say whether you like it or not etc...
I'm currently too lazy to say soething about Serbia, so you'll have to wait a bit (untill my lazyness stops).
please wait...
Page: 1 2 3 4 5 6 7 8 9 10