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" "$@" ...
Thursday, April 27, 2017
frist move config to efi/clover/here use kext utility and install Kext Lilo and NvidiaSetup install Nvidia Driver reboot FO...
Wednesday, April 26, 2017
fix sierra wifi AR9565
Ivan Boginski
April 26, 2017
install to kext utility here https://drive.google.com/open?id=0B7biQJgVLHDuVjgtb291WEJ2WVk http://www.insanelymac.com/forum/topic/312045...
Tuesday, April 25, 2017
sed -i 's/geteuid/getppid/' /usr/bin/vlc or gedit /usr/bin/vlc search for geteuid and replace it with getppid Save fi...
switch window gnome
Ivan Boginski
April 25, 2017
gsettings set org.gnome.desktop.wm.preferences button-layout 'close,minimize,maximize:'
Thursday, April 20, 2017
Script Conky compatible with Gnome 3
Ivan Boginski
April 20, 2017
startup gnome [Desktop Entry] Name=Conky Manager MimeType= Exec=conky -c "/home/ivan/.conky/conkyrings/mem" & Ty...
Thursday, April 13, 2017
check the systemd long running service when booting
Ivan Boginski
April 13, 2017
run in terminal systemd-analyze blame
Thursday, March 30, 2017
How to root Genymotion
Ivan Boginski
March 30, 2017
for linux or bsd,, please install wine 1 enable developer and usb debuging 2 check ip emulator in window decoration 3 download adb and e...
Sunday, March 26, 2017
Move Home to partition
Ivan Boginski
March 26, 2017
Migrating the Home folder To migrate your current Home folder to an external partition, there are four things that you need to do: Mount...
Friday, March 17, 2017
not start virtualbox arch
Ivan Boginski
March 17, 2017
sudo pacman -S virtualbox-host-dkms sudo modprobe vboxdrv
set time manjaro openrc
Ivan Boginski
March 17, 2017
sudo pacman -S timeset-gui
Wednesday, March 15, 2017
Create StartUP Nvidia
Ivan Boginski
March 15, 2017
for xfce4 startup & sessions name= nvidia des= Configure NVIDIA X Server Settings command= sh -c '/usr/bin/nvidia-setti...
install grub cuztomizer add kernel parameter resume=UUID=89bd2ecf-a531-40bf-b8bc-140c7b7c5da2 UUID from swap check use gparted reboot...
==> ERROR: Failed to load preset: `/etc/mkinitcpio.d/linux.preset' (manjaro)
Ivan Boginski
March 15, 2017
I have experienced that because of the different name of Linux.preset it should be linux47.preset note: don't rename it as you will m...
Labels:
Arch Linux,
Backbox,
Debian,
KDE Plasma,
Linux,
Ubuntu
Saturday, March 11, 2017
Change Python3 default for Ubuntu
Ivan Boginski
March 11, 2017
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 10
Install Django Arch Linux
Ivan Boginski
March 11, 2017
sudo pacman -S python-pip sudo pacman -S python-virtualenvwrapper check pip freeze ##create project Django mkdir blog cd blog vi...
Friday, March 10, 2017
How to Create zRam on Linux
Ivan Boginski
March 10, 2017
Put these on the terminal sudo modprobe zram and then sudo sh -c "echo 'lz4' > /sys/block/zram0/comp_algorithm" ...
Labels:
Arch Linux,
Backbox,
Debian,
Linux,
Ubuntu
Restore Grub Arch based
Ivan Boginski
March 10, 2017
#Use mhwd-chroot check partition arch based use gparted or lsblk -f #install chroot yaourt mhwd-chroot or yaourt -S mhwd-chroot-exten...
Replace Shell
Ivan Boginski
March 10, 2017
xample zsh chsh -s /bin/zsh root account sudo chsh -s /bin/zsh reboot
add new swap partition
Ivan Boginski
March 10, 2017
sudo gedit /etc/fstab use gparted check UUID swap partition UUID=7219e599-98bf-41d1-8197-f4579bb2e7fb swap swap defaults ...
Use Pacman Overview
Ivan Boginski
March 10, 2017
#Searching for Software Packages pacman -Ss [software package name] example pacman -Ss gnome #Searching Your System pacman -Qs [s...
Change manjaro Stable to Testing or Unstable
Ivan Boginski
March 10, 2017
#Change Repository Branch (temporary) sudo pacman-mirrors -g -b testing sudo pacman -Syyu #Alternative: Amend the Repository Branch (...