Skip to content

Instantly share code, notes, and snippets.

View rbshadow's full-sized avatar
🛫
Working from cloud

Md Nazrul Islam Ridoy rbshadow

🛫
Working from cloud
View GitHub Profile
#!/bin/bash
sudo apt install -y build-essential chrpath libssl-dev libxft-dev libfreetype6 libfreetype6-dev libfontconfig1 libfontconfig1-dev
phantomjs=$(echo $(curl -s -k https://bitbucket.org/ariya/phantomjs/downloads/ | grep "phantomjs" | grep -oP "phantomjs\-(\d+).(\d+).(\d+)\-linux\-x86_64.tar.bz2?") | cut -d' ' -f1)
wget --no-check-certificate -P $HOME/Desktop/Valluk https://bitbucket.org/ariya/phantomjs/downloads/$phantomjs
#!/bin/bash
#~: Basic Stuff Setup:~#
sudo apt -y install phantomjs whatweb bc locate dnsutils apache2 tree jq curl git sqlmap
# fff
git clone https://github.com/dylanaraps/fff
cd fff
make install
@rbshadow
rbshadow / Meal_management.c
Created August 1, 2017 16:43
Meal Management System in C
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
int bp,mp,invest,excost;
int cas1=1,cas2=1;
int view1=1,view2=1;
float tinvest=0,tcost=0,texcost=0;
float tmeal=0;
int n,i,j;