BIP KB Tag: Add
How To Add ISO Image To apt sources.list
Here is a way how to include a Debian/Ubuntu ISO image into your /etc/apt/sources.list file. This kind of hack can prove handy in terms of reducing package download during the installation or if you do not have CD/DVD drive available ( or is broken ) on your system.
Let's assume that we have a Debian ISO image downloaded at the location: /mnt/storage/iSO/debian-i386-DVD-1.iso. As a first step we need to create a mount poi...
By daniel, June 24, 2015
How To add a new user Linux command
1. useradd (User Linux Command)
If you do not wish to add a new user account by using a GUI tools, you can do it from a User Linux Command line with the useradd command.
useradd -mc "user name" -s /bin/bash john
The previous command will create a new user account for user john. -mc options instruct a useradd comment to put a comment about new user which is very often used to specify user's full name. -s option will select the path for...
By tommy, June 24, 2015
How To Add BIP media To Your Safe Senders List
In this Tutorial you will learn how to add users to your Safe Senders List.
Safe Senders List
Email has become an important tool not only for consumers but also for marketers, support staff, sales organizations, and businesses of all sizes. Unfortunately however the increase of email use has simultaneously lead to an increase in email abuse. As a result, emails are often blocked or filtered into the bulk folder making it difficul...
By BIP, December 27, 2015
How to Add JavaScript on Every pages through Wordpress
The most impressive part of WordPress is usually the easy custom-made features. It's possible to modify your current script and add JavaScript to every pages by simply transforming your layouts used in the WordPress templates. You should also reuse all these scripts by getting them on all of web pages.
If you wish to add JavaScript source code on every single webpages, you should to stick in the JavaScript item within the design...
By mostafa02, May 2, 2016