If you are having issues connecting to the internet it could be that your winsock files are corrupted. This command will allow you to fix the issue and restore internet connectivit…
Rebuilding degraded raid hdd example : p0 - degraded /c0 show maint remove c0 p {number} /c0 rescan maint rebuild c0 u0 p {number} 3ware RAID ¶ A local copy of 3ware code, utiliti…
HOWTO: Install vmware workstation 6.0.3 on Gentoo From Sabayon How to install vmware workstation 6.0.3 build 80004 (March 14) on Sabayon x86-3.5_Loop2-r2.Please note that this is t…
CHOST="i686-pc-linux-gnu" CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" MAKEOPTS="-j6" GENTOO_MIRRORS="http://mirror.mcs.anl.gov/pub/gentoo/" SYNC="r…
tcpdump -i <interface> -n port 67 or port 68 Ports 67 and 68 are specifically for DHCP traffic - 67 for requests and 68 for responses. Server Success Running dhclient from th…
Kernel Setup emerge udev Linux Kernel Configuration: Device Drivers ---> SCSI device support ---> -*- SCSI device support <*> SCSI disk support If you have an USB CD-RO…
https://www.youtube.com/watch?v=UF8uR6Z6KLc
C:\Program Files\Mozilla Firefox\plugins , копираш NPSWF32.dll(x64) или WPSWF32.dll (x32)
alias command The alias command can be useful if you want to create a 'shortcut' to a command. The format is alias name='command' > alias home='cd /home/dave/public_html' This will…
First you’ll need to generate your local public key. This is the public end of a local public / private pair that you’ll share with the remote machine to identify you. ssh-keyg…