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...
Thursday, March 30, 2017
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 (...