Similar Posts
How to configure iptables on Linux Mint 17.1?
How to configure iptables and make the configuration persistent across system restarting on Linux Mint 17.1? You can use the ‘iptables-persistent’ tool. To install iptables-persistency pachage: sudo aptitude install iptables-persistent The you can manipulate the iptables by the ‘iptables’ command. To save the current iptables rules: sudo /etc/init.d/iptables-persistent store It will store the rules for…
Dynamics CRM Consultants Explain How To Filter Sub Branch Lookup Field Value in CRM
In this blog Dynamics CRM consultants are sharing a step-by-step guide to explain how to filter another lookup field value based on one Lookup field value. In this Lead entity, they are having two fields Branch and Sub Branch and you will learn how they filter Subbranch based on Branch field. Based on one Lookup…
Essential Gnome Shell Extensions for Gnome 3 Users
Gnome Shell has a clean design. But many users want to get more from the desktop environment. Gnome 3’s extension system can help users customize the Gnome Shell’s look greatly. In this post, we summarize 6 extensions we considered essential to make Gnome Shell great. AlternateTab Make Alt-Tab “classic” instead of grouping windows by application….
How to convert an object to json in Node.js?
How to convert general JavaScript objects to json in Node.js? Assume jo is a JavaScript object, you can convert it to a json string by: JSON.stringify(jo) Read more: How to get the metadata of an AWS S3 object? Reading JSON from URL in R WPS’ wpp program reports “libbz2.so.1.0: cannot open shared object file” on…
How to Redirect Old Domain to New Domain Using htaccess Redirect
I want to move the sub domain blog.pkill.info to systutorials.com permanently. I can manage all the pages I want to post using WordPress. Changing domain in a bad way is dangerous. Put a page the tell the reader that the site is moved to a new domain is very unfriendly to the user and also…
Vim as Thunderbird’s External Editor in Linux
Vim is an excellent editor which I use every day. Thunderbird is a nice email application. However, Thunderbird’s integrated editor is not efficient enough to a Vim user. Why not use Vim as Thunderbird’s editor? In this tutorial, we will introduce how to integrate Vim with Thunderbird together in Linux. Install the “External Editor” Thunderbird…