git remote set-url origin https://<TOKEN>@github.com/<user_name>/<repo_name>.git
git remote set-url origin https://<TOKEN>@github.com/<user_name>/<repo_name>.git
SOURCE:
https://www.nfaicompany.com/how-to-install-keras-and-its-dependencies-on-ubuntu-20-04/
https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04
https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04
Source:
https://linuxhint.com/install_mongodb_ubuntu_20_04/
sudo apt update
sudo apt upgrade
sudo apt install mongodb
sudo systemctl status mongodb
sudo systemctl start mongodb
sudo systemctl stop mongodb
sudo systemctl restart mongodb
sudo systemctl enable mongodb
sudo systemctl stop mongodb
This command will stop the service.
sudo apt purge mongodb
sudo apt autoremove
żródło: https://gist.github.com/starlinq/0f98c6d9339497bb8ac42d67f66f60eb
There are many instructions to syncronize your files with OneDrive cloud-based storage in Linux. However they typically address multiple Linux distributions that often causes a confusion or an use of some commands which have not been actually tested before publishing. This instruction is for Ubuntu 18.04 and 20.04 (64 bit) only.
In order to install onedrive, first you need to install some dependencies and set up git.
Let us open the Terminal application and enter the following:
sudo apt install build-essential sudo apt install libcurl4-openssl-dev sudo apt install libsqlite3-dev sudo apt install pkg-config sudo apt install git
Lets us move to Downloads directory
cd ~/Downloads
Some instructions recommend using snap to install some dependencies, for example here:
If you are using Ubuntu 18.04 or newer, use snap to install dmd
I tried that and found that after such installation some dependencies are not met!
So I recommend you to install those dependencies using classical method like this:
sudo wget https://netcologne.dl.sourceforge.net/project/d-apt/files/d-apt.list -O /etc/apt/sources.list.d/d-apt.list sudo apt-get update --allow-insecure-repositories sudo apt-get -y --allow-unauthenticated install --reinstall d-apt-keyring sudo apt-get update && sudo apt-get install dmd-compiler dub
We download the 64-bit package from
wget http://downloads.dlang.org/releases/2.x/2.093.1/dmd_2.093.1-0_amd64.deb
and install it at system level
sudo dpkg -i dmd_2.093.1-0_amd64.deb
Then we clone the required repository files with git:
git clone https://github.com/abraunegg/onedrive.git
Then compile and install it:
cd onedrive ./configure make sudo make install
The next step, you need to authorize onedrive with Microsoft so it can access your account:
onedrive
Copy the web address appeared in the terminal window right after Authorize this app visiting:
, then open any web browser and paste it into the web browser address line.
Log in into your account and grant the application permission to acess your account.
Wait for response …
Then copy and paste the web address of response into corresponding part of the terminal window with prompt Enter the response uri:
.
Now the installation has been done.
Before syncronization, let us create a onedrive directory for current user
mkdir -p ~/OneDrive
and copy a configuration file into default directory
cp config ~/.config/onedrive/config
Now we can leave the installation directory
cd
It is a time to check our current configuration
onedrive --display-config
You will see something like this
onedrive version = v2.4.0-25-g7f267a5 Config path = /home/yourcurrentusername/.config/onedrive Config file found in config path = true Config option 'check_nosync' = false Config option 'sync_dir' = /home/yourcurrentusername/OneDrive Config option 'skip_dir' = Config option 'skip_file' = ~*|.~*|*.tmp Config option 'skip_dotfiles' = false Config option 'skip_symlinks' = false Config option 'monitor_interval' = 45 Config option 'min_notify_changes' = 5 Config option 'log_dir' = /var/log/onedrive/ Config option 'classify_as_big_delete' = 1000 Config option 'sync_root_files' = false Selective sync configured = false
For one time sync, run
onedrive --synchronize
or if you want to monitor your OneDrive storage for changes
onedrive --monitor
Do not forget that onedrive doesn’t start when the user logs in. To run automatically when you log in, you can add onedrive --monitor
command to your startup application.
sudo systemctl status apache2
sudo systemctl is-enabled apache2
sudo systemctl disable apache2
sudo systemctl stop apache2
sudo systemctl mask apache2
sudo apt remove apache2
cat /etc/X11/default-display-manager for GDM3 –/usr/sbin/gdm3for LightDM –
/usr/sbin/lightdmand SDDM –
/usr/sbin/sddmsystemctl status display-managersudo dpkg-reconfigure <Default_Display_Manager>sudo dpkg-reconfigure gdm3 sudo dpkg-reconfigure lightdm sudo dpkg-reconfigure sddmsource: https://techpiezo.com/linux/switch-display-manager-in-ubuntu-20-04/ssh -L 5900:localhost:5900 username@10.17.17.49vncviewer localhost
I’m really confused about this now. I’m pretty sure that
let x:SomeType[] = []
is equivalent to
let x: Array<SomeType> = []
but is
let x:[SomeType] = []
also equivalent and correct?
No. [SomeType]
represents a tuple type, i.e., an array with exactly one element of SomeType
[string, number]
, for example, would match an array like ["test", 0]
source:
https://stackoverflow.com/questions/63625736/is-interface-a-valid-array-definition-in-typescript
sudo systemctl start mongod
sudo systemctl status mongod
sudo systemctl enable mongodsudo systemctl stop mongodsudo systemctl restart mongodNode.jscurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash source ~/.bashrcnvm list-remotenvm install v13.6.0 nvm use v13.6.0 nvm currentnode -v
Jakby ktoś musiał jeszcze coś w tym PHP zrobić … (choć po co???? przecież jest JS)
If you’re using Apache as your web server, run the following commands to install PHP and Apache PHP module:
sudo apt update
sudo apt install php libapache2-mod-php
Once the packages are installed, restart Apache for the PHP module to get loaded:
sudo systemctl restart apache2
Installing PHP 7.4 with Apache
If you’re using Apache as your web server, run the following commands to install PHP and Apache PHP module:
sudo apt update
sudo apt install php libapache2-mod-php
Once the packages are installed, restart Apache for the PHP module to get loaded:
sudo systemctl restart apache2
KATALOG ROOT APACHE2:
/var/www/html/
sudo apt-get update
sudo apt-get install build-essential
/usr/share/applications
$ rm ~/.local/share/recently-used.xbel # clear current file history
$ touch ~/.local/share/recently-used.xbel # create a 0-byte history file
$ sudo chattr +i ~/.local/share/recently-used.xbel # make it readonly
install gnome-tweaks
lsinitramfs
update-initramfs -u -k 5.4.0-53-generic
sudo apt update
sudo apt upgrade
ubuntu-drivers devices
sudo ubuntu-drivers autoinstall
lub
sudo apt install nvidia-420
sudo sysctl fs.inotify.max_user_watches=582222 && sudo sysctl -p
https://stackoverflow.com/questions/34662574/node-js-getting-error-nodemon-internal-watch-failed-watch-enospc
https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet
http://ubuntuhandbook.org/index.php/2019/03/display-cpu-memory-network-usage-in-ubuntu-18-04-panel/
Strona startowa: www.jaceksen.pl