Fix Java Pugin on Debian

Fix Firefox Java Plugin when change Debian Firefox with Mint Firefox apt-get install –reinstall icedtea-7-jre-jamvm icedtea-7-plugin icedtea-netx icedtea-netx-common icedtea-plugin    

Solaris service status

Example of svcs command and output. # svcs \*nisplus\* STATE STIME FMRI online Sep_01 svc:/network/rpc/nisplus:default   Example of svcs -l command and output. To get the output shown below, you must use the instance name in the FMRI. # svcs…

Linux rebuild the initial ramdisk image

uname -r Make backup of existing ram disk: chroot /mnt/sysimage cd /boot mkinitrd -v -f initrd <TAB> mkinitrd -v -f initrd2.4.18-19.8.0.img 2.4.18-19.8.0   # cp (uname -r).img /root # mkinitrd -o (uname -r).img $(uname -r) # ls -l (uname -r).img initrd…

Windows Netsh Firewall

C:\>netsh firewall show opmode Domain profile configuration (current): ——————————————————————- Operational mode = Disable Exception mode = Enable Standard profile configuration: ——————————————————————- Operational mode = Disable Exception mode = Enable Local Area Connection firewall configuration: ——————————————————————- Operational mode = Enable From…

Mysql Commands

Show process list: SHOW PROCESSLIST; asd  Properties of Transactions: Transactions have the following four standard properties, usually referred to by the acronym ACID: Atomicity: ensures that all operations within the work unit are completed successfully; otherwise, the transaction is aborted…