
- Image via Wikipedia
Linux is an Open source operating system that widely use by many user. Linux known as open source operating system that means you can download all the source code and write your own. By using open source technic or copy left, linux by itself becoming more and more famous. Many people around the world helping each other to make linux a better operating system.
Until now linux development is still going on. We can see so many linux variant each one has their own power to their users. For example many student rely their PC on linux since the cost of operating system license is too expensive. Many company start migrating their systems to Linux environment as it is more stable and cheaper.
Organization use Linux as Server operating systems, desktop and many more. For network systems we use to protect network by using it as firewall and proxy server, and we also use it for bandwidth management so we can manage users bandwidth while accessing internet.
Linux is also been use as email server and database server, it’s cheap and reliable. Many major company rely their business on Linux system as it fast and cheap. Organization gain more benefit while moving their system to linux. For office productivty there is open office application that can be used to boost users productivity so they can keep productive as while they are using other Operating system.
Priyo Wibowo | IT Consultant
Other related articles:
- iPhone 4 Left Hand Pain – It was pointed out to me that the iPhone 4 isn’t living up to “iPhone with One Hand Comes Naturally” with it’s problems with dropped calls when held in the left hand — don’t worry, it was a lousy connection anyway.
- Comment on Cobbler: How to set up a network boot server in 10 … – Thanks. Great intro to Cobbler. Will experiment with it now. Helps thats its available in EPEL. Makes it easy to install.
- Simple MySQL Backup – If, like me, you have a database full of small tables, but all amounting to a large amount of data then dumping the data from it into a single file is handy, but not very useful when it comes to retrieving a backup of one single table. export d=`date +%u` mkdir -p backup/$d for i in `echo “show tables” | mysql -u username -ppassword database|grep -v Tables_in_`; do echo $i; mysqldump –add-drop-table –allow-keywords -q -a -c -u username -ppassword database $i > backup/$d/$i. MySQL Optimization by Jeremy Z MySQL Optimization by Jeremy Zawodny at Yahoo.
- Internet Explorer 7 on Linux – How to get IE 5.0, IE 5.5, IE 6.0 and IE 7.0 (release) running concurrently on Linux. The following documents the relatively short process needed to get Internet Explorer 7 running on a Linux system. So far, I have found one (two) …
- wordpress on debian linux – this tutorial is how to install wordpress on debian linux. installing wordpress on debian? what for? are there many easy ways to install wordpress on our server (web hosting)? eventually, we don’t need to know what distro that our …
- comment on scripting partition creation in linux using fdisk by vijay – thanks a lot it helped me too….
- Review: Sabayon Linux : Linux Tech Daily – There is a newer distro in town, gaining traction. Sabayon Linux is an installable, Gentoo based live Cd/DVD. It has the stated goal of being 100% Gentoo compatible. A lot of attention has been paid to the Sabayon brand. …
- Linux topping downtime league this month | Royal Pingdom – We had a look at the websites of some of the more famous OS developers, namely Microsoft, Apple, Sun, FreeBSD, Red Hat and Ubuntu. So, how are they doing,
- Linux POS – Jul 30 2003 . Owen Kelly just called from a POS show here in Cork. They suffered a power cut for a few minutes. As the lights and machines came on again .
- Creating Panoramic Photos with the GIMP – Caoimhe asked me to elaborate on how I created the panoramic photo that currently appears at the top of this page. You can download all the images I used (although they’re much smaller than the originals!) but the techniques described will be useful for other photos too. jpg into the new image and move it to the left of the frame.
- How to Mount ISO/MDF Images in Linux – Harddisk. The mount command in Linux is a very powerful command. It can be used to mount any thing from a Samba mount to a ISO image file. The ability of the mount command to read ISO files makes it very useful for me. …
- bfish.xaedalus.net » Software RAID 5 in Ubuntu with mdadm – Software RAID in Linux is a great way to gain massive amounts of disk space which are required for storing digital media, with the added security of data redundancy incase one of the disks in the array fail. Many people still frown upon …
- Cartoonizing Photos With The GIMP – This is fun! After reading this tutorial on making cartoons from photos I tried to emulate his technique in the GIMP. The dialogs are slightly different but here’s what I did. Select the new layer, Filters->Edge-Detect->Edge , select Sobel , Amount should be 2.
- Review: BLAG 60001 – Linux Without Boundaries? | TipsFor.us – Interesting. I’ve tried a lot of Linux distros, but this is the first one whose “anarchistic” intentions are so boldly stated. Alright, perhaps referring to BLAG as “anarchistic” is excessive, so let’s focus on the facts. What is BLAG? …
- Linux offline Feed Reader Liferea A Fool’s Wisdom – A Fool’s Wisdom A fool and his blog are soon parted. Before about a month ago, I used the Firefox extension Sage. I do not use Flock s feed features much as they do not match my use.
- Linux Alternative for EverNote / OneNote? : Solo Technology – Update 3/6/2010: Wow! This post is over 2 years old and still gets a lot of traffic. For those curious, I’ve gone the Evernote / wine route, but can’t make the update to version 3.5. I’m a huge fan of Microsoft’s OneNote. …
- How-to Secure your Traffic using an SSH Tunnel with PuTTY – jonlee.ca – Using Wi-fi in public hotspots can be dangerous when packet sniffers are readily available. You’d want to encrypt and protect what you are sending and receiving over the network. Even at home if you don’t want people on the network logging your activity (for whatever reason) you would want to encrypt your traffic.
- 100 % free Linux distributions – On this, July 4, 2010, the day the United States celebrates the signing of the Declaration of Independence, I thought I would take a moment to celebrate that.
- No Support Linux Hosting for a Buck a Month – There are all sorts of costs that go into determining the price of any given product. You might have to consider the raw materials, research and development, marketing efforts, and distribution costs. Another major component goes into …
- ThinkPad Middle Button Scroll – Ubuntu Linux 10.04 Lucid Lynx … – It’s that special time of year again! I have just finished upgrading my trusty ThinkPad T61 to the latest version of Ubuntu Linux — 10.04 Lucid Lynx. This.
- backup/restore scripts for imaging/cloning disks using partimage … – in a recent post some advantages were discussed in using partimage over g4u and symantec ghost. following on from that, example scripts and a simple methodology are provided below to backup and restore linux partitions using partimage …
- Problems And Solutions With Imaging/Cloning Disks Under Linux … – This post talks about some of the problems and solutions myself and other staff have discovered in trying to Ghost/image/clone Linux systems using Symantec Ghost , g4u, and Partimage. We maintain a single master desktop Linux system, …
- iptables on a linksys-cisco wrt54gl broadband router howto – following on from the announcement of a renewed commitment to linux by linksys-cisco and the release of the linux-compatible wrt54gl wireless-g series broadband router (discussed here), this post details how to run iptables on a …
- Doc Searls Weblog · The fire(s) last time – As of 2:00 pm, August 13, 2007, the Santa Barbara County Fire Department, in conjunction with other fire agencies in the county, has declared a county-wide “RED FLAG ALERT”. This alert will be in effect until 9:00 pm on August 15th, …
- Iptables – How Does It Work? « James Stephens – The short answer is that user-defined tables for packet filtering, nat, packet mangling etc. hook into kernelspace chains (INPUT, OUTPUT, FORWARD, PREROUTING and POSTROUTING. Packets negotiating these kernelspace chains get filtered according to the rules in the tables.
- chumby love – still don’t have a chumby here, but dave has one, which is seriously cool, because fun hacking is bound to happen on it. (as some has already.) i covered the chumby before it came out, here in the september linux journal. …
- Doc Searls Weblog · Adventures with Because Effects – I don’t mean they’ve hired me as a consultant, though I would love that, I mean Twitter is great for news discovery. Read on for my thoughts on how you can use Twitter more effectively, but keep in mind that communication has its own …
- Comment on Precompiled Preamble for LaTeX by Paul – Great article and thanks Jan-Henrik – I would never have worked out that XeLaTeX needs the preamble (main) saved as ANSI !! A variant with relevance to XeLaTeX. Do not include \begin{document} in the preamble (main) but place it in the …



![Reblog this post [with Zemanta]](http://img.zemanta.com/reblog_e.png?x-id=8c165f7c-67fa-4ed9-bcf0-cc3786a3ae87)





