Logo
  • Home
  • About
  • Services
  • Career
  • Blogs
  • Contact
Logo

The UK's #1 Software Development Company. PodTech IO builds custom software solutions for businesses. Call today for a free consultation

  • Address

    4th Floor, 4 Tabernacle Street London EC2A 4LU
  • Email

    info@podtech.com
  • Contact

    +44 (0) 20 8720 6583

Tag Archives: ubuntu

  • Home
  • Tag Archives

NVIDIA Releases Linux GPU Kernel Modules as Open-Source

  • By podtech
  • In Community Ubuntu

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 […]

Read More

Ubuntu – Disable/Enable PHPMyAdmin

  • By podtech
  • In Miscellaneous

Enable phpmyadmin: a2enconf  phpmyadmin.conf systemctl reload apache2 Disable phpmyadmin: a2disconf phpmyadmin.conf systemctl reload apache2

Read More

Ubuntu – What package does a file belong to??

  • By podtech
  • In UNIX

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

Read More

Ubuntu – Which Process is Using a port?

  • By podtech
  • In UNIX

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 […]

Read More

Ubuntu – Update OpenSSL – Fix HeartBleed Vulnerability

  • By podtech
  • In Security UNIX

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 […]

Read More

Ubuntu – IPtables – redirect port to different IP

  • By podtech
  • In UNIX

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 […]

Read More

Amazon – Ubuntu CPAN Perl Install

  • By podtech
  • In UNIX

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    

Read More

Ubuntu Static IP tips with VM

  • By podtech
  • In Miscellaneous

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

Read More

APE Server

  • By podtech
  • In UNIX

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 […]

Read More

Linux SCCS (Ubuntu)

  • By podtech
  • In UNIX

Linux SCCS (Ubuntu) CSSC is the same.. apt-get install cssc    

Read More
  • 1
  • 2

Recent Posts

  • DevOps as a Software Development Methodology
  • How Does Spiral Software Development Methodology Work?
  • Waterfall Software Development Methodology And When To Use It
  • What Exactly Is Lean Software Development Methodology?
  • What is Kanban and How Does It Work?

PodTech IO

The UK's #1 Software Development Company. PodTech IO builds custom software solutions for businesses. Call today for a free consultation

Company

  • About
  • Services
  • Contact
  • Blogs
  • Career

Terms

  • Terms & Conditions
  • Privacy Policy

Contact Us

  • ADDRESS

    Headquarter: Tabernacle Street London India: Vi john Tower, Gurgaon, Haryana
  • EMAIL

    info@podtech.com
  • CONTACT

    +44 (0) 20 8720 6583

Copyright ©2023 PodTech IO. All Rights Reserved

Logo