Search Results

Search: Posts Made By: bdittmar
5,926
Posted By bdittmar
Have look with GOOGLE
Have a look at:

What’s the Difference Between Bash, Zsh, and Other Linux Shells? (https://www.howtogeek.com/68563/htg-explains-what-are-the-differences-between-linux-shells/)
2,263
Posted By bdittmar
connection refused !
[geo@localhost ~]$ sudo mailq
-Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient-------
631F22010F3D 476 Sat Jul 20 10:05:32 geo@localhost.localdomain
(connect to...
6,149
Posted By bdittmar
Use find and mtime !
Hello,
discussed a lot of times.

Use find and mtime ..... and exec rm

Have a look at :
https://www.unix.com/red-hat/104983-find-files-older-than-30-days-directories-delete-them.html
...
2,093
Posted By bdittmar
Sha256 , copy file to new filename
Hello,
i want to create a sha256 hash for a file and copy the source file under new filename as :

sha256hash_sourcefilename

Input : sha256sum FILE
Example : sha156sum mounttest.123...
969
Posted By bdittmar
man find or google !
Have a look at:

find(1) - Linux man page (https://linux.die.net/man/1/find)

Regards
6,819
Posted By bdittmar
isql does't affect the database !
Isql commands affect the running of isql itself and do not affect the database or data in any way.


Examples

$ isql WebDB MyID MyPWD -w -b < My.sql

Connects to the WebDB as user MyID with...
1,513
Posted By bdittmar
Explain !
Hello:

1) /bin/ping is the absolute path to the executable

2) The null device is typically used for disposing of unwanted output streams of a process, or as a convenient empty file for input...
9,137
Posted By bdittmar
Root squash
Hello,

Root squash

Root squash is a reduction of the access rights for the remote superuser (root) when using identity authentication
(local user is the same as remote user). It is primarily a...
3,256
Posted By bdittmar
Use ORACLE SQL-Developer
Hello,
why don't you use the Oracle SQL-Developer.
Connect to prod_db
Use export function to export a table, db, sheme ....
Connect to dev_bd
Import by using the file created in 2.

...
1,424
Posted By bdittmar
CENTOS - YUM !
Hello,
use YUM :

-------------

12.2. yum Commands

yum commands are typically run as yum <command> <package name/s>.
By default, yum will automatically attempt to check all configured...
1,096
Posted By bdittmar
Hello, This Versions of VB are available: ...
Hello,

This Versions of VB are available:

Oracle VM VirtualBox

Freely available for Windows, Mac OS X, Linux and Solaris x-86 platforms:

Platform File
Windows (32-bit/64-bit) Windows...
1,096
Posted By bdittmar
Hello, for example: Install Oracle VBox...
Hello,
for example:

Install Oracle VBox for Linux on your host.
Install W10 as guest in the VBox.

Regards
6,027
Posted By bdittmar
POP3
Hello,
yahoo-mail only offers pop3 access.

1st: Access yahoo via web:
in options-mail options-pop and ..... enable pop
(No IMAP is supported yet.

2nd: configure :
pop.mail.yahoo.xx ssl...
2,157
Posted By bdittmar
Search 'n GOOGLE
Hello,

have a look at this :

How To Use ps, kill, and nice to Manage Processes in Linux | DigitalOcean...
Forum: Red Hat 06-03-2016
2,145
Posted By bdittmar
In SLES !
Hello,

in Suse (SLES) it's:

# default: off
# description:
# Rexecd is the server for the rexec program. The server provides remote
# execution facilities with authentication based on user...
14,580
Posted By bdittmar
Deleted is deleted
Hello,

in *nix deleted is deleted, no recycle bin like WIN !

Regards
2,800
Posted By bdittmar
Look here
Hello,
have a look at this:

Printing with Netcat (http://www.tkrh.co.uk/netcat.html)

Regards
1,821
Posted By bdittmar
Example
Hello,

something like .

00 18 * * 1-5 export USER=jobs110;sh /erpln/bse/etc/rc.startjob 110-00-0003

or

* * * * * /usr/bin/ksh...
Forum: HP-UX 04-22-2016
8,132
Posted By bdittmar
cfg2html for HP-UX
Hello,

some years ago using HP-UX (RISC).

I know, there's a tool "cfg2html" for HP-UX available.

Here :

cfg2html - Config To HTML Collector (external mirror for beta versions) by ROSE SWE...
13,659
Posted By bdittmar
DOS2UNIX
Hello,

search for dos2unix.

Regards
3,435
Posted By bdittmar
Why not delete all filses older than .... ?
Hello,
why don't you delete all files older than ? by using crontab ?

For example :

find /Path -name "tmp*" -mtime +14 -exec rm -f {} \;

(Delete all tmp files older than 14 days )
...
97,408
Posted By bdittmar
Read the ORACLE 12c Database Installation Guide
Hello,
read the installation guide from :

https://docs.oracle.com/database/121/LADBI/toc.htm

- 5 Configuring Users, Groups and Environments for Oracle Database



Creating Required...
1,947
Posted By bdittmar
MAN , Google .....
Hello,

man : ftp , scp , rcp a.s.o.

or GOOGLE
16,565
Posted By bdittmar
IBM specific
Hello,

this command is IBM specific.

Have a look at :

IBM Knowledge Center (http://www-01.ibm.com/support/knowledgecenter/SSETD4_9.1.2/lsf_command_ref/bsub.1.dita)

Regards
2,630
Posted By bdittmar
There's a forum for SCO !
There's a forum for SCO !
Showing results 1 to 25 of 92

 
All times are GMT -4. The time now is 04:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy