Operating Systems

A real interesting read I ran into, See selected quotes which triggered my cuiriousity:

 

"It wasn't until I got involved in this open-source model that I realised the problem is the hardware guys all shared their knowledge while the software guys were hoarding knowledge. They were not sharing and as a result the software did not evolve forward very quickly."

...

 

"It wasn't until I got involved in this open-source model that I realised the problem is the hardware guys all shared their knowledge while the software guys were hoarding knowledge. They were not sharing and as a result the software did not evolve forward very quickly."

...

hagzag 14/09/2010 - 08:04

Chinese developers/hackers have come up with a solution for those who want the look and feel of Windows XP, but can’t or won’t pay Microsoft the license fee.

Read the full story here

hagzag 01/01/2010 - 14:58



Google Calendar / Google Apps integration with Thunderbird, seems to be a simple task to accomplish don't you think?

This is the second or third time this has happened to me therefore I thought I'd share this with you guys!

Well, I had an experience with one of my colleges today having to install Thunderbird + Lightning + Google Provider on Ubutnu 9.04 and I tell you it wasn't that straight forward.

 

The recipe is supposed to be quite simple if you want an external calendar in your Thunderbird you need lightning, if you want to integrate a Gmail calendar with your Thunderbird you need Google Provider.

hagzag 06/09/2009 - 13:08

Ubuntu 9.10 will give users an option to build its own Elastic Compute Cloud-style service, using open-source Eucalyptus (or another cloud provider)

lior.kanfi 24/02/2009 - 22:34

Ok so as part of the installation process at Tikal we need a few rpm & apt-get packadges in order to install ALM, I recentlly added a small repository of collected rpms for rl5 (RHEL5 / CentOs5) - is is accessible via http://tux.tikalk.com/tikal-repos/rl5/ which is now on a test site - but is checked an working

As of now ther are only Pel prms which are used as Bugzilla installation prequiesets.

 

In order to test-run / enable this repository on a RedHat / CnetOs system perform the following tasks:

create a file called: tikal.repo under the directory /etc/yum.repos.d/

[my machine]# vim /etc/yum.repos.d/tikal.repo

copy 'n' paste the following lines:

[tikal]

baseurtl=http://tux.tikalk.com/tikal-repos/rl5

enabled=1

 

you can also have enabled=0 but if you want to install from the repository yoiu will have to run the following command:

hagzag 06/11/2008 - 10:01

In order to install Junipier VPN on Ubuntu you need to execute the following script. Please note this script requires root password and on VPN activation you will be prompted for root password as well.

 

 

tigor 22/09/2008 - 13:22

If you try to decomple using jad on ubuntu

And you get:

" error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory"

 type this:

sudo apt-get install libstdc++2.10-glibc2.2

itai 22/07/2008 - 10:07

After installing Ubuntu 8.04 on my T60, I was supprised that wifi network card does not work at all.

After searching and googling I found next: In the kernel 2.6.24 driver for Intel PRO/Wireless Card 3945ABG was replaced from ipw3945 to iwl3945, and because of some bugs it does not work by default.

Google has a lot of suggestions about this issue, and after two days probing each of them, workable solution was found. Workaround is :

1. sudo modprobe -r iwl3945

2. sudo modprobe iwl3945

3. create a file named iwl3945 in /etc/modprobe.d/

3. in the file type the following and save:
    alias wlan0 iwl3945
    options iwl3945 disable_hw_scan=1
    sudo ifconfig wlan0 up

reboot Enjoy your wireless connection

mark 02/05/2008 - 21:03
Syndicate content