The Unix and GNU / Linux Command line September 12, 2008 Linux Introduction (Commands)View SlideShare presentation or Upload your own. (tags: floss linux) Share Get link Facebook X Pinterest Email Other Apps Labels UNIX Share Get link Facebook X Pinterest Email Other Apps Comments
Ubuntu Firefox - Font Smoothening September 09, 2008 Step 1: Open a new window or tab and paste this into the address bar - about-config Step 2 : create/set gfx.use_text_smoothing_settin to true Read more
Bash - Convert to Uppercase / Lowercase October 28, 2019 y="HELLO" val=$(echo "$y" | tr '[:upper:]' '[:lower:]') string="$val world" Read more
Restore Ubuntu Panels - Command Line September 09, 2008 gconftool-2 --shutdown rm -rf ~/.gconf/apps/panel pkill gnome-panel Read more
Comments