Quantcast
Channel: Linux – Jack Stromberg
Browsing all 9 articles
Browse latest View live

Errors From Package Manager in Ubuntu 11.10

Getting the following message from Package Manager in Ubuntu 11.10? Requires installation of untrusted packages The action would require the installation of packages from not authenticated sources. And...

View Article



Image may be NSFW.
Clik here to view.

Setting Static IP in Linux

To setup a static IP in ubuntu, edit your networking settings file. Here is an example of how to do it: Open /etc/network/interfaces: Use these configurations: auto lo iface lo inet loopback auto eth0...

View Article

Show hard drive size in Linux via command line

If you have ever wanted to view how big your hard drive/partition sizes are in Linux, but only have access to the command line interface, here is the command to do it: df df -H (This will show the...

View Article

How to enable and disable apache2 modules in Linux

a2enmod modulename – this will enable a module a2dismod modulename – this will disable a module   Once you have made the changes, execute the service apache2 restart command and away you go!

View Article

Image may be NSFW.
Clik here to view.

Install Self-Signed CA Certificates on Ubuntu 12.04 via Command Line

Copy your .crt files to /usr/share/ca-certificates Run: sudo update-ca-certificates Hit yes to trust the certificates in the wizard (text based for CLI), and away you go!

View Article


How to install Python via command line on Linux

At the time of writing this, Python 2.7.3 is the latest build of the 2.7 builds. You can simply replace the wget url with the Python 3.x build you wish to download if you want to use those releases...

View Article

Image may be NSFW.
Clik here to view.

sh: /usr/bin/vmware-config-tools.pl: Permission denied VMware Tools Linux

Symptom: You see the following permissions error when trying to install VMware Tools on a Linux OS regardless if you are running as su or root: [root@localhost vmware-tools-distrib]#...

View Article

Image may be NSFW.
Clik here to view.

[Tutorial] How-to install VMTools on CentOS 6

Here is a quick tutorial on how to get VMware Tools up and running on a CentOS 6 Linux machine.  Although the instructions are shown with the GUI, we’ll use terminal so the guide works with both gui...

View Article


Image may be NSFW.
Clik here to view.

How to build a LEMP stack

Growing up it was always common to spin up a “LAMP” box to host a website.  The typical setup was: Linux Apache MySQL PHP Over the past few years, this model has slightly changed due to new open source...

View Article

Browsing all 9 articles
Browse latest View live




Latest Images