Giter VIP home page Giter VIP logo

linux-configurations's Introduction

๐Ÿง Linux Configurations

๐Ÿ’พ Backup Configurations

  • Make the backup.sh file executable with chmod +x ./backup.sh first.
  • Backup configurations by executing backup.sh file.
  • Files & folders that needs to be backed up should be mentioned inside backup.conf file.
  • Once backup is complete, commit the changes.
  • If you want to restore the backup, instead of just copy paste everything back, run the backup script. After that you can use file diff to compare the changes and pick manually.

๐Ÿ’ซ Install Packages

  • Make the install.sh file executable with chmod +x ./install.sh first.
  • Bulk install packages by executing install.sh file.
  • Packages needs to be installed should be listed inside install_third_party.conf & install_trusted.conf files.
  • Services needs to be enabled should be listed inside services.conf file.
  • Its better to restart the PC after script finished running.
  • 3rd party packages are installed through pikaur AUR helper.

โšก๏ธ Notes

  • Install VMWare Player from here: https://wiki.archlinux.org/title/VMware#Installation
  • After installing wine
    • Create a link in home directory to /run/media/chandu/Storage/Softwares/Wine directory.
    • Enable multilib in /etc/pacman.conf file.
  • Use below code to create direct shortcut for joining Zoom calls:
    [Desktop Entry]
    Comment=Zoom video conference
    Exec=xdg-open "zoommtg://zoom.us/join?action=join&confno=XXXXXXXXXXXXXXXX&pwd=XXXXXXXXXXXXXXXX"
    Icon=Zoom
    MimeType=application/x-zoom;
    Name=Join Meeting
    StartupNotify=true
    StartupWMClass=zoom
    Type=Application
    X-KDE-Protocols=zoommtg;zoomus;tel;callto;zoomphonecall;

linux-configurations's People

Contributors

ctrleffive avatar bmutziu 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.