Skip to main content

Windows optimizations

windows hidden attribute enabled 

show -> attrib -H -S -R Desktop\myfile.txt
show recursive --> attrib -H -S -R Desktop\*

hidden -> attrib -H -S -R Desktop\myfile.txt
hidden recursive --> attrib -H -S -R Desktop\*

Windows 10 and 8.1 Dual Boot

Hi,everyone

X:\Sources>
X:\Sources>d:
D:\>dir
D:\>diskpart
DISKPART> select vdisk file=d:\win10.vhd
    DiskPart successfully selected the virtual disk file.
DISKPART> attach vdisk
    100 percent completed
    DiskPart successfully selected the virtual disk file.
DISKPART> exit
Leaving DiskPart...
D:\>




Right Click Cmd Command əlavə etmək 

1. Keyboard'dan win(windows logo button) + R klik edin
2. Açılan pəncərə(window) regedit daxil edin və Enter vurun
3. HKEY_CLASSES_ROOT\Directory\shell  path'ə gedin
4. Shell üzərindən right click edin New-->Key edin  yeni bir folder yaradılacaq və bir ad verin "CmdCommand"
5. CmdCommand uzərindən right click edin New-->Key click edin və yeni bir ad verin "Command"
6. Hal hazırda right click əməliyyatında button yaradılıb amma işləmir "Test edə bilərsiz"
7. Command folder'də Default adında bir String Value var, ona klik edin
8. Açılan pəncərəsində
    Value data:  cmd.exe /k cd %1
daxil edin və Enter vurun
9. Hazırdır, uğurlar

How to Restore and Customize Ubuntu GRUB Bootloader 

Steps:
1) Create a bootable USB Flash Drive of Ubuntu.
- Download Ubuntu
http://www.ubuntu.com/download/desktop
- Download and install Universal USB Installer 
http://www.pendrivelinux.com/universa...
- Create bootable USB flash drive of Ubuntu
2) Restart computer and boot into Ubuntu.
3) Use try Ubuntu and install boot-repair.
Commands:
sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install boot-repair
y
boot-repair
4) Recommended repair.
5) Afterwards, if you restart, you can see the GRUB Bootloader again. You can select between Ubuntu and Windows.
6) Use Ubuntu
Next parts will be customizing Ubuntu GRUB Bootloader:
8) Open a terminal:
sudo fdisk -l
9) Keep track of what sda number is Windows partition on.
10) Customize GRUB bootloader
cd /boot/grub
sudo gedit grub.cfg
11) Delete any duplicate entries that do not match sda number correctly, and delete any extra entries that you may never use.

how do you resize a VirtualBox?

cavadjava@Javad:~/VirtualBox VMs/Windows XP$ export PS1='>'
>vboxmanage modifyhd Windows\ XP.vdi --resize 10000

Comments

Popular posts from this blog

VMware -> root access is required for the operations you have chosen FIX ubuntu 14.04

Example ~$ wget https://www.vmware.com/go/tryworkstation-linux-64 [sudo] password for javad: *****  --2016-08-11 11:19:10--  https://www.vmware.com/go/tryworkstation-linux-64 Resolving www.vmware.com (www.vmware.com)... 104.86.190.190, 2a02:26f0:c000:183::2ef, 2a02:26f0:c000:190::2ef ..... .... ... .. . .. ... .... .....  ~$ sudo chmod +x tryworkstation-linux-64 ~$ sudo -i ~#  ~# cd / root@javad-quad:/# cd /home/javad/ root@javad-quad:/home/javad# ./tryworkstation-linux-64 Extracting VMware Installer...done. ... Product: VMware® Workstation 12 Pro Version: 12.1.1 build-3770994 licence key: VY1DU-2VXDH-08DVQ-PXZQZ-P2KV8 VF58R

fix audio in kali linux

1. leafpad /etc/pulse/daemon.conf 2. find "default-sample-channels" and change the number -->1-->save-->exit 3. pulseaudio start 4. pulseaudio --start Practice  root@javad:~# sudo leafpad /etc/pulse/daemon.conf  root@javad:~# pulseaudio start E: [pulseaudio] main.c: Too many arguments. root@javad:~# pulseaudio  --start W: [pulseaudio] main.c: This program is not intended to be run as root (unless --system is specified).  root@javad:~# reboot