Skip to content
CodeMarvels
All's the Code !
  • Home
  • Privacy Policy
  • About

Tag: linux

Notes/Technology

Linux: Copy files owned by a user to another folder

Posted on September 30, 2018 by Kj / 0 Comment

Example To copy all files owned by root in folder rpms to say folder docker-rpms, do this – [bash] find rpms -user root -exec cp -f {} docker-rpms/ \; [/b...

Notes

Installing NetBeans IDE in Linux

Posted on April 28, 2016 by saurabh / 0 Comment

  Go to the link – https://netbeans.org/downloads/ Select Platform as Linux(x86/x64). Download the installer for NetBeans. From the terminal, navigat...

Notes

Installing Oracle Database XE in Linux

Posted on March 28, 2016 by saurabh / 0 Comment

To install Oracle Database XE: 1. Log on to your computer with root permissions. 2. Go to the following Web site: http://www.oracle.com/technetwork/database/exp...

Technology

Linux intro and Basic commands

Posted on July 5, 2013 by saurabh / 0 Comment

Linux is a Unix-like computer operating system. Linux was originally developed as a free operating system for Intel x86-based personal computers. Now its popula...

Notes/Technology

Chat/Text messaging from commandline on Linux

Posted on November 16, 2012 by Kj / 0 Comment

Want to urgently copy a text message from one pc to another, or have a short conversation with a peer on another pc ? here’s how – @ PC1: nc -l [por...

Recent Posts

  • Fix : Docker node down after restart
  • IP Telephony – bit rates of audio formats, and other notes
  • Fix: Cannot start container Subnet sandbox join failed error from docker
  • React Ajax call on load gives : “Error: Should not already be working.”
  • Fix : The repository ‘http://archive.ubuntu.com/ubuntu disco-backports Release’ no longer has a Release file.

Categories

  • Algorithms
  • Android Development
  • BoshServlet
  • C++ projects
  • Code Philosophies
  • Conversational AI
  • Machine Learning
  • Miscellaneous
  • Notes
  • Society
  • Technology

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
© 2021 CodeMarvels
Powered by WordPress | Theme: Graphy by Themegraphy