Giter Club home page Giter Club logo

ubuntu's Introduction

ubuntu

Change Cron Time Zone

https://askubuntu.com/questions/54364/how-do-you-set-the-timezone-for-crontab

sudo dpkg-reconfigure tzdata - follow the instructions to select Region/Country

sudo service cron restart

timedatectl - Verify your date settings

After setting the time zone, you can type date at the command line to confirm that the date is correct as per your expectation

check Cron Job or Add https://phoenixnap.com/kb/how-to-list-display-view-all-cron-jobs-linux

To edit the crons: type the following in the console of the server: crontab -e and this will open an editor. Type the following code*/2 0-8 * * 0-4 cd /root && /usr/bin/python3 /root/scrape_yahoo.py >> test.out

Install Ispconfig with Mysql8 https://git.ispconfig.org/ispconfig/ispconfig3/-/issues/5418

https://www.eninsoft.com/instalacion-de-ispconfig-3-x-en-debian-9-mysql8-version-optimizada/

Copy to other Folder

cp -r /path/to/directory /path/to/location/new-name

Change permissions to a specific user

https://askubuntu.com/questions/607149/change-permissions-to-a-specific-user-in-ubuntu-12-04

If you want to change the permissions use this command (755 will grant the owner of the file read, write and execute permissions and read and execute permissions to group and other users ):

sudo chmod -R 755 directory

If you want to change ownership of a folder and it's subfolders and files

sudo chown -R username:usergroup directory

If the owner of a file or directory is let's say the user jofrey you want to grant him read and write permissions:

sudo chmod -R u+rw directory

Connecting to SSH Over Internet

https://linuxize.com/post/how-to-enable-ssh-on-ubuntu-18-04/#connecting-to-ssh-over-internet

Secondary Skype

https://askubuntu.com/questions/211139/how-can-i-run-two-skype-accounts-on-the-same-ubuntu

skypeforlinux --secondary

FTP: Server sent passive reply with unroutable address. Using server address instead ##issue

https://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-set-the-passiveportrange-in-pure-ftpd-on-debian-and-ubuntu-linux/

Increase Url get request length

https://stackoverflow.com/questions/2586339/how-to-increase-apache-2-uri-length-limit/40192382#40192382

BIOS item-Restore AC Power Loss function (Google search: asus bios restore ac power loss)

https://www.asus.com/support/faq/1049855/

ubuntu's People

Contributors

makkanimation avatar

Watchers

James Cloos avatar  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.