$ sudo apt-get install openteacher espeak
Friday, September 13, 2013
OpenTeacher: Improve Your Foreign Language Vocabulary Skills
Thursday, September 12, 2013
Setup mibew-messenger
- Unlimited operators, chats, and users.
- Unlimited departments (groups of operators).
- Priority queue of visitors.
- Localized to 10+ languages, unicode support.
- Runs on your server and domain.
- Complete free and Open source.
# mysql -u root -p Enter password: Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 3 Server version: 5.5.31-MariaDB MariaDB Server Copyright (c) 2000, 2013, Oracle, Monty Program Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> create database mibewdb; Query OK, 1 row affected (0.02 sec) MariaDB [(none)]> GRANT ALL ON mibewdb.* TO mibewuser@localhost IDENTIFIED BY 'centos'; Query OK, 0 rows affected (0.01 sec) MariaDB [(none)]> flush privileges; Query OK, 0 rows affected (0.00 sec) MariaDB [(none)]> exit Bye
# vi /etc/sysconfig/iptables
-A INPUT -p tcp -m state --state NEW --dport 80 -j ACCEPT
# /etc/init.d/iptables restart
# wget https://sourceforge.net/projects/webim/files/Mibew%20Messenger/1.6.5/mibew165.zip --no-check-certificate
# mkdir /var/www/html/mibew
# cp mibew165.zip /var/www/html/mibew/ # cd /var/www/html/mibew/ # unzip mibew165.zip
# chown -R root:apache /var/www/html/mibew/
# nano /var/www/html/mibew/libs/config.php
$webimroot = "/mibew";
* MySQL Database parameters */ $mysqlhost = "localhost"; $mysqldb = "mibewdb"; $mysqllogin = "mibewuser"; $mysqlpass = "centos"; $mysqlprefix = "";
# rm -fr /var/www/html/mibew/install/
Sunday, September 30, 2012
How to fix your discrete GPU temperatures
Why copper? The answer is simple; it improves heat conduction and offers better cooling efficiency than the other common metals, such as aluminum or nickel. Furthermore, there is a tendency nowadays to use exotic shaped and bulky sized GPU coolers with several heatpipes; they quickly conduct heat from the chip’s surface to protect it from overheating during stressful situations. Personally, I prefer the watercooling solutions in combination with little ramsinks rather than buying a huge cooler limiting my case size and probably harming my tower’s airflow (and maybe its overall ambient temp).
In case you monitor your card’s temperature and notice that it exceeds 85 Celsius (under load – playing a game or running a stressful 3D application) then you have problem. Before it’s too late, you need to provide a sufficient cooling mechanism to your hardware, in order to operate under normal conditions. But if you think that your cooler is sufficient enough, then please try to replace the thermal paste. All GPUs are coming with low quality pre-applied TIM (thermal interface material), and this is what we are going to replace in the next paragraph.
Final step is to place back the plastic body and fasten any clips that holds it on top of the card.
Okay, now you ‘re ready to test your little achievement. Plug your GPU back to your motherboard and start playing a game in order to put your graphics card under stressing situation. Simultaneously, please monitor your GPU temperatures (using lm-sensors) and after a couple of hours of gaming, see the log files. Normally, there will be a delta temp of -5 Celsius than before.
However, if you GPU is still hot then you need to check the fan. Many Linux drivers are not able to operate successfully the cycle fan duty, thus PWM technique fails. The best thing here is to try both available drivers for your GPU model, meaning open-source and proprietary version. In worst case scenario, you need to manually setup thermal thresholds and fix your cycle duty. For example, a rule would be: “if GPU temp exceeds 70C then put its fan at 80% RPM”. Try different combinations and see what works best for you. For example, trying 100% cycle duty is very loud and noise, so do not overestimate, because you will end up with a headache.
Piwik – Open Source Web Analytics
Installing
Piwik is PHP MySQL software which you download and install on your own webserver. This way you are given full control of your data, unlike remote-hosted services. The installation is simple and quick to do.To install Piwik you simply download the latest release, unzip and upload the contents to the desired location on your web server using your FTP client. After the uploading is done you can open your web browser and navigate to the location that you uploaded Piwik. This will display the welcome screen and the installation can now begin.
Analytics Data
Configuration Options
You can configure the Piwik in many ways to bring it to what serves you the best way. This can be done by adding custom plugins, fully customize your Dashboard and drag and drop widgets you want to display, configure Piwik to send you mail reports, enter custom variables, add and manage multiple accounts, configure Piwik to monitor unlimited number of websites, exclude IPs and so much more…Try Piwik
Piwik is 100% free software that can worthily replace any commercial solution. It is powerful, comprehensive, informative and easy to use. No matter how pleased you are with what you are currently using, you should give Piwik a try. After all, even if you don’t care about open or closed source ideology stuff, it would be useful to have 2 different monitoring tools and see if they agree.SolusOS Eveline 1.2 Review
Sunday, December 18, 2011
Linux Latest Technologies
http://www.unixmen.com/
Wednesday, May 5, 2010
Xampp Server Installation
Go to a Linux shell and login as the system administrator root:
su
- Extract the downloaded archive file to /opt:
tar xvfz xampp-linux-1.7.3a.tar.gz -C /opt
To start XAMPP simply call this command:
/opt/lampp/lampp start
You should now see something like this on your screen:
Starting XAMPP 1.7.3a...
LAMPP: Starting Apache...
LAMPP: Starting MySQL...
LAMPP started.
Ready. Apache and MySQL are running.
Just type in the following URL at your favourite web browser:
http://localhost or http://127.0.0.1
Tuesday, February 2, 2010
Difference Between Unix and Linux
A few popular names:
HP-UX
IBM AIX
Sun Solairs
IRIX
Linux Distribution Operating System
Redhat Enterprise Linux
Debian Linux
Ubuntu Linux
Why Use Linux?
Viruses are less of a threat on Linux. The very way a Linux system is designed makes it very difficult for a virus to function as it does in Windows. This also applies to spyware, malware, etc. The fact that almost no viruses are written for Linux also adds a nicer sense of warmth. Wouldn’t be nice to read the almost endless stream of security holes in Windows and know it does not apply to you?
Reason 2: Updatability
Reason 3: Support
Reason 4: Self-improvement
Reason 5: Cost
Use Linux Commands and Shell Scripts directly in Windows
You can think of CygWin as a Linux emulator that runs within Windows. Technically, it is not an emulator, because it cannot run just any Linux program directly. Programs have to be specifically ported to CygWin first. The good news is that hundreds of such programs are available at your fingertips via the CygWin installer, and yet more are available on the side. So, for all intents and purposes, it really is a Linux emulator.
The best of both worlds: CygWin, therefore, is a great way to learn Linux when no Linux box is available. More importantly, CygWin brings you the best of both worlds, allowing sophisticated, powerful, atomic Linux commands to operate in the Windows world. The number of uses for CygWin are incalculable. This article will briefly explain why CygWin is a good thing and, hopefully, whet your appetite for more. This is only the first of what promises to be a long string of articles that will appear on CodeJacked to tout and exemplify the many uses for CygWin.
Shell Scripts: CygWin allows you to use shell scripts to automate tasks that simply cannot be done with a Windows batch file.
First of all, many people find that it is easier to automate sophisticated processes using shell scripts than to do so by writing batch files. The control structure for Windows batch files evolved over time in a very haphazard manner, whereas shell scripts have always enjoyed a programming-language-like structure.
Secondly, there’s a huge list of Linux commands that have been converted to run under CygWin. In many cases the Linux command is unique, with no Windows counterpart to speak of. In other cases, there may be a Windows counterpart, but the Linux version is more powerful, or it provides an alternate way to specify the options, or a combination of the two.
Even in cases where the process to be automated could easily be done with a batch file, using a shell script instead means that it will not have to be converted later should the process be moved to a Linux box.
Another big advantage to CygWin is that, since it is free, open-source software, there’s nothing to stop you from running the latest and greatest releases in order to take advantage of its full potential. Compare this to the feature set of Windows batch files which depend on the version of Windows that you are running.
Individual Commands: Here are just a few of some popular commands that run under CygWin:
rsync - Synchronizes two file folders (remotely) so that the files in the target folder are up-to-date with corresponding files in the source folder (fast).
conv - Converts the line endings of text files to/from DOS style and UNIX style.
tidy, catdoc, etc. - Utilities for manipulating text files.
openssh - Generates a private/public key pair for use with SSH security
Graphical Environments: CygWin even supports three different graphical environments out-of-the-box, including KDE and Gnome.
For those of you who cannot wait to get started, the CygWin user guide (http://cygwin.com/cygwin-ug-net/) is good, but terse. It even includes two different getting-started guides: one for people who are more familiar with Windows than UNIX, and one for the other way around.
Basic Commands in Linux
Please refer the following link for basic commands in linux that are to be used in day by day for linux users.
Unix website for Open Source Beginners
Please refer the following site for newbie users,the site includes linux commands , linux forums , linux latest distributions ,linux tutorials , linux videos and many more...
Tuesday, January 12, 2010
Monday, January 11, 2010
List of free and open source software packages
What are the Open Source Distributions available in Linux?
Sunday, January 10, 2010
What is linux?
http://en.wikipedia.org/wiki/Linux