Boost CPU to max speed on Linux/CentOS
As I was filling up a ticket and pasting my /proc/cpuinfo I realized my CPU was running at 800MHz even though the CPU is Intel(R) Core(TM) i5-2510E CPU @ 2.50GHz ! How to look...
Just another Yipp.ca Blogs site
As I was filling up a ticket and pasting my /proc/cpuinfo I realized my CPU was running at 800MHz even though the CPU is Intel(R) Core(TM) i5-2510E CPU @ 2.50GHz ! How to look...
$> su - $> yum update # optional but recommanded $> rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org $> rpm -Uvh https://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
$> sudo /usr/local/bin/tcpreplay --intf1=eth0 oppo-multicast.pcap For looping $> sudo /usr/local/bin/tcpreplay --loop=99999 --intf1=eth0 oppo-multicast.pcap
Troubleshooting [root@vfrank network-scripts]# ifup eth1 ./network-functions: line 105: /etc/sysconfig/network-scripts/bond0: No such file or directory It means you either mispelled "xyz" in MASTER=xyz or simply that the file does not exists. You need to create...
cat /var/log/audit/audit.log To add one file as accessible via HTTPD sudo chcon -t httpd_user_content_t /tmp/system_snapshot.dat Other permission (write, execute) are as follow httpd_sys_content_t (system content (var/www) read only to apache) httpd_sys_content_rw_t (system content (var/www)...
Solution mkdir /mnt/centosmini sudo mount -t cifs //192.168.0.104/dev /mnt/centosmini -o user=dev
Solution $> sudo yum install tcl
Solution add timeout=60 in the main section of /etc/yum.conf $> sudo nano /etc/yum.conf [main] timeout=60 (...)
Yes node has an uninstaller ! Get the .tar.gz of the release you have, for example for 0.10.46 https://github.com/nodejs/node/releases/tag/v0.10.46 Assuming it is downloaded in your your home ~/ $> tar -xzvf node-0.10.46.tar.gz $> cd...
Recent Comments