Upcoming eventsNavigationActive forum topics
Syndicate |
Canadian LUG NewsAugust 28, 201015:05
Radados Linux now available! Radados is easy installs for workstations and servers.Web site http://www.Radados.orgBitTorrent download from linuxtracker.org
Source: Lethbridge LUG
Categories: Canadian LUG News
August 17, 201020:55
Le club informatique de magog fera une présentation d'Ubuntu à 13h30 le 14 septembre 2010, au centre communautaire de magog, salle des chevaliers de colomb. 95 rue Merry Nord, 2ieme étage. http://loco.ubuntu.com/events/team/296/detail/ http://cim.magogenligne.org
Source: Ubuntu-Québec
Categories: Canadian LUG News
August 3, 201016:46
Ubuntu Québec vous invite à prendre un verre pour profiter du beau temps et de la nature, au Restaurant du Jardin Botanique de Montréal: 4101, rue Sherbrooke Est, Montreal, QC H1X 2B2
Tenue relax, pas d'accès Internet et votre bonne humeur sont les seuls pré-requis. :)
Pour plus d'informations consultez ces liens:
Entrée sur le site du événements pour les locoteams
Restaurant du Jardin botanique
Source: Ubuntu-Québec
Categories: Canadian LUG News
July 23, 201005:05
Liberating Students Digitally,
an open source software advocate and user group at the University of
Alberta, will be holding our third annual Fall Installfest on September
15 and 16, 2006. This year's 'fest will take place in the first-floor
common area of the Computing Science Centre, a space provided by our
partners for the installfest, the Undergraudate Association of Computing Science.Our "default" distro this time around will be Ubuntu 6.06 (Dapper
Drake), but as always we're open to special requests of all sorts.
We're also planning to have a couple of demo machines for people to
play with, and some informational displays to raise awareness of free
and open source software. As usual, we'll be providing monitors, mice,
keyboards, speakers, etc. for installs, so all you need to lug is your
laptop or tower.We're looking for volunteers, so if you're interested and will be in
Edmonton come September, we'd love to hear from you. The plan is to
have an online registration system up soon, but if you don't want to
wait for that, feel free to send us an email. Full details are on our
(frequently updated) website, http://www.digital-liberation.ca.
Source: Lethbridge LUG
Categories: Canadian LUG News
July 20, 201015:05
As Voice over Internet Protocol (VoIP) is revolutionizing the century old telephone industry, the free and open source software Asterisk is setting the pace for standardization of PBX equipment. This is a free workshop and all are welcome. This will be an introduction to VoIP and Asterisk where you can see a demonstration of equipment, try out the easy to use management software and discuss the challenges and opportunities of VoIP. Bring your laptop so you can explore the Asterisk management software with a web browser on your desktop.There will be door prize draw so bring your business cards.For computer nerds there will be a demonstration on Monday February 18 at the Lethbridge Linux User Group meeting at the same address.WhenVoIP * (Asterisk) workshop on Friday February 22 and 1:00PM.WhereCJIL Television450 - 31 Street NorthBuilding with the big "M" on it on the corner of 5 Ave. and 31 St. N. Come in the main doors.
Source: Lethbridge LUG
Categories: Canadian LUG News
July 16, 201023:05
I was looking for a CLI (Command Line Interface) way to add of the space used on my hard drives and found this cool site.
http://www.pixelbeat.org/cmdline.html with lots of fun commands to try on the CLI.
The answer to what I was doing. The program df shows the size, used
space and free space of your hard drives. The program bc is a CLI math
program. The programs grep and gawk allow you to select only the parts
you want to use.
royce@Hydra[~] #/bin/df -h | head -n 1; /bin/df -h |grep hda
Filesystem Size Used Avail Use% Mounted on
/dev/hda2 54G 43G 7.8G 85% /
/dev/hda1 20G 2.2G 18G 12% /mnt/other
royce@Hydra[~] #/bin/df | head -n 1; /bin/df |grep hda
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda2 55866816 44859624 8169312 85% /
/dev/hda1 20482840 2298176 18184664 12% /mnt/other
So to see the total size in Bytes
/bin/df | grep hda |gawk '{print $2}' | (tr 'n' +; echo 0) | bc
So to see the total size in Giga Bytes
expr $(expr $(/bin/df | grep hda |gawk '{print $2}' | (tr 'n' +; echo 0) | bc) / 1024) / 1024
So to see the used space in Bytes
/bin/df | grep hda |gawk '{print $3}' | (tr 'n' +; echo 0) | bc
So to see the used space in Giga Bytes
expr $(expr $(/bin/df | grep hda |gawk '{print $3}' | (tr 'n' +; echo 0) | bc) / 1024) / 1024
So to see the free space in Bytes
/bin/df | grep hda |gawk '{print $4}' | (tr 'n' +; echo 0) | bc
So to see the free space in Giga Bytes
expr $(expr $(/bin/df | grep hda |gawk '{print $4}' | (tr 'n' +; echo 0) | bc) / 1024) / 1024
To format the output
royce@Hydra[~]
#echo $(expr $(expr $(/bin/df | grep hda |gawk '{print $4}' | (tr 'n'+; echo 0) | bc) / 1024) / 1024)GB free space
25GB free space
royce@Hydra[~] #
Happy hacking :)
Source: Lethbridge LUG
Categories: Canadian LUG News
July 13, 201019:05
There is now a Wiki to help you get started with programming in PerlQt.PerlQt Wiki
Source: Lethbridge LUG
Categories: Canadian LUG News
July 8, 201023:05
PerlQt is a very easy to use programming tool that is powerful enough for advanced developers and now it super easy for beginners as well.
Radados developers have created a PerlQt project manager that makes it very easy to learn the starting steps of computer programming by reducing the complex steps of project creation to a few simple buttons. This tool does not teach anyone how to program in Perl or C++ with Qt but it does enable users to explore their possibilities with out feeling intimidated by the complexities that PerlQt is handling for them automatically in the background.
Radados users can install it using synaptic search for the package name radados-perlqt. PerlQt can be made available for other Linux system and for Windows(cygwin) but the Radados install is the easiest way to get up and going in a mater of seconds. Radados users will have a new PerlQt icon on their ViceWM desktop or can start the project manager by running PerlQt.pl.
More information here
Source: Lethbridge LUG
Categories: Canadian LUG News
July 1, 201011:05
This is great news. If you wanted to use the web site or not this is a landmark victory for Linux users everywhere. The Canadian government has officially recognized Linux users as valued members of society.
Notice to Linux users
Source: Lethbridge LUG
Categories: Canadian LUG News
June 29, 201007:05
IPcop does not ship with RAID1 support. I
like to use RAID1 for my firewalls because IPcop only needs about 5G to
work and you cannot buy new hard drives that small.It is a
waste to use a large hard drive when there are so many small older
drives that would work just fine so if you use older drives RAID1 is a
good idea.I used Radados linux for this but another live CD may
work. The kernel must be recompiled and custom IPcop modules, like IP
filters for h323 are missing because I tried many times to follow the
IPcop directions to build the IPcop source files but it dies with
errors every time.Steps1) Install two IDE hard drives as HDA and HDB to your new firewall2) Install IPcop 1.4.20 to the HDA (other versions of IPcop may need to adjust this script)3) Reboot with a live CD and run this scriptDownload here
Source: Lethbridge LUG
Categories: Canadian LUG News
June 19, 201005:06
Radados packages ported to Gutsy for
fixing small issues with the command line and SMB clients are now
available for Ubuntu 8.04 and 8.10.
Ubuntu Gutsy fixes (download here)
Source: Lethbridge LUG
Categories: Canadian LUG News
May 13, 201017:05
If you have a cell phone you will want to protect your self from scammers.My
wife and I were out of town on the weekend and normally turn off our
cell phones when we travel. When we got back all my wife's minutes on
her Pay & Talk Telus phone were all used up. She does not use the
phone much so I have it set to refill each month for $10 off my credit
card. I know she did not use her phone that much so I went on the Telus
web site to check the billing details.
Her phone had been billed for 3 text messages at a cost of $2 each.
Many LUG members have talked in the past about how the big cell phone
companies in Canada had changed to billing customers for receiving text
message but those fees where about $0.25 per message. It looks like the
sender of these messages is able to collect the rest of the fee and
they have a program that sends out these messages to cell phone users
without their permission. This is a great scam, they could be stealing
from millions of Canadian cell phone users.
Most people I talk to about the text message billing on cell phones
believe that the cell phone companies will not allow you to disable
text messages but they do. I was on the phone for about an hour before
I was able to get to a human working in technical support at Telus and
he was able to turn off all text messaging for my wife's Pay & Talk
phone.
I tried with no success to get the money back but because this is a
pay before you use service the money is gone. Telus does not keep
details on text messages on Pay & Talk phones, or so I was told. My
other phone is on a contract that I would be able to refuse payment on
if scam happens to that number.
If you don't use text messaging call your service provider and have
it disabled. If you do then watch your bill closely, this criminal will
strike again.
Source: Lethbridge LUG
Categories: Canadian LUG News
March 11, 201001:05
The real heart of open source lies in its potential to be greater than the sum of its parts, the capacity to leverage the talent and abilities of an entire community of developers and users who are striving towards a common goal.
Source: Red Deer Open Source Society
Categories: Canadian LUG News
01:05
CNN reports that Microsoft may charge extra for security software. So first they edge their competition out of the browser market, then they tie IE into the OS so tightly that a crash in IE can crash the computer, and then they make IE so vulnerable that just using it is hazardous to the typical computer's health, and now they want to CHARGE users to fix it?
Source: Red Deer Open Source Society
Categories: Canadian LUG News
01:05
A public university with an enrollment of over 80,000 put the kibosh this week on Microsoft's Internet Explorer, and urged its students to switch to alternative browsers such as Firefox, Mozilla, Opera, or Safari.
Source: Red Deer Open Source Society
Categories: Canadian LUG News
01:05
SAN DIEGO, Dec. 13 /PRNewswire-FirstCall/ -- The U.S. browser usage share
of Firefox, the upstart Mozilla-based browser that has become a champion of
the open source movement, has grown by more than a third over the past month,
according to the latest independent study from WebSideStory (Nasdaq: WSSI)
(http://www.websidestory.com), a leading provider of on-demand Web analytics
Source: Red Deer Open Source Society
Categories: Canadian LUG News
01:05
COMMENTARY -- Within the technology industry, there are such fervent supporters on both sides of many polarizing issues that you'd think these issues are religious rather than technological. Linux vs. Windows, AMD vs. Intel, PC vs. the Mac, proprietary vs. open source are a few examples. But Microsoft's Service Pack 2 for Windows XP?!
Why SP2 deserved every shred of the scrutiny
Source: Red Deer Open Source Society
Categories: Canadian LUG News
01:05
If you are using Windows XP and are thinking about applying the new XP patch, you really need to read this. You better grab a coffee, it is a long one. Here is the link
WinXP SP2 = security placebo?
Source: Red Deer Open Source Society
Categories: Canadian LUG News
01:05
As the first serve rocketed across the net at this week's U.S. Open tennis tournament Monday, millions of Internet users tracked the scores as if they were seated courtside.
The powerful eServer i5, IBM's next-generation iSeries server, is providing real-time technology updates to the U.S. Open Web page, allowing fans to keep track of every backhand returned.
Source: Red Deer Open Source Society
Categories: Canadian LUG News
01:05
There is a greater need to consider the social benefits of using free and open source software(FOSS) and not just the economic economic advantages, Alan Levine, CIO of Future Perfect told delegates at last week's Second Open Source Software Africa conference in Johannesburg. Levine said that the use of FOSS should not only be evaluated by project, business case or system. He said the traditional total-cost-of-ownership and return-on-investment models cannot take into account all the business implications of using FOSS.
Source: Red Deer Open Source Society
Categories: Canadian LUG News
|
Join CLUE!Be part of Canada's open source community Support the use of open source in the private and public sector Help to balance the power grabs of the content industry Join now!Shopping cart
|
| Su | Mo | Tu | We | Th | Fr | Sa |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 |