Here is a way to restore it to it's default.
sudo mv ~/.gconf/apps/panel ~/.gconf/apps/panel.bak
sudo reboot
sudo mv ~/.gconf/apps/panel ~/.gconf/apps/panel.bak
sudo reboot
# unloading the pcspkr module: rmmod -v pcspkrIn addition, add the following line in
/etc/rc.d/rc.local
file to automatic disable it during boot.
/sbin/rmmod pcspkrif you ever want to re-enable the speaker, run the following command:
/sbin/modprobe pcspkr
2. Copy file_name from local server to remote server: copy file_name from /srv/www on local server to remote server /srv/www/
scp -r user_name@remote_ip:/srv/www/pathogenbase/ .
scp /srv/www/file_name user_name@remote_ip:/srv/www/3. If you are copying files between windows and Linux you could use winSCP.
$ sudo yum groupinstall Eclipse2. configuration
$sudo pip install django4. install PyDev: use eclipse install new software feature by adding http://pydev.org/updates
rdesktop -u user_name -f ip_addressTo toggle full screen mode, use
ctrl+alt+enter
# go to Start -> Run -> gpedit.msc # In the Group Policy Editor, navigate to Local Computer Policy -> Computer Configuration -> Administrative Templates -> Windows Components -> Terminal Services, and double-click on the 'Limit maximum Color Depth' object. Set the item to "Enabled" and set "Color Depth" to "24 bit"2. One other problem you may encounter is: Idle time over and rdesktop closed the connection. To fix this problem:
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\terminal services\MaxIdleTimeIt was set to 900,000 mSec. or 15-minutes. I increased the value to 10,800,000 or 3-hours.
$ sudo sh ./ati-driver-installer-x86.x86_64.run #Here I choose custom installation and opt out Catalyst Control Center.2. Configure the driver after installation and enable dual head display
$ sudo aticonfig –initial # if your second display is at the right of your main display $ sudo aticonfig --initial=dual-head --screen-layout=right
When you use ```datatables.min.css``` and ```datatables.min.js``` locally, instead of datatables CDN, you may have encountered that ```sort...