NVIDIA Releases Linux GPU Kernel Modules as Open-Source NVIDIA has announced the release of its Linux GPU kernel modules as open source with dual GPL/MIT license, starting with the R515 driver release. This, and further release are expected to help in the improvement of NVIDIA GPU driver quality and security with input and reviews from […]
Enable phpmyadmin: a2enconf phpmyadmin.conf systemctl reload apache2 Disable phpmyadmin: a2disconf phpmyadmin.conf systemctl reload apache2
Ubuntu – What package does a file belong to?? apt-file search filename or apt-file search /path/to/file To install apt-file, use: sudo apt-get install apt-file You will need to update its database before you can use it: sudo apt-file update
Ubuntu – Which Process is Using a port? 1- Find what application/process is using the pro, type: sudo netstat -lpn |grep :8080 and press Enter. You will get an output similar to this one tcp6 0 0 :::8080 :::* LISTEN 6782/java 2- I have got the process Id, which is 6782, now this is the […]
In case you haven’t heard, a critical bug in the widely used OpenSSL library has been disclosed this week. http://www.bbc.co.uk/news/technology-26971363 Despite the cool name and vector logo, Heartbleed is one of the scariest security bugs to hit the Internet in a long time. I was able to query my own server to reveal memory […]
Ubuntu – IPtables – redirect port to different IP Read IP tables; iptables -t nat -L -n -v For redirecting port to different IP and port echo “1” > /proc/sys/net/ipv4/ip_forward Then, we will add a rule telling to forward the traffic on port 1111 to ip 2.2.2.2 on port 1111: # iptables -t […]
Amazon – Ubuntu CPAN Perl Install If you experiencing any issues with installing, upgrading or managing CPAN perl libraries on a refreshley deployed Amazon EC2 instance make sure you have your build essentials!! Run: sudo apt-get install build-essential
Ubuntu Static IP tips with VM Ensure your DNS settings are configured to that of your service provider otherwise you will not obtain internet connectivity. Check your VM NAT network settings – the gateway is default as 192.168.149.2 not .1
Installing APE on Ubuntu Server 10.10 This small tutorial was made based on the ape-project install documentation. It summarizes things to help people get APE running on Ubunto ASAP. This small tutorial was made based on the ape-project install documentation. It summarizes things to help people get APE running on Ubunto ASAP. Hope it […]
Linux SCCS (Ubuntu) CSSC is the same.. apt-get install cssc
- 1
- 2