Skip to content
/ howto Public
forked from maranemil/howto

howto - tutorials about installation, configuraton and settings

Notifications You must be signed in to change notification settings

abbeny/howto

 
 

Repository files navigation

Howto

Knowledge Base Repo

Index

AviSynth FX
  • Kaleidoscope Effects, * Use Image Mask in videos, * Mix videos, * Add subtitle, * Cut and Loop videos
commandlinefu.com
  • terminal commands collection
CSS
  • animation effects
Data Mining
  • resources, * weka usage, * tenserflow usage and installation, * php ann examples
  • python scipy usage and installation, * data mining tools, * data mining examples
Linux Usage
  • installation, configuration and settings on
  • Ubuntu 14.04 LTS
  • Ubuntu 15.04 LTS
  • Ubuntu 16.04 LTS
  • distros iso ftp addresses, - ubuntu installation on macbook pro 13,
  • musik software trackers milkytracker, - antivirus sophos, - lampp xampp installation
  • backup linux, - apache caching, - ffmpeg convert examples mp4 mp3 mkv mpeg avi
  • rsync examples, - cpu real time logs, - cyberciti tutorials,
  • daily commands in ubuntu, - disable startup services, - how to install elasticsearch
  • how to edit efi boot mac , - get dir size ubuntu, - hdd defrag examples
  • zsh install, - asus wifi config, - htop cpug install, - docker installation
  • git installation, - mfc-j265 printeer installation, - mongodb redis instalaltion
  • aptana phpstorm installation, - sugarcrm7.8 in lubuntu vps installation, - upgrade java
  • install vagrant docker, - install xammp, - cpu limit how to, - php7 installation
  • manjaro package menagement, - how to repair elasticsearch, - split merge files in ubuntu
  • tar unzip zip gzip how to, - tmux how to, - traffic monitoring how to, - symlink howt to
  • fsck howto, - wget how to, - cheatsheet linux, - speedtest example, - menu indicators
  • iso files for virtualbox
My gist files
  • backup from gist.github.com
PHP 5.X - 7.X - tutorials
  • configuration and settings PHP 5.X - 7.X
SugarCRM 7.X - tutorials
  • configuration and settings on SugarCRM 7.X, - create handelbars helper, - create audit logic hook, - create scheduled job
  • create custom filter, - disable subpanel action buttons, - disable password rules, - get key from dropdown by value
  • set link as bwc, - team manipulation, - API examples, - SQL reports, - chinese font install, - repair from terminal examples
  • workflows examples, - run scheduler from root - test case, - email template example, - activity steam activation
  • tuning and performance boost examples, - config override example, - crud js Backbone examples
Utiles
  • PHPStorm colors themes, * autocomplete typeahead.js example, * database tools
  • firefox settings , * gcc compiler usage, * tree command usage
  • google search query usage, * geogle api key howto, * mysql import export
  • postgres installation, * phpstorm settings, * elasticsearch install
  • iot apps integration, * online tools for testing, * productivity tools
  • python scrapping tools, * generate random sound in linux howto, * ubuntu software list
  • ubuntu wallpapers, * tech magazines on web, * xdebug settings
Config Git on new location

git config --global user.name "Administrator" git config --global user.email "[email protected]"

Check repo file Sizes

find . -name '*' -size +1M -exec ls -lh {} ; | awk '{ print $9 ": " $5 }'

Check pack

git verify-pack -v ./.git/objects/pack/pack-......ea.pack

About

howto - tutorials about installation, configuraton and settings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 49.3%
  • PHP 30.6%
  • Clean 8.2%
  • HTML 6.2%
  • JavaScript 3.3%
  • Shell 1.7%
  • Other 0.7%