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

Help Me Code

Improve Programming Skills and User Experience

Others

This section contents posts about startups, entrepreneurs, and the sites/content i like on the web including motivational, inspirational posts.

[How To] Work using screens in Linux – Screen Commands

August 20, 2011 by Ankur Gupta Leave a Comment

If you work on external linux machines (production servers, staging servers), then this post is for you. Suppose there is server, on which an application is running, Now each time you login to the server you need to go to the application path, at the same time you may also want to look at the … [Read more…]

Posted in: Operating System Tagged: linux, tools

How to resize an animated GIF image

January 23, 2011 by Ankur Gupta Leave a Comment
Resize-Animated-GIF-Images

I use photoshop for editing my image. But when it comes to animated images, photoshop just displays only one frame, and loses it’s animation. Here is a nice Gif Resizer Software that you can use to resize your images. Its really easy to use the software…

Posted in: Softwares Tagged: images, photoshop

How To Create New Google Logo – Photoshop Tutorial

May 7, 2010 by Ankur Gupta 6 Comments
Google logo without effects

This week, Google has introduced some latest updates in Google Search. Other than making changes in Search Options Panel, they introduced a new brighter, lighter and simpler Google Logo. Here is a tutorial for you on how to create this new logo in photoshop. Step 1: Google logo uses Catull Regular font. So if you … [Read more…]

Posted in: Softwares Tagged: logo, photoshop, tutorial

[How To] Change theme using Emerald Theme Manager

July 15, 2008 by Ankur Gupta Leave a Comment

• Install Emerald theme manager using Synaptic Package Manager.• Then select the theme you want.• Now press Alt + F2 and type emerald –replace • Then all you have to do is click on themes in emerald and they will automatically change.

Posted in: Operating System Tagged: emerald, linux, theme manager, ubuntu

[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
1 2 Next »

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 © 2021 Help Me Code.

Omega WordPress Theme by ThemeHall