Skip to main content

Home/ Linux/ Group items tagged time

Rss Feed Group items tagged

hpmaxi -

How to Make Wealth - 0 views

  • Startups usually involve technology, so much so that the phrase "high-tech startup" is almost redundant. A startup is a small company that takes on a hard technical problem.
  • Here is a brief sketch of the economic proposition. If you're a good hacker in your mid twenties, you can get a job paying about $80,000 per year. So on average such a hacker must be able to do at least $80,000 worth of work per year for the company just to break even
  • and if you focus you can probably get three times as much done in an hour
  • ...30 more annotations...
  • I'm claiming you could be 36 times more productive than you're expected to be in a random corporate job.
  • then a smart hacker working very hard without any corporate bullshit to slow him down should be able to do work worth about $3 million a year
  • f you want to make a million dollars, you have to endure a million dollars' worth of pain.
  • Bill Gates is a smart, determined, and hardworking man, but you need more than that to make as much money as he has. You also need to be very lucky.
  • If you want to create wealth, it will help to understand what it is. Wealth is not the same thing as money. [3] Wealth is as old as human history. Far older, in fact; ants have wealth. Money is a comparatively recent invention.
  • talking about making money can make it harder to understand how to make money.
  • the craftsmen. Their hand-made objects become store-bought ones.
  • A programmer can sit down in front of a computer and create wealth. A good piece of software is, in itself, a valuable thing.
  • And so it's clearer to programmers that wealth is something that's made, rather than being distributed, like slices of a pie, by some imaginary Daddy
  • we had one programmer who was a sort of monster of productivity
  • A great programmer, on a roll, could create a million dollars worth of wealth in a couple weeks. A mediocre programmer over the same period will generate zero or even negative wealth (e.g. by introducing bugs).
  • The top 5% of programmers probably write 99% of the good software.
  • Hackers often donate their work by writing open source software that anyone can use for free. I am much the richer for the operating system FreeBSD, which I'm running on the computer I'm using now, and so is Yahoo, which runs it on all their servers.
  • You can't go to your boss and say, I'd like to start working ten times as hard, so will you please pay me ten times as much?
  • A programmer, for example, instead of chugging along maintaining and updating an existing piece of software, could write a whole new piece of software, and with it create a new source of revenue.
  • All a company is is a group of people working together to do something people want. It's doing something people want that matters, not joining the group
  • To get rich you need to get yourself in a situation with two things, measurement and leverage. You need to be in a position where your performance can be measured, or there is no way to get paid more by doing more. And you have to have leverage, in the sense that the decisions you make have a big effect.
  • If you're in a job that feels safe, you are not going to get rich, because if there is no danger there is almost certainly no leverage.
  • All you need to do is be part of a small group working on a hard problem
  • Steve Jobs once said that the success or failure of a startup depends on the first ten employees. I agree
  • What is technology? It's technique. It's the way we all do things. And when you discover a new way to do things, its value is multiplied by all the people who use it. It is the proverbial fishing rod, rather than the fish. That's the difference between a startup and a restaurant or a barber shop. You fry eggs or cut hair one customer at a time. Whereas if you solve a technical problem that a lot of people care about, you help everyone who uses your solution. That's leverage
  • If there were two features we could add to our software, both equally valuable in proportion to their difficulty, we'd always take the harder one
  • I can remember times when we were just exhausted after wrestling all day with some horrible technical problem. And I'd be delighted, because something that was hard for us would be impossible for our competitors
  • Start by picking a hard problem, and then at every decision point, take the harder choice.
  • You'd think that a company about to buy you would do a lot of research and decide for themselves how valuable your technology was.
  • Not at all. What they go by is the number of users you have
  • Wealth is what people want, and if people aren't using your software, maybe it's not just because you're bad at marketing. Maybe it's because you haven't made what they want.
  • Now we can recognize this as something hackers already know to avoid: premature optimization. Get a version 1.0 out there as soon as you can. Until you have some users to measure, you're optimizing based on guesses.
  • In that respect the Cold War teaches the same lesson as World War II and, for that matter, most wars in recent history. Don't let a ruling class of warriors and politicians squash the entrepreneurs
  • Let the nerds keep their lunch money, and you rule the world.
anonymous

Linux screen command tutorial | Linux Operating System - Debian, Ubuntu, Fedora, Gentoo... - 0 views

  •  
    Linux screen command tutorial ggarron | April 30, 2010 - 3 weeks 5 days  in Linux command line Linux tips I have face this lots of times, I am connected to my server using ssh, then I start a download, a log processing or a bittorrent download. I realize that task is going to take a lot of time. What to do?, well usually one have leave the ssh session open, and the home computer on. What if the ssh session just drops? all work is done, and there is the need to start all over again. I have used nohup command to execute commands after exit from the shell prompt. But there are other options, one of them is screen.
Luciano Ferrer

Send Later 3 :: Complementos para Thunderbird - 0 views

  •  
    "Changes the "Send Later" command (Ctrl+Shift+Return) in the message composition window, so that instead of merely copying the message into your Outbox so that it is sent the next time you go online or do "Send Unsent Messages", a dialog pops up which allows you to specify when the message will be sent. You can specify a specific time and date, or click "15 mins later", "30 mins later" or "2 hours later", or click "Passthrough to Send Later" to get the built-in Thunderbird "Send Later" functionality (i.e., copy to Outbox)."
Tim M

Update Manager & Hardware Drivers Tips for Setup Ubuntu or Linux Mint 9 64bit Screencas... - 0 views

  •  
    Screencast Tutorial on how-to use the Update Manager & Hardware Drivers on First Time Setup of Linux Mint 9 64bit GNOME. These Linux Tips & Tricks also apply to all Ubuntu Linux 10.04 Lucid Lynx derivatives.
Tim M

Installing Linux Mint 9 64bit Dual Boot with Windows 7 Tutorial - 0 views

  •  
    How-to Tutorial for Installing Linux Mint 9 GNOME 64bit Edition to Dual Boot with Microsoft Windows 7. I give tips and tricks for running Linux Mint 9 for the first time user. I also show how Windows 7 still works fine after installing Linux on top of it. These instructions apply to all Ubuntu..
anonymous

Disk IO information with a Unix / Linux background - 0 views

  • The disk's ITR rating and internal cache size can be critical when tuning maxcontig (maximum contiguous I/O size). Note: maxphys and maxcontig must be tuned at the same time. The unit of measurement for maxphys is bytes; maxcontig is in blocks. maxcontig can be changed via the mkfs, newfs or tunefs commands.
  •  
    The disk's ITR rating and internal cache size can be critical when tuning maxcontig (maximum contiguous I/O size). Note: maxphys and maxcontig must be tuned at the same time. The unit of measurement for maxphys is bytes; maxcontig is in blocks. maxcontig can be changed via the mkfs, newfs or tunefs commands.
Marco Castellani

Why I Use Linux | IT News Today - 0 views

  • Linux kept getting better and better. The things that took me hours to set up before only took a minute or two with the advancements that were made later. Linux was advancing extremely fast around this time, and it was very refreshing. The more I used Linux, the more comfortable with it I became.
  • Linux is ready for the desktop, it’s just that not everyone is ready for Linux
  •  
    Linux kept getting better and better. The things that took me hours to set up before only took a minute or two with the advancements that were made later. Linux was advancing extremely fast around this time, and it was very refreshing. The more I used Linux, the more comfortable with it I became.
Maria Babae

Fast and Reliable Computer Help and Support - 2 views

My hotel has been running within the family business for 122 years. From time to time we update our systems and units through computer help services offered online. There was a time in Febuary 2000...

computer support fast online

started by Maria Babae on 11 Aug 11 no follow-up yet
mesbah095

Guest Post Online - 0 views

  •  
    Article Writing & Guestpost You Can Join this Site for Your Article & guest post, Just Easy way to join this site & total free Article site. This site article post to totally free Way. Guest Post & Article Post live to Life time only for Current & this time new User. http://guestpostonline.com
Krizna G

Installing node.js on centos 6 with sample app - 0 views

  •  
    Node.js is a platform that works on V8 JavaScript Engine .it uses an event-driven function which is very useful for hosting real-time applications.
bryan yu

Black screen issue when installing ATI driver in openSUSE 11.1 - 0 views

  •  
    Today, I'm quite busy with looking for a way to install ATI vga driver in openSUSE 11.1 X86_64 correctly that was because something wrong with my machine. When I restart my system after install driver it just goes to black screen. The only way that I can login my system from another machine through ssh protocol. Actually I have never encountered this issue before so i have spent this much time trying to figure it out.
anonymous

Vim Plugins You Should Know About, Part VII: ragtag.vim (formerly allml.vim) - good cod... - 0 views

  •  
    This is the seventh post in the article series "Vim Plugins You Should Know About". This time I am going to introduce you to a plugin called "ragtag.vim". A month ago it was still known as "allml.vim" but now it has been renamed to ragtag.vim. The best parts of RagTag are mappings for editing HTML tags. It has a mapping for quickly closing open HTML tags, a mapping for quickly turning the typed word into a pair of open/close HTML tags, several mappings for inserting HTML doctype, linking to CSS stylesheets, loading JavaScript and it includes mappings for wrapping the typed text in a pair of tags for PHP, or for ASP or eRuby, and {% .. %} for Django. RagTag is written by Tim Pope. He's the master of Vim plugin programming. I have already written about two of his plugins - surround.vim and repeat.vim and more articles about his plugins are coming!
anonymous

12 More of the Best Free Linux Books - Part 1 - LinuxLinks News - 0 views

  •  
    "12 More of the Best Free Linux Books Many computer users have an insatiable appetite to deepen their understanding of computer operating systems and computer software. Linux users are no different in that respect. At the same time as developing a huge range of open source software, the Linux community fortunately has also written a vast range of documentation in the form of books, guides, tutorials, HOWTOs, man pages, and other help to aid the learning process. Some of this documentation is intended specifically for a newcomer to Linux, or those that are seeking to move away from a proprietary world and embrace freedom. There are literally thousands of Linux books which are available to purchase from any good (online) book shop. However, the focus of this article is to highlight champion Linux books which make an invaluable contribution to learning about Linux, and which are also available to download without charge. We have tried to select a fairly diverse selection of books in this article so that there should be something of interest here for any type of user whatever their level of computing knowledge. This article should be read in conjunction with our previous article on free Linux books, entitled 20 of the Best Free Linux Books."
anonymous

POSIX IO Must Die! | Linux Magazine - 0 views

  •  
    POSIX IO Must Die! POSIX IO is becoming a serious impediment to IO performance and scaling. POSIX is one of the standards that enabled portable programs and POSIX IO is the portion of the standard surrounding IO. But as the world of storage evolves with greatly increasing capacities and greatly increasing performance, it is time for POSIX IO to evolve or die.
anonymous

MultiGet file downloader - 0 views

  •  
    Welcome to the MultiGet Home page! MultiGet is an easy-to-use GUI file downloader for Windows/Linux/BSDs/MacOs.  It's programmed in C++ and has a GUI based on wxWidgets. It supports HTTP/FTP protocols which covers the requirements of most users. It supports multi-task with multi-thread on multi-server. It supports resuming downloads if the Web server supports it, and if you like, you can reconfig the thread number without stopping the current task. It's also support SOCKS 4,4a,5 proxy, ftp proxy, http proxy. In v0.8.0, a new feature was introduced, that is so called P2SP, or in other words , get file from multiple servers, and combine the data from different site into one file. This makes downloads complete much faster. MultiGet also supports switching language dynamically, you can choose Chinese or English interface.  Generally it will automatic choose a proper language for you. At this time(version 1.1.1), MultiGet can run on Windows 2000/XP, almost all Linux desktops, MacOs, BSDs. It can only depends on GTK+ runtime environment in Linux if statically linked with wxWidgets. It was tested on many system such as : Windows 2000, ubuntu ,kubuntu, xubuntu, fc5, opensuse10.4, mandriva 2007, MEPIS 6.0, PCLinuxOS, CentOS4.4, Puppy2.0, Xandros, edubuntu, RedFlag workstation 5, MagicLinux, dubuntu, archlinux, Hiweed, FreeBSD, MacOS etc.
anonymous

DAG: Dstat: Versatile resource statistics tool - 0 views

  •  
    Dstat: Versatile resource statistics tool Dstat is a versatile replacement for vmstat, iostat, netstat and ifstat. Dstat overcomes some of their limitations and adds some extra features, more counters and flexibility. Dstat is handy for monitoring systems during performance tuning tests, benchmarks or troubleshooting. Dstat allows you to view all of your system resources in real-time, you can eg. compare disk utilization in combination with interrupts from your IDE controller, or compare the network bandwidth numbers directly with the disk throughput (in the same interval)
Marco Castellani

Computerworld - An open palette: Tux Paint's Bill Kendrick - 0 views

  • perhaps Kendrick's most significant software achievement is Tux Paint, a highly acclaimed, free and open source illustration program that is primarily aimed at kids, but is used by all ages courtesy of its intuitive and effortless design.
  • My dream in life is to work on Tux Paint, and other "edutainment" apps I've dreamed up, full-time, salaried and hire some contributors to work full-time, too.
1 - 20 of 112 Next › Last »
Showing 20 items per page