Quantcast
Channel: DIGCMS » Uncategorized
Browsing all 15 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Removing SARG reports

SARG – Squid Analysis Report Generator This utility captures the internet access of all the users those are accessing the internet through squid.It generates reports of each user wise, sites wise, site...

View Article


VirtualHost overlap on port 443, the first has precedence

After adding the port 443 entry in Virtualhost and restarting the apache server I got following error: Starting httpd: httpd: Could not reliably determine the server’s fully qualified domain name,...

View Article


How To Create a self-signed SSL Certificate for Apache

I am using the linux for this article. Open your terminal (command prompt.) Now we can generate the certificate. First we generate a key: # openssl genrsa -out server.key 2048 Next we generate a...

View Article

how to remove or install the right side dock from fedora 15

This article for only fedora 15. For installing the right side icons(dock) just use the following command for fedora 15 # yum install gnome-shell-extensions-dock For removing the right side icons(dock)...

View Article

Image may be NSFW.
Clik here to view.

How to disable right and control click on link

Use the following javascript code and add into your html file <script> var isNS = (navigator.appName == "Netscape") ? 1 : 0; if(navigator.appName == "Netscape")...

View Article


solved – Warning: require_once() [function.require-once]: Unable to allocate...

I got following error. Warning: require_once() [function.require-once]: Unable to allocate memory for pool. Solved the error using following code. I just added following code in .htaccess file....

View Article

create mysql user with database permissions

Use following command CREATE USER 'mydb1'@'localhost' IDENTIFIED BY '********'; GRANT USAGE ON * . * TO 'mydb1'@'localhost' IDENTIFIED BY '********' WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR...

View Article

Image may be NSFW.
Clik here to view.

Fast And Furious 6 Review in India, UK, US and Other countries

We all know about Fast And Furious series movies which are biggest hit. Sixth series of Fast And Furious released last week with grand opening. Here I am going talk about history and making about Fast...

View Article


Image may be NSFW.
Clik here to view.

Linux installation in text mode

Text mode installation of Linux Redhat/Fedora/CentOS – At boot screen, type linux text as shown. Welcome screen from appears. Keyboard selection. Language selection. Installation number specification....

View Article


Image may be NSFW.
Clik here to view.

VNC configuration in Redhat/Fedora/CentOS

1) Checking installed vnc – Login as root 2) Check the package of vnc – 3) Open the configuration file – /etc/sysconfig/vncserver 4) Edit the configuration file – As shown – Copy the two lines &...

View Article

Image may be NSFW.
Clik here to view.

ssh configuration in redhat/fedora/centOS

ssh configuration is required as you need to work remotely on a server/client system through command. The authentication is on the basis of port number,password, ssh key. Here is ssh configuration in...

View Article

Image may be NSFW.
Clik here to view.

VIM tips & tricks

VIM VIM – Visual Interface Improved editor. It is the improvements in VI editor. It’s used for text editing, scripting, In VIM, there are three modes of operations – Insert Mode, Command Mode, Extended...

View Article

linux json beautifier using python command

Using following command you can beautify the json file on linux box. Following command is useful to check difference between two json files.  linux json beautifier using  python command cat mydata.json...

View Article


Image may be NSFW.
Clik here to view.

Find High PageRank dofollow blogs comment websites

If you want to increase page views per visit for your website than Find High PageRank dofollow blogs comment websites. Our tricks will increase your traffic. We given tips for increasing increase site...

View Article

Image may be NSFW.
Clik here to view.

Linux installation in text mode

Text mode installation of Linux Redhat/Fedora/CentOS – At boot screen, type linux text as shown. Welcome screen from appears. Keyboard selection. Language selection. Installation number specification....

View Article

Browsing all 15 articles
Browse latest View live