Enable javascript in ubuntu
Click on the main Ubuntu menu, then hover over “Accessories,” and then click “Terminal.” Type “sudo apt-get update” and “sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts” at the...
View Articlewaiting for other software managers to quit
waiting for other software managers to quit. If you get the problem please go to the terminal and run the command sudo dpkg –configure -a Now i think it is working. right !!??
View ArticleHow to install skype in ubuntu
Please downlod the skype deb file form the below link and after completion the download just double click then it will work skype for ubuntu
View Articlephp.ini and httpd.conf not found in ubuntu
Follow the URL /opt/lampp/etc/ php.ini httpd.conf
View Articlehow to get ip address in ubuntu
Go to the terminal and write the following code sudo ifconfig
View Articleubuntu unlock keyring
If you have set your Ubuntu machine to auto-login everytime you start your computer, you will find that as soon as you reach your desktop, the keyring manager will automatically pop up and ask you for...
View ArticleCake bake in ubuntu
How to setup cakephp bake on ubuntu? Don’t worry just follow the instruction. sudo apt-get install cakephp-scripts Before doing that please make sure that your tmp directory in app is writable 1. sudo...
View Articlesetting up a cron job
Create a function on your controller and open your cpanel. There you will see a cron job option. Just put your function name or url as i have shown on below. unix cron job scheduling. WordPress corn...
View Articleshell script for linux
–How to access mysql shell script in linux mysql > mysql -u username -p; mysql > Password: Enter your password here. –Create database on mysql server from linux shell script mysql> create...
View ArticleShell Script command for server start, restart, stop
Start Apache 2 Server or /etc/init.d/apache2 start or $ sudo /etc/init.d/apache2 start or /etc/init.d/apache2 restart or $ sudo /etc/init.d/apache2 restart or /etc/init.d/apache2 stop or sudo...
View Article