Giter VIP home page Giter VIP logo

easy-linux-scripts's Introduction

easy-linux-scripts

Ease of life scripts for Linux (i use arch btw) that I made in my free time. (work in progress, i will keep adding stuff occasionally)

  1. LUKS Mounting Script (mount_drives.sh)

    This reads from the 'crypt_drives.txt' file and mounts the drives. The script assumes all drives use the same password. Set it to launch at startup to have the password prompt appear automatically.

    The script probably might seem quite unnessary, but its useful when, for example, once in a blue moon, you start up the computer and feel like not mounting your encrypted drives.

    Using something like crypttab to mount it automatically might be convenient, but what if you're lending your computer or smth and you forget to remove your crypttab entries?

  2. Firefox History Clear after Shutdown/Restart (firefox-delete.sh)

    If you shut down/restart the system without manually quitting firefox first (only in linux), it restores your last open tabs regardless of if you have that setting disabled or not.

    This happens because (what i assume) firefox not catching the SIGTERM signal sent by the kernel, and abruptly closing, resulting in it re-opening the last opened tabs as it would if it crashed.

    The script works by clearing session data. Set the script to auto start on user login.

easy-linux-scripts's People

Contributors

cunny-hunter 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.