Quantcast
Channel: Brain Book
Browsing all 195 articles
Browse latest View live

Primary Rate Interface

The Primary Rate Interface (PRI) is a standardized telecommunications service level within the Integrated Services Digital Network (ISDN) specification for carrying multiple DS0 voice and data...

View Article


Image may be NSFW.
Clik here to view.

PRINT PDF SINGLE PAGE INTO 2 PAGES

PRINT PDF SINGLE PAGE INTO 2 PAGES I PRINTED IT WITH PANASONIC DP-3520 PRINTER.. GO TO FILE --> PRINT --> PROPERTIES. THEN AT BOTTOM GOTO POSTER LAYOUT.THEN IN STYLE SELECT 1x2 (FIRST OPTION)....

View Article


PHOTOCOPIER ERROR (E04-01)

PHOTOCOPIER ERROR (E04-01)Press below keys togetherFunction --> Original size --> 3Then Press 9Then Press startThen ram initializeThen lbpfuser reset -->> yesSwitch Off the machine and...

View Article

UBUNTU-BIND9-CACHING-NAME-SERVER

Caching Nameserver The default configuration is setup to act as a caching server. All that is required is simply adding the IP Addresses of your ISP's DNS servers. Simply uncomment and edit the...

View Article

UFW - UBUNTU FIREWALL

## UFW configuration files/etc/ufw/## Install if not installedapt-get updateapt-get install ufw## firewall enable or disableufw enable | disable## firewall logging on or offufw logging on|off## check...

View Article


UBUNTU QUOTA CONFIGURATION

## Ubutnu Quota configurationsudo apt-get install quota quotatoolnano /etc/fstab/dev/sda1     /               ext4    errors=remount-ro,usrquota,grpquota 0       1root@ubuntu:/# mount -o remount...

View Article

UBUNTU WIFI CONFIGURATION

## To add wifi networkapt-get install wpasupplicant wireless-toolsnano /etc/network/interfacesauto wlan0iface wlan0 inet dhcpwpa-ssid  mywifwpa-psk  password

View Article

SQUID TRANSPARENT PROXY ON UBUNTU

SQUID TRANSPARENT PROXY 3.1.19 ON UBUNTU 12 STEP BY STEPsudo suapt-get install squid#Key File Locations## Squid configuration file/etc/squid/squid.conf## Squid access log...

View Article


IPTABLES TO BLOCK TORRENT

## IPTABLES TO BLOCK TORRENT (working correctly)iptables -A INPUT -m string --string "BitTorrent" --algo bm --to 65535 -j DROPiptables -A INPUT -m string --string "BitTorrent protocol" --algo bm --to...

View Article


CRON JOB IN LINUX

CRON JOB IN LINUXThe following line specifies that the Apache error log is to be cleared at one minute past midnight (00:01) of every day of the month, of every day of the week, assuming that the...

View Article

PANASONIC DP-3520 SCANNER CONFIGURATION

USE PHOTOCOPIER AS A SCANNERFunction --> Scanner Settings --> Add address 192.168.1.100 --> OK1. Add static ip in your laptop and install Panasonic Communication Utility.2. Panasonic...

View Article

UBUNTU TECH TIPS

To enable root user in UBUNTU# sudo passwdSudo will prompt you for your password, and then ask you to supply a new password for root as shown below: sudo password for username: user passwordenter new...

View Article

PANASONIC PHOTOCOPIER IP CHANGE

GOTO 1. Function2. General Settings3. Key operator mode4. Put 4 digit code (default is 0000) 5. TCP/IP Address (scroll down menu)

View Article


UBUNTU BONDING (teaming) NETWORK INTERFACES

## Install ifenslavesudo apt-get install ifenslave-2.6## add bonding modulesudo vi /etc/moduleskernel modules to load at boot time.## This file contains the names of kernel modules that should be...

View Article

LINUX/UNIX TIMESTAMP CONVERTER

Open Terminal and run below command## put time stamp after @date -d @1362982446Mon Mar 11 11:14:06 PKT 2013 

View Article


SQUID DELAY POOLS

This defines the parameters for a delay pool. Each delay pool has a number of "buckets" associated with it, as explained in the description of delay_class. For a class 1 delay pool, the syntax is:...

View Article

UBUNTU apt-get update and upgrade

First run update, then upgrade. Neither of them automatically runs the other.apt-get update updates the list of available packages and their versions, but it does not install or upgrade any...

View Article


UBUNTU IPTABLES LOAD AUTO AT START

Auto Saving IP Tables and Auto Loading in UBUNTUAlthough the IP tables are effective, they will automatically be deleted if the server reboots. To make sure that they remain in effect, we can use a...

View Article

AUDITD CONFIGURATION TO MONITOR ADDITION AND DELETION IN /VAR/WWW

Install auditd to monitor addition and deletion in /var/www#To install auditd in ubuntu apt-get install auditdnano /etc/audit/audit.rules# This file contains the auditctl rules that are loaded#...

View Article

MYSQL PROCESSESS LISTING AND KILL

MYSQL PROCESSES LISTING AND KILL# mysql -uroot -pmysql> show processlist\G     Id: 1359   User: root   Host: localhost     db: contentanalysisCommand: Query   Time: 346  State: Copying to tmp table...

View Article
Browsing all 195 articles
Browse latest View live