• Web Design
  • UX
  • Development
  • Others
    • Softwares
    • Operating System
  • About

Help Me Code

Improve Programming Skills and User Experience

[How To] Install MPlayer and SMPlayer (Mplayer frontend) in Linux

July 15, 2008 by Ankur Gupta Leave a Comment

• Read #How to add extra repositories sudo apt-get install mplayer libxine-extracodecs • An MPlayer plug-in for Firefox can also be installed: sudo apt-get install mozilla-mplayer • Run from menu: Applications -> Sound & Video -> MPlayer MPlayer Frontend (SMPlayer) • SMPlayer is an MPlayer frontend. • First you need to download the .deb package … [Read more…]

Posted in: Operating System Tagged: linux, mplayer, multimedia player, smplayer, ubuntu

[How To] Install MYSQL/phpmyadmin for Apache HTTP Server

July 15, 2008 by Ankur Gupta Leave a Comment

• Read #How to add extra repositories • Read #How to install Apache HTTP Server for HTTP (Web) Server service • Read #How to install PHP for Apache HTTP Server • Read #How to install MYSQL Database Server sudo apt-get install libapache2-mod-auth-mysql • Select either php4-mysql or php5-mysql depending on which version of PHP you … [Read more…]

Posted in: Operating System Tagged: linux, mysql, php, phpmyadmin, ubuntu

[How To] Install MYSQL database server

July 15, 2008 by Ankur Gupta Leave a Comment

• Read #How to add extra repositories sudo apt-get install mysql-server • MySQL initially only allows connections from the localhost (127.0.0.1). We’ll need to remove that restriction if you wish to make it accessible to everyone on the internet. Open the file /etc/mysql/my.cnf gksudo gedit /etc/mysql/my.cnf • Find the line bind-address = 127.0.0.1 and comment … [Read more…]

Posted in: Operating System Tagged: linux, mysql, ubuntu

[How To] Install PHP/cURL for Apache HTTP Server

July 15, 2008 by Ankur Gupta Leave a Comment

• Read #How to add extra repositories • Read #How to install Apache HTTP Server for HTTP (Web) Server service sudo apt-get install php5 sudo apt-get install libapache2-mod-php5 sudo /etc/init.d/apache2 restart • To test if php5 installed correctly gksudo gedit /var/www/testphp.php • (Optional) Insert the following line into the new file <?php phpinfo(); ?> • … [Read more…]

Posted in: Operating System Tagged: cURL, linux, php, ubuntu

[How To] Install Apache 2 HTTP server in linux

July 15, 2008 by Ankur Gupta Leave a Comment

• Read #How to add extra repositories • Install: sudo apt-get install apache2 • Access http://localhost • Depending on how you setup apache, you may need to run a command to map public_html directories (inside user home directories) to ~. like, http://localhost/~aglow The optional command is: sudo a2enmod userdir • Restart: sudo /etc/init.d/apache2 restart

Posted in: Operating System Tagged: apache2, linux, ubuntu

[How To] Set proxy for apt-get, update in linux

July 15, 2008 by Ankur Gupta Leave a Comment

• Put the following into your /etc/bash.bashrc file (after putting in the proper servername/IP and port number). Just include the server/port if you have no authentication on your proxy server. # Proxy settingsexport http_proxy=http://user:password@my.proxy.server:port/export ftp_proxy=http://user:password@my.proxy.server:port/ • Add these lines, open a new root terminal, and then run your apt-get from the command line.

Posted in: Operating System Tagged: linux, ubuntu

[How To] Install VLC player in Ubuntu, linux

July 15, 2008 by Ankur Gupta Leave a Comment

Follow the instructions below : • Run the command sudo apt-get install vlc vlc-plugin-* • You may need to run this command sudo apt-get -f install • In order to stream video via vlc, you also need to install the following packages. sudo apt-get install avahi-daemonsudo apt-get install avahi-utils • A VLC plug-in for Firefox … [Read more…]

Posted in: Operating System Tagged: linux, multimedia player, ubuntu, vlc

[How To] Add extra repositories in Ubuntu 7.04

July 14, 2008 by Ankur Gupta Leave a Comment

Using Menus Choose distribution-friendly repositories. These are part of the Ubuntu distribution system. This is the recommended method. System–>Administration–>Software Sources Check the repositories you think you will need (main, universe, restricted, multiverse). You probably won’t need the ‘sources’ repository. Add any third-party repositories. Such repositories are not monitored in any way. Some are quite popular, … [Read more…]

Posted in: Operating System Tagged: linux, ubuntu

[How To] Set Windows as default OS – Change boot menu

July 14, 2008 by Ankur Gupta Leave a Comment

When you install a dual-boot of Ubuntu, you will notice that Ubuntu is now set as the default operating system in the Grub loader. Most of the users don’t want Ubuntu as the default OS for their systems. To make the windows as default OS, you will need to change in the boot menu list. … [Read more…]

Posted in: Operating System Tagged: linux, ubuntu, windows

Hindustan Hamaraa – True Indian

February 7, 2008 by Ankur Gupta Leave a Comment
hindustan hamara flag india

सारे जहाँ से अच्छा, हिन्दोस्तां हमारा,
हम बुलबुले हैं इसकी, वो गुलसितां हमारा

Posted in: Blog
« Previous 1 … 4 5

Popular Topics

  • Expression Language Not Working In JSP - Solution

Recent Posts

  • How to show time in client/browser timezone in ADF
  • What are Pseudo Class Selectors?
  • text-decoration – CSS Property
  • text-align – CSS Property
  • float – CSS Property

Copyright © 2022 Help Me Code.

Omega WordPress Theme by ThemeHall