Skip to main content

Home/ Linux/ Group items tagged comments

Rss Feed Group items tagged

aa8538722

Facebook Autopilot | is a creative software, which can share on Facebook groups and com... - 0 views

  •  
    FACEBOOK AUTOPILOT communicate with Facebook pages and make likes and comments so your accounts stay safe
anonymous

OOM Killer - linux-mm.org Wiki - 0 views

  •  
    The functions, code excerpts and comments discussed below here are from mm/oom_kill.c unless otherwise noted. It is the job of the linux 'oom killer' to sacrifice one or more processes in order to free up memory for the system when all else fails. It will also kill any process sharing the same mm_struct as the selected process, for obvious reasons. Any particular process leader may be immunized against the oom killer if the value of its /proc//oomadj is set to the constant OOM_DISABLE (currently defined as -17). The function which does the actual scoring of a process in the effort to find the best candidate for elimination is called badness(), which results from the following call chain: _alloc_pages -> out_of_memory() -> select_bad_process() -> badness() The comments to badness() pretty well speak for themselves:
anonymous

CDCat - 0 views

  •  
    The cdcat is graphical (QT based) multiplatform (Linux/Windows/MacOS) catalog program which scans the directories/drives you want and memoryze the filesystem (including the tags of mp3's) and store it in a small file. Features: - Searching with regex or wildcards in file names/comments/tags/etc... - Read mp3 tags (if you enable it) - Autoload database on startup - Can mount/umount/eject the cd-drive on Linux - Read file content from the specified files (e.g: *.nfo) - Platform indepentent Gzipped XML format. - Import/Export functions for CSV/XML-gtktalog/HTML - Possibility to add comment for files or directories.
David Corking

Reconnecting your SSH agent to a detached GNU screen session | tolaris.com - 3 views

  •  
    This is almost perfect!  For me, on Debian 7.1, Remi's code needed a small tweak. I put backticks around `whoam`i It allows me to use git push/pull after I have disconnected and reconnected to a screen session. SSH_AUTH_SOCK=$(find /tmp/ssh-* -user `whoami` -name agent\* -printf '%T@ %p\n' 2>/dev/null | sort -k 1nr | sed 's/^[^ ]* //' | head -n 1)
anonymous

Ksplice: Upgrade / Patch Your Linux Kernel Without Reboots - 0 views

  •  
    "Ksplice: Upgrade / Patch Your Linux Kernel Without Reboots by Vivek Gite · 5 comments Generally, all Linux distributions needs a scheduled reboot once to stay up to date with important kernel security updates. RHN (or other distro vendors) provides Linux kernel security updates. You can apply kernel updates using yum command or apt-get command line options. After each upgrade you need to reboot the server. Ksplice service allows you to skip reboot step and apply hotfixes to kernel without rebooting the server. In this post I will cover a quick installation of Ksplice for RHEL 5.x and try to find out if service is worth every penny."
anonymous

lftp to accelerate ftp / http download speed under Linux and UNIX - 0 views

  •  
    "lftp to accelerate ftp / http download speed under Linux and UNIX by Vivek Gite · 4 comments lftp is a file transfer program that allows sophisticated ftp, http and other connections to other hosts. If site is specified then lftp will connect to that site otherwise a connection has to be established with the open command. This is an essential tool for all a Linux admin. I've already written about Linux ultra fast command line download accelerator such as Axel and prozilla. lftp is another tool for same job with more features. "
aa8538722

Download | Facebook AutopilotFacebook Autopilot - 0 views

  •  
    Facebook autopilot is a creative software, which can share on Facebook groups and comments just like a real human
Marco Castellani

DistroWatch.com: Put the fun back into computing. Use Linux, BSD. - 0 views

  • So what is the main benefit of choosing Slackware Linux over other distributions? First and foremost, it's the clean and uncomplicated system, with no hidden surprises, that is perhaps Slackware's biggest asset. As commented recently by a poster on a popular web site, it is the only major distribution that has resisted the temptation to add custom features and other bloat to Linux. Slackware is as pure and natural as a Linux distribution can be - it comes with a vanilla kernel and it includes just the necessary libraries, as well as a well-balanced set of development tools, desktop and server packages. Nothing more and nothing less.
abuwipp

How to install Oracle 10g XE in 64-bit Ubuntu | Ubuntu Geek - 0 views

    • abuwipp
       
      Works for 32bit Ubuntu too. Have skipped the --force-architecture for the oracle package
  • ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server PATH=$PATH:$ORACLE_HOME/bin export ORACLE_HOME export ORACLE_SID=XE export PATH
  • gksudo gedit ~/.bashrc
  • ...2 more annotations...
  • first, you have that to make the group “dba” and the user “oracle”, before begin the install
    • abuwipp
       
      create group and user first - see comment of Roy
Javin Paul

10 examples of using find command in UNIX - 0 views

  •  
    Here I am listing down some of the way I use find command regularly, I hope this would help some one who is new in UNIX and find command or any developer who has started working on UNIX environment. this list is by no means complete and just some of my favorites , if you have something to share please share via commenting.
1 - 16 of 16
Showing 20 items per page