Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Search found 113 matches

by djk44883
2019-08-21 20:20
Forum: Beginners Questions
Topic: Can shell mean a translator?
Replies: 21
Views: 9044

Re: Can shell mean a translator?

So, When I'm working with a graphical environment and do some tasks like copy and paste then who translate it for the computer? copy and paste in a graphical environment not doing by "cp" command? I suppose those who wrote the computer programming code to execute the functions and systems...
by djk44883
2019-08-21 20:11
Forum: Installation
Topic: Dedicate a partition for the whole system or separate it?
Replies: 23
Views: 10926

Re: Dedicate a partition for the whole system or separate it

kill the swap partition, add a swapfile Do think twice before doing that. Linux was designed to use raw block devices as swap space, and still is. Using swapfiles with Linux is a hack. A dirty one. It does not work natively on filesystems types which do not allow to map files to physical blocks, us...
by djk44883
2019-08-21 20:01
Forum: Installation
Topic: Dedicate a partition for the whole system or separate it?
Replies: 23
Views: 10926

Re: Dedicate a partition for the whole system or separate it

There are some downsides to doing that with symbolic links. It's much cleaner to create a folder in /home (e.g. DATA) and then use fstab to mount your data drive/partition to that folder. If /home is on a separate partition to / then it doesn't have to be very big. I could just mount a single folde...
by djk44883
2019-08-21 19:47
Forum: Installation
Topic: Dedicate a partition for the whole system or separate it?
Replies: 23
Views: 10926

Re: Dedicate a partition for the whole system or separate it

Can you share the method? #!/bin/bash #make home cd /media/shared mkdir homelinks cd homelinks mkdir Documents mkdir Downloads mkdir Music mkdir Pictures mkdir Videos mkdir .icons cd ~ rmdir Documents rmdir Downloads rmdir Music rmdir Pictures rmdir Videos rmdir .icons ln -s /media/shared/homelinks...
by djk44883
2019-08-19 18:58
Forum: Beginners Questions
Topic: Can shell mean a translator?
Replies: 21
Views: 9044

Re: Can shell mean a translator?

So you can use 7 wires with either 1 or 0 to represent them all (each keyboard key, see above link). In practice, this binary representation is done using a high voltage (say 5 V) to represent the 1 and a ground (0 V) to represent the 0. These are essentially switches, if you pass electricity throu...
by djk44883
2019-08-19 13:15
Forum: Installation
Topic: Dedicate a partition for the whole system or separate it?
Replies: 23
Views: 10926

Re: Dedicate a partition for the whole system or separate it

hi, In most cases for personal use, a separate home partition is useful when you upgrade or reinstall your system, you can choose to leave this partition untouched so you can have a backup A note, if you upgrade or reinstall, leaving your /home "disconnected", I suspect you allow the upgr...
by djk44883
2019-08-17 13:26
Forum: Beginners Questions
Topic: Can shell mean a translator?
Replies: 21
Views: 9044

Re: Can shell mean a translator?

Well, to be fair, the fact that some computer buses use a serialized architecture and do not send the bits in a parallel manner does not really make that guy's point invalid, now does it? But the way that the peripherals send the data is a bit off topic, yes, getting off topic... keyboards send key...
by djk44883
2019-08-17 10:01
Forum: Beginners Questions
Topic: Can shell mean a translator?
Replies: 21
Views: 9044

Re: Can shell mean a translator?

I guess you must read an article like https://www.linkedin.com/pulse/why-does-computer-understand-only-language-1s-0s-ahmed-mousa . OK, Can you tell me how Terminal work? You may be doing too much guessing. As I first read your citation, I figured it was an over simplification for typical people li...
by djk44883
2019-08-15 22:56
Forum: General Questions
Topic: [SOLVED] Debian 10 alters gdebi and dpkg -i functionality?
Replies: 15
Views: 11455

Re: Debian 10 changes usual gdebi and dpkg -i functionality?

https://wiki.debian.org/NewInBuster su - "also changes everything else" What else? but also changes everything else including the working directory . Please Read.. What we expect you have already Done. 2) That you have searched the Man pages available on your topic. su -, -l, --login Star...
by djk44883
2019-08-15 21:48
Forum: General Questions
Topic: [SOLVED] Debian 10 alters gdebi and dpkg -i functionality?
Replies: 15
Views: 11455

Re: Debian 10 breaks usual gdebi and dpkg -i functionality?

https://wiki.debian.org/NewInBuster Changes The su command in buster is provided by the util-linux source package, instead of the shadow source package, and no longer alters the PATH variable by default. This means that after doing su, your PATH may not contain directories like /sbin, and many syste...
by djk44883
2019-08-15 21:31
Forum: Beginners Questions
Topic: Can shell mean a translator?
Replies: 21
Views: 9044

Re: Can shell mean a translator?

In "Terminal" you type "cp" for copy a file, but computer just understand 0 and 1 then who convert the copy command instructions to 0 and 1 for the computer? Now it's confusing, starts out with translator, always thought it was interpreter, now you're talking converter. I don't ...
by djk44883
2019-08-14 14:44
Forum: General Questions
Topic: SOLVED Need help on downgrading Thunar from 1.8.4 to 1.6.3
Replies: 28
Views: 15456

Re: Need help on downgrading Thunar from 1.8.4 to 1.6.3

I hadn't look into the specifics, just the methods. I suggest you first read https://wiki.debian.org/DontBreakDebian before creating a FrankenDebian. https://packages.debian.org/stretch/thunar and download the .deb file directly. *possibilities 1 Use gdebi pkg to install new-downloaded one (does hav...
by djk44883
2019-08-13 22:46
Forum: General Questions
Topic: SOLVED Need help on downgrading Thunar from 1.8.4 to 1.6.3
Replies: 28
Views: 15456

Re: Need help on downgrading Thunar from 1.8.4 to 1.6.3

I know if you use synaptic you can use the menu Package > Force Version (after you select the package you want) You can configure a pin for the file. I've done it, but you'll have to look into apt pinning for get it right. man apt-get shows a --allow-downgrades option, but then I bet you'll need to ...
by djk44883
2019-08-13 22:37
Forum: Beginners Questions
Topic: Can shell mean a translator?
Replies: 21
Views: 9044

Re: Can shell mean a translator?

If you really believe they lack the capacity to discover their own answers... how is you bullying them going to make any impact?

Cyberbullying is a horrendous activity.

https://www.stopbullying.gov/
by djk44883
2019-08-12 14:03
Forum: Graphical Environments & Desktops
Topic: Notifications in MATE barely visible.
Replies: 9
Views: 3382

Re: Notifications in MATE barely visible.

Bloom wrote:Perhaps you could edit .gtrkrc-2.0 and include this:
You should add, you'll need to install xfce desktop environment.

note:
Notifications in MATE barely visible.
by djk44883
2019-08-12 12:10
Forum: Graphical Environments & Desktops
Topic: Notifications in MATE barely visible.
Replies: 9
Views: 3382

Re: Notifications in MATE barely visible.

I could not find any tool which could allow to configure this. depending on your specific configuration or preference... 1. Menu > System > Preferences > Look and Feel > Popup Notifications or 2 Control Center > "Look and Feel" section > Popup Notifications Select the Theme drop-down list...
by djk44883
2019-08-12 11:59
Forum: Graphical Environments & Desktops
Topic: nvidia drivers and xorg problems
Replies: 19
Views: 11644

Re: nvidia drivers and xorg problems

VICTORY! I had skimmed over something, concerning OPTIUM drivers for nvidia - didn't think it relevant.

NVIDIA support has a line to add to lightdm.conf ,shell script for "switching" displays

Yes, why, "it" doesn't load intel drivers and take off from there instead? who knows.
by djk44883
2019-08-12 11:46
Forum: Graphical Environments & Desktops
Topic: nvidia drivers and xorg problems
Replies: 19
Views: 11644

Re: nvidia drivers and xorg problems

There seem to be issues specifically with lightdm and nvidia driver. Some answers insist /etc/X11/xorg.conf with a minimum https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=922679#17 from this bug report. From other post, may not be limited to include light-locker. Searching lightdm nvidia might len...
by djk44883
2019-08-11 22:18
Forum: Installation
Topic: no GUI after upgrade to buster
Replies: 60
Views: 50814

Re: no GUI after upgrade to buster

Here are other issues similar to your, using lightdm... see if there's a clue:

http://forums.debian.net/viewtopic.php? ... 41#p704874
http://forums.debian.net/viewtopic.php? ... 83#p700796
by djk44883
2019-08-11 22:05
Forum: Graphical Environments & Desktops
Topic: nvidia drivers and xorg problems
Replies: 19
Views: 11644

Re: nvidia drivers and xorg problems

I'm not sure what I'm looking for here. Well, I guess it kind of tells you what you know, and mabye some. [+30.49s] DEBUG: Session pid=770: Exited with return value 15 [+30.49s] DEBUG: Seat seat0: Session stopped [+30.49s] DEBUG: Seat seat0: Stopping display server, no sessions require it [+30.49s]...