# Sharing knowledge and ideas > Personal blog by Samundra Shrestha — software developer from Nepal with 10+ years of experience. Covers practical problem-solving, DevOps, Rust, JavaScript/TypeScript, Kubernetes, Docker, and productivity tools. Most posts are "Solved:" guides from real issues encountered in day-to-day development. - Author: Samundra Shrestha - Website: https://www.samundra.com.np/ - About: https://www.samundra.com.np/about - GitHub: https://github.com/samundra - LinkedIn: https://linkedin.com/in/samundra-shrestha ## Blog Posts - [Solved - wezterm config skipped](https://www.samundra.com.np/solved-wezterm-config-skipped/2025): Solved - Wezterm terminal skipped config - [[Solved] FFmpeg error while resizing video](https://www.samundra.com.np/solved-ffmpeg-error-while-resizing-video/2016): I faced this error while trying to resize 2k video to 1080p. - [inlay hints for Rust development with Visual Studio Code](https://www.samundra.com.np/inlay-hints-for-rust-development-with-visual-studio-code/2010): Visual studio code guidelines to turn OFF/ON inlay hints for Rust language. Some people prefer inlay hints while othe... - [Switch to visual studio code settings editor mode](https://www.samundra.com.np/switch-to-visual-studio-code-settings-editor-mode/1990): A guide on how to switch to visual studio code settings editor mode for fine granular level customization on VSC sett... - [Vscode Integrated Terminal closes immediately upon opening](https://www.samundra.com.np/vscode-integrated-terminal-closes-immediately-upon-opening/1981): I started facing this issue suddenly after vscode upgrades and resolved the issue by following approach. - [[Solved] Next.js and next-i18next translation not working](https://www.samundra.com.np/solved-next-js-and-next-i18next-translation-not-working/1975): After deploying to Vercel, next.js and next-i18next translation not working as expected. Solved it by update localePa... - [How I upgraded antd from antd@4.19.0 to antd@4.20.0](https://www.samundra.com.np/how-i-upgraded-antd-from-antd4-19-0-to-antd4-20-0/1953): A walkthrough on how we can upgrade from antd from 4.19.0 to 4.20.0 version - [[Solved] Disable vscode statusbar flashes in Vim modes](https://www.samundra.com.np/solved-disable-vscode-statusbar-flashes-in-vim-modes/1933): - [Akko3068 keyboard remap keys for MacOS](https://www.samundra.com.np/akko3068-keyboard-map-keys-for-macos/1918): A short tutorial on how to remap keys in Akko3068 Mechanical Keyboard in MacOS - [[Solved] Rust project fails on make using cargo](https://www.samundra.com.np/solved-rust-project-fails-on-make-using-cargo/1869): Using git-credential helper to resolve issue with `cargo run` on Rust project that uses private Github repositories a... - [How I upgraded Storybook from 5.3.2 to 6.1.x](https://www.samundra.com.np/how-i-upgraded-storybook-from-5-3-2-to-6-1-x/1847): This is walkthrough on how I upgraded my Opensource project from 5.3.2 to 6.1.x. There were few difficulties and how ... - [5 Things to monitor in production Redis server](https://www.samundra.com.np/5-things-to-monitor-in-production-redis-server/1798): A short guide on 5 things to monitor in production Redis server. It will help us to investigate issues quicker. When ... - [Using Kind to experiment with Kubernetes multinode setup](https://www.samundra.com.np/using-kind-to-experiment-with-kubernetes-multinode-setup/1772): I have been using Minikube for all of my Kubernetes experiments. It is great for begineers to experiment with Kuberne... - [[Solved] Docker-compose up failed with UnixHTTPConectionPool error message](https://www.samundra.com.np/solved-docker-compose-up-failed-with-unixhttpconectionpool-error-message/1748): It fixes the issue with underlying docker socket and some unsettled business with docker daemon. This gives daemon a ... - [[Solved] Skhd suddenly stopped working after upgrade](https://www.samundra.com.np/skhd-suddenly-stopped-working-after-upgrade/1738): Skhd is a little utility software for MacOS that allows us to remap shortcuts for various actions. I updated yabai an... - [Creating a field type to store amount using Typeorm and NestJS](https://www.samundra.com.np/creating-a-field-type-to-store-amount-using-typeorm-and-nestjs/1726): A guide on how to resolve TypeORM error working with Postgres database and NestJS Framework - [[Solved] brew upgrade minikube returned command not found](https://www.samundra.com.np/solved-brew-upgrade-minikube-returned-command-not-found/1714): Brew upgrade minikube returned command not found. A short walkthrough on how I Investigated and solved it. - [[Solved] Kubernetes create deployment failed with error](https://www.samundra.com.np/solved-kubernetes-create-deployment-failed-with-error/1707): Kubernetes create deploy failed with error and solved it by upgrading both client and version of kubectl. In this art... - [[Solved] gcloud command changes folder permission and ownership](https://www.samundra.com.np/solved-gcloud-command-changes-folder-permission-and-ownership/1704): An insights only gcloud changes folder ownership and permissions when it fails while trying to use gcloud container c... - [[Solved] VIM imap jj or jk is not working](https://www.samundra.com.np/solved-vim-imap-jj-or-jk-is-not-working/1697): A guide on how to resolve issue when imap jk or jj key do not work in vim - [Adding typehint for styled components with Typescript](https://www.samundra.com.np/adding-typehint-for-styled-components-with-typescript/1690): Adding typehint for styled components with Typescript - [[Solved] Flutter format document not working](https://www.samundra.com.np/solved-flutter-format-document-not-working/1679): Debugging why flutter format did not work on visual studio code - [Enable verbose logging in Flutter development (Android Studio)](https://www.samundra.com.np/enable-verbose-logging-in-flutter-development-android-studio/1674): When we run flutter project like Run and Build projects, IDE does many things behind the scene. In order to see what'... - [Disable annoying highlight in visual studio code](https://www.samundra.com.np/disable-annoying-highlight-in-visual-studio-code/1666): A guide on how to disable Selection Highlight on Visual Studio Code Editor. Bracket, braces right under cursor near s... - [Turn off error for unused variables during React Development](https://www.samundra.com.np/turn-off-error-for-unused-variables-during-react-development/1659): Walkthrough on solving react error on unused variables. A quick guide on background about error message and guideline... - [[Solved] React Router Dom navigation problem](https://www.samundra.com.np/solved-react-router-dom-navigation-problem/1655): A guide on how I solved the react router dom navigation problem. - [[How-To] Solve Dropdown Menu (select) does not work with React](https://www.samundra.com.np/how-to-solve-dropdown-menu-select-does-not-work-with-react/1649): A short introduction on how to assign the default value to drop down menu on react component. - [[How To] Change where Next.js looks for pages directory](https://www.samundra.com.np/how-to-change-where-next-js-looks-for-pages-directory/1645): A short guide on how to instruct next.js to look for pages directory in different folder. - [[Solve] cannot find package "golang.org/x/net/html"](https://www.samundra.com.np/solve-cannot-find-package-golang-org-x-net-html/1636): It means x/net/html package is missing from the Go's import path. I am going to paraphrase from "The Go Programming" ... - [Integrating font awesome with Laravel (5.X) using webpack](https://www.samundra.com.np/integrating-font-awesome-with-laravel-5-x-using-webpack/1574): Laravel uses laravel-mix by default which uses webpack under the hood for frontend-tooling. - [[HowTo] Change User Model Namespace in Laravel](https://www.samundra.com.np/howto-change-user-model-namespace-in-laravel/1570): By default Laravel’s “User” model is place on “App” namespace. - [Lost my previous posts from 2017](https://www.samundra.com.np/lost-my-previous-posts-from-2017/1562): WHY THIS POST ? - [[HowTo] Change theme in vim](https://www.samundra.com.np/howto-change-theme-in-vim/1364): This is a walkthrough on how we can change the color theme in vi. - [How to keep your forked repositories in sync with the source repository](https://www.samundra.com.np/how-to-keep-your-forked-repositories-in-sync-with-the-source-repository/1360): This blog post aims to answer the following questions. - [Magento API Error "invalid API Path"](https://www.samundra.com.np/magento-api-error-invalid-api-path/1357): I have extensibly working with Magento APIs lately. At one instance I got error “invalid API path”. After some diggin... - [Unable to change account picture and lock screen background in windows8.1](https://www.samundra.com.np/unable-to-change-account-picture-and-lock-screen-background/1348): ![Account picture in windows8.1](/wp-content/uploads/2017/11/account-picture_zpsfikmmudx.jpg)Account picture in windo... - [Nepal gets a new constitution 2072](https://www.samundra.com.np/nepal-gets-a-new-constitution-2072/1343): CONSTITUTION of NEPAL 2072 - [[Solved] Multiple dex files define Lcom/google/ads/AdRequest$ErrorCode](https://www.samundra.com.np/solved-multiple-dex-files-define-lcomgoogleadsadrequesterrorcode/1332): This error usually is caused when a same library is referenced more than once in gradle build configurati - [[How To] Add Genymotion to Ubuntu Dash Menu](https://www.samundra.com.np/how-to-add-genymotion-to-ubuntu-dash-menu/1327): At First create a genymotion.desktop file in usr/share/applications/ folder. Then copy and paste the below contents i... - [Fix Genymotion virtual devices start error](https://www.samundra.com.np/fix-genymotion-virtual-devices-start-error/1322): Recently I was doing some work on hybrid mobile app development. In past days I used windows for mobile app developme... - [Access Jekyll server running inside vagrant box](https://www.samundra.com.np/access-jekyll-server-running-inside-vagrant-box/1315): By default Jekyll listens for request coming from localhost only. - [Vagrant syntax for adding existing local box](https://www.samundra.com.np/vagrant-syntax-for-adding-existing-local-box/1311): Syntax provided below can be used on windows to add existing local vagrant boxes. - [[Solved] Error executing git commit in phpstorm](https://www.samundra.com.np/solved-error-executing-git-commit-in-phpstorm/1308): I thought Git and Phpstorm would work out of the box with minimal configuration. I pointed Git.exe in phpstorm and tr... - [Walkthrough on remote access to Ubuntu14.04](https://www.samundra.com.np/walkthrough-on-remote-access-to-ubuntu14-04/1298): I often access my ubuntu machine remotely and today I will be describing how I setup my machine to access it remotely... - [[Windows] Reset group policy to default through command line](https://www.samundra.com.np/windows-reset-group-policy-to-default-through-command-line/1293): These are the three magic lines that will reset the windows group policy from your windows machine. This does not del... - [[Solved] How to deploy php app to heroku from windows](https://www.samundra.com.np/solved-how-to-deploy-php-app-to-heroku-from-windows/1262): I am fulltime linux user and parttime windows user. Lately I have started working with windows for some project stuff... - [[Solved] Codeigniter session expires frequently](https://www.samundra.com.np/solved-codeigniter-session-expires-frequently/1258): I was working in a Codeigniter project and when I hit refresh button (F5) continuously, My application session was ex... - [[Solved] Netbeans- Long running project scan](https://www.samundra.com.np/solved-netbeans-long-running-project-scan/1246): I use Netbeans for my daily web development. Sometimes I have very huge projects working with SVN, Git Version Contro... - [[Solved] Mount of root filesystem failed Ubuntu](https://www.samundra.com.np/solved-mount-of-root-filesystem-failed-ubuntu/1239): I dist-upgrade my system yesterday. And there were few issues with locale package with my terminal. I manually edited... - [[Solved] Twitter API Changes breaking Hotot functionlity](https://www.samundra.com.np/twitter-api-changes-breaking-hotot-functionality/1224): Hotot is a very popular twitter client for Linux. It has also been ported to Mac, Windows. Below is very easy fix. Th... - [[resolved] Cannot access /wp-admin or any other page after upgrade to 3.0 (23 posts)](https://www.samundra.com.np/resolved-cannot-access-wp-admin-or-any-other-page-after-upgrade-to-3-0-23-posts/1222): If you are having the redirection loop problem while trying to access wp-admin then try this fix. - [Change insync folder location in Linux](https://www.samundra.com.np/change-insync-folder-location-in-linux/1219): Before carrying out this operation. Please make sure that you have everything synced and quit insync. The command sho... - [Suppress strict standards errors in Joomla](https://www.samundra.com.np/suppress-strict-standards-errors-in-joomla/1208): If you are getting too many strict standards errors in Joomla then there is a very easy way to suppress these kinds o... - [My experiences/views on drupal development (module/theme)](https://www.samundra.com.np/my-views-on-drupal-theme-development/1193): Hello I am from Nepal and we have very few drupal developers (module/theme) here. I usually am focused in drupal modu... - [Introduction to drush for drupal development](https://www.samundra.com.np/introduction-to-drush-for-drupal-development/1176): What is drush? - [Get direct download link for the videos uploaded in facebook](https://www.samundra.com.np/get-direct-download-link-for-the-videos-uploaded-in-facebook/1153): Update (2024): This was written in 2012 and it may not work anymore. - [[Solved] Propel with CodeIgniter – Fatal error: Undefined class constant "Tablename::PEER"](https://www.samundra.com.np/solved-propel-with-codeigniter-fatal-error-undefined-class-constant-tablenamepeer/1135): When we have the name collision i.e. name of Propel generated and CodeIgniter Controller class are same then this err... - [[Solved] Heroku- permission denied (publickey)](https://www.samundra.com.np/solved-heroku-permission-denied-publickey/1132): While trying to clone a git repository from the heroku I got the problem as shown in the screenshot below:: which men... - [Unblock disabled wireless card in Ubuntu](https://www.samundra.com.np/unblock-disabled-wireless-card-in-ubuntu/1125): I have got broadcom wireless card installed in my Ubuntu Box and it works fine. But lately I found a very strange pro... - [Install Instantbird in ubuntu11.10 with unity/docky launcher](https://www.samundra.com.np/installing-instantbird-in-ubuntu11-10/1121): I have been longtime user of Pidgin and liked it very much. But recenlty I was having problem with it. It was frequen... - [[Solved] Heroku login problem for heroku facebook app](https://www.samundra.com.np/solved-heroku-login-problem-for-heroku-facebook-app/1106): Update(2024): Heroku no longer has free services available. - [[Solved] Virtualbox Stopped working after ubuntu upgrade](https://www.samundra.com.np/solved-virtualbox-stopped-working-after-ubuntu-upgrade/1095): If you don’t know what Virtualbox is you can read about it here. If you are familiar with VMWare (Virtualization Soft... - [iPhone4 Continuous vibration, iphone black screen](https://www.samundra.com.np/iphone4-continuous-vibration-iphone-black-screen/1092): My friend has a iPhone4 and today very strange problem appeared in his cell. He received a call and when he tried to ... - [Easy steps to create apple id (apple account)](https://www.samundra.com.np/easy-steps-to-create-apple-id-apple-accounts/1086): This is the basic guide on creating apple-id or say apple account freely. The apple account created this way can also... - [[Solved] Wireless driver stopped working after upgrade – Ubuntu](https://www.samundra.com.np/wireless-driver-stopped-working-after-upgrade-ubuntu/1074): I upgraded my Ubuntu box and after success restart I found that WIFI was not working anymore. I knew that my wireless... - [Easy way to Import Project to Eclipse workspace](https://www.samundra.com.np/easy-way-to-import-project-to-eclipse-workspace/1062): There was this situation where I had to import my non-eclipse project to eclipse environment. I tried to import with ... - [[How to] General Introduction and Installation of Limesurvey](https://www.samundra.com.np/how-to-general-introduction-and-installation-of-limesurvey/1026): If you don’t know what limesurvey is? - [Find visitor's country using his ip address](https://www.samundra.com.np/find-visitors-country-using-his-ip-address/1018): UPDATE (2024): http://software77.net is no longer available. So the below article is out-of-date and does not work an... - [Find computer system model in windows7](https://www.samundra.com.np/find-computer-system-model-in-windows7/1015): At first click in windows logo button (start) then click in searchbox type “system information” as shown below. - [Wikipedia Shutdown Its Service for a day (18th Jan, 2012)](https://www.samundra.com.np/wikipedia-shutdown-its-service-for-a-day-18th-jan-2012/1009): Today, Wikipedia has shutdown its websites and will be down for whole day. Here is the screen when wikipedia shutdown... - [Multiple login with Skype](https://www.samundra.com.np/multiple-login-with-skype/998): I always use multiple skype one for myself and other for my office staffs. And sometime I have to remain offline for ... - [25 Ways to Wear a scarf](https://www.samundra.com.np/25-ways-to-werr-a-scarf/996): Watch this video, this shows you 25 ways to wear a scarf. Most of them are for girls but some of the techniques can a... - [MLTR live concert in Nepal](https://www.samundra.com.np/mltr-live-concert-in-nepal/622): MLTR (Michael Learns to Rock) just finished their live concert in Nepal, which was really awesome. It was cold and al... - [hook_menu path not working in Drupal (6,7)](https://www.samundra.com.np/hook_menu-path-not-working-in-drupal-67/596): Right From Drupal website : - [[Solved] How to use hook_entity_view in drupal7 ?](https://www.samundra.com.np/solved-how-to-use-hook_entity_view-in-drupal7/615): I work in a team of developers and we separately develop modules in drupal. We are assigned to create entities, and t... - [Automatic ajax call using jQuery](https://www.samundra.com.np/automatic-ajax-call-using-jquery/608): Total used files : - [[Solved] Add module to admin/config page in Drupal7](https://www.samundra.com.np/add-module-to-adminconfig-page-in-drupal7/599): We are going to create a following custom block in admin/config page. - [Earthquake in Nepal (1st Ashoj, 2068)](https://www.samundra.com.np/earthquake-in-nepal-1st-ashoj-2068/575): Earthquake measuring 6.8 Richter scale hits Nepal in NST time, 6:25 PM. The center of earthquake was in Sikkim. - [Error Installing Drupal7](https://www.samundra.com.np/error-installing-drupal7/568): I am using Xampp in Ubuntu Natty Narwhal and was trying install Drupal7 and I noticed the following error. - [[Solved] ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock’ (2)](https://www.samundra.com.np/solved-error-2002-hy000-cant-connect-to-local-mysql-server-through-socket-varrunmysqldmysqld-sock-2/563): Xampp is my favourite webserver for linux as well as windows for web development works. And while importing huge mysq... - [How to install TweetDeck in Natty Narwhal (Ubuntu11.04)](https://www.samundra.com.np/how-to-install-tweetdeck-in-natty-narwhal-ubuntu11-04/559): Tweetdeck requires to have adobe air pre-installed. - [How to install Adobe Air in Natty Narwhal (Ubuntu 11.04)](https://www.samundra.com.np/how-to-install-tweetdeck-in-natty-narwhal-ubuntu-11-04/553): To install TweetDeck first we need to install the Adobe Air - [[Solved] How to move icons in unity-panel](https://www.samundra.com.np/solved-how-to-move-icons-in-unity-panel/546): 1. Click and hold on the unity panel icons that you want to move. Below is the normal Unity Panel shown in left side.... - [[Solved] Phpmyadmin Vs commandline mysql import](https://www.samundra.com.np/solved-phpmyadmin-vs-commandline-mysql-import/542): Phpmyadmin allows GUI interface to import but it also depends on the browser because it runs on localhost, that is we... - [[Solved] E: Encountered a section with no Package: header](https://www.samundra.com.np/solved-e-encountered-a-section-with-no-package-header/533): While I was trying to update my system with "apt-get update" I always got the error as shown below : - [Gaga just reached #11millionmonsters on twitter](https://www.samundra.com.np/gaga-just-reached-11millionmonsters-on-twitter/530): Gaga just reached #11millionmonsters following her! She’s the first person on twitter to do so! Congratulations @lady... - [How to Open .epub file in computer ?](https://www.samundra.com.np/how-to-open-epub-file-in-computer/510): Introduction - [Linux::Convert Flv to Mp4](https://www.samundra.com.np/linuxconvert-flv-to-mp4/505): I have used this commad in Ubuntu 10.10 and should work on every ubuntu versions. - [My First Illustrations](https://www.samundra.com.np/my-first-illustrations/501): I have recently been trying Adobe Illustrator for fun and for some graphic knowledge and after some basic tutorials o... - [Comment Not Working](https://www.samundra.com.np/comment-not-working/493): My comment form is not working, It always returns the ‘Please verify your comment’ Will fix that soon. I upgraded my ... - [[Solved] Firefox4 plugins Incompatible](https://www.samundra.com.np/solved-firefox-4-incompatible-plugins/485): Update: I have requested firefox team to review the addons that I have submitted, The Direct Link to addon is http://... - [Online Webpages to Pdf](https://www.samundra.com.np/online-webpages-to-pdf/479): I like reading ebooks in my spare time, and whenever I find something new in web that interest me, I save it read lat... - [[How To] Uninstall IE8/9 (Windows)](https://www.samundra.com.np/how-to-uninstall-ie89-windows/475): Basic Introduction - [Xampp : Session Error](https://www.samundra.com.np/xampp-session-error/468): Below are the error in php due to session. This happens usually when server is unable to save the sessions data tempo... - [India Vs. Pakistan Cricket](https://www.samundra.com.np/india-vs-pakistan-cricket-worldcup-2011/463): - [Vimoperator-Vim for Firefox [Addons]](https://www.samundra.com.np/vimoperator-vim-for-firefox-addons/453): **What is Vimoperator ? - [[jQuery] Retrieve the Value of Selection Box](https://www.samundra.com.np/jquery-retrieve-the-value-of-selection-box/446): Here is a simple jQuery tutorial to retrieve the content of the value of Selection Box. - [[Solved] FAILED ERROR: Magento is already installed](https://www.samundra.com.np/solved-failed-error-magento-is-already-installed/439): Explanation: We get this error when re-trying to install magento. This happens because magento stores the log of the ... - [[How To] Update .htaccess file manually](https://www.samundra.com.np/how-to-update-htaccess-file-manually/429): First of all you might wonder why there is period before the filename. In linux every file that begins with period ar... - [[Solved] WordPress Visual Editor Not Working or Not Appearing](https://www.samundra.com.np/solved-wordpress-visual-editor-not-working-or-not-appearing/423): This might be due to the broken ftp upload. Well Mine was due to the broken ftp uploads due to slow internet connecti... - [[Review] Eclipse (Helios) Vertical Selection Feature](https://www.samundra.com.np/eclipse-helios-vertical-selection-feature-reviewed/420): I have been using Eclipse as an IDE for JAVA and PHP for almost every project that I have done so far. And yet always... - [OpenCV Code to save image](https://www.samundra.com.np/opencv-code-to-save-image/403): This little code-snippet saves image from live video stream (web-camera). Compile the code and hit “s” without qutoes... - [What is OpenCV ?](https://www.samundra.com.np/what-is-opencv/396): OpenCV [OpenCV] is an open source (see http://opensource.org) computer vision l ibrary available from http://SourceFo... - [Nod Username and Password](https://www.samundra.com.np/nod-username-and-password/392): NOD32 IDs Update Time: December 27,2010 00:34:00 ThreatSense Update:v.5734 (20101226) - [[Facebook] How to ignore unwanted friends ?](https://www.samundra.com.np/facebook-how-to-ignore-unwanted-friends/380): There might be times when you want to ignore some friends on facebook. An easy solution is to block them. Once you bl... - [[Solution] warning C4305: ‘initializing’ : truncation from ‘double’ to ‘float’](https://www.samundra.com.np/solution-warning-c4305-initializing-truncation-from-double-to-float/362): VC++ Compiler throws warning C4305: ‘initializing’ : truncation from ‘double’ to ‘float’ warning when we try to decla... - [Happy Dashain and Tihar to all Hindus](https://www.samundra.com.np/happy-dashain-and-tihar-to-all-hindus/358): Happy Dahsain and Tihar to all my visitors. If you don’t know what is Dashain, It’s the biggest festival for Nepalese... - [10/10/10, Just Remembrance](https://www.samundra.com.np/101010-just-remembrance/347): I posted this article, just to make sure that it was the day 10.10/10 (October 10, 2010) and I don’t want to miss the... - [[Ubuntu] Guide to Disable magnifier at login](https://www.samundra.com.np/disable-magnifier-ubuntu/341): guide on how to disable the magnifier in login screen in ubuntu. - [[How To] Reset Firefox Master Password](https://www.samundra.com.np/how-to-reset-firefox-master-password/337): this articles describes how to reset firefox master password - [SMS Banking source-code available in github](https://www.samundra.com.np/sms-banking-source-code-available-in-github/323): This post is continuation of http://www.samundra.com.np/sms-banking-sourcecode-will-be-released-soon/314/ - [Minor Project SMS Banking in Java](https://www.samundra.com.np/sms-banking-sourcecode-will-be-released-soon/314): SMS Banking Projects and Locus - [Image Preprocessing with ImageJ](https://www.samundra.com.np/image-preprocessing-with-imagej/303): ImageJ is a public domain Java image processing program inspired by NIH Image for the Macintosh. It runs, either as a... - [[How To] Custom Checkbox using jQuery](https://www.samundra.com.np/how-to-custom-checkbox-using-jquery/291): Here is how I managed to get the custom checkbox using jQuery. See the screenshot below - [[How To] Update Shutter](https://www.samundra.com.np/how-to-update-shutter/287): Guides on how to update shutter, a freature screenshot tool. - [[Solved] Keyboard Lock problem in Linux (Ubuntu)](https://www.samundra.com.np/solved-keyboard-lock-problem-in-linux-ubuntu/284): I faced the problem of Keyboard locking in my system. Problem seems to occur usually, when I am working Eclipse IDE, ... - [How to remove Keystroke delay in Ubuntu](https://www.samundra.com.np/how-to-remove-keystroke-delay-in-ubuntu/256): I was having a very strange problem today in Ubuntu 10.04 (Lucid Lynx). All my keystrokes in keyboard were delayed. I... - [[How To] Change main-menu icon in Lucid (Ubuntu 10.04)](https://www.samundra.com.np/how-to-change-main-menu-icon-in-lucid-ubuntu-10-04/257): All the icons in Ubuntu are inside the theme which is in use. - [[How To] Install FireFox4.0 Beta](https://www.samundra.com.np/how-to-install-firefox4-0-beta/246): Review of the firefox4.0 Beta, Inspect and Heads Up Display Options Added in Tools Menu. - [[How To] Get/Install PyDev in Eclipse editor.](https://www.samundra.com.np/how-to-getinstall-pydev-in-eclipse-editor/249): Use Eclipse IDE for Python scripting. - [[Tutorial] Create Collapsable and Expandable Fixed jQuery Modal Box](https://www.samundra.com.np/tutorial-create-collapsable-and-expandable-fixed-jquery-modal-box/207): Today I am going to write a tutorial on how to write a Jquery enabled Collapsable and Expandable Fixed jQuery Modal Box. - [[Tutorial] Collapsable and Expandable jQuery Fixed Modal Box (Continue…)](https://www.samundra.com.np/tutorial-collapsable-and-expandable-jquery-fixed-modal-box-continue%e2%80%a6/210): Collapsable and Expandable jQuery Fixed Modal Box (Continue…) - [[Tutorials] Collapsable and Extendable jQuery Fixed Modal Box (Continue…)](https://www.samundra.com.np/collapsable-and-extendable-jquery-fixed-modal-box/212): Now, final retouch, have css file, jq-fixed.js in inside the same directory and save the code below as modal.html too... - [New Changed Context Menu in Maverick Meerkat](https://www.samundra.com.np/new-changed-context-menu-in-maverick-meerkat/201): Yesterday I installed some updates and today I realised that I have got new context Changed Context Menu. The “cleanu... - [[How To] Prevent Multiples Clicks in JQuery](https://www.samundra.com.np/how-to-prevent-multiples-clicks-in-jquery/198): Recently, I was working in JQuery and faced a problem. This was the second time I faced this problem. Problem is Clic... - [Using Eclipse IDE for PHP](https://www.samundra.com.np/using-eclipse-ide-for-php/193): I have already written an article describing how we can use Eclipse IDE for JAVA, Now I am going to show you how we c... - [[ Solved ] Workspace not changing in Ubuntu 10.04 (Lucid Lynx)](https://www.samundra.com.np/solved-workspace-not-changing-in-ubuntu-10-04-lucid-lynx/184): I faced this problem recently and was wondering how could I solve this problem. After some hit & trials ultimatel... - [[Solved] No volume, battery icon in panel in Ubuntu 10.04](https://www.samundra.com.np/solved-no-volume-battery-icon-in-panel-in-ubuntu-10-04/179): While I was working in my laptop, I found that there was volume, battery icon missing from panel, I don’t know how. A... - [[Resolved] My Hard-disk Crash having dual boot](https://www.samundra.com.np/resolved-my-hard-disk-crash-having-dual-boot/150): My brother tried to login to a box, which had Windows XP along with LinuxMint7.0 (its old). My brother uses windows X... - [[How to] Get Virtual CD-ROM in Ubuntu Lucid Lynx](https://www.samundra.com.np/how-to-virtual-cd-rom-in-ubuntu/143): I wanted to mount .iso files in Ubuntu Lucid Lynx 10.04. In windows I used Virtual CD-ROMs. Then, I searched for the ... - [Easily Remove Services In Ubuntu](https://www.samundra.com.np/easily-remove-services-in-ubuntu/139): This website contains information on Ubuntu (Linux) System also contains some howtos and tutorials in different topics. - [[Solved] GUI for Xampp in Ubuntu10.04 LTS (Lucid Lynx)](https://www.samundra.com.np/solved-gui-for-xampp-in-ubuntu10-04-lts-lucid-lynx/136): Well here is how I managed to get Xampp Control Panel for myself in Ubuntu10.04 LTS (Lucid Lynx). - [[Solved] Restore the removed panel in Ubuntu](https://www.samundra.com.np/solved-restore-the-removed-panel-in-ubuntu/115): My friend accidently removed the Ubuntu panel. And it’s just a one line command to restore the removed panel. - [[Solved] Play DVD movies, mp3 in ubuntu](https://www.samundra.com.np/solved-play-dvd-movies-mp3-in-ubuntu/112): You just installed ubuntu and noticed that you couldn’t flv, avi, wmv or DVD movies. Well ! That’s the first time onl... - [Threshold Image Java Code](https://www.samundra.com.np/threshold-image-java-code/104): Here is the code, that I wrote to threshold the image at required level. Thresholding image is very easy. At first yo... - [[Solved] Put Image inside JPanel](https://www.samundra.com.np/solved-put-image-inside-jpanel/98): I found many people asking for this code in internet. So, I have written a code for myself as well. I know this code ... - [[Solved] Enable Wireless from Broadcom Corporation BCM4312 802.11b/g (rev 01)](https://www.samundra.com.np/solved-enable-wireless-from-broadcom-corporation-bcm4312-802-11bg-rev-01/94): Here are the steps by which I enabled the wireless connection in my friend’s laptop. - [Find ip address of websites](https://www.samundra.com.np/find-ip-address-of-websites/92): Easy way to find ip address of websites in windows. - [[How To] How to generate Table of Contents in Microsoft Word 2007](https://www.samundra.com.np/how-to-generate-table-of-contents-in-microsoft-word-2007/88): Basic steps to generate Table of Contents in Microsoft Word 2007 are - [Increase battery life of your laptop](https://www.samundra.com.np/increase-battery-life-of-your-laptop/84): I have just bought a new laptop and I am very conscious about accessories of my laptop. Especially I was concerned ab... - [Wind Energy Scenario in Mustang ( Research First Time in Nepal)](https://www.samundra.com.np/wind-energy-scenario-in-mustang-research-first-time-in-nepal/78): Mustang District is one of the favourite tourist destination of Nepal. So the demand of electricity for this region i... - [How to Protect Computer From Viruses (Autorun.inf, Recycler)](https://www.samundra.com.np/how-to-protect-computer-from-viruses-autorun-inf-recycler/68): What is computer virus ? - [Convert Object to Integer in java](https://www.samundra.com.np/convert-object-to-integer-in-java/62): I found this very tricky. I first converted Object to String then used java’s Integer.parseInt(String s) method to ch... - [Unicode in PHP and MySql](https://www.samundra.com.np/unicode-in-php-and-mysql/57): While I was working with Nepali Unicode in PHP and MySql, I found difficulty in inserting Nepali into database. I mad... - [Configure Eclipse Editor for Java](https://www.samundra.com.np/configure-eclipse-editor-for-java/46): For java we need to first create the project then create package then create class. This is how we do. Then for debug... - [Wireless Internet Connection in Backtrack](https://www.samundra.com.np/wireless-internet-connection-in-backtrack/42): As I am an engineering student, we have computer network lab. In this lab we are taught differnet aspects of computer... - [[ Solved ] Cannot connect to local MySQL server through socket](https://www.samundra.com.np/mysql-workbench-fix/37): MySql Workbench Problem: - [Ubuntu : Blank Screen after login no icons, no panels](https://www.samundra.com.np/ubuntu-blank-screen-after-login-no-icons-no-panels/29): You might have faced this problem in Ubuntu, this usually happens when you’ve installed compiz. When compiz isn’t abl... - [Make Your WordPress Site Search Engine Friendly](https://www.samundra.com.np/make-your-wordpress-site-search-engine-friendly/19): Making site search engine friendly makes search engines find your url easy and index it nicely, so it makes them easy... - [Augmented Reality](https://www.samundra.com.np/augmented-reality-2/11): Augmented Reality is the virtual reality.The goal of an Augmented Reality is to create a system in which the user can... - [Motive : Make each day a learning tool](https://www.samundra.com.np/motive-make-each-day-a-learning-tool/7): I have tried learning each day a new thing. Like yesterday, I knew how to create a website and create an email accoun...