Giter Site home page Giter Site logo

startup's Introduction

StartUp

Used for clean new OS install

OS

Linux Mint
Kali
  1. Unetbootin https://unetbootin.github.io/linux_download.html
    sudo add-apt-repository ppa:gezakovacs/ppa
    sudo apt-get update
    sudo apt-get install unetbootin
  2. Boot manager - rEFInd http://www.rodsbooks.com/refind/getting.html
  3. Gparted - https://gparted.org/download.php
    sudo apt-get install gparted 
  4. Google things to do after installing kali linux
  5. Editors
  6. Browser
    • Opera Developer
    • Chrome
      • Keep
      • Postman
      • Vysor
      • Webserver for shrome
  7. Synaptic Package Manager
  8. Thunderbird
  9. KTorrent

Commands

  • screen resolution
    xrandr --output DisplayPort-0 --scale 1.8x1.8 -s 2560x1440 --panning 4608x2592 --brightness .7
    xrandr --output eDP --scale 1.3x1.3 -s 2880x1800 --panning 3744x2340 --brightness .6
  • install
    dpkg -i --force-depends pkg.deb
    apt-get -f install <optional app>
    dpkg --configure -a  ---- for configuring all unpacked pkgs
    dpkg-reconfigure -a  ---- for configuring all installed pkgs
  • upgrade
    pkexec apt upgrade -y
    apt-get -f install  //fix broken dependencies
    apt-get autoclean    //Remove some packages that are no longer installed on your system
    apt-get autoremove
    apt-get dist-upgrade  // last choice
  • bluetooth

    service bluetooth restart

  • Function Keys (fn)

    create a file init.sh in /etc/init.d/ sudo bash -c "echo 2 > /sys/module/hid_apple/parameters/fnmode" update-rc.d init.sh defaults

  • Wifi on mac
    
    Add the following lines to your sources.list:
    
    deb http://http.kali.org/kali kali-rolling main contrib non-free
    deb-src http://http.kali.org/kali kali-rolling main contrib non-free
    or
    deb https://mirrors.ocf.berkeley.edu/kali kali-rolling main non-free contrib
    deb-src https://mirrors.ocf.berkeley.edu/kali kali-rolling main non-free contrib
    
    Uninstall broadcom-sta-dkms
    
    apt-get remove broadcom-sta-dkms
    
    and
    
    apt-get update && apt-get dist-upgrade
    reboot
    
    Update and re-install it:
    
    apt-get update; apt-get install broadcom-sta-dkms; apt-get install linux-image-$(uname -r|sed 's,[^-]*-[^-]*-,,') linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') broadcom-sta-dkms
    
    Load the wl module:
    
    modprobe -r b44 b43 b43legacy ssb brcmsmac bcma
    sudo modprobe wl
    
    
  • React setup

    Nodejs 12x

    https://github.com/nodesource/distributions/blob/master/README.md#debinstall
    

    Yarn https://classic.yarnpkg.com/en/docs/install/#debian-stable

    curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
    echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
    sudo apt update && sudo apt install yarn
    

startup's People

Contributors

sudendrakl avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.