Quantcast
Channel: linux – A Blog From a Human-engineer-being
Browsing latest articles
Browse All 10 View Live

Today's Linux Console Command

EROGOL serving you good info It is good if you are working on console and you don't want to change it for any little text addition to any file. Here is the command: echo "this text will be added" |...

View Article


Creating Custom Linux Command

EROGOL serving you good info Sometimes you may need to repeat lots of linux command on terminal for any aim. It is some time so boring to type all the commands again and again so the solution to create...

View Article


Hacker's first target file /etc/passwrd on Linux ! Why?

EROGOL serving you good info At Linux /etc/passwrd file includes information about the user accounts on the operating system.  Permissions and password (if not encrypted) related with specific user...

View Article

Use Compiz in Linux Mint 13 MATE

EROGOL serving you good info There is some things you have to do to get Compiz work. Install the packet "compizconfig-settings-manager".  In a terminal window write "compiz --replace"     (When you...

View Article

Changing MAC address of your network cards on Linux

EROGOL serving you good info See the current MAC values erogol@erogol-G50V ~ $ ifconfig -a | grep Ethernet eth0      Link encap:Ethernet  HWaddr 00:22:15:3a:36:93 wlan0     Link encap:Ethernet  HWaddr...

View Article


A bash script for Linux to extract all kind of compressed file from console.

EROGOL serving you good info Open ~/.bashrc file with your favorite editor and paste below script to the bottom of the file. extract () { if [ -f $1 ] ; then case $1 in *.tar.bz2) tar xvjf $1 ;;...

View Article

Simple hack to connect an authentication needed internet. (like in Starbucks)

EROGOL serving you good info For the notion of tradition I need to say that "all the information for educational purpose". To make use of that trick, you should able to connect to the LAN but cannot...

View Article

Intallation CUDA to Ubuntu 12.10 with Optimus Nvidia Cards

EROGOL serving you good info I installed Ubuntu 12.10 to my brand new machine but as always I started to deal lot of deriver problems coming around. Most consuming trouble was about the Nvidia drivers....

View Article


Yes! I am a Linux User but...

EROGOL serving you good info The post Yes! I am a Linux User but... appeared first on A Blog From a Human-engineer-being. No related posts.

View Article


Solution to Steam lunch problem in linux

EROGOL serving you good info If you installed Steam to your linux machine and see some lunch alerts complaining about such error; You are missing the following 32-bit libraries, and Steam may not run:...

View Article
Browsing latest articles
Browse All 10 View Live