• Shaarli
  • Tag cloud
  • Picture wall
  • Daily
  • RSS
  • Login
4252 shaares
2 / 7
Filters
125 results tagged linux

App::Stacktrace - Stack trace - metacpan.org

QRCode

perl-stacktrace prints Perl stack traces of Perl threads for a given Perl process. For each Perl frame, the full file name and line number are printed.

https://metacpan.org/pod/App::Stacktrace
July 8, 2019 at 11:15:01 AM EDT *
perl debugger linux
FILLER

Makefiles 101: how to use make as a task automation tool

QRCode

Not everyone is aware that make can easily be used to manage tasks in your projects. In this article, I’d like to share a brief introduction to how Makefiles help me automate some tasks in my day to day activities. This brief guide will focus on using make as an automation tool for tasks rather than a tool for compiling code.

https://medium.com/free-code-camp/makefiles-101-how-to-use-make-as-a-task-automation-tool-69d2ccc3f25e
June 20, 2019 at 10:40:17 AM EDT *
make linux
FILLER

Seven Surprising Bash Variables

QRCode

1) PROMPT_COMMAND
2) HISTTIMEFORMAT
3) CDPATH
See comment:
https://unix.stackexchange.com/questions/456866/how-can-i-suppress-printing-the-full-path-to-subdirectories-when-using-cdpath/456867#456867
4) SHLVL
5) LINENO
6) REPLY
7) TMOUT

https://zwischenzugs.com/2019/05/11/seven-surprising-bash-variables/
May 20, 2019 at 9:49:55 AM EDT *
linux bash
FILLER

Schedule One-Time Commands with the UNIX at Tool

QRCode

Cron is nice and all, but don't forget about its cousin at.

https://www.linuxjournal.com/content/schedule-one-time-commands-unix-tool
March 8, 2019 at 4:08:33 PM EST *
linux
FILLER

101 Bash Commands and Tips for Beginners to Experts

QRCode

The commands below are laid out in a more-or-less narrative style, so if you're just getting started with bash, you can work your way through from the beginning to the end. Things generally get less common and more difficult toward the end.

https://dev.to/awwsmm/101-bash-commands-and-tips-for-beginners-to-experts-30je#semicolon-andand-and
January 30, 2019 at 8:28:18 AM EST *
linux
FILLER

Kubernetes: Getting Started - chrisshort.net

QRCode

Getting Started with Kubernetes sounds like quite a daunting feat. How do you get started with “an open-source system for automating deployment, scaling, and management of containerized applications”?

https://chrisshort.net/kubernetes-getting-started/
January 5, 2019 at 2:44:41 PM EST *
kubernetes linux containers docker
FILLER

FOSS Alternatives to Popular Proprietary Software

QRCode

YouTube - PeerTube, https://joinpeertube.org/en/home/
Twitter - Mastodon, https://mastodon.social/about
Adobe InDesign - Scribus, https://www.scribus.net/

https://www.linuxjournal.com/content/foss-software-alternatives-popular-proprietary-software
September 4, 2018 at 4:15:24 PM EDT *
linux video
FILLER

What is a Makefile and how does it work?

QRCode

If you want to run or update a task when certain files are updated, the make utility can come in handy. The make utility requires a file, Makefile (or makefile), which defines set of tasks to be executed. You may have used make to compile a program from source code. Most open source projects use make to compile a final executable binary, which can then be installed using make install.

https://opensource.com/article/18/8/what-how-makefile
August 28, 2018 at 3:04:47 PM EDT *
make programming linux
FILLER

Really Friendly Command Line Intro - Hello Web Books

QRCode
https://hellowebbooks.com/learn-command-line/
June 19, 2018 at 3:11:19 PM EDT *
tutorial linux
FILLER

A little collection of cool unix terminal/console/curses tools

QRCode

Just a list of 20 (now 28) tools for the command line. Some are little-known, some are just too useful to miss, some are pure obscure -- I hope you find something useful that you weren't aware of yet! Use your operating system's package manager to install most of them. (Thanks for the tips, everybody!)

https://kkovacs.eu/cool-but-obscure-unix-tools
April 11, 2018 at 2:43:46 PM EDT *
linux
FILLER

Perl one liners

QRCode
https://github.com/learnbyexample/Command-line-text-processing/blob/master/perl_the_swiss_knife.md
March 12, 2018 at 4:21:09 PM EDT *
linux perl
FILLER

Deprecated Linux networking commands and their replacements | Doug Vitale Tech Blog

QRCode

Specifically, the deprecated Linux networking commands in question are: arp, ifconfig, iptunnel, iwconfig, nameif, netstat, and route. These programs (except iwconfig) are included in the net-tools package that has been unmaintained for years. The functionality provided by several of these utilities has been reproduced and improved in the new iproute2 suite, primarily by using its new ip command. The iproute2 software code is available from Kernel.org. Iproute2 documentation is available from the Linux Foundation and PolicyRouting.org.

https://dougvitale.wordpress.com/2011/12/21/deprecated-linux-networking-commands-and-their-replacements/?imm_mid=0f647c&cmp=em-prog-na-na-newsltr_20170916
September 19, 2017 at 10:53:09 AM EDT *
networking linux
FILLER

Make it persistent

QRCode

This page describes the following steps:

  1. Resize fat32 boot partition
  2. Add ext4 “casper-rw” partition
  3. Add Ubuntu persistent to boot menu
https://usbubuntu.wordpress.com/make-it-persistent/
July 4, 2017 at 9:55:02 AM EDT *
linux
FILLER

A guide to learn bash

QRCode
https://github.com/Idnan/bash-guide
April 5, 2017 at 7:32:55 PM EDT *
bash linux tutorial
FILLER

None

QRCode
https://github.com/robbyrussell/oh-my-zsh
May 31, 2013 at 9:59:14 AM EDT *
zsh linux
FILLER

X11 connection rejected because of wrong authentication after sudo to another user

QRCode

Defaults env_keep += "DISPLAY XAUTHORIZATION XAUTHORITY"

http://jianmingli.com/wp/?p=724
September 6, 2012 at 12:11:30 PM EDT *
linux
FILLER

Cheat Sheet

QRCode
http://dl.dropbox.com/u/397277/bash_shell_cheat_sheetV2.pdf
June 20, 2012 at 12:38:55 PM EDT *
linux cheatsheet
FILLER

Bug 771252 – Review Request: cinnamon - Window management and application launching for GNOME

QRCode
https://bugzilla.redhat.com/show_bug.cgi?id=771252
May 30, 2012 at 12:17:29 PM EDT *
linux
FILLER

Speeding up Linux Using hdparm - O'Reilly Media

QRCode
http://linuxdevcenter.com/pub/a/linux/2000/06/29/hdparm.html
February 12, 2012 at 7:42:11 AM EST *
linux
FILLER

How to configure Grub2 in Ubuntu 9.10 | Linuxers

QRCode
http://linuxers.org/howto/how-configure-grub2-ubuntu-910
January 8, 2012 at 10:56:22 AM EST *
linux
FILLER
2 / 7
Shaarli · The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community · Documentation
Fold Fold all Expand Expand all Are you sure you want to delete this link? Are you sure you want to delete this tag? The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community