Notatki Administratora

PowerShell

Test-NetConnection -Port 800 -ComputerName 192.168.0.1 -InformationLevel Detailed

Kategoria: 

Start only text

sudo nano /etc/default/grub
Find this line:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
Change it to:

GRUB_CMDLINE_LINUX_DEFAULT="text"
Update GRUB:

update-grub

Kategoria: 

git export

git archive origin/develop | tar -x -C ../katalog/

From the Git Manual:
Using git-checkout-index to "export an entire tree"
The prefix ability basically makes it trivial to use git-checkout-index as an "export as tree" function. Just read the desired tree into the index, and do:

 git checkout-index --prefix=git-export-dir/ -a
Kategoria: 

How do I create a shortcut to switch workspaces?

gconf-editor
Then choose apps > metacity > global_keybindings

Kategoria: 

Parkowanie HD

check time
hdparm -B /dev/sda

Change time
hdparm -B100 /dev/sda

Kategoria: 

Strony

Subskrybuj Notatki Administratora