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
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
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
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
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/
sudo add-apt-repository ppa:alessandro-strada/ppa
sudo apt update && sudo apt install google-drive-ocamlfusegoogle-drive-ocamlfusemkdir ~/googleDrivepodmontowanie: google-drive-ocamlfuse ~/googleDriveodmontowanie: fusermount -u ~/googleDrivegoogle-drive-ocamlfuse -- help
# stop browser
killall firefox
# remove old version if you have it
sudo apt-get remove pipelight
sudo apt-add-repository ppa:pipelight/stable
sudo apt-get update
sudo apt-get install –install-recommends pipelight-multi
sudo pipelight-plugin –update
pipelight-plugin –enable silverlight
firefox
about:plugins
check for silverlight
http://bubblemark.com/silverlight2.html
www.horizon.tv
ffmpeg -i film.mkv film.avi
ffmpeg -i input.flv -ar 22050 -b 2048k output.avi
ffmpeg -async 1 -i inputVideo.flv -f avi -b 700k -qscale 0 -ab 160k -ar 44100 outputVideo.avi
ffmpeg -loglevel 0 -async 1 -i inputVideo.flv -f avi -b 700k -sameq -ab 160k -ar 44100 outputVideo.avi
ffmpeg.exe -i video.flv -qscale 0 outputVideo.avi
ffmpeg -i film.webm -qscale 0 -strict -2 film.mp4
dav://alfresco.firm.com:8080/alfresco/webdav
davs://alfresco.firm.com:8080/alfresco/webdav
nautilus mounts in:
/run/user/1000/gvfs
Try uname -m
. It seems like the uname -m
actually gives
x86_64 ==> 64-bit kernel
i686 ==> 32-bit kernel
Source:
http://stackoverflow.com/questions/246007/how-to-determine-whether-a-given-linux-is-32-bit-or-64-bit
echo fs.inotify.max_user_watches=100000 | sudo tee -a /etc/sysctl.conf; sudo sysctl -p
sudo add-apt-repository universe
sudo apt-get update
sudo apt-get install exfat-fuse exfat-utils
sudo mkdir /media/exfat
sudo mount -t exfat /dev/sdxx /media/exfat
Source
http://askubuntu.com/questions/451364/how-to-enable-exfat-in-ubuntu-14-04
To shutdown run the command
sudo shutdown -P 60
That is 60 mins.
You could do
sudo shutdown -P 1:00
to shutdown at 1am and
Strona startowa: www.jaceksen.pl