Porting program directives into shell scripts
Introduction
Some programs operations may include commands that can allow you to script them from your shell, such as bash.
Moreover , some programs allow for a whole set of scripting capabilities within itself, but been able to ultimately chain them with some interpreter logic in order to perform some more complex actions.
Tmux case of study
...
Inside a Tmux Plugin Repository (Part One), Variable declaration
Inside a Tmux Plugin Repository (Part One), Variable declaration
In this blog article we are going to take a further look at the code inside a tmux plugin , checking the basic boiler-plate that it needs to be done in order to start developing a new functionality packed in the tmux plugin system.
Brief introduction of tmux
For those who doesn’...
Declaring Global variables in Google Apps Script
Declaring Global variables in Google Apps Script
If you are codding on Google Apps Script environment you may have noticed that, as the code executed needs to live inside a function there is no way to declare Global Variables that can be executed all across the Script.
In the “compilation” process you always choose which function to run, so pa...
Compiling a "Hello World" project locally written on Google Apps Script with Clasp
Compiling a “Hello World” Project locally written on Google Apps Script with Clasp
Rather a long tittle, for a long complex endeavour that gets tangled Programming Languages, Cloud Services, Text Editors and Command Line Applications.
The objective is simple, Coding locally for Google Apps Script (from now on GAS) executing that code in the te...
Creating a Hello World Nodejs Heroku Project
Creating a simple Hello World Nodejs Heroku Project
PENDING PENDING PENDING TUTORIALThis is just a quick guide to follow with the tutorial of the following video.
With this tutorial you are going to be able to create a simple repository hosted in Heroku that runs Nodejs code.
Understanding the environment
If all of these it sounds like Greek...
Bypassing a captive portal with iodine
Bypassing a captive portal with iodine
This is just a quick guide to follow with the tutorial of the following video.
After completing it you will be able to get access to internet in a retricted Access Point which requires of authentication via Captive Portal
Note: that the following procedure if done in a public Network with no consentment of...
Captive Portal Automation with Zap
Captive Portal Automation with Zap
This is just a quick guide to follow with the tutorial of the following video.
After completing it you will be able to automate a captive Portal login process with the use of Zap
Requirements:
- Linux (or any other major OS)
- Zap Proxy
- Firefox or Chrome
Technical knowledge requirements:
- ...
Infinite Extended Screens with dwm and tmux
Infinite Extended Screens with dwm and tmux
Getting an extended desktop with as many sceens as you want
Wireless connection in between screens
Introducing suckless dwm ghostscratchpads patch
This is just a quick tutorial on how to achieve the functionality I show in the video , video link .
After completing it you will be setting a multi-m...
32 post articles, 4 pages.