How to get open terminal in Fedora 24 (Gnome)
The usual package nautilus-open-terminal was replaced by gnome-terminal-nautilus so you can just sudo dnf install gnome-terminal-nautilus-3.20.2-2.fc24.x86_64
Feeding Your Inner Developer
The usual package nautilus-open-terminal was replaced by gnome-terminal-nautilus so you can just sudo dnf install gnome-terminal-nautilus-3.20.2-2.fc24.x86_64
So Fedora 24 came out recently and just like me you ran and did yourself a fresh install. Now you want those video drivers and Intel Graphics installer tells you that your distribution is...
Most likely in your nsswitch file you have a line like hosts: files mdns4_minimal [NOTFOUND=return] dns myhostname mymachines The default settings instructs the pc to resolve all .local addresses with multicast dns...
Close ALL instances of chrome In the terminal type google-chrome –high-dpi-support=1 –force-device-scale-factor=1 you can add those flags in the necessary palaces to keep the change. In my case, Xubuntu 16.04, i opened the Menu...
There are two main ways to do this Put commands or program in the rc.local file nano /etc/rc.local or 2. Use the special crontab @reboot so, access crontab with crontab -e and add your...
Install pip sudo apt-get install python3-pip # replace apt-get with dnf or zypper or whatever your distro uses Install the python virtualenv package pip3 install virtualenv Make your main virtualenv directory mkdir ~/.virtualenvs Create...
On new debian servers, upon attempting to apt-get update you may see the following error root@myserver:~# apt-get update Get:1 http://security.debian.org wheezy/updates Release.gpg [1571 B] Get:2 http://security.debian.org wheezy/updates Release [102 kB] Get:3 http://ftp.debian.org wheezy Release.gpg...
As always we start off with apt-get update apt-get upgrade Install MySQL Server apt-get install mysql-server You will be prompted to input a password, put anything “secure” Now let’s secure our database. mysql_secure_installation This...
You may have noticed that when you are using screen, auto-completion (bash-completion) stops working. This can be remedied by creating a file called .screenrc in your home directory and adding to it “defshell -bash”....
If you are experiencing the following error ERROR: The certificate of `raw.github.com’ is not trusted. ERROR: The certificate of `raw.github.com’ hasn’t got a known issuer. Then you simply need to install ca-certificates.. you can...
Recent Comments