Skip to content

tecbea/devtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Developer Tools

This page is for tips for great stuff on internet, usefull for developers.

Github

Github Commands

  • git init -- init a git server
  • git status -- git status
  • git add . -- stage a folder
  • git log -- check git log
  • .gitignore -- git ignore file
  • git branch 'mybranch' -- git create a branch
  • git chekcout 'mybranch' -- git swap to a branch
  • git chekcout master -- git swap to master
  • git merge mybranch -- git merge mybranch to master
  • git clone https://github.com/tecbea/devtools.git -- git clone a git from a url repo
  • git push -- puch changes to server, after stage and commit
  • git fetch -- get changes from remote server
  • git linux clients --

Cassandra

Cassandra is great to work when using a lot of writes. Some tips on tunning and support.

Security

  • nmap -Pn -- display open ports on a host

Wifi sniffer

  • sudo apt-get install kismet -- ubuntu wifi sniffer

  • goto uau sudo ifconfig wlan0 down sudo iwconfig wlan0 mode monitor iwconfig wlan0 sudo ifconfig wlan0 up sudo tcpdump -i wlan0 -n -w file.cap

  • back to normal sudo ifconfig wlan0 down sudo iwconfig wlan0 mode managed sudo ifconfig wlan0 up iwconfig wlan0

  • sudo apt-get install wavemon -- ubuntu wifi sniffer

  • watch -n 1 iwconfig wlan0 -- ``

  • wavemon -i wlan0 -- ``

Java

Javascript libs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published