Posts Tagged ‘tech’

Software-ul liber și microsoft

Thursday, May 22nd, 2008

În data de 24 mai 2008 Grupul pentru software liber trebuia să țină o prezentare în cadrul Concursului de informatica aplicată (etapa națională). Subiectul prezentării era avantajele softwarelui liber și ale sistemelor deschise în educație. La această competiție printre sponsori este și microsoft. Ei bine, microsoft a cerut să se renunțe la prezentare altfel renunță ei la a mai sponsoriza evenimentul. Normal, Inspectoratul Județean Cluj a ales banii, iar prezentarea s-a anulat.

Mai multe detalii în postul publicat pe softwareliber.ro

sshfs

Thursday, April 3rd, 2008
  1. sudo apt-get install sshfs
  2. sudo modprobe fuse
  3. sudo adduser $USER fuse
  4. sudo chown root:fuse /dev/fuse
  5. Logout -> Login
  6. mkdir /media/servername
  7. sudo chown $USER /media/servername
  8. sshfs user@server:/path /media/servername/

For /etc/fstab:
sshfs user@server:/path /media/servername fuse defaults 0 0

Links #4

Monday, March 31st, 2008

OS Jokes

Sunday, March 30th, 2008

I was calling to sign up with a new DSL provider. When the guy asked what operating system I was using, I said, “Linux.” I was put on hold for five minutes, and then a supervisor came back and told me, “You can’t use Linux to connect to the Internet. It’s a hacker tool, anyway.” I almost fell out of my chair.

  • Friend: “I heard about this thing called ‘Linux’.”
  • Me: “Oh, I use Linux.”
  • Friend: “What is it?”
  • Me: “An operating system.”
  • Friend: “Like Firefox?”

I saw two older looking ladies trying to figure out the computers at a local store. I knew one of them would say something that I could send to Computer Stupidities, so I tried to listen in.

  • Woman 1: “What is that little trash can on the screen?”
  • Woman 2: “My son says that is call the ‘recycle bin’. He tells me when I don’t want a Word document anymore and I delete it, it really goes in there.”
  • Woman 1: “Why in the recycle thingy? Can’t you just erase it?”
  • Woman 2: “Oh no, Word wouldn’t work for very long if I did that, I would run out of blank pages.”
  • Woman 1: “Why?”
  • Woman 2: “Because it cleans the words off the pages, then sends the blank sheets back to Word so they can be used again. That’s why it’s called the recycle bin.”

More jokes…

Links #3 (Google Code University)

Friday, March 28th, 2008