Friday, November 26, 2010

How to Make Music With Linux

Are you like listening to music and Linux Operating System?, why not try to learn to make your own songs, who knows you are gifted a songwriter. Then how do I study? no confussion, just use Linux.

Learning music with Linux? Can we do it?

Sure can lots of multimedia software that can run on Linux. And the most fun free, we can use freely, without having to pay to those who make software.

There is multimedia software whose name is LMMS (Linux Multimedia Studio) that we can use to learn create their own music. This software allows you to compose a song or a particular melody in your desktop Computer.

LMMS is a cross platform software, means it can run on many operating systems, On their site, you can download the LMMS for Windows Operating System (2000/XP/Vista), also For Linux Opeating System (Ubuntu8.04/8.10, OpenSuse, and Pardus 2008. If you want you can tamper with the software because it is source code available too.

Well, when it is so we can keep track with a variety of formats, among other things :
  • WAV - Microsoft WAV format
  • AIFF - Audio Interchange File Format
  • AU - Audio file format
  • FLAC - Free lossless Audio Compression
  • Raw PCM
  • Ogg - Open wavelet compression format
  • MP3 - MPEG layer 3 audio encoding
  • Speex - An Ogg subformat for speech compression
  • VOC - files created using a Creative labs soundblaster cards
  • DrumSynth
Now what good is not it? Come immediately create and listen to your music in your computer.

Come on, wait no more. Install and immediately make a song with Linux
Good Luck

Labels:

Wednesday, November 24, 2010

Build FTP Server and Change VSFTPD Configuration

Building an FTP Server on LINUX

To create an FTP server on LINUX (in this tutorial we use the Linux CentOS) could use some ftp server application. One of them is vsftpd (Very Secure FTP Daemon). How to make a ftp server vsftpd menggunkaan are as follows:
  • Open the terminal
  • Make sure you have root privileges. Type su - and enter your root password.
  • Install vsftpd, type yum install vsftpd
  • Once installed, restart vsftpd service. Type / etc / init.d / vsftpd start
  • Make sure vsftpd runs automatically every time the computer is restarted. Type chkconfig vsftpd on
Vsftpd configuration in /etc/vsftpd /vsftpd.conf.


Change Vsftpd Configuration

This article will discuss some of the vsftpd configuration and how to change it:

* As usual, open the terminal linux.
* Use your favorite text editor (vim)
to edit the file /etc/vsftpd/vsftpd.conf
* If you want to use anonymous ftp user, add or edit these lines:
o anonymous_enable = YES
* Conversely, if you do not want anonymous users to use ftp, change the value of the line above to NO as below:
o anonymous_enable = NO
* If you want local users (and users of computer users but not root user) can log in using ftp protocol, add or edit these lines:
o local_enable = YES
* Conversely, if you want local users (and users of computer users but not root user) can not log in using ftp protocol change the value of the line above into NO.
* If you want to change the root directory of the anonymous user (default root directorynya no d/var/ftp), add or edit these lines:
o anon_root
* save the configuration
Finish

Labels:

Saturday, November 20, 2010

Linux Distro

Linux Distro = Linux Distribution is a member of the family of software distributions built on top of the GNU/Linux. Such distributions consist of a large collection of siftware application such as word processor, spreadsheets, media players and data base applications. The operating system will consist of the linux kernel, usually a set of libraries and utilities trom the GNU project, with graphics support from the X window System. Distribaution optimized for size may not contain X and tend to use more compact alternative to the GNU utilities.

Because most of the kernel and supporting packages are free and open source software. Linux Distribution have taken a wide variety of forms from fully featured desktop and server operating system to minimal envirnments. Aside from certain custom software, a distribution is most simply described as a particular assortment of applications installed on top of a set of libraries married with version of the kernel, such that its out of the box capabilities meet most of the needs of its particular end user base

Big hundred in the world famous Linux distro :
  1. Ubuntu
  2. Fedora
  3. Mint
  4. OpenSuse
  5. Debian
  6. Sabayon
  7. PCLinuxOS
  8. Mandriva
  9. Arch
  10. Puppy
  11. Lubuntu
  12. Slackware
  13. CenTos
  14. Ultimate
  15. FreeBSD
  16. Peppermint
  17. MEPIS
  18. Tiny Core
  19. Gentoo
  20. Dreamlinux
  21. Zenwalk
  22. Chakra
  23. CrunchBang
  24. Kubuntu
  25. aptosid
  26. Red Hat
  27. PC-BSD
  28. Vector
  29. Super OS
  30. Salix
  31. MeeGo
  32. ClearOS
  33. KNOPPIX
  34. Xubuntu
  35. Ubuntu Studio
  36. BackTrack
  37. gOS
  38. PartedMagic
  39. Frugalware
  40. Absolute
  41. Pardus
  42. Unity
  43. CloneZilla
  44. Zentyal
  45. SliTaz
  46. ZevenOS
  47. SystemRescue
  48. OpenBSD
  49. Zorin
  50. TinyMe
  51. PC/OS
  52. wattOS
  53. MINIX
  54. Macpup
  55. ArchBang
  56. Element
  57. Mythbuntu
  58. liuX-Gamers
  59. EasyPeasy
  60. Quirky
  61. Slax
  62. GhostBSD
  63. scientific
  64. imagineOS
  65. DragonFly
  66. lunar
  67. Elive
  68. 64 Studio
  69. NuTyx
  70. RIPLinux
  71. aLinux
  72. Untangle
  73. moonOS
  74. Calculate
  75. LFS
  76. Kongoni
  77. AUSTRUMI
  78. Nexenta
  79. GParted
  80. Alpine
  81. Solaris
  82. Yellow Dog
  83. FreeNAS
  84. IPFire
  85. BlankOn
  86. Novel SLE
  87. ALT
  88. NetBSD
  89. Parsix
  90. Ubuntu Christian
  91. Moblin
  92. Linux XP
  93. PureOS
  94. Turbolinux
  95. LinuxConsole
  96. blackPanther
  97. Wolvix
  98. Linpus
  99. Greenie
  100. VortexBox

Labels:

Wednesday, November 17, 2010

Programming Languages on Linux

Most Linux distribution support dozens of programming languages. The most common cellection of utilities for building both Linux applications and operating system programs is found within the GNU toolchain, wich includes the GNU Compiler Collection (GCC) and GNU build system. Amongst others, GCC provides compilers for Ada, C, C++, Java and Fortran. Propietary compilers for Linux include the Intel C++ Compiler, Sun Studio, and IBM XL C/C++ Compiler. Basic is supported in such forms as Gambas., FreeBasic and XBAsic.

Most distribution also include support for PHP, Perl, Ruby, Python and other dinamic languages. While not as common, Linux also supports C# (Via Mono), Vala and scheme A number of Java Virtual Machines and development kits run on Linux, including the original Sun Microsystem JVM (HotSpot), and IBM J2SE RE, as well as many opensource projects like Kaffe.

The two main frameworks for developing graphical applications are those of GNOME and KDE. These projects are based on the GTK+ and Qt Widget toolkits , respectively, which can also be used independently of the larger framework. Both support a wide variety of languages. There are a number of integrated development environments available including Anjuta, Code Blocks , Eclipse, Greany, K Develop, Lazarus, Mono Develop, NetBeans, Qt Creator and Omnis Studio while the long estabilished editors Vim and Emacs remain popular.

Labels:

Friday, November 12, 2010

Zenwalk Linux

Zenwalk GNU/Linux can run on any modern or semi old computer, Zenwalk is optimized for the i686 instruction set, but backward compatible with i486. These are the minimal hardware requirements to run in XWindows mode, with correct performance (some lower configs work , PII but might slow :
  • Pentium III class processor
  • 256 MB RAM
  • $ Gb HardDisk
Zenwalk GNU/Linux is operating system designed to provide the following characteristis :

  • Modern and user friendly (latest stable software, selected applications)
  • Very fast (optimized for performance capabilities)
  • Rational (one mainstream application for each task)
  • Complete (full development/desktop/multimedia environment)
  • Evolutionary (advanced network package amanagement tool - Netpkg)
And more ...

Labels:

Monday, November 8, 2010

Zencafe Linux 2.2

Minimal Requirement

1. Pentium III class processor
2. 128 MB RAM
3. 4 Gb HarDisk

This Zencafe version utilizes the latest Zenwalk distro and kernel 2.6.33.4. Mainly design to use for internet cafe desktop (Cyber cafe). Zencafe polished in many ways and easy enought to operated, even for no technical background user. Included autorecovery and internet cafe managements software, Zencafe is the best and the first Linux solution that suitable for your internet cafe (cyber cafe).

Software Included
GNU/Linux Operating System, kernel 2.6.33.4
Open office org 3.2.1(office aplications)
Mozialla FireFox
Pidgin and Gyahi (instant messenger)
Mkahawa Internet Cafe management Software
Autorecovery (Kiosk mode protection like deepfreez tool)
and More

What's New?
Simple installation step process
More user friendly keyboard shortcut
Additional applications in additional folder
Right click have it's own menu
Some fresh mimetype icon
and More

To Download Link : Zencafe Linux 2.2

Labels: