Skip to content

anandmainali/Linux-Commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Linux-Commands

1) officetime Command

officetime command is used to startup the programs that are mainly used in officetime.

Setup in Ubuntu

  1. Download or clone this file to your machine.
  2. Copy the officetime file to /bin/ directory. (ex:- sudo cp officetime /bin/)
  3. Now enter officetime start to start the programs.

Now you are ready to start your programs with just one command...

Info: Following programs will be started with this command:

  • Slack
  • Brave Browser
  • PhpStorm
  • Hubstaff

2) lara Command

lara command is used to setup a laravel project from git in local with just one command. It will do all the jobs to setup the project. It also creates database and migrates the database.

You can just run php artisan serve to serve the project.

Setup in Ubuntu

  1. Download or clone this file to your machine.
  2. Copy the lara file to /bin/ directory. (ex:- sudo cp lara /bin/)
  3. Now enter lara setup (git URL) to start the project setup.

You can customize the code as per your need.

About

Automate boring stuff with these commands

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages