Baakey

April 29, 2021

Hey World

Basic browser workflow

I too often see people not using these basic shortcuts, if you do not yet, please learn and use now !

Go next tab
  • Ctrl + tab

Go previous tab
  • Ctrl + Shift + tab

New tab
  • Ctrl/Cmd + t

Open last closed tab
  • Ctrl/Cmd + Shift + t

Go next page
  • Alt/Cmd + Left Arrow
  • Ctrl/Cmd + ]

Go previous page
  • Alt/Cmd + Right Arrow
  • Ctrl/Cmd + [

Close tab
  • Ctrl/Cmd + w

Search in page
  • Ctrl/Cmd + f

Focus search input bar
  • Ctrl/Cmd + l


Improve your google search

Why ? Nowadays Googling is one of the most important skills to master... for everyone !

use quotes to enforce strict match
  • "wtf is google doing with my data ?"

use AND to match results related to specified words
  • ls AND pwd

use OR to match results related to either of the specified words
  • black OR white

use - to exclude words
  • michael -jackson -jordan -schumacher

use * as any
  • how to * cannabis

search in a specific domain
  • awesome list site:github.com

search by file type
  • "APP_ENV" filetype:env

search by filename extension
  • "the zero marginal cost society" ext:epub

search for a range
  • "house price 500000..700000"

search for indexed cameras
    inurl:/view.shtml
    intitle:”Live View / – AXIS” | inurl:view/view.shtml^
    inurl:ViewerFrame?Mode=
    inurl:ViewerFrame?Mode=Refresh
    inurl:axis-cgi/jpg
    inurl:axis-cgi/mjpg (motion-JPEG)
    inurl:view/indexFrame.shtml
    inurl:view/index.shtml
    inurl:view/view.shtml
    liveapplet
    intitle:”live view” intitle:axis
    intitle:liveapplet
    allintitle:”Network Camera NetworkCamera”
    intitle:axis intitle:”video server”
    intitle:liveapplet inurl:LvAppl
    intitle:”EvoCam” inurl:”webcam.html”
    intitle:”Live NetSnap Cam-Server feed”
    intitle:”Live View / – AXIS”
    intitle:”Live View / – AXIS 206M”
    intitle:”Live View / – AXIS 206W”
    intitle:”Live View / – AXIS 210″
    inurl:indexFrame.shtml Axis
    inurl:”MultiCameraFrame?Mode=Motion”
    intitle:start inurl:cgistart
    intitle:”WJ-NT104 Main Page”
    intext:”MOBOTIX M1″ intext:”Open Menu”
    intext:”MOBOTIX M10″ intext:”Open Menu”
    intext:”MOBOTIX D10″ intext:”Open Menu”
    intitle:snc-z20 inurl:home/
    intitle:snc-cs3 inurl:home/
    intitle:snc-rz30 inurl:home/
    intitle:”sony network camera snc-p1″
    intitle:”sony network camera snc-m1″
    site:.viewnetcam.com -www.viewnetcam.com
    intitle:”Toshiba Network Camera” user login
    intitle:”netcam live image”
    intitle:”i-Catcher Console – Web Monitor”

Improve your css

    Tips
        gradient animation
        purgecss
        keylogging with css
        easy accordion
    Articles
        Learning css
        Typing Effect, Drop shadow, Smooth scrolling, Modals, Scroll Snap etc...
 

QuoteOfTheWeek


Incorrect but readable code has value, because it can be repaired.
Correct but unreadable code has some value right now,
but must be discarded at the first change of requirements !

BookOfTheWeek

ToolsOfTheWeek

CheatSheetsOfTheWeek

RandomLinksOfTheWeek