Skip to content
Menu
  • System
    • windows
    • linux
    • mysql
    • oracle
    • Virtualization
  • Network
  • Storage
  • tittle-tattle

Category: System

linuxPosted on05/06/201908/09/2020

How to degrade rpm package version

I installed a high version rpm package by mistake , should install a low version. But I don’t want to uninstall the high version firstly…

FULL TEXT
linuxPosted on06/04/2019

How to calculate amount of files and dictionaries in linux

  The amount of dictionaries ls -lR | grep ^d | wc -l The amount of files find /data -type f | wc -l

FULL TEXT
linuxPosted on05/04/201905/04/2019

error: umount was not found in /proc/mounts

I need to change NFS configuration recently, so umount original device firstly. But I encuntered one error “umount was not found in /proc/mounts” I checked…

FULL TEXT
linuxPosted on05/04/201910/04/2019

[error] upstream timed out (110: Connection timed out) while reading upstream

I configured nginx as a loadbalance and reverse proxy. there were 2 real servers in back-end. If client access this website through nginx ip address.…

FULL TEXT
oraclePosted on20/03/201908/04/2019

reason lack of tablespace and how to deal with it

oracle tablespace isn’t enough,there are 2 reasons: 1. original tablespace is too small, hadn’t been set autoextend; error code: ORA-01653: unable to extend table 2. tablespace…

FULL TEXT
linuxPosted on19/03/201920/03/2019

search modified or accessed files in a specifically period

1. the modified files within n days(-ctime) find . -type f -ctime -n introduction: (1) -type f only search file ,excluding dictionary (2)ctime, the character…

FULL TEXT
oraclePosted on19/03/2019

oracle regular operation of tablespace and data migration

check relationship between tablespace and username. select username,default_tablespace from dba_users; SQL> select username,default_tablespace from dba_users; USERNAME DEFAULT_TABLESPACE —————————— —————————— NAME_A …

FULL TEXT
linuxPosted on14/03/201914/06/2019

linux ERROR: ld.so: object ‘/lib/libcwait.so’ from /etc/ld.so.preload cannot be preloaded: ignored.

[root@ora9i 3238244]# unzip a.zip ERROR: ld.so: object ‘/lib/libcwait.so’ from /etc/ld.so.preload cannot be preloaded: ignored. unzip: cannot find or open a.zip, a.zip.zip or aC.zip.ZIP. [root@ora9i 3238244]# echo…

FULL TEXT

Posts navigation

Previous Page Page 1 … Page 6 Page 7 Page 8 … Page 23 Next Page

Translation


Input Relevant Words

Categories

  • linux (100)
  • mysql (11)
  • Network (9)
  • oracle (52)
  • Storage (6)
  • System (11)
  • tittle-tattle (6)
  • Virtualization (7)
  • windows (10)

Look around

  • oracle regular operation of tablespace and data migration
  • 部署Nagios监控系统一
  • 部署Nagios监控系统三
  • 再做 Oracle 11gR2 RAC部署2
  • linux tools of performance monitor ,testing, and optimization

Tag Cloud

Your browser doesn't support the HTML5 CANVAS tag.

  • vpn
  • lamp
  • Nagios
  • lnmp
  • Performance
  • oracle
  • windows
  • dhcp
  • samba
  • docker
  • Cluster
  • DNS
  • Storage
  • Tomcat
  • LB
  • nginx
  • Mail
  • K8S
  • shell
  • Routing and switching
  • Monitor
  • python
  • Virtualization
  • Net Security
  • Apache
  • mysql
  • linux

wechat QR code

© Copyright 2019 – www.roamway.com
Allium Theme by TemplateLens ⋅ Powered by WordPress