I know that I can update a snap package using
sudo snap refresh <package>
But is there a way to update all snaps, like
sudo apt dist-upgrade
I know that I can update a snap package using
sudo snap refresh <package>
But is there a way to update all snaps, like
sudo apt dist-upgrade
I dual boot Ubuntu and Windows 7.
I was browsing on FireFox in Ubuntu and all of a sudden I get some error message, so I rebooted.
Now when I try to boot into Ubuntu I get this message:
fsck from util-linux 2.26.2
/dev/sda6 contains a file system with errors, check forced.
/dev/sda6: Inodes that were part of a corrupted orphan linked list found.
/dev/sda6: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e., without -a or -p options)
fsck exited with status code 4
The root filesystem on /dev/sda6 requires a manual fsck
Busybox v1.22.1 (Ubuntu 1:1.22.0-15ubuntu1) built in shell (ash)
Enter 'help' for a list of built-in commands.
(initramfs) _
How can I fix this?
Is there any way I can see at what time the commands were executed from the bash history? We can see the order but is there any way I can get the time also?
Bottom-Line: Execution time in the Bash history
I want to clear all previous commands from the history of my server. I used history -c
and it seems all things are cleared but when I ssh to the server, all the commands are still there.
How can I clear them permanently?
Can anyone point me to a good tutorial on installing a root certificate on Ubuntu?
I've been provided with a .crt
file. I gather that need to create a directory at /usr/share/ca-certificates/newdomain.org
and place the .crt
in that directory. Beyond that I'm not sure how to proceed.