Hollywood movies often have a tech geek entering commands and doing amazing things. While it may not be that easy to hack into public transport systems or or control the world like Eagle Eye, the command line is certainly a geeks playground.
Want to show off your command line prowess to your geeky friends but don’t know any cool tricks? Well you are in luck. The following websites will give you plenty of tricks and tips to satiate your hunger:
“Fu” is defined as possessing superior skills related to an art. Aptly named “Shell fu” houses user-submitted command line goodies, tips and tricks. You can vote entries up if you like them and vote them down if you find they are harmful or do not work as advertised.
If you have some tricks of your own you can even submit them and they will be added to the site after the moderators have a look at them.
Shell fu and Command-line fu are almost identical in concept. Command-line fu allows users to share their CLI wisdom with others and also vote up and down on submitted snippets.
Both shell-fu and command-line fu allow you to follow snippets through RSS and Twitter although I did find command-line fu offers a bit of extra control on RSS feeds.
Snipt is the “long term memory for coders”. Snipt is a collection of frequently used commands and code snippets. You can share these snippets with your co-workers or make them public. Public snippets are viewable to everyone and for our specific case, we are interested in the bash section. However feel free to browse other sections as well.
While all the other resources mentioned utilize the power of the crowds to build up content, this one is different. It is Peteris Krumins blog about programming, software and hacking.
What’s so special about it? The famous sed, awk one liners, vim tips, plugins and cheat sheets that Peteris has fabricated over time. The occasional musical geek friday is fun as well.
While it may not be updated as often as the others, but more often than not the content is worth the wait.
Pick up the basics
While the places mentioned above have plenty of content to keep you busy learning, they are not the best places to start your journey. If you want to start with basics have a look at Introduction to the Linux Command Line published on MakeUseOf earlier. You may also find command line basics here and here. For advanced topics you can read the Advanced Shell Scripting Guide.
That’s plenty of information to keep you involved and build up your Linux-fu! Do you know of any good sites to learn Linux commands? Or have you referred to a Linux command line tutorial that you really like? Share with the world in the comments!
Johnny Hughes has announced the release of CentOS 4.8. This is a new version of the project’s older, legacy branch built by the recompiling the source package for Red Hat Enterprise Linux 4.8: “The CentOS development team is pleased to announce the release of CentOS 4.8 for i386 and x86_64 architectures. New in this release: there is a technology preview of OpenOffice.org 2.0 included in the updates directory. Known issues: there is a requirement to swap in CD-1 during the install phase of CD-4 during some installs when the comps RPM is required to be installed; an upstream bug with the 3c59x Ethernet driver has been encountered during testing; there are issues with the i586 support on the AMD K6II processor….” See the release announcement and release notes for more details. Existing installations can be updated to the latest version via the usual update mechanism, but an installation CD and DVD images are also provide for download (mirror list: CentOS-4.8-i386-binDVD.iso (2,342MB, MD5, torrent), CentOS-4.8-x86_64-binDVD.iso (2,605MB, MD5, torrent).
Posted 3 years, 8 months ago at 3:42 pm. Add a comment
Navigate to the liveusb-creator-3.2 folder and click liveusb-creator.exe to launch the tool
Under Use existing Live CD, browse to where you saved the CentOS-5.1-i386-LiveCD.iso and select it
Set the Target Device to point to your
USB flash drive
Click Create Live USB to begin the creation process
A simple progress bar will indicate the progress of your USB CentOS creation. Once the process has finished, simply restart your PC and set your System BIOS or Boot Menu to boot from the
USB flash drive
If all goes well, you should now be booting into your own portable CentOS.
You can install the MS core fonts by installing the msttcorefonts package. To do this, enable the “Universe” component of the repositories. This is done by default in Feisty. After you do that, use the following command from the command line:
$sudo apt-get install msttcorefonts
This will give you the core fonts, but if there are other TrueType fonts that you want installed, it is as easy as copying the font files to the ~/.fonts/ directory.
After installing new fonts, you will have to log out and log in again to be able to see and use the new fonts. If you want to avoid this, you can regenerate the fonts cache by issuing the following command: $sudo fc-cache -fv
Jereme Hancock announced the release of Ubuntu Christian Edition 5.0: “After almost a full year without a release we finally have the next release ready. We also have a new development team and focus. The release of Ubuntu Christian Edition 5.0, based on Ubuntu 9.04, is now available for download as well as from our repository. This has been a request from the very beginning. We are excited that now Ubuntu users can simply install Ubuntu Christian Edition using APT or Synaptic. This release is a back-to-basics release and should be considered beta at this point. We are focusing on the functionality for now and will work towards the aesthetics.” See the release announcement and turn to the end of the changelog for further information. Download: ubuntu-9.04-christian_edition_v5.0.iso (694MB, MD5).
Posted 3 years, 10 months ago at 3:50 pm. Add a comment