edit service php-fpm in directory /etc/init.d/php-fpm add the command, please look this screenshot mkdir -p /run/php-fpm install LE...
Tuesday, May 23, 2017
Monday, May 15, 2017
configure theme zsh Arch Linux
Ivan Boginski
May 15, 2017
install oh-my-zsh-git from AUR then cp /usr/share/oh-my-zsh/zshrc ~/.zshrc and please be creative, visit more
change shell
Ivan Boginski
May 15, 2017
example bash to zsh chsh - s $ ( which zsh ) and root sudo chsh - s $ ( which zsh ) reboot
Thursday, May 11, 2017
gsettings set org.gnome.desktop.wm.preferences button-layout "close,minimize,maximize:"
Monday, May 8, 2017
Upgrading Using “FreeBSD Update”
Ivan Boginski
May 08, 2017
The freebsd-update (8) utility supports binary upgrades of i386 and amd64 systems running earlier FreeBSD releases. Systems running 9....
Sunday, May 7, 2017
Shell ZSH hsitory not working
Ivan Boginski
May 07, 2017
Add this to your .zshrc paste this SAVEHIST=10 HISTFILE=~/.zsh_history and create file .zsh_history
my example for zsh paste in .zshrc or for bash_profile export GOROOT=/usr/local/go |or| export GOROOT=/usr/lib/go/ "please adjus...
Saturday, May 6, 2017
Sound front headphone pc freebsd || while
Ivan Boginski
May 06, 2017
$ cat /dev/sndstat Installed devices: pcm0: <NVIDIA (0x0051) (HDMI/DP 8ch)> (play) pcm1: <NVIDIA (0x0051) (HDMI/DP 8ch)> (play...
FreeeBSD change default sound card
Ivan Boginski
May 06, 2017
$ cat /dev/sndstat # cat /dev/sndstat Installed devices: pcm0: <NVIDIA (0x0051) (HDMI/DP 8ch)> (play) pcm1: <NVIDIA (0x0051) (H...
FreeBSD VLC sound not working
Ivan Boginski
May 06, 2017
install depencies: fpc-libvlc || phnon-vlc
FreeBSD/GhostBSD Nvidia Installation
Ivan Boginski
May 06, 2017
Nvidia driver installation To play games or use 3D CAD software you need to install Nvidia driver. Install using ports Download the G...
Monday, May 1, 2017
run Chrome as root
Ivan Boginski
May 01, 2017
nano /opt/google/chrome/google-chrome Add this in the bottom row else exec -a "$0" "$HERE/chrome" "$@" ...