Select Page

Linux

Tutorials, tips & tricks in Linux systems.

Latest Linux Posts

Bluetooth off at Ubuntu startup

As you know when you start your Ubuntu, the bluetooth is always on. If you want to change it you should edit one line in file /etc/bluetooth/main.conf. Find...

How to search content of files in Ubuntu

When you want to search content of many files in Ubuntu, simply type this command: grep -r -l "searching text"   System will search recursively all files...

USB flash drive is read only

Sometimes - especially when I copy large files to my USB flash drive - something is going wrong. Then I noticed that my USB flash drive is read only. I don't...

How to change resolution on GRUB and TTY

When I use Ubuntu the resolution always was OK except tty. The resolution which was set up on GNOME or Unity was not the same on tty when I pressed eg. Ctrl +...

How to mount network share in Ubuntu

I bought a new NAS server (Synology DS415+). Very small and silent NAS. I configured it without any problems. Every workstation with Widows had access to...

External hard drive is read only

Last time when I plugged in my external hard drive (via USB) I couldn't write anything on it. The external hard drive is read only (it was mounted in read...