Thursday, April 22, 2010

An Open Invitation

header
Our Best Sellers
big  biz

BIG BIZ
All-In-One IT In a Box

clix
CLIX
The No brainer, Back up and Recovery System in a Few Clicks.
televantage
TELEVANTAGE
Being connected means bringing down your telecommunication costs.

An Open Invitation

Your business is growing. No doubt, thanks to your hard work, focus and the culture of excellence you have built your company upon.

You have always invested in the right people and have always sought to forge sound partnerships. And now, by upgrading your I.T. Infrastructure, you intend to be abreast or stay ahead via new demands and opportunities that come hand in hand with growth.

So, you leaf through the quotations and proposals on your desk. You've seen these before. Page after page of brand names, technical services, and specifications in between claims of being the best solution for your company. You know outright that most of these vendors are only out to make a quick buck from your requirements, so most of their offerings must be limited by profitability and popularity, both poor substitutes for suitability and performance.

You stop and think, How did these vendors come up with what is best for MY company? Did these vendors come up to me to understand my needs and wants or did THEY just come up to show us some really cool and professional presentations?

And then realize, YOU need IT Practitioners who understand the Technology and YOUR needs!

You refuse to accept a generic "best" solution. Because your company runs and breathes differently. Because your corporate values and resources are different from any other company's. And most importanty, because you will not allow your company to be tied down by solutions that are inherently limited, compromising your ability to adapt to a constantly changing business landscape.

Through the years, 8layer Technologies, Inc. has been blessed to find like-minded partners, companies that have come to recognize the value of
collaboration versus quotations and true results over maketing hype.

Get in touch with us. Let's talk about your company's uniqueness, how like us, you make a habit out of asking the right questions and finding the best answers, and how we can help you define open source solutions that will amplify your freedom to drive your business as you envision it.

anniversary

A New Approach to Software

Summary:
You’re in business to serve your customers and make a profit. You have all the ingredients for success: expertise, hard work, and dedicated employees. But in today’s marketplace, you also need solid technology to support your business. Your employees need a way to share files, collaborate, schedule meetings, send and receive e-mail, and access the Internet. Customers will want to look you up online and send you e-mail. And, you’ll want to present a professional image and make good first impressions with your business’ own domain name (mycompany.com) rather than a free email account.

Additionally, you’ll want to have a contingency plan for your critical business data – ensuring you have a backup and disaster recovery plan for occasions when small, or big, issues arise. And you don’t want to have to worry about the security of your information, or managing complex technology.

Having the ability to enable all of these important business components can be a significant differentiator and advantage for a business. IBM Lotus Foundations Start, an offering delivered and supported by your local VAR or systems integrator, provides the technology to do just that.


http://tinyurl.com/2g4hpck

Wednesday, April 21, 2010

KahelOS 050110 Review

Intro

Today I had the pleasure of reviewing a distro i wanted to check out during its last stable release but I ran out of time. When I saw sourceforge had a new version of KahelOS available for download, I jumped on it. I was excited to try the Arch-based KahelOS on my Dell desktop for several reasons. Just like Arch, KahelOS is on a rolling release schedule and uses Pacman package manager. Also, this version of KahelOS uses Gnome 2.30.0. These all sit well with the goals of what I want my desktop computer to be.

ReadMore

Installing broadcom-wl on KahelOS

After Installing the new image 05012010 i noticed that binutils,make and gcc must be installed first in order for me to install broadcom-wl.

pacman -S binutils make gcc
yaourt -S --noconfirm broadcom-wl

Added this on my /etc/rc.conf on the MODULES section.
lib80211 wl !b43 !ssb

Then,reboot

Tuesday, April 20, 2010

Startup Culture: 23 Insights From The NetFlix Culture Deck

http://onstartups.com/tabid/3339/bid/12383/Startup-Culture-23-Insights-From-The-NetFlex-Culture-Deck.aspx

Friday, April 16, 2010

Setting the treatment of spam for all users for LFS

Create the script

1. Telnet into the LFS server and log in as an administrative user.

2. Move to a directory where you can safely store files. For example:

cd /home/root/Files

3. Using your favorite Linux text editor, create a file called setallspamactions.pl.

4. Within the file, enter the following code:

#!/bin/sh
DEFPROB="$1"
ACTION="$2"
usage()
{
prog=$(basename $0)
echo "usage: $prog "
exit 0
}
if [ -z "$DEFPROB" -o -z "$ACTION" ]; then
usage
fi
if [ "$DEFPROB" != "definite" -a "$DEFPROB" != "probable" ]; then
usage
fi
if [ "$ACTION" != "Mark" \
-a "$ACTION" != "None" \
-a "$ACTION" != "Move" \
-a "$ACTION" != "Delete" ]; then
usage
fi
for u in /home/*; do
user=$(basename $u)
echo -n "$user = "
wv set [$DEFPROB spam action]$user=$ACTION
done
wv kick

5. Save the file.


Run the script

1. Before running the script, the permissions associated with the file must be changed so that it may be executable. To do this type:

chmod +x setallspamactions.pl

2. Run the script with the setting you wish to set globally. The syntax for running the script is as follows:

./setallspamactions.pl TYPE ACTION

The options for the TYPE of spam detected are definite and probable and the options for the spam treatment ACTION are Mark, None, Move and Delete. Therefore, adjust the script according to your preference. For example, if you would like to have all definite spam deleted from the server, type:

./setallspamactions.pl definite Delete

If you want to move all probable spam, type:

./setallspamactions.pl probable Move

3. The script shows all user accounts in LFS being modified to use the settings you have just set.

Saturday, April 03, 2010

Gimme Five! (Happy 5th Year Anniversary Team 8liens)

Happy Five Years to my fellow 8liens and Yes, We are still alive and we continue to kick-ass.

Let me share a notable portion of my 4th Year Anniversary article and it read:

"At FOUR we know there is More;

More to the essence of growing up and that though growing old is inevitable we got to make use of our time and talents wisely.

More of touching lives and making people discern that IT won't work for them, if they won't even care about IT or their work.

More of giving of who we are through our innovative ways, whether it be solutions or just plainly talking to you about what Open Source Advocacy can do for you or your organization.

More to life than just gadgets and computers, that IT is made up of people (flesh, blood, thinking and feeling), who wants IT to work for you."

The above statements were not just realizations at that time but remains a constant one to remind us and each and every person who have experienced to work with us, be with us and grown with us, what makes our team different from the rest of IT companies.

8layer@Five: A Time to look back at the good times and not so good times.
I so vividly remember how complicated, difficult and strenuous it was to come up to any individual introducing our team and much more talk about Linux and Open Source, then altogether presenting to engage an endeavor with our team. That was then and sources after resources tells us how our technology preference have evolved and continue to be magnanimous. We may have been ahead of our league and this is one link I wish to share as well, http://www.linux-mag.com/cache/7749/1.html.

Now and then the burden really lies on bridging and for the CIO, CTO, IT practitioners and Business owners to imbibe the discipline, value and habit of being able to qualify IT Solutions, Applications and more importantly vendors and partners when employing IT. Further, it is having the effort to understand that if any organization need IT to work with them, they need to work with IT. IT won't work alone for anyone.

My personal stiff and cumbersome challenge, which is most important for 8layer, is to cascade to my fellow 8lien, what 8layer is all about and how do we live to assimilate to become one. That this is a team play, that we are unlike any talent show that one should stand out. That it is not about being a genius all by himself/ herself and that one's talent and intelligence will never be called innovation unless translated and manifested to good, practical and meaningful substance and use. It shouldn't be human nature I refuse to believe, that when one is endowed with talents that are not ordinary, some may feel that he/she is indispensable and then tend to neglect others and be disrespectful. When we start to feel this way, then we lose our sense of being an 8lien, our sense of developing and sharing not for oneself. An 8lien should always remember that we learned Open Source and our knowledge have been enriched because initially there were kind and generous people who were fond of sharing what they know, and if not for them who were ahead of us, then we would know very little or nothing. For on top of all of these, the greater part of being an 8lien is respect and responsibility.

And so at the end of the day, 8layer's Vision and Mission cannot just be simply achieved by extra ordinary people and talents but rather geared by 8layer's Core Strength and Success Factor; etched by ordinary people with extra ordinary commitment and passion.

8layer@Five: A Time to look ahead at our Future.
Through the years, our team, has been blessed to find like-minded partners and companies that have come to recognize the value of collaboration versus quotations and true results over maketing hype. Every year, new friends and partners add up to the roster of our invaluable helping hands, generous hearts and brilliant minds.

For some time we have been sought for by companies and organizations who would want an IT Team who can definitely understand and resolve their IT needs.

This time around, we realize that we should take on the challenge for us to be understood and simply comprehensible; come up with absolutely easy and reliable IT Applications which is timely and for those who discerns the urgent need of migrating to our kind of Service and Technology.

"The Art of Passion largely defines the Art of our Existence", @Five and Alive, 8layer 2010
We give you Five: Gratitude, Passion, Respect, Responsibility and Fun.


So, Gimme Five.

Thursday, March 18, 2010

My KahelOS giving me a wrong time and date after installation

Problem:
After installing KahelOS, my PC Time is not sync with my BIOS clock or my OS is giving me a wrong time.

Solution:
1.make sure that HARDWARECLOCK="localtime" is set in your /etc/rc.conf
TIMEZONE="Asia/Manila"

note:for timezone value check /usr/share/zoneinfo/ and choose appropriate timezone for you.
$cd /usr/share/zoneinfo/ (and check all file under this folder)

2.using "date" command you can change your computer date/time
eg. If you want to set your computer date and time to March 18,2010 10:37PM just execute this command.
root ~ #date -s "18 Mar 2010 22:37:00"

3.Then Follow this command below in relation to "adjtime" and "hwclock" and then reboot your system.
root ~ #echo "0.0 0 0.0" > /var/lib/hwclock/adjtime
root ~ #hwclock -r
root ~ #hwclock -w --localtime
root ~ #hwclock -r
root ~ #reboot

Let me know if this works for you too.

Tuesday, February 09, 2010

LFS Domino Web Access Lite mode

One of our friends emailed us regarding his problem on his DWA access. He told us that the drop down on the switch mode is not working and the access is very slow. My analysis tells me that the main problem could be his internet connectivity or the way he is accessing his DWA. With this I also thought that the simple solution could be setting DWA to use lite mode by default. Our friend can also benefit from these features of setting it to lite mode.

It should be able to best work with minimal bandwidth and It uses the same mail8.ntf template.
Most of all, It’s an Ajax Application that makes navigation cool and friendly.

To set this feature just follow these instructions.

1.Telnet to your LFS server
2. Edit notes.ini
cd /tmp/disk/home/notes/Files/notesdata/
vi notes.ini
3.Add this line.
iNotes_WA_DefaultUI=dwa_lite
4. Reboot LFS Server

Access the DWA https://yourdomain.com:4443
Domino Web Access Lite will be the default mode for all Lotus Domino Web Access users.

Saturday, January 30, 2010

PHP Developers Summit 2010

Team 8layer supports PHP Developers Summit 2010.Our very own Kuya Rey and Agi will share their know-how on some PHP related topics. Kudos!

http://conference.phpugph.com

Saturday, January 02, 2010

Introducing KahelOS Light Edition 01-01-2010

After the Christmas release of the new KahelOS Desktop installers 12-25-2009, there's no stopping this citrusy fresh Linux Distribution.

Today on New Year' Day, Let us introduce to you KahelOS Light Edition 01-01-2010 designed for Netbooks with limited storage capacity.
Just like the KahelOS Desktop Edition, the Light Edition has 32- bit and 64-bit version installers.

What basically describes KahelOS Light Edition 01-01-2010?

* Lightweight - The light desktop operates on Linux 2.6.32 and utilizes XFCE 4.6 which is much suitable for PC's with low memory and resources.

* Power-Packed - The installer is compressed to 420MB and the standard install is just a total of 1.8 Gigabytes

* SSD (solid-state drive) Friendly - KahelOS LE, includes BTRFS and NILFS filesystems. BTRFS automatically detects SSD while NILFS will make your SSD happy. http://www.linux-mag.com/cache/7345/1.html

* Bundled with Lightweight Applications - The applications in KahelOS Light Edition includes Claws Email Client, Midori Web Browser, Gthumb Image Viewer and Organizer, and Exaile Music Player.

* Additionally, KahelOS Light Edition is Wifi and Bluetooth ready.


Don't waste time. Be wise. Download KahelOS Light Edition.

Now, you're ready to enjoy life as fresh as KahelOS.

Tuesday, December 29, 2009

Announcing the 64-bit KahelOS Desktop Installer version 12-25-2009

We kept our promise to release it within the week. We are pleased to give you the 64-bit version of the KahelOS Desktop Installer and now available for download. http://sourceforge.net/projects/kahelos/files/kahel-desktop-122509-x86_64.iso/download

KahelOS tries to maintain a complete Gnome distro using only just 1 CD installer. This 64-bit KahelOS Installer has included OpenOffice.org, Firefox, Evolution, Banshee, Tracker, Empathy, Gnote, F-spot and much more.

By default, the complete 'base-devel' packages are on the i686 version. However on x86_64, some 'base-devel' packages have not been included on the x86_64 ISO installer, due to the fact that the 64-bit packages are larger than the 32-bit packages. But If one wishes to use a x86_64 version of KahelOS, simply type pacman -S base-devel to install the base-devel packages.

What are the advantages of a x86_64 KahelOS Desktop over its i686 version?

- Speed Boost - A 64-bit application will run much faster than a 32-bit application when compiled natively for 64-bit CPU. The packages included in the 64-bit Kahel OS version are compiled specifically for 64-bit Architecture.

- Memory Allocation - A 64-bit OS can allocate a minimum of 4GB to 16 exabytes of memory for applications, which implies that applications have more access to hardware RAM than before.

- Processing Power - Images and videos rendered and processed on a 64-bit OS is much detailed and crispier. Rendering is also faster on a 64-bit OS.

Try it for yourself and find out to see the difference.

Monday, December 28, 2009

Kahel OS (Desktop Edition) DAEMONS and SERVICES.

check this post by joelbryan: http://forum.kahelos.org/topic/kahel-os-desktop-edition-daemons-and-services

Here's a brief explanation about the Kahel OS changes regarding the DAEMON process on the 122509 release, these changes does not came from Arch Linux but is exclusive for Kahel OS.

If you have noticed, the Kahel OS boot process is really fast, and GDM came up almost instantaneously. This is because the Kahel OS daemons have been changed to speed up the boot process and allow GDM to start up much quickly. The daemons have been divided into two groups, the DAEMONS and SERVICES. The DAEMONS starts up the important applications to load GDM, while the SERVICES will start after the GDM shows up and a user logged-in.

All DAEMONS and SERVICES will be executed as root, also DBUS will be automatically loaded by GDM so all SERVICES that calls dbus will find it. DBUS will run as system-wide message bus at the initial DAEMONS list and as a per-user-login-session daemon when a user logged in.. However if you prefer DBUS to run as a session message bus (this will affect avahi-daemon), remove the initial dbus on the DAEMONS list.

Kahel OS has a script /usr/bin/kahel-generate-rc for the generation of /etc/rc.conf, it is recommended that you modify the file /etc/kahel-system-profiles.conf if you plan to create an rc.conf profile.

The file /etc/kahel-system-profiles.conf contains the following lines:

------------------------------------------------------------------------------------
#
# /etc/kahel-system-profiles.conf - Generator configurations for Kahel OS Linux
#

## This values will be parsed by 'kahel-generate-mkinitcpio' use to generate
## a mkinitcpio.conf file with KMS support.

KERNEL_MODULES="crc32c libcrc32c btrfs ext4 udf nilfs2 ahci"

## This values will be parsed by 'kahel-generate-rc' use to generate an rc.conf
## with Kahel OS's daemon execution and management.

USER_MODULES="acpi-cpufreq cpufreq_stats cpufreq_powersave cpufreq_userspace cpufreq_ondemand cpufreq_conservative freq_table cfg80211 lib80211 lib80211_crypt_wep lib80211_crypt_ccmp lib80211_crypt_tkip fuse usblp usb_storage"
DAEMONS="preload @syslog-ng @hal @gdm"
SERVICES="rpcbind fam @networkmanager @crond @alsa @cpufreq @avahi-daemon @bluetooth @cups @mono"
------------------------------------------------------------------------------------

The script 'kahel-generate-rc' uses the USER_MODULES, DAEMONS and SERVICES fields, all compatible with the parameters that you use with /etc/rc.conf, so (!) to disable and (@) to start at background.

The USER_MODULES is the pre-seeded modules that you wish to be loaded by rc.conf MODULES by default. Also 'kahel-generate-rc' autodetects your modules then installed it along with your MODULES in rc.conf, 'kahel-generate-rc' smartly checks for any duplicate entries against the autodetected modules then it will remove one of them and retain only 1 entry.

The DAEMONS is the default daemons that will be loaded upon startup and load GDM.
The SERVICES is the daemons that will be loaded after GDM and when a user logged in.

The script 'kahel-generate-rc' will write rc.conf on your current working directory as default, unless you supplied it with '--install' parameter.

To install your changes, simply type 'sudo kahel-generate-rc --install', after that review the changes made by the script via editing /etc/rc.conf.

Then after that, you can reboot your system with your new configurations.

Merry Christmas and Happy New Year!

- Joel Bryan Juliano

Saturday, December 26, 2009

KahelOS Linux (Desktop Edition) Installer version: 12-25-2009

Sharing and giving, that's the Spirit of Christmas.

And so on this very day of “Gift-Giving”, three months after our first installer release 09-09-2009, we give you the new KahelOS Linux (Desktop Edition) Installer Version: 12-25-2009 . Download KahelOS Linux Installer at http://www.kahelos.org/downloads.php

KahelOS Linux now has Kernel 2.6.32, Xorg 7.5 and Gnome 2.28.2 by default.

One may ask, what is new, is it worth-giving and worthy of sharing your experiences and thoughts about this new KahelOS Linux (Desktop Edition) Installer?

We are glad to impart the new KahelOS Linux Installer developed to make it much more simple, easier and refreshing to use.

How is this possible?
-The setup installation has been simplified. The user is no longer required to type /kahel/setup at the installer boot, instead the installer will automatically just appear upon bootup.

-KMS (Kernel Mode Setting) is automatically detected as it has been installed by default, which means faster boot process, faster X server load, seamless graphical 3D effects, faster graphics, and an improved animated boot sequence.

-Faster bootup - the startup process has been tweaked enormously to speed up the boot process even on modest hardware configurations, also KMS helps the loading of GDM which makes the login screen appear faster. Still 'fastboot', is a feature long before enabled on Kahel OS.

What makes it better and sweeter is that 'fastboot' now operates without any delay. Modules have been initially pre-seeded upon installation so the system would not waste time on auto-detecting kernel modules.

Why is KahelOS Linux faster than before?
We have introduced an innovative change to the way daemons are loaded on startup. The traditional approach is to load all the daemons one by one or concurrently at startup before the GDM GUI appears. This approach is much slower because the system is sharing more resources on other daemons instead of just loading the GUI.
Now, KahelOS just loads the GDM GUI making the GUI instantly appear, then loads the rest of the daemons when a user has logged-in.

In addtion, KahelOS Linux is now a 100% GNU distribution. We tacitly did not ship any non-free, licensed-encumbered and proprietary software (gstreamer-bad/ugly/ffmpeg plugins, adobe flash plugin), to maintain a pure open source distro and to promote open standards (theora/ogg). However, the user can easily be capable to install those packages if they need them.

Some application choices have been incorporated with mainstream users in mind. This also resulted in the deletion of unecessary libraries and applications with recursive/duplicate functionalities .
-Firefox is the default web-browser
-Empathy is for IM and VoIP
-OpenOffice.org is the default Office Suite
-F-Spot for managing photos, and Beagle for managing MP3's and Videos
-Dejavu (off-spring of Bitsream) is among the default fonts in lieu of Bitsream Vera as Dejavu covers all the features Bitsream has.

-The familiar filesystems available todate on most distribution have been added, (i.e. XFS, JFS, VFAT) primarily because many are still hooked on using such filesystems. The next generation filesystems (NILFS2, BTRFS, EXT4), on the other hand, are still available as it is already handy even in the KahelOS installer version 09.09.2009.

Some enhancements are named here for those looking for advance features and stability:
-KahelOS is the first distro to release with GCM and has been tested to be stable. Gnome-Color-Manager is by default installed, along with free and public domain ICC profiles like the compatible version of Adobe RGB (1998) http://www.adobe.com/digitalimag/adobergb.html". GCM gives users the ability to change their ICC profile.

-Due to the unstability of GNOME PackageKit as of this date, we have replaced it with a more stable 'gtkpacman', which is similar to Synaptics Package Manager.

-While on other Linux Distributions 'Hibernate' incur complications (as they rely on hardware ACPI extensions which is not available on all computers), Hibernate and Suspend works perfectly with KahelOS Linux. The simple solution was to change the installation method which incidentally also resolves the kernel not to be choked when loading the filesystem module.

-Metacity Compositor has been placed in lieu of Compiz, due to the white screen bug we have encountered previously. Metacity Compositor does not require a recent video hardware, and will run on almost every user and still having a nice graphical effect without necessitating a new video card.

-In place of the braille fonts (ttf-ubraille) is the GNU FreeFonts which contains a braille writing system, the reason for removal of ttf-ubraille is because it is unusable for normal users without a braille printer and even if it's available nothing will be printed on the screen if someone use the fonts.

-KahelOS Linux goes International – KahelOS Linux now supports displaying all major languages available; all asian fonts have been added, as well as language translations by default. Moreover, SCIM (Smart Common Input Method) platform have been included to support inputs from all other languages.

-Better Desktop Search - beagle have been replaced by tracker, a much faster and lighter desktop indexing application.

-Easy VPN via NetworkManager - 3 VPN sub-systems have been added to NetworkManager.

-yaourt – a BSD's port-like source code package installation is by default on KahelOS Linux. This provides the users freedom to install their choice packages and applications that they can truly build for themselves.

-With the utility of Gnome 2.28, users will experience a faster and easier desktop they have not seen before and with the rolling release updates model, users can install the newest applications whenever they want it.

Patience is a virtue, so please do wait for more to come.
-Installation Guide (in English) will follow within the next week
-64 bit testing is ongoing and is underway
-KahelOS repository and mirror in early January 2010.

Wednesday, December 23, 2009

A spark of KahelOS and F/OSS at QCPU

Before school comes to a temporary halt to make way for the Holidays, Quezon City Polytechnic University (QCPU) Students of Computer Science and Information Technology invited team 8layer to introduce KahelOS on December 11, 2009 at their Novaliches Campus.

There were about 200 students (Freshmen and Senior Year) who gathered at their Multi-purpose hall anxious and curious of what their co-students and faculty member, Mr. Luis Soriano have in store for them.

It was about fiteen past one in the afternoon when we decided to start the session so that we may finish early and students won't be caught at traffic, yet we finished at around 5pm. This only meant for us that the 8lien and Team KahelOS invasion which was merely an offshoot for students to open and expand their horizon on IT is promising. Lest, give the students a bird's eyeview of what they have been missing, the beauty and prowess of Open Source Technologies.

At the onset, we were quite wary on how we can carry through to convey and somehow be understood by more than 200 students but surprisingly we can only see eager faces and garnered a participative audience.

Deng opened the session by touching on the essential and elemental principle and concept of why should one be abreast with and study Open Source. Meric provided the hall with a glimpse of the KahelOS and other F/OSS available for use and study. While Agi on the other hand, had the challenge of conveying principle of programming but really did dwell more on tips on how to be a good programmer and basic of programming using F/OSS Tools and Applications.

In the Philippines, Open Source is barely and rarely part of the school curriculum. That is why with KahelOS through its team and Philosophy, we aim to bring Open Source and the value of learning and innovation to one student at a time.