Posted in News and Updates by admin |
10th day of the 10th month in 10th year, Ubuntu released 10.10 , a perfect date to denotes geekiness at its best 1010101010
Kidding aside, here’s the excerpt
Coming from the Meerkat department
Some time ago a group of hyper-intelligent pan dimensional beings decided to finally answer the great question of Life, The Universe and Everything. To this end, a small band of these Debians built an incredibly powerful distribution, Ubuntu. After this great computer programme had run (a very quick 3 million minutes…or 6 years) the answer was announced. The Ultimate answer to Life, the Universe and
Everything is…42, and in its’ purest form 101010. Which suggests that what you really need to know is ‘What was the Question?’. The great distribution kindly pointed out that what the problem really was that no-one knew the question. Accordingly, the distribution designed a set of successors, marked by a circle of friends…to ultimately bring Unity to all things living…Ubuntu 10.10, to find the question to the ultimate answer.
Posted in News and Updates by tux |
As posted on LinuxMint Official website:
The team is proud to announce the release of Linux Mint 9 “Isadora”. Linux Mint 9 “Isadora” New features at a glance: New Software Manager 30,000 packages Review applications straight from the Software Manager APT daemon Visual improvements New Backup Tool Incremental backups, compression, integrity checks Backup/Restoration of the software selection Menu improvements Editable items Transparent menu Always start with favorites “Add to”…
http://www.linuxmint.com/blog/?p=1403
personal comment:
Posted in News and Updates by tux |
The next big version of Ubuntu Linux OS has now arrived and if offers new exciting features for users like quicker boot speed on almost any machine, along with a social networking-oriented ” Me Menu”,Ubuntu Software Centre 2.0 for easier access to new software, and a slew of new cloud-based services courtesy of Ubuntu One — not to mention the Ubuntu One music store.
Ready for the ride. To see the technical overview, read more to ubuntu.com
Permanent link to this post (78 words, estimated 19 secs reading time)
Posted in Tutorials by tux |
I.Configure Master
1. edit /etc/mysql/my.cnf. We have to enable networking for MySQL,
I.Configure Master
1. edit /etc/mysql/my.cnf. We have to enable networking for MySQL,
#skip-networking
2. Add the following line to the my.cnf
server-id = 1
log-bin=/storage/lun0/db/mysql/FLTVM01-bin
3. restart mysql
#service mysqld restart
4. log into the MySQL database as root and create a user with replication privileges:
#mysql -u root -p
mysql> GRANT REPLICATION SLAVE ON *.* TO ‘slaveuser’@'%’ IDENTIFIED BY ‘<some_password>’; (Replace <some_password> with a real password!)
mysql>FLUSH PRIVILEGES;
Posted in Tutorials by admin |
mysql-zrm is short for Zmanda Recovery Manager for MySQL. It lets you create full logical or raw backups of your databases , generate reports about the backups, verify the integrity of the backups, and recover your databases. It can also send email notifcations about the backup status, and you can implement multiple backup policies.
This procedure was successfully tested and implemented on CentOS 5.X and RHEL 5.X servers.
Pre-requisites:
1.mysql client, MySQL server 4.1 and above
2.perl-DBI and perl-XML-Parser
yum install perl-DBI perl-XML-Parser
Installation:
1.Download mysql-zrm on http://www.zmanda.com/download-zrm.php
2.Get the RPM
wget http://www.zmanda.com/downloads/community/ZRM-MySQL/2.1.1/RPM/MySQL-zrm-2.1.1-1.noarch.rpm
3.Install
rpm -ivh MySQL-zrm-2.1.1-1.noarch.rpm
This is a preview of
Full & Incremental MySQL Backup via Mysql-ZRM
.
Read the full post (729 words, estimated 2:55 mins reading time)
Posted in Tutorials by tux |
Tomcat,known as Apache Tomcat or Jakarta Tomcat is a servlet container developed by ASF or Apache Software Foundation. It implements the JavaServer Pages (JSP) and Java Servlet specifications from Sun Microsystems. To make it simple, it is use as a java http web server environment where you can run your Java code.
This is a brief tutorial on installing and running tomcat in Linux.
Prerequisites:
Java SDK should be installed.
Tested in CentOS 5.X
1. Download Java SDK from sun.com website
http://java.sun.com/javaee/downloads/index.jsp
In this tutorial, we will be using Java EE 5 SDK
Posted in News and Updates by admin |
In relation to this release, I installed Ubuntu 9.10 on my laptop and no issues on wifi or audio of whatsoever using the linux generic, as reference to the previous release as I posted on my old post –>http://www.freelinuxtutorials.com/quick-tips-and-tricks/looping-soundno-audioslow-audio-playback-on-ubuntu/
Oct 29,2009
“The latest version of Ubuntu 9.10 (Karmic Koala) has been released. Offering numerous enhancements for both desktop and server environments, this release includes notable features like Ubuntu Enterprise Cloud images, the Ubuntu One “personal cloud”, and Linux kernel version 2.6.31. Please be sure to use a release mirror close to your geographic location to help reduce the stress on Ubuntu’s primary servers; using BitTorrent for downloads can help alleviate the load even more. If your organization has adequate network and server resources, please consider hosting a mirror as well.”
Posted in Tutorials by admin |
There’s an easy way of installing Apache, Mysql and PHP and it’s via yum. You can install or update httpd,mysql-server and php, php-mysql and some minor changes on your configuration files and you’re good to go. Well, the procedure below is one way to install also, if you’re quite bored and want to develop your sysadmin skills.
I. Operating System Installation
1. The typical type of installation is thru CD-ROM or DVD. If you want network install, you should have a CentOS boot disk to boot the server
Posted in News and Updates by admin |
date:Oct. 7, 2009
The Debian Release Team is pleased to announce that it sees the port of
the Debian system to the FreeBSD kernel fit to be handeld equal with the
other release ports. The upcoming release codenamed ‘Squeeze’ is
planned to be the first Debian distribution to be released with Linux
and FreeBSD kernels.
The kFreeBSD architectures for the AMD64/Intel EM64T and i386 processor
architectures are now release architectures. Severe bugs on these
architectures will be considered release critical the same way as bugs
on other architectures like armel or i386 are. If a particular package
does not build or work properly on such an architecture this problem is
considered release-critical.
This is a preview of
Debian pushes development of kFreeBSD port
.
Read the full post (114 words, estimated 27 secs reading time)